|
@@ -133,13 +133,13 @@
|
|
|
<div class="table-operator">
|
|
<div class="table-operator">
|
|
|
<!-- <a-button type="primary" icon="download" @click="handleExportXls('入网统计')">导出</a-button>-->
|
|
<!-- <a-button type="primary" icon="download" @click="handleExportXls('入网统计')">导出</a-button>-->
|
|
|
<a-button type="primary" icon="download" v-has="'userStatistic:excel'" @click="excelOutExcel()">导出</a-button>
|
|
<a-button type="primary" icon="download" v-has="'userStatistic:excel'" @click="excelOutExcel()">导出</a-button>
|
|
|
- <a-button type="primary" icon="download" v-has="'userStatistic:excelUp'" @click="excelOutUp()">导出并上报</a-button>
|
|
|
|
|
|
|
+ <a-button type="primary" icon="download" v-has="'userStatistic:excelUp'" @click="excelOutUp()">导出并上报省公司</a-button>
|
|
|
<!-- 高级查询区域 -->
|
|
<!-- 高级查询区域 -->
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<a-menu slot="overlay">
|
|
<a-menu slot="overlay">
|
|
|
<a-menu-item key="1" @click="showImproveAndUploadList" v-has="'access:check:lists:up'">
|
|
<a-menu-item key="1" @click="showImproveAndUploadList" v-has="'access:check:lists:up'">
|
|
|
<a-icon type="up"/>
|
|
<a-icon type="up"/>
|
|
|
- 上报
|
|
|
|
|
|
|
+ 上报省公司
|
|
|
</a-menu-item>
|
|
</a-menu-item>
|
|
|
<a-menu-item key="1" @click="showImproveAndUploadAdminComList" v-has="'access:check:lists:upCom'">
|
|
<a-menu-item key="1" @click="showImproveAndUploadAdminComList" v-has="'access:check:lists:upCom'">
|
|
|
<a-icon type="up"/>
|
|
<a-icon type="up"/>
|
|
@@ -183,7 +183,7 @@
|
|
|
</span>
|
|
</span>
|
|
|
|
|
|
|
|
<span v-has="'userStatistics:up'" v-show=" currentTab != 'del'">
|
|
<span v-has="'userStatistics:up'" v-show=" currentTab != 'del'">
|
|
|
- <a @click="showImproveAndUploadAdmin(record,'2')">上报</a>
|
|
|
|
|
|
|
+ <a @click="showImproveAndUploadAdmin(record,'2')">上报省公司</a>
|
|
|
<a-divider type="vertical"/>
|
|
<a-divider type="vertical"/>
|
|
|
</span>
|
|
</span>
|
|
|
<span v-has="'userStatistics:list:upCom'" v-show=" currentTab != 'del'">
|
|
<span v-has="'userStatistics:list:upCom'" v-show=" currentTab != 'del'">
|
|
@@ -306,7 +306,7 @@ export default {
|
|
|
} ],
|
|
} ],
|
|
|
statusList:
|
|
statusList:
|
|
|
[{
|
|
[{
|
|
|
- text: '上报成功',
|
|
|
|
|
|
|
+ text: '已报省成功',
|
|
|
value: '2',
|
|
value: '2',
|
|
|
},{
|
|
},{
|
|
|
text: '已报分公司',
|
|
text: '已报分公司',
|
|
@@ -543,13 +543,13 @@ export default {
|
|
|
statusMap = {
|
|
statusMap = {
|
|
|
'0': '新建未报(无需上报)',
|
|
'0': '新建未报(无需上报)',
|
|
|
'1':'已报分公司',
|
|
'1':'已报分公司',
|
|
|
- '2': '上报成功'
|
|
|
|
|
|
|
+ '2': '已报省成功'
|
|
|
}
|
|
}
|
|
|
}else {
|
|
}else {
|
|
|
statusMap = {
|
|
statusMap = {
|
|
|
'0': '新建未报',
|
|
'0': '新建未报',
|
|
|
'1':'已报分公司',
|
|
'1':'已报分公司',
|
|
|
- '2': '上报成功'
|
|
|
|
|
|
|
+ '2': '已报省成功'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
// statusMap = {
|
|
// statusMap = {
|