This commit is contained in:
2025-03-21 14:42:38 +08:00
parent 3fe42736e3
commit 38d09f0f37
4 changed files with 33 additions and 24 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, reg, date) => 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, regionCode: reg, due_date: date}
data: {type: type, device_code: code, region_code: rcode, vehicle_code: vcode, material: material, regionCode: reg}
})
// 修改订单工序
export const fabOrders = (code) => request({