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) {