From f1e10b5047707ab5dc10cad7e3b725e509d2cb52 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Tue, 18 Jun 2024 10:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86bug--?= =?UTF-8?q?=E5=95=86=E5=9C=BA=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/distribution/addVehicleStowage.js | 2 +- src/views/waybill/TemporaryStorageList.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/option/distribution/addVehicleStowage.js b/src/option/distribution/addVehicleStowage.js index 9ad152d3..23dae77c 100644 --- a/src/option/distribution/addVehicleStowage.js +++ b/src/option/distribution/addVehicleStowage.js @@ -272,7 +272,7 @@ export const columnList = [ sortable: true, }, { - prop: 'totalNum', + prop: 'orderNum', label: '件数', type: 1, values: '', diff --git a/src/views/waybill/TemporaryStorageList.vue b/src/views/waybill/TemporaryStorageList.vue index 1f084d08..f7c2376f 100644 --- a/src/views/waybill/TemporaryStorageList.vue +++ b/src/views/waybill/TemporaryStorageList.vue @@ -1060,9 +1060,9 @@ const handleCreateOrder = () => { }); } - const _dealerName = details.selectionList[0].dealerName; - console.log('_dealerName :>> ', _dealerName); - const _flag = details.selectionList.every(item => _dealerName === item.dealerName); + const _htMallName = details.selectionList[0].htMallName; + console.log('_htMallName :>> ', _htMallName); + const _flag = details.selectionList.every(item => _htMallName === item.htMallName); if (!_flag) { return ElMessage({