收货入库
This commit is contained in:
@@ -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}
|
||||
})
|
||||
|
||||
// 收货入库
|
||||
|
||||
Reference in New Issue
Block a user