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}} | -
-
- |
|
- |
- ||||||||
|
+ |
+ ||||||||