接口
This commit is contained in:
@@ -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.设备开工
|
||||
|
||||
Reference in New Issue
Block a user