From 7a3aff6a6c23f78e7faa4cd3e7175f342120c0af Mon Sep 17 00:00:00 2001 From: PigBaoBei <2739175034@qq.com> Date: Mon, 15 Jan 2024 17:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E9=80=81=E6=89=93=E5=8D=B0=E8=AF=A6?= =?UTF-8?q?=E6=83=85ID=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/deliverylist/distributionDeliveryListedt.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 2f2555b6..908ada46 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -3796,7 +3796,7 @@ export default { handlePrint(row) { console.log('this.deliverydata.type :>> ', this.deliverydata.type); const submitData = { - ids: row.id, + ids: row.deliveryId, type: this.deliverydata.type, }; printBatch(submitData); @@ -4106,7 +4106,7 @@ export default { type: 'warning', }) return - } + } console.log(this.reservationId); console.log(this.CheckStore, '要处理的值'); this.checkloading = true; //开启复核签收加载效果