收货入库

This commit is contained in:
2026-01-16 18:18:07 +08:00
parent 368c10c0ed
commit 626a9359e3
6 changed files with 48 additions and 37 deletions

View File

@@ -262,9 +262,9 @@ export const confirmCallMaterial = (pcode, row) => request({
// 点位取货
// 扫码插入
export const getPalletAssemblyOK = (search) => request({
export const getPalletAssemblyOK = (bcode) => request({
url:'api/pdaProduction/getPalletAssemblyOK',
data: {search: search}
data: {bag_code: bcode}
})
// 取物料
export const takePalletMaterial = (search, rows) => request({
@@ -295,9 +295,9 @@ export const getGroupBucketInfo = (vcode) => request({
data: {vehicle_code: vcode}
})
// 下料
export const productionLine = (vcode, pcode) => request({
export const productionLine = (vcode, pcode, iswait) => request({
url:'api/pdaProduction/productionLine',
data: {vehicle_code: vcode, point_code: pcode}
data: {vehicle_code: vcode, point_code: pcode, is_wait: iswait}
})
// 收货入库