This commit is contained in:
2025-07-04 10:16:59 +08:00
parent 3ff0fdc130
commit 8218b9d6d8
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ export const pickingInfo = (code) => post('api/board/pickingInfo', {
code: code
})
// 仓储看板
export const synthesizeInfo = () => post('api/board/synthesizeInfo', {})
export const synthesizeInfo = () => post('api/bigScreen/getData', {})
// 修改重量
export const updateMaterialInfo = (code, w) => post('api/bmMaterial/updateMaterialInfo', {
material_id: code,