diff --git a/public/components/property/simplifyCarFee/simplifyCarFee.js b/public/components/property/simplifyCarFee/simplifyCarFee.js index cabc63da7..13bf0842e 100644 --- a/public/components/property/simplifyCarFee/simplifyCarFee.js +++ b/public/components/property/simplifyCarFee/simplifyCarFee.js @@ -76,7 +76,8 @@ }, _simplifyCarPayFee: function (_fee) { _fee.roomName = vc.component.simplifyCarFeeInfo.carNum; - vc.jumpToPage('/admin.html#/pages/property/payFeeOrder?' + vc.objToGetParam(_fee)); + //vc.jumpToPage('/admin.html#/pages/property/payFeeOrder?' + vc.objToGetParam(_fee)); + vc.jumpToPage('/admin.html#/pages/property/payFeeOrder?feeId=' + _fee.feeId); }, _simplifyCarPayFeeHis: function (_fee) { vc.jumpToPage('/admin.html#/pages/property/propertyFee?' + vc.objToGetParam(_fee)); diff --git a/public/components/property/simplifyRoomFee/simplifyRoomFee.js b/public/components/property/simplifyRoomFee/simplifyRoomFee.js index 5c3c45b49..6e6879da3 100644 --- a/public/components/property/simplifyRoomFee/simplifyRoomFee.js +++ b/public/components/property/simplifyRoomFee/simplifyRoomFee.js @@ -127,7 +127,8 @@ _payFee:function(_fee){ _fee.roomName=$that.simplifyRoomFeeInfo.roomName; _fee.builtUpArea=$that.simplifyRoomFeeInfo.builtUpArea; - vc.jumpToPage('/admin.html#/pages/property/payFeeOrder?'+vc.objToGetParam(_fee)); + //vc.jumpToPage('/admin.html#/pages/property/payFeeOrder?'+vc.objToGetParam(_fee)); + vc.jumpToPage('/admin.html#/pages/property/payFeeOrder?feeId='+_fee.feeId); }, _editFee:function(_fee){ vc.emit('editFee', 'openEditFeeModal',_fee); diff --git a/public/components/property/viewMainFee/viewMainFee.js b/public/components/property/viewMainFee/viewMainFee.js index cc26f6e9a..862aaa487 100644 --- a/public/components/property/viewMainFee/viewMainFee.js +++ b/public/components/property/viewMainFee/viewMainFee.js @@ -42,7 +42,7 @@ //加载 业主信息 var _feeId = vc.getParam('feeId') - $that.mainFeeInfo.builtUpArea = vc.getParam('builtUpArea') + //$that.mainFeeInfo.builtUpArea = vc.getParam('builtUpArea') if (vc.notNull(_feeId)) { vc.component.loadMainFeeInfo({ @@ -166,6 +166,8 @@ $that.mainFeeInfo.payerObjName = _payerObjName; + $that.mainFeeInfo.builtUpArea = _room.builtUpArea; + }, function (errInfo, error) { console.log('请求失败处理'); } diff --git a/public/pages/property/payFeeOrder/payFeeOrder.html b/public/pages/property/payFeeOrder/payFeeOrder.html index 3fee6281d..c539b5510 100644 --- a/public/pages/property/payFeeOrder/payFeeOrder.html +++ b/public/pages/property/payFeeOrder/payFeeOrder.html @@ -3,7 +3,7 @@
-
订单收费
+
订单收费({{payFeeOrderInfo.payerObjName}})