物料入库修改

This commit is contained in:
2025-03-06 16:33:59 +08:00
parent 784fb2978f
commit 6363247316
2 changed files with 14 additions and 4 deletions

View File

@@ -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({