diff --git a/public/components/property/simplifyRoomFee/simplifyRoomFee.html b/public/components/property/simplifyRoomFee/simplifyRoomFee.html new file mode 100644 index 000000000..eaecd6be5 --- /dev/null +++ b/public/components/property/simplifyRoomFee/simplifyRoomFee.html @@ -0,0 +1,97 @@ +
+
+
+ + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
费用项目费用标识费用类型应收金额建账时间计费起始时间计费结束时间说明状态操作
{{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 diff --git a/public/components/property/simplifyRoomFee/simplifyRoomFee.js b/public/components/property/simplifyRoomFee/simplifyRoomFee.js new file mode 100644 index 000000000..e69de29bb diff --git a/public/pages/property/simplifyAcceptance/simplifyAcceptance.html b/public/pages/property/simplifyAcceptance/simplifyAcceptance.html index ecf08c2a9..8b33c4b14 100644 --- a/public/pages/property/simplifyAcceptance/simplifyAcceptance.html +++ b/public/pages/property/simplifyAcceptance/simplifyAcceptance.html @@ -122,107 +122,42 @@ - - -
-
-
房屋费用
-
-
- - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
费用项目费用标识费用类型应收金额建账时间计费起始时间计费结束时间说明状态操作
{{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}} - - - - - -
-
-
- 注意: 计费结束时间 “-” 表示未到计费时间 或 收费已结束 -
-
- -
-
+
+
diff --git a/public/pages/property/simplifyAcceptance/simplifyAcceptance.js b/public/pages/property/simplifyAcceptance/simplifyAcceptance.js index d3d87301e..c440d49d1 100644 --- a/public/pages/property/simplifyAcceptance/simplifyAcceptance.js +++ b/public/pages/property/simplifyAcceptance/simplifyAcceptance.js @@ -10,7 +10,8 @@ searchType: '1', searchValue: '', searchPlaceholder: '请输入房屋编号 楼栋-单元-房屋 如1-1-1', - ownerPhoto:'', + ownerPhoto: '', + _currentTab: 1 } }, _initMethod: function () { @@ -42,15 +43,15 @@ $that.simplifyAcceptanceInfo.searchPlaceholder = '请输入房屋编号 楼栋-单元-房屋 如1-1-1'; } }, - _doSearch:function(){ - if(!vc.isNotEmpty($that.simplifyAcceptanceInfo.searchValue)){ + _doSearch: function () { + if (!vc.isNotEmpty($that.simplifyAcceptanceInfo.searchValue)) { vc.toast('请输入查询条件'); - return ; + return; } }, - errorLoadImg:function(){ - vc.component.simplifyAcceptanceInfo.ownerPhoto="/img/noPhoto.jpg"; + errorLoadImg: function () { + vc.component.simplifyAcceptanceInfo.ownerPhoto = "/img/noPhoto.jpg"; }, }