From c7499a024594f897a95da42cf2e914deefcda519 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sat, 2 Apr 2022 11:17:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/carCreateFee/carCreateFee.js | 2 +- .../contractCreateFee/contractCreateFee.js | 5 +- .../reportDeadlineFee/reportDeadlineFee.html | 56 +++++------ .../reportFeeBreakdown.html | 82 ++++++++-------- .../reportFeeDetail/reportFeeDetail.html | 1 + .../reportFeeSummary/reportFeeSummary.html | 1 + .../reportFloorUnitFeeSummary.html | 94 +++++++++---------- .../reportOweFeeDetail.html | 85 ++++++++--------- .../reportPrePaymentFee.html | 39 ++++---- .../property/roomCreateFee/roomCreateFee.js | 3 +- 10 files changed, 174 insertions(+), 194 deletions(-) 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 @@
欠费明细表
+ (按天更新)