From 0d3f08c80cf5872a9100ee1aa42753c81b4a6885 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 23 Oct 2020 17:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/property/listCarFee/listCarFee.js | 1 + .../property/payFeeOrder/payFeeOrder.html | 6 +- .../pages/property/payFeeOrder/payFeeOrder.js | 1 + .../returnPayFeeManage.html | 93 ++++++++++--------- public/vcCore/vcFramework.js | 2 +- 5 files changed, 56 insertions(+), 47 deletions(-) diff --git a/public/pages/property/listCarFee/listCarFee.js b/public/pages/property/listCarFee/listCarFee.js index 3f7e7a78b..753ea0bd5 100644 --- a/public/pages/property/listCarFee/listCarFee.js +++ b/public/pages/property/listCarFee/listCarFee.js @@ -68,6 +68,7 @@ ); }, _payFee: function (_fee) { + _fee.roomName = vc.component.listCarFeeInfo.carNum; vc.jumpToPage('/admin.html#/pages/property/payFeeOrder?' + vc.objToGetParam(_fee)); }, _payFeeHis: function (_fee) { diff --git a/public/pages/property/payFeeOrder/payFeeOrder.html b/public/pages/property/payFeeOrder/payFeeOrder.html index 3823e7f8f..484e5b1ab 100644 --- a/public/pages/property/payFeeOrder/payFeeOrder.html +++ b/public/pages/property/payFeeOrder/payFeeOrder.html @@ -143,9 +143,13 @@
| 退款单号 | -缴费ID | -费用类型 | -付费周期 | -应付金额 | -实付金额 | -退费原因 | -审核状态 | -操作 | -
|---|---|---|---|---|---|---|---|---|
| 退款单号 | +缴费ID | +费用类型 | +付费周期 | +应付金额 | +实付金额 | +退费原因 | +审核状态 | +操作 | +
| {{payFee.returnFeeId}} | -{{payFee.detailId}} | -{{payFee.feeTypeCdName}} | -{{payFee.cycles}}个月 | -{{payFee.receivableAmount}} | -{{payFee.receivedAmount}} | -{{payFee.reason}} | -{{payFee.stateName}} | -
-
- |
|
- |
- ||||||||
|
+ |
+ ||||||||