物料入库加日期

This commit is contained in:
2025-03-21 10:44:13 +08:00
parent 7986de96ad
commit 3fe42736e3
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, reg) => request({
export const handheldBlanking = (type, code, rcode, vcode, material, reg, date) => request({
url:'api/handheld/blanking',
data: {type: type, device_code: code, region_code: rcode, vehicle_code: vcode, material: material, regionCode: reg}
data: {type: type, device_code: code, region_code: rcode, vehicle_code: vcode, material: material, regionCode: reg, due_date: date}
})
// 修改订单工序
export const fabOrders = (code) => request({