物料入库修改

This commit is contained in:
2024-09-03 14:55:40 +08:00
parent ab6d9beb67
commit 63fda35be4
5 changed files with 47 additions and 98 deletions

View File

@@ -65,9 +65,9 @@ export const handheldBlanking = (code, rcode, vcode, material) => request({
data: {device_code: code, region_code: rcode, vehicle_code: vcode, material: material}
})
// 修改订单工序
export const fabOrders = (data) => request({
export const fabOrders = (code) => request({
url:'api/fab/orders',
data: data
data: {vehicle_code: code}
})
export const updateOrder = (data) => request({
url:'api/handheld/updateOrder',