From 17dd10066c270e784e21c7dbccfc510c062f423f Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 19 Nov 2020 18:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=B9=96=E9=98=BF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../simplifyRoomFee/simplifyRoomFee.html | 97 +++++++++++++ .../simplifyRoomFee/simplifyRoomFee.js | 0 .../simplifyAcceptance.html | 135 +++++------------- .../simplifyAcceptance/simplifyAcceptance.js | 13 +- 4 files changed, 139 insertions(+), 106 deletions(-) create mode 100644 public/components/property/simplifyRoomFee/simplifyRoomFee.html create mode 100644 public/components/property/simplifyRoomFee/simplifyRoomFee.js 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"; }, }