mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
加入费用时间变更
This commit is contained in:
parent
9bebb1b93e
commit
283bbd13a9
@ -107,6 +107,7 @@
|
||||
$('#editFeeModel').modal('hide');
|
||||
vc.component.clearAddFeeConfigInfo();
|
||||
vc.emit('listRoomFee','notify', {});
|
||||
vc.emit('listParkingSpaceFee','notify', {});
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@ -50,6 +50,10 @@
|
||||
<button class="btn btn-link btn-xs" v-if="fee.isDefault == 'F'"
|
||||
v-on:click="_deleteFee(fee)">取消费用
|
||||
</button>
|
||||
<button class="btn btn-link btn-xs"
|
||||
v-if="fee.state != '2009001' && vc.hasPrivilege('502020090427190001')"
|
||||
v-on:click="_editFee(fee)">费用变更
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -61,4 +65,5 @@
|
||||
</div>
|
||||
</div>
|
||||
<vc:create path="property/deleteFee"></vc:create>
|
||||
<vc:create path="property/editFee"></vc:create>
|
||||
</div>
|
||||
@ -62,6 +62,9 @@
|
||||
_payFeeHis:function(_fee){
|
||||
vc.jumpToPage('/admin.html#/pages/property/propertyFee?'+vc.objToGetParam(_fee));
|
||||
},
|
||||
_editFee:function(_fee){
|
||||
vc.emit('editFee', 'openEditFeeModal',_fee);
|
||||
},
|
||||
_deleteFee:function(_fee){
|
||||
|
||||
var dateA = new Date(_fee.startTime);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user