From 408ce552ac6e23f0e89245908896c25d69915da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 11 Apr 2023 09:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/person/index.vue | 9 +++++---- src/views/system/stationItem/index.vue | 16 +++++++++++----- src/views/system/stationItem/stationItemjs.js | 8 ++------ 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/src/views/system/person/index.vue b/src/views/system/person/index.vue index d0c98ff..22d7fc4 100644 --- a/src/views/system/person/index.vue +++ b/src/views/system/person/index.vue @@ -392,7 +392,7 @@ style="width: 300px" /> - + - + @@ -431,6 +431,7 @@ @@ -350,11 +355,11 @@ @@ -365,6 +370,7 @@ +
注:佣金比例金额 = 佣金比例 x 价格
添加护理项目耗材 diff --git a/src/views/system/stationItem/stationItemjs.js b/src/views/system/stationItem/stationItemjs.js index d5544f4..32b56fa 100644 --- a/src/views/system/stationItem/stationItemjs.js +++ b/src/views/system/stationItem/stationItemjs.js @@ -198,14 +198,10 @@ export default { }, methods: { commissionAmountinput(e) { - if (e.commissionRate) { - e.commissionAmount = null - } + e.commissionRate = null }, commissionRateoninput(e) { - if (e.commissionAmount) { - e.commissionRate = null - } + e.commissionAmount = null }, //点击上架 upwhetherShelf(row) {