mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
优化列表
This commit is contained in:
parent
ff139ae518
commit
d91282fc41
@ -221,6 +221,7 @@
|
||||
vc.emit('listParkingSpaceFee', 'notify', {});
|
||||
vc.emit('simplifyRoomFee', 'notify', {});
|
||||
vc.emit('simplifyCarFee', 'notify', {});
|
||||
vc.emit('addMeterWater', 'floorSelect2', 'clearFloor', {});
|
||||
return;
|
||||
}
|
||||
vc.message(_json.msg);
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
<td class="text-center">{{applyRoomDiscount.startTime}}</td>
|
||||
<td class="text-center">{{applyRoomDiscount.endTime}}</td>
|
||||
<td class="text-center">{{applyRoomDiscount.stateName}}</td>
|
||||
<td class="text-center">{{applyRoomDiscount.isUse == '0' ? '未使用' : '已使用'}}</td>
|
||||
<td class="text-center">{{applyRoomDiscount.inUse == '0' ? '未使用' : '已使用'}}</td>
|
||||
<td class="text-center">
|
||||
<div class="btn-group"
|
||||
v-if="applyRoomDiscount.state == '1' && vc.hasPrivilege('502021010723590006')">
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
<td class="text-center">{{feeCollectionDetail.collectionWay == '001' ? '仅短信方式' : (feeCollectionDetail.collectionWay == '002' ? '短信微信方式' : '仅微信方式')}}</td>
|
||||
<td class="text-center">{{feeCollectionDetail.oweAmount}}</td>
|
||||
<td class="text-center">{{feeCollectionDetail.createTime}}</td>
|
||||
<td class="text-center">{{feeCollectionDetail.state}}</td>
|
||||
<td class="text-center">{{feeCollectionDetail.state == 'F' ? '催缴成功' : '催缴失败'}}</td>
|
||||
<td class="text-center">{{feeCollectionDetail.remarks}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
conditions: {
|
||||
floorName: '',
|
||||
configIds: '',
|
||||
payObjType: '3333',
|
||||
payObjType: '',
|
||||
num: '',
|
||||
billType: '00123'
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user