From 0ff5309224278cd50bb3016f66d42ac13fb020a9 Mon Sep 17 00:00:00 2001 From: "DESKTOP-JT599KC\\Luan Shanshan" Date: Tue, 8 Feb 2022 17:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E8=AE=A2=E5=8D=95=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workbench/orderInventoryCom/bottom.vue | 2 +- .../orderInventoryCom/bottomLeft.vue | 1 + .../orderInventoryCom/bottomMiddle.vue | 19 +++++-------------- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/src/views/plan/workbench/orderInventoryCom/bottom.vue b/src/views/plan/workbench/orderInventoryCom/bottom.vue index 5721e4d..21401a4 100644 --- a/src/views/plan/workbench/orderInventoryCom/bottom.vue +++ b/src/views/plan/workbench/orderInventoryCom/bottom.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/plan/workbench/orderInventoryCom/bottomLeft.vue b/src/views/plan/workbench/orderInventoryCom/bottomLeft.vue index d182f14..2ed1cfd 100644 --- a/src/views/plan/workbench/orderInventoryCom/bottomLeft.vue +++ b/src/views/plan/workbench/orderInventoryCom/bottomLeft.vue @@ -69,6 +69,7 @@ export default { "ContrastInventory-Desc", "ContrastInventory-DemandQty", "ContrastInventory-DisparityQty", + "ContrastInventory-CaiGouWeek", "ContrastInventory-ExpectedWeek", ], loading: false, diff --git a/src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue b/src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue index 31bbaed..c873678 100644 --- a/src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue +++ b/src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue @@ -87,10 +87,6 @@ export default { type: Number, default: 0 }, - activeName: { - type: String, - default: '' - } }, data() { return { @@ -112,16 +108,11 @@ export default { mergeArray: [], } }, - watch: { - activeName: { - handler (data) { - if (data === 'secord' && this.paymentClickToggle === 2) { - this.getList() - } - }, - deep: true - }, - }, + mounted() { + if (this.paymentClickToggle === 2) { + this.getList() + } + }, methods: { // 合并单元格 objectSpanMethod({ row, column, rowIndex, columnIndex }) {