mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
This commit is contained in:
commit
901652f71d
@ -119,7 +119,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<label class="col-sm-3 col-form-label">业主账户:</label>
|
<label class="col-sm-3 col-form-label">业主账户:</label>
|
||||||
<label class="col-sm-8 col-form-label">
|
<label class="col-sm-8 col-form-label">
|
||||||
<input type="checkbox" @change="_useUserAccountChange">
|
<input type="checkbox" checked="checked" @change="_useUserAccountChange">
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
|
|||||||
@ -86,6 +86,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$that._listFeePrintPages();
|
$that._listFeePrintPages();
|
||||||
|
// 查询用户账户
|
||||||
|
vc.emit('payFeeUserAccount', 'computeFeeUserAmount', {
|
||||||
|
feeId: $that.payFeeOrderInfo.feeId,
|
||||||
|
});
|
||||||
},
|
},
|
||||||
_initEvent: function() {
|
_initEvent: function() {
|
||||||
// 子组件折扣change事件
|
// 子组件折扣change事件
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user