From 5ce05fe25217b375956d31c9e365e01ed8aa73a7 Mon Sep 17 00:00:00 2001 From: yewj Date: Thu, 7 Nov 2024 11:49:15 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BE=9B=E5=BA=94=E5=95=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/product/productEdit.vue | 6 +- .../companyDrug/basicCompanyproductEdit.vue | 201 +++++++++--------- src/views/system/menu/index.vue | 10 +- 3 files changed, 110 insertions(+), 107 deletions(-) diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue index 7f6a3a4..4b6a76e 100644 --- a/src/views/basic/product/productEdit.vue +++ b/src/views/basic/product/productEdit.vue @@ -70,8 +70,8 @@ :disabled="true" style="width: 90%" placeholder="选择标识类型" clearable> - - + + @@ -1328,7 +1328,6 @@ export default { }, methods: { distributeLevelDiChange(val) { - console.log("gdgdgdgdgd",this.editQuery.distributeLevel) const matchingItem = this.detailList.find(item => item.nameCode == val); if (matchingItem) { this.editQuery.distributeLevelUnit = matchingItem.packUnit; @@ -1399,6 +1398,7 @@ export default { }, addDrugLevel() { + console.log('this.detailList',this.detailList) this.detailList.push({ nameCode: '', packLevel: null, diff --git a/src/views/supplier/companyDrug/basicCompanyproductEdit.vue b/src/views/supplier/companyDrug/basicCompanyproductEdit.vue index 97c4f60..b495076 100644 --- a/src/views/supplier/companyDrug/basicCompanyproductEdit.vue +++ b/src/views/supplier/companyDrug/basicCompanyproductEdit.vue @@ -144,106 +144,105 @@ - - - - + + + + + + - - - 单位:{{ item.packUnit }} - 层级:{{ item.packLevel }} - - - - + + + + + + + + + + + + + + + + - - - - - 单位:{{ item.packUnit }} - 层级:{{ item.packLevel }} - - - - - - - - - - - - - - 单位:{{ item.packUnit }} - 层级:{{ item.packLevel }} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - 单位:{{ item.packUnit }} - 层级:{{ item.packLevel }} - - - - - + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + +