From f1a599881c10120c48fd1cc72ef24c8ccbca6ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Mon, 14 Oct 2024 14:48:51 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E8=80=97=E6=9D=90=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invoicing/consumable/information.vue | 1 + src/views/product/category.vue | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue index 79cb332..57d9a23 100644 --- a/src/views/invoicing/consumable/information.vue +++ b/src/views/invoicing/consumable/information.vue @@ -963,6 +963,7 @@ export default { shopId: localStorage.getItem("shopId"), productId: '',//预留耗材id column: this.stockData.column,//列名 + conName:this.query.conName, createdAt: arr//耗材id }) this.stockData.loading = false; diff --git a/src/views/product/category.vue b/src/views/product/category.vue index 9c49823..50f658e 100644 --- a/src/views/product/category.vue +++ b/src/views/product/category.vue @@ -50,7 +50,12 @@