This commit is contained in:
2025-08-22 17:16:35 +08:00
parent c2a3d6a2d0
commit 38cff1f80c
3 changed files with 3 additions and 7 deletions

View File

@@ -228,9 +228,9 @@ export const getPlate = (vcode) => request({
data: {vehicle_code: vcode}
})
// PDA来料入库校验点位和托盘码
export const inCheck = () => request({
export const inCheck = (scode, vcode) => request({
url:'api/pda/iosIn/inCheck',
data: {}
data: {site_code: scode, vehicle_code: vcode}
})
// 空载具出入库