This commit is contained in:
2025-07-30 17:15:43 +08:00
parent 6ad1c74606
commit b927c50d05
4 changed files with 138 additions and 63 deletions

View File

@@ -39,9 +39,9 @@ export const getMaterialList = (search, page, size) => request({
})
// 物料组盘确认
export const groupPlate = (mid, pcsn, qty, vcode, ecode, siteCode) => request({
export const groupPlate = (mid, qty, vcode) => request({
url:'api/pda/iosIn/groupPlate',
data: {material_id: mid, pcsn: pcsn, qty: qty, vehicle_code: vcode, ext_code: ecode, siteCode}
data: {material_id: mid, qty: qty, vehicle_code: vcode}
})
// 定点确认