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 }} - - - - - + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + +