优化列表

This commit is contained in:
xiaogang 2021-08-12 22:49:33 +08:00
parent ff139ae518
commit d91282fc41
4 changed files with 4 additions and 3 deletions

View File

@ -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);

View File

@ -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')">

View File

@ -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>

View File

@ -15,7 +15,7 @@
conditions: {
floorName: '',
configIds: '',
payObjType: '3333',
payObjType: '',
num: '',
billType: '00123'
},