生产管理

This commit is contained in:
2026-01-26 13:43:54 +08:00
parent 38992b3bb7
commit 210e0b62bb
2 changed files with 60 additions and 26 deletions

View File

@@ -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