Skip to content

Commit c906d13

Browse files
committed
调整首页停车位和房屋 切换时字段显示错误bug 修复
1 parent 59a940a commit c906d13

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

WebService/src/main/resources/components/index-arrears/indexArrears.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h5>欠费信息</h5>
3030
<th>费用ID </th>
3131
<th>业主名称 </th>
3232
<th>联系电话 </th>
33-
<th>房屋编号 </th>
33+
<th>{{indexArrearsInfo.feeTypeCd == 888800010001? '房屋' : '车位'}}编号 </th>
3434
<th>费用开始时间 </th>
3535
<th>费用到期时间 </th>
3636
</tr>

WebService/src/main/resources/components/index-arrears/indexArrears.js

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
vc.on("indexArrears","_listArrearsData",function(){
1818
vc.component._listArrearsData(DEFAULT_PAGE,DEFAULT_ROWS);
1919
});
20+
vc.on('pagination','page_event',function(_currentPage){
21+
vc.component._listArrearsData(_currentPage,DEFAULT_ROWS);
22+
});
2023
},
2124
methods:{
2225
_listArrearsData:function(_page,_row){

docs/hc小区管理系统数据库模型v1.0.pdm

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?PowerDesigner AppLocale="UTF16" ID="{0769820D-50C2-43E8-9E22-B3D04BAFBB81}" Label="" LastModificationDate="1559750947" Name="hc小区管理系统数据库模型v1.0" Objects="992" Symbols="96" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="15.1.0.2850"?>
2+
<?PowerDesigner AppLocale="UTF16" ID="{0769820D-50C2-43E8-9E22-B3D04BAFBB81}" Label="" LastModificationDate="1560849601" Name="hc小区管理系统数据库模型v1.0" Objects="989" Symbols="95" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="15.1.0.2850"?>
33
<!-- do not edit this file -->
44

55
<Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
@@ -25591,7 +25591,7 @@ LABL 0 新宋体,8,N</a:FontList>
2559125591
<a:Code>MYSQL50</a:Code>
2559225592
<a:CreationDate>1558582641</a:CreationDate>
2559325593
<a:Creator>Administrator</a:Creator>
25594-
<a:ModificationDate>1559746713</a:ModificationDate>
25594+
<a:ModificationDate>1560849601</a:ModificationDate>
2559525595
<a:Modifier>Administrator</a:Modifier>
2559625596
<a:TargetModelURL>file:///%_DBMS%/mysql50.xdb</a:TargetModelURL>
2559725597
<a:TargetModelID>F4F16ECD-F2F1-4006-AF6F-638D5C65F35E</a:TargetModelID>

0 commit comments

Comments
 (0)