修改订单工序

This commit is contained in:
2024-09-02 14:07:36 +08:00
parent 2f0b9b40bc
commit ab6d9beb67
3 changed files with 22 additions and 18 deletions

View File

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