change
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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