From 13bb94ec3f5969a77ec23c78f49ba92813d86b5d Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 28 Apr 2021 18:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../simplifyContract/simplifyContract.html | 3 +- .../simplifyContract/simplifyContract.js | 10 +- .../tempImportRoomFee/tempImportRoomFee.js | 5 +- .../listContractFee/listContractFee.html | 124 +++++++++--------- .../listContractFee/listContractFee.js | 12 +- 5 files changed, 85 insertions(+), 69 deletions(-) diff --git a/public/components/property/simplifyContract/simplifyContract.html b/public/components/property/simplifyContract/simplifyContract.html index ae8a016a5..0dda2ef26 100644 --- a/public/components/property/simplifyContract/simplifyContract.html +++ b/public/components/property/simplifyContract/simplifyContract.html @@ -3,7 +3,8 @@
| 费用项目 | -费用标识 | -费用类型 | -应收金额 | -建账时间 | -计费起始时间 | -计费结束时间 | -说明 | -状态 | -操作 | -||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 费用项目 | +费用标识 | +费用类型 | +应收金额 | +建账时间 | +计费起始时间 | +计费结束时间 | +说明 | +状态 | +操作 | +||||
| {{fee.feeName}} | -{{fee.feeFlagName}} | -{{fee.feeTypeCdName}} | -{{fee.amountOwed}} | -{{fee.startTime}} | -{{_getEndTime(fee)}} | -{{_getDeadlineTime(fee)}} | -
- 上期度数:{{fee.preDegrees}}
- 本期度数:{{fee.curDegrees}}
- 单价:{{fee.squarePrice}}
- 附加费:{{fee.additionalAmount}}
- |
-
- 用量:{{_getAttrValue(fee.feeAttrs,'390006')}}
- 单价:{{fee.squarePrice}}
- 附加费:{{fee.additionalAmount}}
- |
-
- 算法:{{_getAttrValue(fee.feeAttrs,'390005')}}
- 用量:{{_getAttrValue(fee.feeAttrs,'390003')}}
- |
-
- 费用根据实际情况而定
- |
-
-
- 单价:{{fee.squarePrice}}
- 附加费:{{fee.additionalAmount}}
- 固定费:{{fee.additionalAmount}}
- |
- {{fee.stateName}} | -- |