This commit is contained in:
2023-06-12 16:47:41 +08:00
parent 478a5b217c
commit 52604a1468
6 changed files with 31 additions and 49 deletions

View File

@@ -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
})
// 删除报工记录