From 1113100cb5d8293e94b6b99515ba6320676fd9ab Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Wed, 21 May 2025 18:19:16 +0800 Subject: [PATCH] =?UTF-8?q?2025.05.21=20=E5=BA=93=E5=AD=98=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=8A=A8=E6=80=81=E5=88=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/partspare/inventorystock.vue | 35 +++++++++++++++++-- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/src/views/modules/partspare/inventorystock.vue b/src/views/modules/partspare/inventorystock.vue index fae6d38..e4458fd 100644 --- a/src/views/modules/partspare/inventorystock.vue +++ b/src/views/modules/partspare/inventorystock.vue @@ -95,6 +95,7 @@ + + + + + { this.height = window.innerHeight - 210 - this.columnList = this.arrayColumns }) }, methods: { @@ -813,6 +837,11 @@ export default { finishDownload () {}, fields () { + if (this.queryForm.groupType === '0'){ + this.columnList = this.arrayColumns + }else { + this.columnList = this.arrayPart + } let json = "{" this.columnList.forEach((item, index) => { if (index == this.columnList.length - 1) {