优化diamante

This commit is contained in:
java110 2020-08-26 18:21:12 +08:00
parent 7ce43a93a4
commit df9cead65b
3 changed files with 25 additions and 11 deletions

View File

@ -23,24 +23,34 @@
<thead>
<tr>
<th class="text-center">费用项ID</th>
<th class="text-center">费用标识</th>
<th class="text-center">费用类型</th>
<!-- <th class="text-center">费用项ID</th> -->
<th class="text-center">费用项目</th>
<th class="text-center">开始时间</th>
<th class="text-center">到期时间</th>
<th class="text-center">费用标识</th>
<th class="text-center">费用类型</th>
<th class="text-center">房屋面积</th>
<th class="text-center">单价</th>
<th class="text-center">附加费</th>
<th class="text-center">应收金额</th>
<th class="text-center">建账时间</th>
<th class="text-center">计费起始时间</th>
<th class="text-center">计费结束时间</th>
<th class="text-center">状态</th>
<th class="text-right">操作</th>
</tr>
</thead>
<tbody>
<tr v-for="fee in listRoomCreateFeeInfo.fees">
<td class="text-center">{{fee.feeId}}</td>
<!-- <td class="text-center">{{fee.feeId}}</td> -->
<td class="text-center">{{fee.feeName}}</td>
<td class="text-center">{{fee.feeFlagName}}</td>
<td class="text-center">{{fee.feeTypeCdName}}</td>
<td class="text-center">{{fee.feeName}}</td>
<td class="text-center">{{listRoomCreateFeeInfo.builtUpArea}}</td>
<td class="text-center">{{fee.squarePrice}}</td>
<td class="text-center">{{fee.additionalAmount}}</td>
<td class="text-center">{{fee.amountOwed}}</td>
<td class="text-center">{{fee.startTime}}</td>
<td class="text-center">{{fee.endTime}}</td>
<td class="text-center">{{fee.deadlineTime}}</td>
<td class="text-center">{{fee.stateName}}</td>
<td class="text-right">
<button class="btn btn-link btn-xs" v-if="fee.state != '2009001' && vc.hasPrivilege('502020082314267912')"

View File

@ -9,12 +9,14 @@
roomId:'',
total: 0,
records: 1,
builtUpArea: 0.00
}
},
_initMethod:function(){
if(vc.notNull(vc.getParam("roomNum"))){
vc.component.listRoomCreateFeeInfo.roomName = vc.getParam('floorNum')+"号楼"+vc.getParam('unitNum')+"单元"+vc.getParam("roomNum")+"室";
vc.component.listRoomCreateFeeInfo.roomId = vc.getParam('roomId');
$that.listRoomCreateFeeInfo.builtUpArea = vc.getParam('builtUpArea');
};
vc.component._loadListRoomCreateFeeInfo(1,10);
},

View File

@ -105,8 +105,9 @@
<!-- <th>房屋ID</th> -->
<th data-hide="phone">楼栋名称</th>
<th data-hide="phone">单元</th>
<th data-hide="phone">房屋名称</th>
<th data-hide="phone">楼层</th>
<th data-hide="phone">房屋名称</th>
<!--<th data-hide="phone">户型</th>-->
<th data-hide="phone">建筑面积</th>
<th data-hide="phone">单价</th>
@ -127,12 +128,13 @@
<td>
{{room.unitNum}}单元
</td>
<td>
{{room.roomNum}}室
</td>
<td>
{{room.layer}}层
</td>
<td>
{{room.roomNum}}室
</td>
<!--<td>
{{room.apartment}}
</td>-->