是否查看下级单位已办记录
This commit is contained in:
parent
f030d25a12
commit
c8284b287b
|
|
@ -91,6 +91,15 @@
|
|||
</el-row>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row style="margin-bottom:10px">
|
||||
<el-col :span="10">
|
||||
<label class="label-name_3">是否查看下级单位已办记录:</label>
|
||||
<el-radio-group v-model="searchForm.childUnitswitch">
|
||||
<el-radio label="0">否</el-radio>
|
||||
<el-radio label="1">是</el-radio>
|
||||
</el-radio-group>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-col :span="6" :offset="1">
|
||||
<div class="btn-box" style="font-size: 14px">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
|
|
@ -100,7 +109,7 @@
|
|||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button type="primary" size="mini" :loading="loading" @click="search">查询</el-button>
|
||||
<el-button size="mini" @click="searchForm.createDate=''; searchForm.busStatus=''; searchForm.acceptno = '';searchForm.searchName='';searchForm.reportYear='';searchForm.bustype='';searchForm.UNISCIDORREGNO = '';searchForm.bustypeAndCurrentNode = '';">重置</el-button>
|
||||
<el-button size="mini" @click="searchForm.createDate=''; searchForm.busStatus=''; searchForm.acceptno = '';searchForm.searchName='';searchForm.reportYear='';searchForm.bustype='';searchForm.UNISCIDORREGNO = '';searchForm.bustypeAndCurrentNode = '';searchForm.childUnitswitch='0';">重置</el-button>
|
||||
</div>
|
||||
</el-col>
|
||||
</div>
|
||||
|
|
@ -243,7 +252,8 @@ export default {
|
|||
acceptno: '',
|
||||
searchName: '',
|
||||
bustype: '',
|
||||
busStatus: ''
|
||||
busStatus: '',
|
||||
childUnitswitch: '0'
|
||||
},
|
||||
loading: false,
|
||||
tableData: [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue