From afe8093616287f6ed26d0ad8cd173194a681b07f Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 3 Nov 2025 16:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E5=8F=96=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/zw/confirm-quhuo.vue | 4 ++-- utils/getData4.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/zw/confirm-quhuo.vue b/pages/zw/confirm-quhuo.vue index 27bc890..0892da2 100644 --- a/pages/zw/confirm-quhuo.vue +++ b/pages/zw/confirm-quhuo.vue @@ -53,7 +53,7 @@ title: '', val1: '', val2: '', - options: [{text:'空位', value:'1'}, {text:'空载具', value: '2'}, {text:'托盘绑定', value: '3'}], + options: [{text:'空位', value:'1'}, {text:'空载具', value: '2'}, {text:'有料', value: '3'}], index: '', disabled: false }; @@ -79,7 +79,7 @@ return } try { - let res = await pickUp(this.val1, this.index) + let res = await pickUp(this.val1, this.index, this.val2) if (res.code === '200') { uni.showToast({ title: res.message, diff --git a/utils/getData4.js b/utils/getData4.js index 065322c..45b7404 100644 --- a/utils/getData4.js +++ b/utils/getData4.js @@ -339,9 +339,9 @@ export const combination = (vcode, pcsn, mid, spcode, spname, sweight) => reques }) // 确认取货 -export const pickUp = (pcode, pstatus) => request({ +export const pickUp = (pcode, pstatus, vcode) => request({ url:'api/pda/iosOut/pickUp', - data: {point_code: pcode, point_status: pstatus} + data: {point_code: pcode, point_status: pstatus, vehicle_code: vcode} }) // 作业管理