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