From 43f9da790ea569f6ee448f43c1365270b7e91476 Mon Sep 17 00:00:00 2001 From: zwq Date: Fri, 19 Apr 2024 15:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/asrs/goodSpecification/index.vue | 4 +- src/views/asrs/goodSpecification/indexb.vue | 2 +- src/views/asrs/product-mini.vue | 5 +- .../add-or-updata.vue | 8 +-- .../attr-add.vue | 58 ++++++++----------- .../index.vue | 23 +------- .../indexb.vue | 22 +------ .../add-or-updata.vue | 6 +- .../warehouseStorehouseStorage/attr-add.vue | 56 ++++++++---------- .../asrs/warehouseStorehouseStorage/index.vue | 22 +------ .../warehouseStorehouseStorage/indexb.vue | 22 +------ 11 files changed, 71 insertions(+), 157 deletions(-) diff --git a/src/views/asrs/goodSpecification/index.vue b/src/views/asrs/goodSpecification/index.vue index 7d464d3..85a3e15 100644 --- a/src/views/asrs/goodSpecification/index.vue +++ b/src/views/asrs/goodSpecification/index.vue @@ -136,7 +136,9 @@ export default { components: { AddOrUpdate, }, - created() {}, + created() { + this.listQuery.warehouseId = null; + }, methods: { buttonClick(val) { switch (val.btnName) { diff --git a/src/views/asrs/goodSpecification/indexb.vue b/src/views/asrs/goodSpecification/indexb.vue index a84da43..bfa7ac4 100644 --- a/src/views/asrs/goodSpecification/indexb.vue +++ b/src/views/asrs/goodSpecification/indexb.vue @@ -138,7 +138,7 @@ export default { AddOrUpdate, }, created() { - this.listQuery.warehouseId = this.bId; + this.listQuery.warehouseId = null; }, methods: { buttonClick(val) { diff --git a/src/views/asrs/product-mini.vue b/src/views/asrs/product-mini.vue index d029bb2..534ff42 100644 --- a/src/views/asrs/product-mini.vue +++ b/src/views/asrs/product-mini.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2023-08-24 14:47:58 * @LastEditors: zwq - * @LastEditTime: 2024-02-22 16:48:44 + * @LastEditTime: 2024-04-19 14:30:04 * @Description: -->