From 5e91c0af9017d0b6d706f89a2d376360a973d2a1 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 16 Aug 2022 17:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E9=9B=86=E6=9E=B6-=E6=9A=82=E7=94=A8?= =?UTF-8?q?=EF=BC=88=E8=B5=B0=E5=BB=8A-=E6=88=98=E5=A4=87=E5=AF=86?= =?UTF-8?q?=E9=9B=86=E6=9E=B6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../archivesManage/archivesList/module/packing/index.vue | 1 + src/views/storeManage/warehouse3D/deseCabinet/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/archivesManage/archivesList/module/packing/index.vue b/src/views/archivesManage/archivesList/module/packing/index.vue index 8b90836..216ba82 100644 --- a/src/views/archivesManage/archivesList/module/packing/index.vue +++ b/src/views/archivesManage/archivesList/module/packing/index.vue @@ -271,6 +271,7 @@ export default { this.packingVisible = false this.crud.refresh() this.tableData = [] + this.caseQuery[this.inputSelect] = [] }) }, // 分卷装盒 diff --git a/src/views/storeManage/warehouse3D/deseCabinet/index.vue b/src/views/storeManage/warehouse3D/deseCabinet/index.vue index 48f42f6..5930985 100644 --- a/src/views/storeManage/warehouse3D/deseCabinet/index.vue +++ b/src/views/storeManage/warehouse3D/deseCabinet/index.vue @@ -168,11 +168,11 @@ export default { } getDeviceList(params).then(data => { data.content.map(item => { - if (item.deviceTypeId.name === '密集架') { + if (item.deviceTypeId.name === '密集架' && item.deviceName === '战备密集架测试') { // 写死状态 this.deviceData = item this.totalPartRowNum = item.partNo * item.rowNo let rowNo - if (this.cabinetNum > 8) { + if (this.cabinetNum > 8) { // 战备密集架得情况 rowNo = item.rowNo - 1 } else { rowNo = item.rowNo