diff --git a/public/pages/property/billManage/billManage.html b/public/pages/property/billManage/billManage.html new file mode 100644 index 000000000..24142e484 --- /dev/null +++ b/public/pages/property/billManage/billManage.html @@ -0,0 +1,116 @@ +
| 账单编号 | +账单名称 | +累计应收 | +当期应收 | +实收金额 | +账单日期 | +收费项目 | +账单类型 | +操作 | + + +
|---|---|---|---|---|---|---|---|---|
| {{activities.billId}} | +{{activities.billName}} | +{{activities.receivable}}元 | +{{activities.curReceivable}}元 | +{{activities.billTime}}元 | +{{activities.configName}} | +{{activities.curBill == 'T'?'当前账单':'历史账单'}} | +
+
+
+
+ |
+
+ |
|
+ |
+ ||||||||