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 @@
| 收费项目 | -车牌号码 | -数量 | -单价 | -计费起止时间 | -实收金额 | -备注 | +收费项目 |
+ 车牌号码 |
+ 数量 |
+ 单价 |
+ 计费起止时间 |
+ 实收金额 |
+ 备注 |
||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{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}} |
|||||||||||||