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