diff --git a/ant-design-vue-jeecg/src/views/system/inventory/InventoryMaterialSummaryList.vue b/ant-design-vue-jeecg/src/views/system/inventory/InventoryMaterialSummaryList.vue index 686f474..ce2c1a4 100644 --- a/ant-design-vue-jeecg/src/views/system/inventory/InventoryMaterialSummaryList.vue +++ b/ant-design-vue-jeecg/src/views/system/inventory/InventoryMaterialSummaryList.vue @@ -113,7 +113,7 @@ </a-tab-pane> </a-tabs> - <inventory-material-summary-modal ref="modalForm" @ok="modalFormOk"></inventory-material-summary-modal> + <!-- <inventory-material-summary-modal ref="modalForm" @ok="modalFormOk"></inventory-material-summary-modal> --> </a-card> </template> @@ -213,8 +213,8 @@ methods: { solutionZoneCode(value) { var actions = [] - Object.keys(this.zoneList).some((key) => { - if (this.zoneList[key].code == ('' + value)) { + Object.keys(this.zoneList).some(key => { + if (this.zoneList[key].code == '' + value) { actions.push(this.zoneList[key].name) return true } @@ -255,9 +255,7 @@ }, initDictConfig(){ }, - solutionCompany(value) { - debugger var actions = [] Object.keys(this.companyList).some((key) => { if (this.companyList[key].code == ('' + value)) {