From a0831d9ee866139850307cf3a9e42e12793afda0 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Thu, 9 Mar 2023 09:20:59 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8F=91=E5=B8=83=E8=AE=A1=E8=B4=B9?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/pile/station/components/billing.vue | 59 ++++++++++++------- 1 file changed, 37 insertions(+), 22 deletions(-) diff --git a/jsowell-ui/src/views/pile/station/components/billing.vue b/jsowell-ui/src/views/pile/station/components/billing.vue index ee4c1a235..b15db82ab 100644 --- a/jsowell-ui/src/views/pile/station/components/billing.vue +++ b/jsowell-ui/src/views/pile/station/components/billing.vue @@ -3,6 +3,39 @@ + + +

+ 点击立即发布后,会将该计费模板下发到当前站点下所有的充电桩上面,请注意核对收费金额! +

+ + {{billingDetail.electricityPriceA}} + {{billingDetail.servicePriceA}} + {{billingDetail.electricityPriceB}} + {{billingDetail.servicePriceB}} + {{billingDetail.electricityPriceC}} + {{billingDetail.servicePriceC}} + {{billingDetail.electricityPriceD}} + {{billingDetail.servicePriceD}} + + + 取 消 + 立即发布 + +
+ + - - + - - - - 点击立即发布后,会将该计费模板下发到当前站点下所有的充电桩上面 - - 取 消 - 立即发布 - - @@ -218,6 +230,8 @@ export default { }, // 需要向子组件传递的值 billingTemplateId: "", + // 计费详情 + billingDetail: {}, }; }, created() { @@ -301,6 +315,7 @@ export default { queryInfo() { getTemplate(this.publishTemplateId).then((response) => { console.log("点击发布按钮 查询计费模板详情", response); + this.billingDetail = response.data; // this.form = response.data; // console.log("timeArray", this.form.timeArray); // const selectStartTimeArr = [];