列异页面屏蔽查线索的按钮
This commit is contained in:
parent
6b23b8b225
commit
3466f9931d
|
|
@ -81,7 +81,7 @@
|
|||
</span> -->
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
<el-button size="mini" @click="resetSearchForm" style="margin-right: 10px">重置</el-button>
|
||||
<el-radio v-model="searchForm.searchtype" label="1">查线索</el-radio>
|
||||
<!-- <el-radio v-model="searchForm.searchtype" label="1">查线索</el-radio>-->
|
||||
<el-radio v-model="searchForm.searchtype" label="2">查主体</el-radio>
|
||||
</div>
|
||||
</el-col>
|
||||
|
|
@ -387,12 +387,13 @@ export default {
|
|||
selection: [],
|
||||
selectionColumn: [{ label: '序号', type: 'index', minWidth: '30px' }, { label: '统一社会信用代码/注册号', prop: 'uscc', minWidth: '100px' }, { label: '主体主体名称', prop: 'entname', minWidth: '100px' }, { label: '法定代表人', prop: 'name', minWidth: '50px' }],
|
||||
searchForm: {
|
||||
searchtype: '2',
|
||||
entertype: 'farmer',
|
||||
regulatory: ''
|
||||
},
|
||||
searchtype: '',
|
||||
searchForm2: {
|
||||
searchtype: '1',
|
||||
searchtype: '2',
|
||||
entertype: 'farmer',
|
||||
addressSearchType: 'like'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
</span> -->
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
<el-button size="mini" @click="resetSearchForm" style="margin-right: 10px">重置</el-button>
|
||||
<el-radio v-model="searchForm.searchtype" label="1"><span style="font-size: 20px">查线索</span></el-radio>
|
||||
<!-- <el-radio v-model="searchForm.searchtype" label="1"><span style="font-size: 20px">查线索</span></el-radio>-->
|
||||
<el-radio v-model="searchForm.searchtype" label="2"><span style="font-size: 20px">查主体</span></el-radio>
|
||||
</div>
|
||||
</el-col>
|
||||
|
|
@ -406,7 +406,7 @@ export default {
|
|||
selectionColumn: [{ label: '序号', type: 'index', minWidth: '30px' }, { label: '统一社会信用代码/注册号', prop: 'uscc', minWidth: '100px' }, { label: '主体名称', prop: 'entname', minWidth: '100px' }, { label: '法定代表人', prop: 'name', minWidth: '50px' }],
|
||||
searchtype: '',
|
||||
searchForm: {
|
||||
searchtype: '1',
|
||||
searchtype: '2',
|
||||
entertype: 'company',
|
||||
searchUscc: '',
|
||||
searchName: '',
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
</span> -->
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
<el-button size="mini" @click="resetSearchForm" style="margin-right: 10px">重置</el-button>
|
||||
<el-radio v-model="searchForm.searchtype" label="1">查线索</el-radio>
|
||||
<!-- <el-radio v-model="searchForm.searchtype" label="1">查线索</el-radio>-->
|
||||
<el-radio v-model="searchForm.searchtype" label="2">查主体</el-radio>
|
||||
</div>
|
||||
</el-col>
|
||||
|
|
@ -396,7 +396,7 @@ export default {
|
|||
selectionColumn: [{ label: '序号', type: 'index', minWidth: '30px' }, { label: '统一社会信用代码/注册号', prop: 'uscc', minWidth: '100px' }, { label: '主体主体名称', prop: 'entname', minWidth: '100px' }, { label: '法定代表人', prop: 'name', minWidth: '50px' }],
|
||||
searchtype: '',
|
||||
searchForm: {
|
||||
searchtype: '1',
|
||||
searchtype: '2',
|
||||
entertype: 'individual',
|
||||
regulatory: ''
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue