物料入库修改
This commit is contained in:
@@ -60,9 +60,9 @@ export const handheldStorehouse = (code, type) => request({
|
||||
// url:'api/handheld/getRegionCode',
|
||||
// data: {orderCode: code}
|
||||
// })
|
||||
export const handheldBlanking = (type, code, rcode, vcode, material) => request({
|
||||
export const handheldBlanking = (type, code, rcode, vcode, material, reg) => request({
|
||||
url:'api/handheld/blanking',
|
||||
data: {type: type, device_code: code, region_code: rcode, vehicle_code: vcode, material: material}
|
||||
data: {type: type, device_code: code, region_code: rcode, vehicle_code: vcode, material: material, regionCode: reg}
|
||||
})
|
||||
// 修改订单工序
|
||||
export const fabOrders = (code) => request({
|
||||
|
||||
Reference in New Issue
Block a user