diff --git a/jsowell-ui/src/views/billing/template/components/addBilling.vue b/jsowell-ui/src/views/billing/template/components/addBilling.vue index 2aaab4634..aee22508a 100644 --- a/jsowell-ui/src/views/billing/template/components/addBilling.vue +++ b/jsowell-ui/src/views/billing/template/components/addBilling.vue @@ -6,11 +6,7 @@ 电动自行车 - + -
- 时段 -
+
时段
@@ -168,10 +162,7 @@ effect="dark" > {{ item.label }} - + @@ -228,69 +219,24 @@
-
-

- - 以下配置应用于电动汽车占桩费计算。例如 - 免费占桩时间30分钟,封顶金额25元 占桩费单价2元/分钟 - -

-

- 表示:充电结束30分钟内不收取费用,超过30分钟的时间按每分钟2元收费,封顶25元。 -

-
- - - -
-

- - 本设置只应用于电动自行车(按功率时长)的计费策略,当费用不足最小单位费用的整数倍时,将会安装最小单位费用的整数倍收取(前几分钟不参与计费)。 - -

-

- 如,最小单位费用的是0.5元,当费用为1.1元时,将会收取1.5元;当费用为1.5元时,将会收取1.5元 -

-

- 如,免费充电时长的是5分钟,当充电时长是4分钟时,将不会收取费用;当充电时长是6分钟,将会根据计费模板收取6分钟的费用 -

-
- - - - - -
-
- 功率-0W至300W - - - - -
-
- 电费:1元{{ num }}小时 -
-
- - 增加测试功率分段 - 测试 + + + 电费 + + + + + + + + +
@@ -321,40 +267,22 @@ 取 消 - 确 定 + 确 定 - + - + - + @@ -507,7 +435,7 @@ export default { ], type: "1", name: "", - templateRemark: "", + templateRemark: "", minMoney: "", minute: "", }, @@ -548,9 +476,7 @@ export default { // 新时间插入数组最后 this.selectStartTime.push(e); // selectStartTime根据startTime排序 - this.selectStartTime.sort((a, b) => - a.startTime.localeCompare(b.startTime) - ); + this.selectStartTime.sort((a, b) => a.startTime.localeCompare(b.startTime)); // 关闭对话框 this.reviseVisible = false; // 调生成方法