diff --git a/public/pages/property/billManage/billManage.js b/public/pages/property/billManage/billManage.js index 09ed34a71..29c8fcb7f 100644 --- a/public/pages/property/billManage/billManage.js +++ b/public/pages/property/billManage/billManage.js @@ -61,8 +61,8 @@ } ); }, - _openBillDetail: function () { - + _openBillDetail: function (_bill) { + vc.jumpToPage('/admin.html#/pages/property/billOweManage?'+vc.objToGetParam(_bill)); }, _querybillMethod: function () { diff --git a/public/pages/property/billOweManage/billOweManage.html b/public/pages/property/billOweManage/billOweManage.html new file mode 100644 index 000000000..136f893e0 --- /dev/null +++ b/public/pages/property/billOweManage/billOweManage.html @@ -0,0 +1,111 @@ +
| 房屋/车位 | +账期欠费 | +当前欠费 | +费用到期 | +业主姓名 | +联系电话 | +状态 | +
|---|---|---|---|---|---|---|
| {{billOwe.payerObjName}} | +{{billOwe.billAmountOwed}}元 | +{{billOwe.amountOwed}}元 | +{{billOwe.feeEndTime}} | +{{billOwe.ownerName}} | +{{billOwe.ownerTel}} | ++ 已缴费 + 未交费 + | + + +
|
+ |
+ ||||||