change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user