成品入库查询

This commit is contained in:
2023-07-04 18:33:52 +08:00
parent b731f416ae
commit 5f5787b247

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/bcp/out/getAll', {
export const outgetAll = (sid, btime, etime, btype, mcode, scode) => post('api/pda/cp/out/getAll', {
stor_id: sid,
begin_time: btime,
end_time: etime,