change
This commit is contained in:
@@ -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}
|
||||
})
|
||||
|
||||
// 点位属性设置
|
||||
|
||||
Reference in New Issue
Block a user