|
@@ -53,22 +53,22 @@
|
|
</el-option>
|
|
</el-option>
|
|
</el-select> -->
|
|
</el-select> -->
|
|
</div>
|
|
</div>
|
|
- <div class="tableBtn add" @click="unitRuleFn" v-if="tabName === 'first'">
|
|
|
|
|
|
+ <div class="tableBtn add" @click="unitRuleFn" v-if="tabName === 'first' || receiptMsg.stage !== '流程已结束'">
|
|
<span>评级</span>
|
|
<span>评级</span>
|
|
</div>
|
|
</div>
|
|
- <div class="tableBtn add" @click="handleAdd" v-if="tabName === 'first'">
|
|
|
|
|
|
+ <div class="tableBtn add" @click="handleAdd" v-if="tabName === 'first' || receiptMsg.stage !== '流程已结束'">
|
|
<img :src="addIcon" alt="">
|
|
<img :src="addIcon" alt="">
|
|
<span>新增</span>
|
|
<span>新增</span>
|
|
</div>
|
|
</div>
|
|
- <div class="tableBtn save" @click="handleEdit" v-if="tabName === 'first'">
|
|
|
|
|
|
+ <div class="tableBtn save" @click="handleEdit" v-if="tabName === 'first' || receiptMsg.stage !== '流程已结束'">
|
|
<img :src="saveIcon" alt="">
|
|
<img :src="saveIcon" alt="">
|
|
<span>保存</span>
|
|
<span>保存</span>
|
|
</div>
|
|
</div>
|
|
- <div class="tableBtn delete" @click="handleDelete" v-if="tabName === 'first'">
|
|
|
|
|
|
+ <div class="tableBtn delete" @click="handleDelete" v-if="tabName === 'first' || receiptMsg.stage !== '流程已结束'">
|
|
<img :src="deleteIcon" alt="">
|
|
<img :src="deleteIcon" alt="">
|
|
<span>删除</span>
|
|
<span>删除</span>
|
|
</div>
|
|
</div>
|
|
- <div class="tableBtn import" @click="handleImport" v-if="tabName === 'first'">
|
|
|
|
|
|
+ <div class="tableBtn import" @click="handleImport" v-if="tabName === 'first' || receiptMsg.stage !== '流程已结束'">
|
|
<img :src="importIcon" alt="">
|
|
<img :src="importIcon" alt="">
|
|
<span>导入</span>
|
|
<span>导入</span>
|
|
</div>
|
|
</div>
|
|
@@ -145,7 +145,7 @@
|
|
<el-table-column label="生产经营评级" prop="scjyRate" width="120" />
|
|
<el-table-column label="生产经营评级" prop="scjyRate" width="120" />
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="前期评级" align="center">
|
|
<el-table-column label="前期评级" align="center">
|
|
- <el-table-column label="年度项目进度目标" width="150">
|
|
|
|
|
|
+ <el-table-column label="年度项目进度目标完成率" width="150">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-input-number v-model="scope.row.annualTarget" :min="0" />
|
|
<el-input-number v-model="scope.row.annualTarget" :min="0" />
|
|
</template>
|
|
</template>
|
|
@@ -290,13 +290,15 @@
|
|
import deleteIcon from '../../assets/btnIcon/delete.png'
|
|
import deleteIcon from '../../assets/btnIcon/delete.png'
|
|
import exportIcon from '../../assets/btnIcon/export.png'
|
|
import exportIcon from '../../assets/btnIcon/export.png'
|
|
import importIcon from '../../assets/btnIcon/import.png'
|
|
import importIcon from '../../assets/btnIcon/import.png'
|
|
|
|
+ import sectionCha from '../../assets/benchmarkImg/sectionCha.png'
|
|
|
|
+ import sectionDef from '../../assets/benchmarkImg/sectionDef.png'
|
|
import {
|
|
import {
|
|
apiGetExportMsg,
|
|
apiGetExportMsg,
|
|
apiGetorganizationratinglist,
|
|
apiGetorganizationratinglist,
|
|
apiorganizationratinggrade,
|
|
apiorganizationratinggrade,
|
|
apiGetorganizationratingsave,
|
|
apiGetorganizationratingsave,
|
|
apiGetOrganizationListAll,
|
|
apiGetOrganizationListAll,
|
|
- apiGetbinsectionList,
|
|
|
|
|
|
+ apiGetorganizationsectionList,
|
|
apiPostorganizationratingDelete,
|
|
apiPostorganizationratingDelete,
|
|
apiPostIsdoAction,
|
|
apiPostIsdoAction,
|
|
apiGetorganizationyearratingHeader
|
|
apiGetorganizationyearratingHeader
|
|
@@ -467,6 +469,7 @@
|
|
// 查询列表页面
|
|
// 查询列表页面
|
|
getevaluRatingDiaList(row, id) {
|
|
getevaluRatingDiaList(row, id) {
|
|
let that = this
|
|
let that = this
|
|
|
|
+ that.evaluationRatingDiaData = []
|
|
let params = {
|
|
let params = {
|
|
pageNum: that.page.currentPage,
|
|
pageNum: that.page.currentPage,
|
|
pageSize: that.page.pagesize,
|
|
pageSize: that.page.pagesize,
|
|
@@ -499,9 +502,10 @@
|
|
getDataDictionary() {
|
|
getDataDictionary() {
|
|
let that = this
|
|
let that = this
|
|
let params = {
|
|
let params = {
|
|
- type: '3'
|
|
|
|
|
|
+ organizationYearRatingId: that.rowkeyId
|
|
}
|
|
}
|
|
- apiGetbinsectionList(params).then(datas => {
|
|
|
|
|
|
+ that.titleMsgArr = []
|
|
|
|
+ apiGetorganizationsectionList(params).then(datas => {
|
|
if (datas && datas.data) {
|
|
if (datas && datas.data) {
|
|
// that.binSectionoptions = datas.data
|
|
// that.binSectionoptions = datas.data
|
|
datas.data.forEach(item => {
|
|
datas.data.forEach(item => {
|
|
@@ -723,6 +727,7 @@
|
|
let that = this
|
|
let that = this
|
|
let url = 'organization-rating/exportExcel'
|
|
let url = 'organization-rating/exportExcel'
|
|
let params = {
|
|
let params = {
|
|
|
|
+ organizationYearRatingId: that.rowkeyId,
|
|
binSection: that.businessStr,
|
|
binSection: that.businessStr,
|
|
year: that.rowObj.year
|
|
year: that.rowObj.year
|
|
}
|
|
}
|