半成品拼盘

This commit is contained in:
2023-07-04 10:02:21 +08:00
parent 05d682abb6
commit f4719e1a3f
2 changed files with 113 additions and 61 deletions

View File

@@ -271,4 +271,6 @@ export const bcpShutGetdtl = (id, btime, etime, code, scode, stcode) => post('ap
storagevehicle_id_in: stcode
})
// 1.4拼盘完成(按钮)
export const bcpShutConfirm = () => post('api/pda/bcp/shut/confirm', {})
export const bcpShutConfirm = (row) => post('api/pda/bcp/shut/confirm', {
row: row
})