|
@@ -147,7 +147,7 @@
|
|
|
plain>已盖章文件下载</el-button>
|
|
plain>已盖章文件下载</el-button>
|
|
|
<el-button v-if="hasPermission('cw_report_number:replace')" type="primary"
|
|
<el-button v-if="hasPermission('cw_report_number:replace')" type="primary"
|
|
|
@click="importReplaceNumber()" plain>报告号替换</el-button>
|
|
@click="importReplaceNumber()" plain>报告号替换</el-button>
|
|
|
- <el-button type="primary" v-if="hasPermission('cwProjectReport:import')" @click="exportReport()"
|
|
|
|
|
|
|
+ <el-button type="primary" v-if="hasPermission('cwProjectReport:import')" @click="importReport()"
|
|
|
plain>批量登记报告</el-button>
|
|
plain>批量登记报告</el-button>
|
|
|
<el-button type="primary" v-if="hasPermission('cwProjectReport:start')"
|
|
<el-button type="primary" v-if="hasPermission('cwProjectReport:start')"
|
|
|
@click="batchStartReportNumber()" plain
|
|
@click="batchStartReportNumber()" plain
|
|
@@ -2190,7 +2190,7 @@ export default {
|
|
|
this.$refs.numberReplace.init()
|
|
this.$refs.numberReplace.init()
|
|
|
},
|
|
},
|
|
|
// 批量导入报告
|
|
// 批量导入报告
|
|
|
- exportReport() {
|
|
|
|
|
|
|
+ importReport() {
|
|
|
this.$refs.reportListImport.init()
|
|
this.$refs.reportListImport.init()
|
|
|
},
|
|
},
|
|
|
// 批量启动报告号申请流程
|
|
// 批量启动报告号申请流程
|