From 950704ac8c2b681d67f5392836d2003c1d39e9d1 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 30 Nov 2020 12:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AD=94=E5=BA=94=E4=B8=8D?= =?UTF-8?q?=E6=B8=85=E6=99=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/simplifyCarFee/simplifyCarFee.js | 3 +- .../simplifyRoomFee/simplifyRoomFee.js | 3 +- .../property/viewMainFee/viewMainFee.js | 4 +- .../property/payFeeOrder/payFeeOrder.html | 4 +- .../pages/property/payFeeOrder/payFeeOrder.js | 55 ++++++++++++++----- public/print.html | 2 +- 6 files changed, 52 insertions(+), 19 deletions(-) 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 @@