diff --git a/pages/zw/ll-instore.vue b/pages/zw/ll-instore.vue index 365faf6..8548e77 100644 --- a/pages/zw/ll-instore.vue +++ b/pages/zw/ll-instore.vue @@ -230,7 +230,7 @@ }, async _inCheck () { try { - let res = await inCheck() + let res = await inCheck(this.val2, this.val1) if (res.code === '200') { this.handleAdd() } else { diff --git a/pages/zw/manual-callmater.vue b/pages/zw/manual-callmater.vue index 7377344..96b4b64 100644 --- a/pages/zw/manual-callmater.vue +++ b/pages/zw/manual-callmater.vue @@ -123,12 +123,8 @@ }, created () { this._getPdaSect() - this._getPdaVehicleCodeBySectCode() }, methods: { - toJump () { - this._getMaterialSuppByVehicleCode() - }, async _getPdaSect () { try { let res = await getPdaSect() diff --git a/utils/getData4.js b/utils/getData4.js index 668da14..9c640fc 100644 --- a/utils/getData4.js +++ b/utils/getData4.js @@ -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} }) // 空载具出入库