From 857f5201a864c39c0427900c382ca5f5659ccb8d Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 13 Aug 2025 14:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dish/material/components/MaterialDialog.vue | 3 ++- src/views/foodManage/baseInfo/baseSetting.vue | 2 +- .../supplierManage/goodsSupplier/index.vue | 14 +++++++------- 3 files changed, 10 insertions(+), 9 deletions(-) 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)