diff --git a/public/components/property/viewMainFee/viewMainFee.html b/public/components/property/viewMainFee/viewMainFee.html index 17fb632e0..52c0f9f14 100644 --- a/public/components/property/viewMainFee/viewMainFee.html +++ b/public/components/property/viewMainFee/viewMainFee.html @@ -51,21 +51,48 @@ + + +
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
- +
- +
+
+
+ + +
+
diff --git a/public/components/property/viewMainFee/viewMainFee.js b/public/components/property/viewMainFee/viewMainFee.js index 3446dfd42..5680610b7 100644 --- a/public/components/property/viewMainFee/viewMainFee.js +++ b/public/components/property/viewMainFee/viewMainFee.js @@ -27,7 +27,11 @@ feeFlagName:'', feeTypeCdName:'', configId:'', - stateName:'' + stateName:'', + additionalAmount:0.0, + squarePrice:0, + builtUpArea:'', + deadlineTime:'' } }, @@ -35,6 +39,8 @@ //加载 业主信息 var _feeId = vc.getParam('feeId') + $that.mainFeeInfo.builtUpArea = vc.getParam('builtUpArea') + if(vc.notNull(_feeId)){ vc.component.loadMainFeeInfo({ feeId:_feeId diff --git a/public/pages/property/listRoomFee/listRoomFee.js b/public/pages/property/listRoomFee/listRoomFee.js index e226a0820..2aeb5b2df 100644 --- a/public/pages/property/listRoomFee/listRoomFee.js +++ b/public/pages/property/listRoomFee/listRoomFee.js @@ -64,6 +64,7 @@ vc.jumpToPage('/admin.html#/pages/property/payFeeOrder?'+vc.objToGetParam(_fee)); }, _payFeeHis:function(_fee){ + _fee.builtUpArea=$that.listRoomCreateFeeInfo.builtUpArea; vc.jumpToPage('/admin.html#/pages/property/propertyFee?'+vc.objToGetParam(_fee)); }, _deleteFee:function(_fee){ diff --git a/public/pages/property/propertyFee/propertyFee.html b/public/pages/property/propertyFee/propertyFee.html index c6427727f..766f953f8 100644 --- a/public/pages/property/propertyFee/propertyFee.html +++ b/public/pages/property/propertyFee/propertyFee.html @@ -44,6 +44,8 @@ 打折率 备注 缴费时间 + 缴费起始时间 + 缴费结束时间 退费标识 操作 @@ -71,6 +73,12 @@ {{feeDetail.createTime}} + + {{feeDetail.startTime}} + + + {{feeDetail.endTime}} + {{feeDetail.stateName}}