生产管理
This commit is contained in:
@@ -299,6 +299,23 @@ export const productionLine = (vcode, pcode, iswait) => request({
|
||||
url:'api/pdaProduction/productionLine',
|
||||
data: {vehicle_code: vcode, point_code: pcode, is_wait: iswait}
|
||||
})
|
||||
// 料桶称重
|
||||
// 获取物料库存信息
|
||||
export const getTaskBucketGroupInfo = (vcode) => request({
|
||||
url:'api/pdaProduction/getTaskBucketGroupInfo',
|
||||
data: {vehicle_code: vcode}
|
||||
})
|
||||
// 入站
|
||||
export const manualInbound = (row, cpoint, vcode, total) => request({
|
||||
url:'api/pdaProduction/manualInbound',
|
||||
data: {row: row, current_point: cpoint, vehicle_code: vcode, total: total}
|
||||
})
|
||||
// 出站
|
||||
export const manualOutbound = (row, cpoint, vcode, total) => request({
|
||||
url:'api/pdaProduction/manualOutbound',
|
||||
data: {row: row, current_point: cpoint, vehicle_code: vcode, total: total}
|
||||
})
|
||||
|
||||
|
||||
// 收货入库
|
||||
// 获取物料信息 Copy
|
||||
|
||||
Reference in New Issue
Block a user