托盘转运

This commit is contained in:
蔡玲
2024-12-10 09:17:14 +08:00
parent 5065d5eb52
commit 51907cc12b
6 changed files with 125 additions and 1 deletions

View File

@@ -210,4 +210,8 @@ export const outStorageOrderConfirm = (code) => {
"msg": ""
}
return res
}
export const deviceManageTransf = () => {
let res = [{value: '1109', text: '一楼楼入库点'}, {value: '2109', text: '二楼楼入库点'}]
return res
}