From db1a40015680cb990656d7b6d55019dfc2d7ac18 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 2 Apr 2025 14:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=97=A7=E4=BB=B6=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=9F=A5=E8=AF=A2=E3=80=81=E6=97=A7=E4=BB=B6=E5=87=BA?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/storage/oldPartsInAndOutStorage/index.vue | 6 ++++++ yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/yxt-as-ui/src/views/storage/oldPartsInAndOutStorage/index.vue b/yxt-as-ui/src/views/storage/oldPartsInAndOutStorage/index.vue index 6a0f20bc84..9db9aa998a 100644 --- a/yxt-as-ui/src/views/storage/oldPartsInAndOutStorage/index.vue +++ b/yxt-as-ui/src/views/storage/oldPartsInAndOutStorage/index.vue @@ -343,9 +343,13 @@ export default { const choose = this.warehouseList.filter((item) => item.sid === val) if (choose !== null && choose.length > 0) { this.queryParams.params.warehouseName = choose[0].warehouseName + this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' this.getWarehouseAreaList(choose[0].sid) } else { this.queryParams.params.warehouseName = '' + this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' } }, getWarehouseAreaList(sid) { @@ -359,9 +363,11 @@ export default { const choose = this.warehouseAreaList.filter((item) => item.sid === val) if (choose !== null && choose.length > 0) { this.queryParams.params.warehouseAreaName = choose[0].areaName + this.queryParams.params.warehouseRackCode = '' this.getWareHouseCodeList(choose[0].sid) } else { this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' } }, getWareHouseCodeList(sid) { diff --git a/yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue b/yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue index f8a4e60e7b..c3dc4eb099 100644 --- a/yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue +++ b/yxt-as-ui/src/views/storage/oldPartsInvertory/index.vue @@ -340,9 +340,13 @@ export default { const choose = this.warehouseList.filter((item) => item.sid === val) if (choose !== null && choose.length > 0) { this.queryParams.params.warehouseName = choose[0].warehouseName + this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' this.getWarehouseAreaList(choose[0].sid) } else { this.queryParams.params.warehouseName = '' + this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' } }, getWarehouseAreaList(sid) { @@ -356,9 +360,11 @@ export default { const choose = this.warehouseAreaList.filter((item) => item.sid === val) if (choose !== null && choose.length > 0) { this.queryParams.params.warehouseAreaName = choose[0].areaName + this.queryParams.params.warehouseRackCode = '' this.getWareHouseCodeList(choose[0].sid) } else { this.queryParams.params.warehouseAreaName = '' + this.queryParams.params.warehouseRackCode = '' } }, getWareHouseCodeList(sid) {