主体查询登记机关去掉广州,修改其他页面的广州字眼
This commit is contained in:
parent
090a619de4
commit
e6390b1757
|
|
@ -16,7 +16,7 @@
|
|||
</el-col>
|
||||
<el-col v-if="!showMore" :span="8" style="text-align:center;">
|
||||
<span class="arrow" @click="showMore = !showMore"><i class="el-icon-arrow-down" />展开</span>
|
||||
<el-button type="primary" icon="el-icon-search" size="mini" @click="submitSearch" :loading="loading">查询</el-button>
|
||||
<el-button type="primary" icon="el-icon-search" size="mini" :loading="loading" @click="submitSearch">查询</el-button>
|
||||
<el-button type="info" icon="el-icon-refresh-left" size="mini" @click="resetForm">重置</el-button>
|
||||
</el-col>
|
||||
<el-col v-else :span="8">
|
||||
|
|
@ -362,16 +362,16 @@
|
|||
<el-col :span="8">
|
||||
<div class="search-field">
|
||||
<p>是否年报: </p>
|
||||
<el-select clearable v-model="searchForm.isnb">
|
||||
<el-option value="y" label="是"></el-option>
|
||||
<el-option value="n" label="否"></el-option>
|
||||
<el-select v-model="searchForm.isnb" clearable>
|
||||
<el-option value="y" label="是" />
|
||||
<el-option value="n" label="否" />
|
||||
</el-select>
|
||||
<el-date-picker
|
||||
v-model="searchForm.nbyear"
|
||||
value-format="yyyy"
|
||||
type="year"
|
||||
placeholder="选择年">
|
||||
</el-date-picker>
|
||||
placeholder="选择年"
|
||||
/>
|
||||
<!-- <div v-if="showReportYear">-->
|
||||
<!-- <el-select v-model="searchForm.yearReport" size="small" >-->
|
||||
<!-- <el-option v-for="(item,i) in searchForm.years" :key="i" :label="item.label" :value="item.value" />-->
|
||||
|
|
@ -382,9 +382,9 @@
|
|||
<el-col :span="8">
|
||||
<div class="search-field">
|
||||
<p>是否经营异常: </p>
|
||||
<el-select clearable v-model="searchForm.isabn">
|
||||
<el-option value="1" label="是"></el-option>
|
||||
<el-option value="0" label="否"></el-option>
|
||||
<el-select v-model="searchForm.isabn" clearable>
|
||||
<el-option value="1" label="是" />
|
||||
<el-option value="0" label="否" />
|
||||
</el-select>
|
||||
</div>
|
||||
</el-col>
|
||||
|
|
@ -395,7 +395,7 @@
|
|||
<div class="btn-box">
|
||||
<span v-if="showMore" class="arrow" @click="showMore = !showMore"><i class="el-icon-arrow-up" />隐藏</span>
|
||||
<span v-if="!showMore" class="arrow" @click="showMore = !showMore"><i class="el-icon-arrow-down" />展开</span>
|
||||
<el-button type="primary" icon="el-icon-search" size="mini" @click="submitSearch" :loading="loading">查询</el-button>
|
||||
<el-button type="primary" icon="el-icon-search" size="mini" :loading="loading" @click="submitSearch">查询</el-button>
|
||||
<el-button type="info" icon="el-icon-refresh-left" size="mini" @click="resetForm">重置</el-button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -611,11 +611,10 @@ export default {
|
|||
})
|
||||
getOrgTreeList().then(res => {
|
||||
if (res.code === 0) {
|
||||
// this.REGORGList= res.data
|
||||
this.REGORGList.push({
|
||||
id: '001019001',
|
||||
label: '广州市市场监督管理局',
|
||||
value: '440101',
|
||||
id: '150000',
|
||||
label: '内蒙古自治区市场监督管理局',
|
||||
value: '150000',
|
||||
children: res.data
|
||||
})
|
||||
}
|
||||
|
|
@ -649,7 +648,7 @@ export default {
|
|||
this.REGSTATEList = res.data
|
||||
}
|
||||
})
|
||||
this.entStatusList=this.$util.getEntstatusList();
|
||||
this.entStatusList = this.$util.getEntstatusList()
|
||||
// 获取列异原因
|
||||
this.getDifferList()
|
||||
|
||||
|
|
@ -660,7 +659,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
bbb() {
|
||||
if (this.searchForm.type != '') {
|
||||
if (this.searchForm.type !== '') {
|
||||
this.tableFlag = true
|
||||
}
|
||||
},
|
||||
|
|
@ -826,10 +825,9 @@ export default {
|
|||
},
|
||||
// 加载分页
|
||||
loadPage() {
|
||||
|
||||
if (this.loading) return
|
||||
let data = {}
|
||||
if(this.exportQueryData != null && Object.keys(this.exportQueryData).length != 0){ //是否存在查询参数
|
||||
if (this.exportQueryData != null && Object.keys(this.exportQueryData).length !== 0) { // 是否存在查询参数
|
||||
this.exportQueryData.curPage = this.pageParam.curPage
|
||||
this.exportQueryData.pageSize = this.pageParam.pageSize
|
||||
data = JSON.parse(JSON.stringify(this.exportQueryData))
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<!--标题-->
|
||||
<div style="font-size:25px;text-align:center">
|
||||
<!-- <span style="text-decoration:underline" contenteditable="true"> {{each.decOrgName}} </span>市场监督管理局<br> -->
|
||||
<span style="text-decoration:underline" contenteditable="true"> 广州市 </span>市场监督管理局<br>
|
||||
<span style="text-decoration:underline" contenteditable="true"> 内蒙古自治区 </span>市场监督管理局<br>
|
||||
<span>移出严重违法失信企业名单</span><br>
|
||||
<span>受理申请回执单</span>
|
||||
</div>
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<span style="float:right"><font style="text-decoration:underline" contenteditable="true">广州市</font>市场监督管理局章</span><br>
|
||||
<span style="float:right"><font style="text-decoration:underline" contenteditable="true">内蒙古自治区</font>市场监督管理局章</span><br>
|
||||
<span style="float:right"><font style="text-decoration:underline" contenteditable="true"> {{ each.year }} </font>年
|
||||
<font style="text-decoration:underline" contenteditable="true"> {{ each.month }} </font>月
|
||||
<font style="text-decoration:underline" contenteditable="true"> {{ each.day }} </font>日
|
||||
|
|
|
|||
Loading…
Reference in New Issue