diff --git a/src/views/canteen/dish/material/components/MaterialDialog.vue b/src/views/canteen/dish/material/components/MaterialDialog.vue index 19225513..dc58254b 100644 --- a/src/views/canteen/dish/material/components/MaterialDialog.vue +++ b/src/views/canteen/dish/material/components/MaterialDialog.vue @@ -76,7 +76,7 @@ - + {{ (scope.row.singlePrice/100).toFixed(2)||0 }} @@ -340,13 +340,13 @@ export default { systemMaterialTreeApi(param).then((response) => { this.treeTypeOptions = response.data; }); - }, + }, /** 查询供应商下拉结构 */ getSupplierData() { supplierPageApi({ isPaging:1,areaIdList:[] }).then((response) => { this.supplierOptions = response.rows||[]; }); - }, + }, handleTabClick(){ if(this.activeName=='material'){ this.queryParams={ @@ -385,7 +385,7 @@ export default { } this.resetForm("queryForm"); this.handleQuery(); - }, + }, /** 查询列表 */ getList() { this.loading = true; @@ -566,7 +566,7 @@ export default { } }) }, - + //弹窗select操作 dialogChangeSupplier(e){ console.log(e)