diff --git a/public/pages/property/carCreateFee/carCreateFee.js b/public/pages/property/carCreateFee/carCreateFee.js index 065f46418..b71a35848 100755 --- a/public/pages/property/carCreateFee/carCreateFee.js +++ b/public/pages/property/carCreateFee/carCreateFee.js @@ -58,7 +58,7 @@ //业主名称选框去空 param.params.ownerName = param.params.ownerName.trim(); //发送get请求 - vc.http.apiGet('owner.queryOwnerCars', + vc.http.apiGet('/owner.queryOwnerCars', param, function(json, res) { var listCarData = JSON.parse(json); diff --git a/public/pages/property/contractCreateFee/contractCreateFee.js b/public/pages/property/contractCreateFee/contractCreateFee.js index c0cb7d712..124a13ac4 100755 --- a/public/pages/property/contractCreateFee/contractCreateFee.js +++ b/public/pages/property/contractCreateFee/contractCreateFee.js @@ -97,9 +97,8 @@ vc.component.contractCreateFeeInfo.moreCondition = true; } }, - _toOwnerPayFee: function(_room) { - let roomName = _room.floorNum + "栋" + _room.unitNum + "单元" + _room.roomNum + "室" - vc.jumpToPage('/#/pages/property/owePayFeeOrder?payObjId=' + _room.roomId + "&payObjType=9999&roomName=" + roomName); + _toOwnerPayFee: function(_ContractFeeInfo) { + vc.jumpToPage('/#/pages/property/owePayFeeOrder?payObjId=' + _ContractFeeInfo.contractId + '&payObjType=7777&contractName=' + _ContractFeeInfo.contractName); }, _printOwnOrder: function(_room) { //打印催交单 diff --git a/public/pages/property/reportDeadlineFee/reportDeadlineFee.html b/public/pages/property/reportDeadlineFee/reportDeadlineFee.html index 603413df2..3d7ba4de4 100755 --- a/public/pages/property/reportDeadlineFee/reportDeadlineFee.html +++ b/public/pages/property/reportDeadlineFee/reportDeadlineFee.html @@ -9,11 +9,9 @@
- +
-
@@ -21,8 +19,7 @@
-
- +
-
@@ -56,6 +51,7 @@
费用到期提醒
+ (按天更新)
@@ -26,8 +24,7 @@
-
- +
-
@@ -100,6 +95,7 @@
费用分项表
+ (按天更新)
@@ -25,8 +22,7 @@
-
@@ -87,6 +82,7 @@
楼栋费用表
+ (按天更新)
@@ -14,11 +13,9 @@
- +
-
@@ -26,8 +23,7 @@
-
- +
-
@@ -55,16 +49,12 @@
- +
- +
@@ -77,6 +67,7 @@
欠费明细表
+ (按天更新)