This commit is contained in:
2023-04-10 11:16:58 +08:00
parent 6d1252502f
commit 8a867e704d
9 changed files with 67 additions and 124 deletions

View File

@@ -11,14 +11,11 @@ export const getDevice = () => post('api/produceshiftorder/getDeviceList', {
})
// 2.工单管理
export const getTable = (code, val, d1, d2, is, ids, qc) => post('api/produceshiftorder/getTable', {
export const getTable = (code, val, d1, d2) => post('api/produceshiftorder/getOrderList', {
device_code: code,
key_value: val,
order_date1: d1,
order_date2: d2,
is_finished: is,
is_producted: ids,
is_qc: qc
realproducestart_date: d1,
realproduceend_date: d2
})
// 3.设备开工