diff --git a/public/components/admin/addRentingPool/addRentingPool.html b/public/components/admin/addRentingPool/addRentingPool.html index 875fb9a5d..67b80c3d6 100644 --- a/public/components/admin/addRentingPool/addRentingPool.html +++ b/public/components/admin/addRentingPool/addRentingPool.html @@ -33,7 +33,7 @@
-
diff --git a/public/components/admin/editRentingPool/editRentingPool.html b/public/components/admin/editRentingPool/editRentingPool.html index f2833f0c0..c9e6df02d 100644 --- a/public/components/admin/editRentingPool/editRentingPool.html +++ b/public/components/admin/editRentingPool/editRentingPool.html @@ -1,75 +1,85 @@ - -
- -
-
- +
+
+ + +
@@ -124,6 +124,106 @@ +
+
+
房屋费用
+
+
+ + + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
费用项目费用标识费用类型应收金额建账时间计费起始时间计费结束时间说明状态操作
{{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')}}
+
+
面积:{{listRoomCreateFeeInfo.builtUpArea}}
+
单价:{{fee.squarePrice}}
+
附加费:{{fee.additionalAmount}}
+
固定费:{{fee.additionalAmount}}
+
{{fee.stateName}} + + + + + +
+
+
+ 注意: 计费结束时间 “-” 表示未到计费时间 或 收费已结束 +
+
+ +
+
+
\ No newline at end of file