页面优化

This commit is contained in:
2026-01-26 15:11:40 +08:00
parent 23a636c439
commit 7c4d2c46b8
7 changed files with 37 additions and 14 deletions

View File

@@ -40,9 +40,9 @@ export const confirmStock = (pcode, rcode, mid, mcode, mname, pcsn, qty, unit, r
* 外包材转运(外包材管理)
*/
// 查询列表明细
export const queryTransferDtl = (opoint) => request({
export const queryTransferDtl = (opoint, mcode) => request({
url:'api/pda/packaging/queryTransferDtl',
data: {out_point: opoint}
data: {out_point: opoint, material_code: mcode}
})
// 确认转运