This commit is contained in:
2023-07-05 10:28:07 +08:00
parent 5f5787b247
commit 9859c1bb32
2 changed files with 1 additions and 1 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@@ -90,7 +90,7 @@ export const confirmIn = (from) => post('api/pda/cp/in/confirmIn', {
// 1.8作业查询(按钮)
// 2.1成品入库查询
export const outgetAll = (sid, btime, etime, btype, mcode, scode) => post('api/pda/cp/out/getAll', {
export const outgetAll = (sid, btime, etime, btype, mcode, scode) => post('api/pda/cp/in/getAll', {
stor_id: sid,
begin_time: btime,
end_time: etime,