|
|
|
@ -63,6 +63,7 @@
|
|
|
|
|
<div class="top-right-btn">
|
|
|
|
|
<el-button-group style="display:flex;">
|
|
|
|
|
<el-button icon="el-icon-view" type="primary" @click="hideSearch">显示/隐藏搜索栏</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button>
|
|
|
|
|
<el-button type="primary" icon="search" @click="searchErpList">查询</el-button>
|
|
|
|
|
<el-button type="primary" icon="search" @click="combine" :loading="combineLoading">选入</el-button>
|
|
|
|
|
<el-button type="primary" icon="search" @click="combineAll" v-if="isImport && !supEnable">结果全部选入</el-button>
|
|
|
|
|