This commit is contained in:
2025-08-14 09:52:26 +08:00
parent 1a4244e892
commit 868ae960e1
4 changed files with 142 additions and 78 deletions

View File

@@ -183,9 +183,9 @@ export const jbEmptyTakeOut = (pcode) => request({
// 解包退料
// 解包退料
export const jbReturnMaterial = (area, pcode, wid) => request({
export const jbReturnMaterial = (area, pcode, tpcode, wid) => request({
url:'api/pda/jb/jbReturnMaterial',
data: {area: area, point_code: pcode, workorder_id: wid}
data: {area: area, point_code: pcode, tp_code: tpcode, workorder_id: wid}
})
// 人车安全
@@ -245,10 +245,15 @@ export const checkoutbillcallMaterial = (dcode, scode, mcode, type) => request({
url:'api/checkoutbill/callMaterial',
data: {device_code: dcode, struct_code: scode, material_code: mcode, task_type: type}
})
// 手工
export const checkoutbillBackMaterial = (dcode, vcode, type) => request({
// 手工退
export const checkoutbillBackMaterial = (dcode, vcode, type, qty, mcode) => request({
url:'api/checkoutbill/BackMaterial',
data: {device_code: dcode, vehicle_code: vcode, task_type: type}
data: {device_code: dcode, vehicle_code: vcode, task_type: type, qty: qty, material_code: mcode}
})
// 获取库位
export const getPdaStruct = (scode) => request({
url:'api/pda/iosIn/getPdaStruct',
data: {sect_code: scode}
})
// 点位属性设置