mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
ad3af26c53
commit
cdc08d1933
@ -15,7 +15,6 @@
|
||||
<p>
|
||||
请仔细填写公司相关信息,有利于快速审核
|
||||
</p>
|
||||
|
||||
<form id="component" class="wizard-big wizard clearfix" role="application" novalidate="novalidate">
|
||||
<p style="color: red;">{{companyInfo.errorInfo}}</p>
|
||||
<div class="steps clearfix">
|
||||
|
||||
@ -57,6 +57,10 @@
|
||||
<div class="ibox-title">
|
||||
<h5>欠费催缴单</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
<button type="button" class="btn btn-white btn-sm"
|
||||
v-on:click="_goBack()">
|
||||
返回
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-sm"
|
||||
v-on:click="_openAddFeeCollectionOrderModal()">
|
||||
<i class="glyphicon glyphicon-plus"></i>
|
||||
|
||||
@ -100,6 +100,9 @@
|
||||
} else {
|
||||
vc.component.feeCollectionOrderManageInfo.moreCondition = true;
|
||||
}
|
||||
},
|
||||
_goBack:function(){
|
||||
vc.goBack();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
vc.component.listFeeDetail(DEFAULT_PAGE, DEFAULT_ROW);
|
||||
});
|
||||
vc.on('pagination', 'page_event', function (_currentPage) {
|
||||
vc.component.listRoom(_currentPage, DEFAULT_ROW);
|
||||
vc.component.listFeeDetail(_currentPage, DEFAULT_ROW);
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user