页面优化
This commit is contained in:
@@ -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}
|
||||
})
|
||||
|
||||
// 确认转运
|
||||
|
||||
Reference in New Issue
Block a user