From d3c6beb1df1e5787b8badf09f9a36948a0c0c44c Mon Sep 17 00:00:00 2001 From: 92895 <928953915> Date: Tue, 10 Nov 2020 15:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=89=93=E7=A5=A8=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/printPayFees/printPayFees.html | 110 +++++++++++------- 1 file changed, 66 insertions(+), 44 deletions(-) diff --git a/public/pages/property/printPayFees/printPayFees.html b/public/pages/property/printPayFees/printPayFees.html index 1d6cfbde6..8add431ed 100644 --- a/public/pages/property/printPayFees/printPayFees.html +++ b/public/pages/property/printPayFees/printPayFees.html @@ -8,59 +8,83 @@
-
- 房号:{{printPayFeeInfo.roomName}} +
+

房号:{{printPayFeeInfo.roomName}}

+
-
-
- 用户名:{{printPayFeeInfo.name}} +

用户名:{{printPayFeeInfo.name}}

- 面积:{{printPayFeeInfo.roomArea}} 平方米 +

面积:{{printPayFeeInfo.roomArea}} 平方米

- - - - - - - + + + + + + + - - - - + - - - - - - - - + + + + + + + + + - - + - - + + + + + --> + + + + + + + + + + + + + + + + + + + + + + + @@ -78,22 +102,20 @@
收费项目车牌号码数量单价计费起止时间实收金额备注

收费项目

车牌号码

数量

单价

计费起止时间

实收金额

备注

{{item.feeName}}{{item.carNum}}{{item.unit}}{{item.start!=null?vc.dateFormat(item.start):''}}{{item.end!=null?vc.dateFormat(item.end):''}}{{item.startTime!=null?vc.dateFormat(item.startTime):''}}{{item.endTime!=null?vc.dateFormat(item.endTime):''}}{{item.amount}}{{item.remark}}
{{item.num}}

{{item.unit}}

{{item.start!=null?vc.dateFormat(item.start):''}}

{{item.end!=null?vc.dateFormat(item.end):''}}

{{item.startTime!=null?vc.dateFormat(item.startTime):''}}

{{item.endTime!=null?vc.dateFormat(item.endTime):''}}

{{item.amount}}

{{item.remark}}

大写人民币(元){{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}} +

大写人民币(元)

{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}

合计(小写){{printPayFeeInfo.amount}}

合计(小写)

{{printPayFeeInfo.amount}}

{{item.feeName}}
{{item.carNum}}
{{item.cycle}}
{{item.num}}
{{item.unit}}
{{item.start!=null?vc.dateFormat(item.start):''}}
{{item.end!=null?vc.dateFormat(item.end):''}}
{{item.startTime!=null?vc.dateFormat(item.startTime):''}}
{{item.endTime!=null?vc.dateFormat(item.endTime):''}}
{{item.amount}}
{{item.remark}}
大写人民币(元)
{{vc.changeNumMoneyToChinese(printPayFeeInfo.amount)}}
+
合计(小写)
{{printPayFeeInfo.amount}}
-
- {{printPayFeeInfo.communityName}}客户服务中心 +
+

{{printPayFeeInfo.communityName}}客户服务中心

+ +
+

收款时间:{{printPayFeeInfo.feeTime}}

+
+
- 收款时间:{{printPayFeeInfo.feeTime}} -
- -
-
-
-
-
- 收款人:{{printPayFeeInfo.userName}} +

收款人:{{printPayFeeInfo.userName}}