This commit is contained in:
2026-02-01 09:49:01 +08:00
parent 0aebee32c8
commit d02fc3a26c
6 changed files with 55 additions and 100 deletions

View File

@@ -20,7 +20,11 @@ export const handLogin = (user, password) => request({
password: password
}
})
// 菜单
export const authority = () => request({
url:'api/pda/authority',
data: {}
})
// 打印删除
export const printDelete = () => request({

View File

@@ -315,7 +315,12 @@ export const manualOutbound = (row, cpoint, vcode, total, weight) => request({
url:'api/pdaProduction/manualOutbound',
data: {row: row, current_point: cpoint, vehicle_code: vcode, total: total, weight: weight}
})
// 码垛下料
// 下料
export const palletizingDown = (dcode, mcode, qty) => request({
url:'api/pdaProduction/palletizingDown',
data: {device_code: dcode, material_code: mcode, qty: qty}
})
// 收货入库
// 获取物料信息 Copy