细节
This commit is contained in:
@@ -80,11 +80,9 @@ export const reportQuery = (st, et, code, wcode) => post('api/produceWorkorder/r
|
||||
})
|
||||
|
||||
// 修改报工数量
|
||||
export const updateReport = (id, report, nok, repare) => post('api/produceshiftorder/updateReport', {
|
||||
export const updateReport = (id, report) => post('api/produceshiftorder/updateReport', {
|
||||
macoperate_id: id,
|
||||
report_qty: report,
|
||||
nok_qty: nok,
|
||||
repare_qty: repare
|
||||
report_qty: report
|
||||
})
|
||||
|
||||
// 删除报工记录
|
||||
|
||||
Reference in New Issue
Block a user