|
@@ -7,21 +7,21 @@
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<div class="danjuMsg_data">
|
|
<div class="danjuMsg_data">
|
|
<span class="data_tit">申报编号:</span>
|
|
<span class="data_tit">申报编号:</span>
|
|
- <span>{{receiptMsg.code}}</span>
|
|
|
|
|
|
+ <span>{{ receiptMsg.code }}</span>
|
|
</div>
|
|
</div>
|
|
<div class="danjuMsg_data">
|
|
<div class="danjuMsg_data">
|
|
<span class="data_tit">申报部门:</span>
|
|
<span class="data_tit">申报部门:</span>
|
|
- <span>{{receiptMsg.deptName}}</span>
|
|
|
|
|
|
+ <span>{{ receiptMsg.deptName }}</span>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<div class="danjuMsg_data">
|
|
<div class="danjuMsg_data">
|
|
<span class="data_tit">申报级别:</span>
|
|
<span class="data_tit">申报级别:</span>
|
|
- <span>{{receiptMsg.declarationLevel}}级</span>
|
|
|
|
|
|
+ <span>{{ receiptMsg.declarationLevel }}级</span>
|
|
</div>
|
|
</div>
|
|
<div class="danjuMsg_data">
|
|
<div class="danjuMsg_data">
|
|
<span class="data_tit">申报年度:</span>
|
|
<span class="data_tit">申报年度:</span>
|
|
- <span>{{receiptMsg.year}}年</span>
|
|
|
|
|
|
+ <span>{{ receiptMsg.year }}年</span>
|
|
</div>
|
|
</div>
|
|
<!-- <div class="danjuMsg_data">
|
|
<!-- <div class="danjuMsg_data">
|
|
<span class="data_tit">申报领导:</span>
|
|
<span class="data_tit">申报领导:</span>
|
|
@@ -31,29 +31,29 @@
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<div class="danjuMsg_data">
|
|
<div class="danjuMsg_data">
|
|
<span class="data_tit">流程状态:</span>
|
|
<span class="data_tit">流程状态:</span>
|
|
- <span>{{receiptMsg.stage}}</span>
|
|
|
|
|
|
+ <span>{{ receiptMsg.stage }}</span>
|
|
</div>
|
|
</div>
|
|
<div class="danjuMsg_data">
|
|
<div class="danjuMsg_data">
|
|
<span class="data_tit">申报月份:</span>
|
|
<span class="data_tit">申报月份:</span>
|
|
- <span>{{receiptMsg.month}}月</span>
|
|
|
|
|
|
+ <span>{{ receiptMsg.month }}月</span>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<div class="danjuMsg_data">
|
|
<div class="danjuMsg_data">
|
|
<span class="data_tit">创建日期:</span>
|
|
<span class="data_tit">创建日期:</span>
|
|
- <span>{{receiptMsg.createDate}}</span>
|
|
|
|
|
|
+ <span>{{ receiptMsg.createDate }}</span>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<div class="danjuMsg_data">
|
|
<div class="danjuMsg_data">
|
|
<span class="data_tit">评定等级:</span>
|
|
<span class="data_tit">评定等级:</span>
|
|
- <span>{{receiptMsg.ratingGrade}}</span>
|
|
|
|
|
|
+ <span>{{ receiptMsg.ratingGrade }}</span>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="18">
|
|
<el-col :span="18">
|
|
<div class="danjuMsg_data">
|
|
<div class="danjuMsg_data">
|
|
<span class="data_tit">申报理由:</span>
|
|
<span class="data_tit">申报理由:</span>
|
|
- <span>{{receiptMsg.des}}</span>
|
|
|
|
|
|
+ <span>{{ receiptMsg.des }}</span>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -72,7 +72,7 @@
|
|
<img :src="deleteIcon" alt="">
|
|
<img :src="deleteIcon" alt="">
|
|
<span>删除</span>
|
|
<span>删除</span>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<div class="tableBtn import" @click="handleImport" v-if="isShowFn(receiptMsg.stage)">
|
|
<div class="tableBtn import" @click="handleImport" v-if="isShowFn(receiptMsg.stage)">
|
|
<img :src="importIcon" alt="">
|
|
<img :src="importIcon" alt="">
|
|
<span>导入</span>
|
|
<span>导入</span>
|
|
@@ -82,13 +82,15 @@
|
|
<span>导出</span>
|
|
<span>导出</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <el-table :data="quantifiedList.slice((pageLeft.currentPage-1)*pageLeft.pagesize, pageLeft.currentPage*pageLeft.pagesize)"
|
|
|
|
- style="width: 100%" @select="rowClick" @select-all="rowClick">
|
|
|
|
|
|
+ <el-table
|
|
|
|
+ :data="quantifiedList.slice((pageLeft.currentPage - 1) * pageLeft.pagesize, pageLeft.currentPage * pageLeft.pagesize)"
|
|
|
|
+ style="width: 100%" @select="rowClick" @select-all="rowClick">
|
|
<el-table-column type="selection" label="操作" align="center"></el-table-column>
|
|
<el-table-column type="selection" label="操作" align="center"></el-table-column>
|
|
<el-table-column label="序号" type="index" width="80" />
|
|
<el-table-column label="序号" type="index" width="80" />
|
|
<el-table-column label="人员编号">
|
|
<el-table-column label="人员编号">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-input v-model="scope.row.employeeNo" @blur="employeeNoInputBlur(scope.row.employeeNo, scope.row)" />
|
|
|
|
|
|
+ <el-input v-model="scope.row.employeeNo"
|
|
|
|
+ @blur="employeeNoInputBlur(scope.row.employeeNo, scope.row)" />
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="人员">
|
|
<el-table-column label="人员">
|
|
@@ -103,17 +105,18 @@
|
|
<span style="float: right;color: #909399;font-size: 13px;" >{{ item.no }}</span>
|
|
<span style="float: right;color: #909399;font-size: 13px;" >{{ item.no }}</span>
|
|
</el-option>
|
|
</el-option>
|
|
</el-select> -->
|
|
</el-select> -->
|
|
- <span>{{scope.row.employeeName}}</span>
|
|
|
|
|
|
+ <span>{{ scope.row.employeeName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="建议值" v-if="showMessage">
|
|
<el-table-column label="建议值" v-if="showMessage">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-input-number v-model="scope.row.suggestedValue" :precision="2" :step="0.1" :min="0" />
|
|
|
|
|
|
+ <el-input-number v-model="scope.row.suggestedValue" :precision="2" :step="0.1"
|
|
|
|
+ :min="0" />
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="排序" >
|
|
|
|
|
|
+ <el-table-column label="排序">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-input-number v-model="scope.row.serialNumber" :min="1" />
|
|
|
|
|
|
+ <el-input-number v-model="scope.row.serialNumber" :min="1" />
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="操作" width="120" v-if="isShowFn(receiptMsg.stage)">
|
|
<el-table-column label="操作" width="120" v-if="isShowFn(receiptMsg.stage)">
|
|
@@ -122,11 +125,8 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
- <el-pagination
|
|
|
|
- @current-change="handleCurrentChangeLeft"
|
|
|
|
- :current-page="pageLeft.currentPage"
|
|
|
|
- :page-size="pageLeft.pagesize"
|
|
|
|
- layout="total, prev, pager, next, jumper"
|
|
|
|
|
|
+ <el-pagination @current-change="handleCurrentChangeLeft" :current-page="pageLeft.currentPage"
|
|
|
|
+ :page-size="pageLeft.pagesize" layout="total, prev, pager, next, jumper"
|
|
:total="pageLeft.total">
|
|
:total="pageLeft.total">
|
|
</el-pagination>
|
|
</el-pagination>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
@@ -145,50 +145,50 @@
|
|
<span>删除</span>
|
|
<span>删除</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <el-table :data="secondWorkSituation.slice((pageRight.currentPage-1)*pageRight.pagesize, pageRight.currentPage*pageRight.pagesize)"
|
|
|
|
- style="width: 100%" @select="rowSituationClick" @select-all="rowSituationClick">
|
|
|
|
|
|
+ <el-table
|
|
|
|
+ :data="secondWorkSituation.slice((pageRight.currentPage - 1) * pageRight.pagesize, pageRight.currentPage * pageRight.pagesize)"
|
|
|
|
+ style="width: 100%" @select="rowSituationClick" @select-all="rowSituationClick">
|
|
<el-table-column type="selection" label="操作" align="center"></el-table-column>
|
|
<el-table-column type="selection" label="操作" align="center"></el-table-column>
|
|
<el-table-column label="序号" type="index" width="80" />
|
|
<el-table-column label="序号" type="index" width="80" />
|
|
<el-table-column label="工作内容">
|
|
<el-table-column label="工作内容">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-input v-if="isShowFn(receiptMsg.stage)" v-model="scope.row.jobContent" :rows="2" type="textarea" />
|
|
|
|
- <pre v-else>{{scope.row.jobContent}}</pre>
|
|
|
|
|
|
+ <el-input v-if="isShowFn(receiptMsg.stage)" v-model="scope.row.jobContent" :rows="2"
|
|
|
|
+ type="textarea" />
|
|
|
|
+ <pre v-else>{{ scope.row.jobContent }}</pre>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="完成情况">
|
|
<el-table-column label="完成情况">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-input v-if="isShowFn(receiptMsg.stage)" v-model="scope.row.completionStatus" :rows="2" type="textarea" />
|
|
|
|
- <pre v-else>{{scope.row.completionStatus}}</pre>
|
|
|
|
|
|
+ <el-input v-if="isShowFn(receiptMsg.stage)" v-model="scope.row.completionStatus"
|
|
|
|
+ :rows="2" type="textarea" />
|
|
|
|
+ <pre v-else>{{ scope.row.completionStatus }}</pre>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="相关处室" width="200">
|
|
<el-table-column label="相关处室" width="200">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-input v-if="isShowFn(receiptMsg.stage)" v-model="scope.row.relatedOffice" />
|
|
<el-input v-if="isShowFn(receiptMsg.stage)" v-model="scope.row.relatedOffice" />
|
|
- <span v-else>{{scope.row.relatedOffice}}</span>
|
|
|
|
|
|
+ <span v-else>{{ scope.row.relatedOffice }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="经办人" width="200">
|
|
<el-table-column label="经办人" width="200">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-input v-if="isShowFn(receiptMsg.stage)" v-model="scope.row.handlePeopleName" />
|
|
<el-input v-if="isShowFn(receiptMsg.stage)" v-model="scope.row.handlePeopleName" />
|
|
- <span v-else>{{scope.row.handlePeopleName}}</span>
|
|
|
|
|
|
+ <span v-else>{{ scope.row.handlePeopleName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="排序" >
|
|
|
|
|
|
+ <el-table-column label="排序">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-input-number v-model="scope.row.serialNumber" :min="1" />
|
|
|
|
|
|
+ <el-input-number v-model="scope.row.serialNumber" :min="1" />
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
- <el-pagination
|
|
|
|
- @current-change="handleCurrentChangeRight"
|
|
|
|
- :current-page="pageRight.currentPage"
|
|
|
|
- :page-size="pageRight.pagesize"
|
|
|
|
- layout="total, prev, pager, next, jumper"
|
|
|
|
|
|
+ <el-pagination @current-change="handleCurrentChangeRight" :current-page="pageRight.currentPage"
|
|
|
|
+ :page-size="pageRight.pagesize" layout="total, prev, pager, next, jumper"
|
|
:total="pageRight.total">
|
|
:total="pageRight.total">
|
|
</el-pagination>
|
|
</el-pagination>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
</el-tabs>
|
|
</el-tabs>
|
|
-
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<template #footer>
|
|
<template #footer>
|
|
<span class="dialog-footer">
|
|
<span class="dialog-footer">
|
|
@@ -202,8 +202,10 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import importDailog from '../importPage/importDailog.vue'
|
|
import importDailog from '../importPage/importDailog.vue'
|
|
-import {apiPostevaluationdeptadDetails,apiGetevaluationdeptadUpdate, apiGetevaluationdeptadDelete,apiGetevaluationdeptadUpdateComplete,
|
|
|
|
-apiPostevaluationdeptadDetailsHead, apiGetuserPageList,apiGetevaluationdeptadDeleteComplete,apiGetUserPostList} from '../../api/api'
|
|
|
|
|
|
+import {
|
|
|
|
+ apiPostevaluationdeptadDetails, apiGetevaluationdeptadUpdate, apiGetevaluationdeptadDelete, apiGetevaluationdeptadUpdateComplete,
|
|
|
|
+ apiPostevaluationdeptadDetailsHead, apiGetuserPageList, apiGetevaluationdeptadDeleteComplete, apiGetUserPostList
|
|
|
|
+} from '../../api/api'
|
|
import ExcelJS from 'exceljs'
|
|
import ExcelJS from 'exceljs'
|
|
import fileSave from 'file-saver'
|
|
import fileSave from 'file-saver'
|
|
import addIcon from '../../assets/btnIcon/add.png'
|
|
import addIcon from '../../assets/btnIcon/add.png'
|
|
@@ -246,12 +248,12 @@ export default {
|
|
indicItemoptions: [],
|
|
indicItemoptions: [],
|
|
sectionNameArr: [],
|
|
sectionNameArr: [],
|
|
deptNameArr: [],
|
|
deptNameArr: [],
|
|
- pageLeft:{
|
|
|
|
|
|
+ pageLeft: {
|
|
pagesize: 15,
|
|
pagesize: 15,
|
|
currentPage: 1,
|
|
currentPage: 1,
|
|
total: 0
|
|
total: 0
|
|
},
|
|
},
|
|
- pageRight:{
|
|
|
|
|
|
+ pageRight: {
|
|
pagesize: 15,
|
|
pagesize: 15,
|
|
currentPage: 1,
|
|
currentPage: 1,
|
|
total: 0
|
|
total: 0
|
|
@@ -271,7 +273,7 @@ export default {
|
|
this.userMes = JSON.parse(window.sessionStorage.getItem('user'))
|
|
this.userMes = JSON.parse(window.sessionStorage.getItem('user'))
|
|
this.getUserPostList()
|
|
this.getUserPostList()
|
|
this.rowMsg = row
|
|
this.rowMsg = row
|
|
- this.$nextTick(() =>{
|
|
|
|
|
|
+ this.$nextTick(() => {
|
|
this.receiptMsg = {
|
|
this.receiptMsg = {
|
|
code: row.orderNumber,
|
|
code: row.orderNumber,
|
|
des: row.declarationReason,
|
|
des: row.declarationReason,
|
|
@@ -311,10 +313,10 @@ export default {
|
|
}).then(() => {
|
|
}).then(() => {
|
|
let that = this
|
|
let that = this
|
|
let paramsArr = []
|
|
let paramsArr = []
|
|
- that.changeDateSelect.forEach(it =>{
|
|
|
|
|
|
+ that.changeDateSelect.forEach(it => {
|
|
paramsArr.push(it.id)
|
|
paramsArr.push(it.id)
|
|
})
|
|
})
|
|
- apiGetevaluationdeptadDelete(paramsArr.join(',')).then(datas =>{
|
|
|
|
|
|
+ apiGetevaluationdeptadDelete(paramsArr.join(',')).then(datas => {
|
|
if (datas) {
|
|
if (datas) {
|
|
that.$message({
|
|
that.$message({
|
|
type: 'success',
|
|
type: 'success',
|
|
@@ -335,7 +337,7 @@ export default {
|
|
//获取详情头数据
|
|
//获取详情头数据
|
|
getDetailsHeader(id) {
|
|
getDetailsHeader(id) {
|
|
let that = this
|
|
let that = this
|
|
- apiPostevaluationdeptadDetailsHead(id).then(datas =>{
|
|
|
|
|
|
+ apiPostevaluationdeptadDetailsHead(id).then(datas => {
|
|
if (datas && datas.data) {
|
|
if (datas && datas.data) {
|
|
let row = datas.data
|
|
let row = datas.data
|
|
that.receiptMsg = {
|
|
that.receiptMsg = {
|
|
@@ -344,7 +346,7 @@ export default {
|
|
stage: row.stage,
|
|
stage: row.stage,
|
|
createName: row.createName,
|
|
createName: row.createName,
|
|
createDate: row.createTime,
|
|
createDate: row.createTime,
|
|
- type: row.checkCycle === 'YDKP'?'月度考评':row.checkCycle === 'JDKP'?'季度考评':'年度考评',
|
|
|
|
|
|
+ type: row.checkCycle === 'YDKP' ? '月度考评' : row.checkCycle === 'JDKP' ? '季度考评' : '年度考评',
|
|
year: row.appraisalYear,
|
|
year: row.appraisalYear,
|
|
month: row.declarationMonth,
|
|
month: row.declarationMonth,
|
|
recStage: '有效'
|
|
recStage: '有效'
|
|
@@ -357,10 +359,10 @@ export default {
|
|
let that = this
|
|
let that = this
|
|
that.quantifiedList = []
|
|
that.quantifiedList = []
|
|
that.secondWorkSituation = []
|
|
that.secondWorkSituation = []
|
|
- apiPostevaluationdeptadDetails(id).then(datas =>{
|
|
|
|
|
|
+ apiPostevaluationdeptadDetails(id).then(datas => {
|
|
if (datas && datas.data) {
|
|
if (datas && datas.data) {
|
|
if (datas.data['ygydkhxs'][0]) {
|
|
if (datas.data['ygydkhxs'][0]) {
|
|
- datas.data['ygydkhxs'][0].forEach(it =>{
|
|
|
|
|
|
+ datas.data['ygydkhxs'][0].forEach(it => {
|
|
it.serialNumber = it.serialNumber.toString()
|
|
it.serialNumber = it.serialNumber.toString()
|
|
})
|
|
})
|
|
that.quantifiedList = datas.data['ygydkhxs'][0]
|
|
that.quantifiedList = datas.data['ygydkhxs'][0]
|
|
@@ -381,12 +383,12 @@ export default {
|
|
current: 1,
|
|
current: 1,
|
|
size: 10
|
|
size: 10
|
|
}
|
|
}
|
|
- apiGetUserPostList(params).then(datas =>{
|
|
|
|
- if (datas.data && datas.data.records.length>0) {
|
|
|
|
- datas.data.records.forEach(it =>{
|
|
|
|
|
|
+ apiGetUserPostList(params).then(datas => {
|
|
|
|
+ if (datas.data && datas.data.records.length > 0) {
|
|
|
|
+ datas.data.records.forEach(it => {
|
|
if (it.posName.indexOf('主任') !== -1 || it.posName.indexOf('副主任') !== -1
|
|
if (it.posName.indexOf('主任') !== -1 || it.posName.indexOf('副主任') !== -1
|
|
- || it.posName.indexOf('组织人事部') !== -1
|
|
|
|
- || it.udeptName.indexOf('组织人事部') !== -1) {
|
|
|
|
|
|
+ || it.posName.indexOf('组织人事部') !== -1
|
|
|
|
+ || it.udeptName.indexOf('组织人事部') !== -1) {
|
|
that.showMessage = true
|
|
that.showMessage = true
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -408,7 +410,7 @@ export default {
|
|
let params = {
|
|
let params = {
|
|
no: val
|
|
no: val
|
|
}
|
|
}
|
|
- apiGetuserPageList(params).then(datas =>{
|
|
|
|
|
|
+ apiGetuserPageList(params).then(datas => {
|
|
if (datas && datas.data) {
|
|
if (datas && datas.data) {
|
|
row.employeeName = datas.data.name
|
|
row.employeeName = datas.data.name
|
|
row.employeeId = datas.data.id
|
|
row.employeeId = datas.data.id
|
|
@@ -430,7 +432,7 @@ export default {
|
|
saveDetail() {
|
|
saveDetail() {
|
|
let that = this
|
|
let that = this
|
|
let params = []
|
|
let params = []
|
|
- that.quantifiedList.forEach(item =>{
|
|
|
|
|
|
+ that.quantifiedList.forEach(item => {
|
|
// let emName = ''
|
|
// let emName = ''
|
|
// let emNo = ''
|
|
// let emNo = ''
|
|
// that.deptLeaderOptionDet.forEach(it =>{
|
|
// that.deptLeaderOptionDet.forEach(it =>{
|
|
@@ -444,7 +446,7 @@ export default {
|
|
employeeId: item.employeeId ? item.employeeId : '',
|
|
employeeId: item.employeeId ? item.employeeId : '',
|
|
employeeName: item.employeeName ? item.employeeName : '',
|
|
employeeName: item.employeeName ? item.employeeName : '',
|
|
employeeNo: item.employeeNo ? item.employeeNo : '',
|
|
employeeNo: item.employeeNo ? item.employeeNo : '',
|
|
- suggestedValue: (item.suggestedValue*1).toString(),
|
|
|
|
|
|
+ suggestedValue: (item.suggestedValue * 1).toString(),
|
|
serialNumber: item.serialNumber
|
|
serialNumber: item.serialNumber
|
|
}
|
|
}
|
|
if (!item.showInput) {
|
|
if (!item.showInput) {
|
|
@@ -452,7 +454,7 @@ export default {
|
|
}
|
|
}
|
|
params.push(obj)
|
|
params.push(obj)
|
|
})
|
|
})
|
|
- apiGetevaluationdeptadUpdate(params).then(datas =>{
|
|
|
|
|
|
+ apiGetevaluationdeptadUpdate(params).then(datas => {
|
|
if (datas) {
|
|
if (datas) {
|
|
if (datas.success) {
|
|
if (datas.success) {
|
|
that.$message({
|
|
that.$message({
|
|
@@ -480,7 +482,7 @@ export default {
|
|
if (!row.id) {
|
|
if (!row.id) {
|
|
that.quantifiedList.splice(index, 1)
|
|
that.quantifiedList.splice(index, 1)
|
|
} else {
|
|
} else {
|
|
- apiGetevaluationdeptadDelete(row.id).then(datas =>{
|
|
|
|
|
|
+ apiGetevaluationdeptadDelete(row.id).then(datas => {
|
|
if (datas) {
|
|
if (datas) {
|
|
that.$message({
|
|
that.$message({
|
|
type: 'success',
|
|
type: 'success',
|
|
@@ -495,14 +497,14 @@ export default {
|
|
},
|
|
},
|
|
handleImport() {
|
|
handleImport() {
|
|
this.$refs.importPage.upload.title = "绩效结果考核申报导入"
|
|
this.$refs.importPage.upload.title = "绩效结果考核申报导入"
|
|
- this.$refs.importPage.upload.data = {id: this.rowMsg.id}
|
|
|
|
|
|
+ this.$refs.importPage.id = this.rowMsg.id || ""
|
|
this.$refs.importPage.upload.open = true
|
|
this.$refs.importPage.upload.open = true
|
|
this.$refs.importPage.upload.url = '/evaluation-dept-ad/import'
|
|
this.$refs.importPage.upload.url = '/evaluation-dept-ad/import'
|
|
},
|
|
},
|
|
successImport(val) {
|
|
successImport(val) {
|
|
this.$message({
|
|
this.$message({
|
|
type: 'success',
|
|
type: 'success',
|
|
- message: val.message
|
|
|
|
|
|
+ message: val.data.message || "导入成功"
|
|
});
|
|
});
|
|
this.getDetails(this.rowMsg.id)
|
|
this.getDetails(this.rowMsg.id)
|
|
},
|
|
},
|
|
@@ -553,7 +555,7 @@ export default {
|
|
saveSecondWork() {
|
|
saveSecondWork() {
|
|
let that = this
|
|
let that = this
|
|
let params = []
|
|
let params = []
|
|
- that.secondWorkSituation.forEach(item =>{
|
|
|
|
|
|
+ that.secondWorkSituation.forEach(item => {
|
|
let obj = {
|
|
let obj = {
|
|
assessmentDeclarationId: that.rowMsg.id,
|
|
assessmentDeclarationId: that.rowMsg.id,
|
|
jobContent: item.jobContent,
|
|
jobContent: item.jobContent,
|
|
@@ -567,7 +569,7 @@ export default {
|
|
}
|
|
}
|
|
params.push(obj)
|
|
params.push(obj)
|
|
})
|
|
})
|
|
- apiGetevaluationdeptadUpdateComplete(params).then(datas =>{
|
|
|
|
|
|
+ apiGetevaluationdeptadUpdateComplete(params).then(datas => {
|
|
if (datas) {
|
|
if (datas) {
|
|
if (datas.success) {
|
|
if (datas.success) {
|
|
that.$message({
|
|
that.$message({
|
|
@@ -593,9 +595,9 @@ export default {
|
|
}).then(() => {
|
|
}).then(() => {
|
|
let that = this
|
|
let that = this
|
|
let paramsArr = []
|
|
let paramsArr = []
|
|
- that.changeSituationSelect.forEach(item =>{
|
|
|
|
|
|
+ that.changeSituationSelect.forEach(item => {
|
|
if (!item.id) {
|
|
if (!item.id) {
|
|
- that.secondWorkSituation.forEach((it, index) =>{
|
|
|
|
|
|
+ that.secondWorkSituation.forEach((it, index) => {
|
|
if (it === item) {
|
|
if (it === item) {
|
|
that.secondWorkSituation.splice(index, 1)
|
|
that.secondWorkSituation.splice(index, 1)
|
|
}
|
|
}
|
|
@@ -604,8 +606,8 @@ export default {
|
|
paramsArr.push(item.id)
|
|
paramsArr.push(item.id)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- if (paramsArr.length>0) {
|
|
|
|
- apiGetevaluationdeptadDeleteComplete(paramsArr.join(',')).then(datas =>{
|
|
|
|
|
|
+ if (paramsArr.length > 0) {
|
|
|
|
+ apiGetevaluationdeptadDeleteComplete(paramsArr.join(',')).then(datas => {
|
|
if (datas) {
|
|
if (datas) {
|
|
that.$message({
|
|
that.$message({
|
|
type: 'success',
|
|
type: 'success',
|
|
@@ -624,14 +626,16 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="less">
|
|
<style lang="less">
|
|
-.applicationFrom{
|
|
|
|
- .el-overlay{
|
|
|
|
- .el-dialog{
|
|
|
|
|
|
+.applicationFrom {
|
|
|
|
+ .el-overlay {
|
|
|
|
+ .el-dialog {
|
|
|
|
+
|
|
// margin-top: 7vh;
|
|
// margin-top: 7vh;
|
|
- .el-dialog__body{
|
|
|
|
|
|
+ .el-dialog__body {
|
|
padding: 0 20px !important;
|
|
padding: 0 20px !important;
|
|
- .startDetail{
|
|
|
|
- .starttitleSty{
|
|
|
|
|
|
+
|
|
|
|
+ .startDetail {
|
|
|
|
+ .starttitleSty {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -639,60 +643,76 @@ export default {
|
|
// line-height: 12px;
|
|
// line-height: 12px;
|
|
margin: 20px 0 20px 10px;
|
|
margin: 20px 0 20px 10px;
|
|
}
|
|
}
|
|
- .danjuMsg{
|
|
|
|
|
|
+
|
|
|
|
+ .danjuMsg {
|
|
border: 1px solid #D6DBEA;
|
|
border: 1px solid #D6DBEA;
|
|
padding: 10px 20px;
|
|
padding: 10px 20px;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
- .danjuMsg_data{
|
|
|
|
|
|
+
|
|
|
|
+ .danjuMsg_data {
|
|
padding: 5px 0 10px 0;
|
|
padding: 5px 0 10px 0;
|
|
- .data_tit{
|
|
|
|
|
|
+
|
|
|
|
+ .data_tit {
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
color: #8991B0;
|
|
color: #8991B0;
|
|
}
|
|
}
|
|
- .data_tit_wd{
|
|
|
|
|
|
+
|
|
|
|
+ .data_tit_wd {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 90px;
|
|
width: 90px;
|
|
}
|
|
}
|
|
- .el-form-item--small{
|
|
|
|
- .el-input{
|
|
|
|
|
|
+
|
|
|
|
+ .el-form-item--small {
|
|
|
|
+ .el-input {
|
|
height: 25px;
|
|
height: 25px;
|
|
width: 160px;
|
|
width: 160px;
|
|
}
|
|
}
|
|
|
|
+
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
- .el-input-number{
|
|
|
|
|
|
+
|
|
|
|
+ .el-input-number {
|
|
height: 25px;
|
|
height: 25px;
|
|
- .el-input-number__decrease, .el-input-number__increase{
|
|
|
|
|
|
+
|
|
|
|
+ .el-input-number__decrease,
|
|
|
|
+ .el-input-number__increase {
|
|
right: -39px;
|
|
right: -39px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .el-select, .el-input{
|
|
|
|
|
|
+
|
|
|
|
+ .el-select,
|
|
|
|
+ .el-input {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
- .el-tabs{
|
|
|
|
|
|
+
|
|
|
|
+ .el-tabs {
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
- .detaTableBtns{
|
|
|
|
|
|
+
|
|
|
|
+ .detaTableBtns {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
width: 100%;
|
|
width: 100%;
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
|
|
+
|
|
.tableBtn {
|
|
.tableBtn {
|
|
display: flex;
|
|
display: flex;
|
|
height: 20px;
|
|
height: 20px;
|
|
margin: 0 10px;
|
|
margin: 0 10px;
|
|
// width: 20%;
|
|
// width: 20%;
|
|
width: fit-content;
|
|
width: fit-content;
|
|
- img{
|
|
|
|
|
|
+
|
|
|
|
+ img {
|
|
margin-right: 5px;
|
|
margin-right: 5px;
|
|
margin-top: 1px;
|
|
margin-top: 1px;
|
|
}
|
|
}
|
|
- span{
|
|
|
|
|
|
+
|
|
|
|
+ span {
|
|
width: 35px;
|
|
width: 35px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -700,52 +720,65 @@ export default {
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .add{
|
|
|
|
|
|
+
|
|
|
|
+ .add {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- span{
|
|
|
|
|
|
+
|
|
|
|
+ span {
|
|
color: #3B7AD1;
|
|
color: #3B7AD1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .save{
|
|
|
|
|
|
+
|
|
|
|
+ .save {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- span{
|
|
|
|
|
|
+
|
|
|
|
+ span {
|
|
color: #50C14E;
|
|
color: #50C14E;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .edit{
|
|
|
|
- span{
|
|
|
|
|
|
+
|
|
|
|
+ .edit {
|
|
|
|
+ span {
|
|
color: #F5A623;
|
|
color: #F5A623;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .delete{
|
|
|
|
|
|
+
|
|
|
|
+ .delete {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- span{
|
|
|
|
|
|
+
|
|
|
|
+ span {
|
|
color: #F65177;
|
|
color: #F65177;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .import{
|
|
|
|
|
|
+
|
|
|
|
+ .import {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- span{
|
|
|
|
|
|
+
|
|
|
|
+ span {
|
|
color: #ce1e78;
|
|
color: #ce1e78;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .export{
|
|
|
|
|
|
+
|
|
|
|
+ .export {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- span{
|
|
|
|
|
|
+
|
|
|
|
+ span {
|
|
color: #2baa8a;
|
|
color: #2baa8a;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .el-tabs__header{
|
|
|
|
- .el-tabs__nav{
|
|
|
|
- .el-tabs__item{
|
|
|
|
|
|
+
|
|
|
|
+ .el-tabs__header {
|
|
|
|
+ .el-tabs__nav {
|
|
|
|
+ .el-tabs__item {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- margin: 0 10px;
|
|
|
|
|
|
+ margin: 0 10px;
|
|
color: #8991B0;
|
|
color: #8991B0;
|
|
}
|
|
}
|
|
- .is-active{
|
|
|
|
|
|
+
|
|
|
|
+ .is-active {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -754,28 +787,33 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
- .el-table{
|
|
|
|
|
|
+
|
|
|
|
+ .el-table {
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
- .el-table__body-wrapper{
|
|
|
|
|
|
+
|
|
|
|
+ .el-table__body-wrapper {
|
|
height: 45vh;
|
|
height: 45vh;
|
|
}
|
|
}
|
|
- .el-table__row{
|
|
|
|
- .cell{
|
|
|
|
- .el-input{
|
|
|
|
|
|
+
|
|
|
|
+ .el-table__row {
|
|
|
|
+ .cell {
|
|
|
|
+ .el-input {
|
|
height: 24px;
|
|
height: 24px;
|
|
- .el-input__inner{
|
|
|
|
|
|
+
|
|
|
|
+ .el-input__inner {
|
|
height: 24px;
|
|
height: 24px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .indicitem{
|
|
|
|
|
|
+
|
|
|
|
+ .indicitem {
|
|
color: #F65177;
|
|
color: #F65177;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
- cursor:pointer;
|
|
|
|
- &:hover{
|
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -783,11 +821,13 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .el-dialog__footer{
|
|
|
|
- .dialog-footer{
|
|
|
|
|
|
+
|
|
|
|
+ .el-dialog__footer {
|
|
|
|
+ .dialog-footer {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- .el-button{
|
|
|
|
|
|
+
|
|
|
|
+ .el-button {
|
|
width: 180px !important;
|
|
width: 180px !important;
|
|
height: 40px !important;
|
|
height: 40px !important;
|
|
}
|
|
}
|
|
@@ -795,6 +835,6 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|