monthQuarterYearFrom.vue 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158
  1. <template>
  2. <div class="monthQuarterYearFrom">
  3. <el-dialog title="考评详情" v-model="dialogVisible" :fullscreen="true" :close-on-click-modal="false">
  4. <div class="startDetail">
  5. <p class="starttitleSty">单据信息:</p>
  6. <el-row class="danjuMsg">
  7. <el-col :span="6">
  8. <div class="danjuMsg_data">
  9. <span class="data_tit">业务编号:</span>
  10. <span>{{ receiptMsg.code }}</span>
  11. </div>
  12. <div class="danjuMsg_data">
  13. <span class="data_tit">创建日期:</span>
  14. <span>{{ receiptMsg.createDate }}</span>
  15. </div>
  16. </el-col>
  17. <el-col :span="6">
  18. <div class="danjuMsg_data">
  19. <span class="data_tit">业务简述:</span>
  20. <span>{{ receiptMsg.des }}</span>
  21. </div>
  22. <div class="danjuMsg_data">
  23. <span class="data_tit">业务类别:</span>
  24. <span>{{ receiptMsg.type }}</span>
  25. </div>
  26. </el-col>
  27. <el-col :span="6">
  28. <div class="danjuMsg_data">
  29. <span class="data_tit">流程状态:</span>
  30. <span>{{ receiptMsg.stage }}</span>
  31. </div>
  32. <div class="danjuMsg_data">
  33. <span class="data_tit">年度:</span>
  34. <span>{{ receiptMsg.year }}</span>
  35. </div>
  36. </el-col>
  37. <el-col :span="6">
  38. <div class="danjuMsg_data">
  39. <span class="data_tit">创建人:</span>
  40. <span>{{ receiptMsg.createName }}</span>
  41. </div>
  42. <div class="danjuMsg_data">
  43. <span class="data_tit">单据状态:</span>
  44. <span>{{ receiptMsg.recStage }}</span>
  45. </div>
  46. </el-col>
  47. </el-row>
  48. <div class="monthQuarterYear">
  49. <el-tabs v-model="activeName" class="tableMain" @tab-click="handleClick">
  50. <el-tab-pane v-for="it in stageData" :key="it.id" :label="it.stageName" :name="it.stageCode">
  51. <div class="detailsHeader">
  52. <div class="headerLeft">
  53. <el-tag v-for="tag in indicatorList" :key="tag.id" size="large" class="tagArr"
  54. effect="dark" :type="tag.id === isClickTagId ? '' : 'info'"
  55. @click="handleShowPage(tag)">
  56. <span>{{ tag.indicator_name }}</span>
  57. </el-tag>
  58. </div>
  59. <div class="headerRight">
  60. <div class="seachFor">
  61. <el-input v-model="compNameSa" placeholder="请输入单位名称"
  62. @keyup.enter="getTableData(isClickTagId)"></el-input>
  63. <!-- <el-icon :size="20" color="#3B7AD1" @click="getTableData(isClickTagId)"><Search /></el-icon> -->
  64. </div>
  65. <!-- <div class="tableBtn add" @click="addTableDetail"
  66. v-if="(activeName === 'ZDZX' || activeName === 'GLSX') && indicatorList.length > 0 && receiptMsg.stage === '流程未启动'">
  67. <img :src="addIcon" alt="">
  68. <span>新增</span>
  69. </div>
  70. <div class="tableBtn save" @click="saveAddDetail"
  71. v-if="(activeName === 'ZDZX' || activeName === 'GLSX') && indicatorList.length > 0 && receiptMsg.stage === '流程未启动'">
  72. <img :src="saveIcon" alt="">
  73. <span>保存</span>
  74. </div> -->
  75. <!-- activeName !== 'ZDZX' && activeName !== 'GLSX' && -->
  76. <div class="tableBtn save" @click="saveDetail" v-if="receiptMsg.stage !== '流程已结束'">
  77. <img :src="saveIcon" alt="">
  78. <span>保存</span>
  79. </div>
  80. <div class="tableBtn import" @click="handleImport" v-if="receiptMsg.stage !== '流程已结束'">
  81. <img :src="importIcon" alt="">
  82. <span>导入</span>
  83. </div>
  84. <div class="tableBtn export" @click="handleExport">
  85. <img :src="exportIcon" alt="">
  86. <span>导出</span>
  87. </div>
  88. <div class="tableBtn calc" @click="calcScore" v-if="showCalcBtn">
  89. <img :src="calcIcon" alt="">
  90. <span>计算得分</span>
  91. </div>
  92. </div>
  93. </div>
  94. <el-table :data="monthQuarterYearData" style="width: 100%" ref="monthQuarterYearTT"
  95. :row-class-name="tableRowClassName" :border="true">
  96. <el-table-column type="index" label="排名" align="center"></el-table-column>
  97. <el-table-column label="考评单位" prop="organizationShortName" width="300">
  98. <template #default="scope">
  99. <el-select v-model="scope.row.organizationShortName" placeholder="请选择考评单位">
  100. <el-option v-for="item in organizationData" :key="item.organizationId"
  101. :label="item.organizationShortName" :value="item.organizationId">
  102. </el-option>
  103. </el-select>
  104. </template>
  105. </el-table-column>
  106. <el-table-column v-for="(it, index) in monthQuarterYearHeader" :key="index" :label="it.name"
  107. align="center">
  108. <el-table-column v-for="(iv, index) in it.children" :key="index" :label="iv.key"
  109. align="center" width="150" sortable
  110. :sort-method="(a, b) => sortMethods(a, b, iv.code)">
  111. <template #default="scope">
  112. <template v-if="!scope.row['operation']">
  113. <el-select v-model="scope.row[iv.code]" class="selectSty"
  114. placeholder="请选择审核状态" v-if="scope.row['IS_LH_' + iv.code] === '3'">
  115. <el-option v-for="item in statusData" :key="item.id" :label="item.name"
  116. :value="item.id">
  117. </el-option>
  118. </el-select>
  119. <el-input v-model="scope.row[iv.code]" class="inputSty"
  120. v-else-if="scope.row['IS_LH_' + iv.code] === '2'"></el-input>
  121. <el-input-number v-model="scope.row[iv.code]" class="numberSty"
  122. :precision="2" :step="0.1" v-else />
  123. </template>
  124. <template v-else>
  125. <el-select v-model="scope.row[iv.code]" class="selectSty"
  126. placeholder="请选择审核状态" v-if="scope.row['IS_LH_' + iv.code] === '3'">
  127. <el-option v-for="item in statusData" :key="item.id" :label="item.name"
  128. :value="item.id">
  129. </el-option>
  130. </el-select>
  131. <span class="indicitem" v-if="iv.code === 'operation'"
  132. @click="changeDetail(scope.row)">详情</span>
  133. <span class="inputSty"
  134. v-else-if="iv.code !== 'operation' && scope.row['IS_LH_' + iv.code] !== '3'">{{
  135. scope.row[iv.code] }}</span>
  136. </template>
  137. </template>
  138. </el-table-column>
  139. </el-table-column>
  140. </el-table>
  141. </el-tab-pane>
  142. </el-tabs>
  143. <div class="tableSeach">
  144. <div class="seachType" v-for="item in titleMsgArr" :key="item.isName"
  145. :class="item.showClick ? 'seachTypeCha' : ''" @click="changType(item)">
  146. <img :src="item.img" alt="" v-if="!item.showClick">
  147. <img :src="item.clickImg" alt="" v-else>
  148. <p :style="item.showClick ? 'color: #3B7AD1' : ''">{{ item.isName }}</p>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. <template #footer>
  154. <span class="dialog-footer">
  155. <el-button type="primary" @click="dialogVisible = false">取 消</el-button>
  156. </span>
  157. </template>
  158. </el-dialog>
  159. <el-dialog title="详情填报" v-model="detailVisible" :fullscreen="true" :close-on-click-modal="false">
  160. <div class="detailSeach">
  161. <div class="tableBtn add" @click="addTableDetailInfo">
  162. <img :src="addIcon" alt="">
  163. <span>新增</span>
  164. </div>
  165. <div class="tableBtn save" @click="saveAddDetailInfo">
  166. <img :src="saveIcon" alt="">
  167. <span>保存</span>
  168. </div>
  169. </div>
  170. <el-table :data="monthQuarterYearDetailData" style="width: 100%" ref="monthQuarterYearTT"
  171. :row-class-name="tableRowClassName" :border="true">
  172. <el-table-column type="index" label="序号" align="center"></el-table-column>
  173. <el-table-column label="部门名称" prop="deptName" align="center" width="200"></el-table-column>
  174. <el-table-column v-for="(it, index) in monthQuarterYearDetailHeader" :key="index" :label="it.name"
  175. align="center">
  176. <el-table-column v-for="(iv, index) in it.children" :key="index" :label="iv.key" align="center">
  177. <template #default="scope">
  178. <el-input v-model="scope.row[iv.code]" class="inputSty"
  179. v-if="scope.row['IS_LH_' + iv.code] === '2'"></el-input>
  180. <el-input-number v-model="scope.row[iv.code]" class="numberSty" :precision="2" :step="0.1"
  181. v-else-if="scope.row['IS_LH_' + iv.code] === '1'" />
  182. </template>
  183. </el-table-column>
  184. </el-table-column>
  185. <el-table-column label="操作" width="100">
  186. <template #default="scope">
  187. <span class="indicitem" @click="removeDetailData(scope.row)">删除</span>
  188. </template>
  189. </el-table-column>
  190. </el-table>
  191. </el-dialog>
  192. <import-dailog ref="importPage" @successImport="successImport"></import-dailog>
  193. </div>
  194. </template>
  195. <script>
  196. import importDailog from '../importPage/importDailog.vue'
  197. import {
  198. apiGetEvaluationIndicatorList, apiGetgetEvaluationInfoDataList, apiGetbinsectionList, apiGetbinstageList, apiGetExportMsg,
  199. apiPostorganizationUpdateEvaluationInfo, apiPostorganizationUpdateAddEvaluationInfo, apiGetOrganizationListAll,
  200. apiGetorganizationevaluationcommoninfo, apiPostsaveEvaluationCommonInfo, apiPostremoveEvaluationCommonInfo, apiDialogCalcScore
  201. } from '../../api/api'
  202. import * as XLSX from 'xlsx'
  203. import { saveAs } from 'file-saver'
  204. import * as XLSXD from 'xlsx-js-style'
  205. import sectionDef from '../../assets/benchmarkImg/sectionDef.png'
  206. import sectionCha from '../../assets/benchmarkImg/sectionCha.png'
  207. import addIcon from '../../assets/btnIcon/add.png'
  208. import saveIcon from '../../assets/btnIcon/save.png'
  209. import exportIcon from '../../assets/btnIcon/export.png'
  210. import importIcon from '../../assets/btnIcon/import.png'
  211. import calcIcon from '../../assets/btnIcon/edit.png'
  212. export default {
  213. components: {
  214. importDailog
  215. },
  216. data() {
  217. return {
  218. dialogVisible: false,
  219. detailVisible: false,
  220. activeName: '',
  221. monthQuarterYearHeader: [],
  222. monthQuarterYearData: [],
  223. monthQuarterYearDetailData: [],
  224. monthQuarterYearDetailHeader: [],
  225. indicatorList: [],
  226. isClickTagId: '',
  227. compNameSa: '',
  228. receiptMsg: {
  229. code: '',
  230. des: '',
  231. stage: '',
  232. createName: '',
  233. createDate: '',
  234. type: '',
  235. year: '',
  236. recStage: ''
  237. },
  238. rowMsg: {},
  239. moduleData: [],
  240. stageData: [],
  241. titleMsgArr: [],
  242. organizationData: [],
  243. statusData: [],
  244. binSectionStr: '',
  245. addIcon: addIcon,
  246. saveIcon: saveIcon,
  247. exportIcon: exportIcon,
  248. importIcon: importIcon,
  249. calcIcon,
  250. addstageId: '',
  251. cycleType: '',
  252. userMes: {},
  253. detailMsg: {},
  254. showCalcBtn: false,
  255. showCalcBtnTabs: ["SCJY", "QQXM", "JJXM"],
  256. calcParms: {
  257. binStage: ""
  258. }
  259. }
  260. },
  261. created() {
  262. this.statusData = [
  263. {
  264. name: '已确认',
  265. id: '1'
  266. },
  267. {
  268. name: '待确认',
  269. id: '0'
  270. },
  271. {
  272. name: '不合格',
  273. id: '-1'
  274. }
  275. ]
  276. },
  277. methods: {
  278. init(row, type) {
  279. this.dialogVisible = true
  280. this.receiptMsg = {
  281. code: row.organizationEvaluationCode,
  282. des: row.des,
  283. stage: row.stage,
  284. createName: row.createName,
  285. createDate: row.createTime,
  286. type: row.checkCycle === 'YDKP' ? '月度考评' : row.checkCycle === 'JDKP' ? '季度考评' : '年度考评',
  287. year: row.year,
  288. recStage: '有效'
  289. }
  290. this.userMes = JSON.parse(window.sessionStorage.getItem('user'))
  291. this.cycleType = type
  292. this.getModelData(type)
  293. this.rowMsg = row
  294. },
  295. tableRowClassName(row, rowIndex) {
  296. if (!row.row.valueFlag) {
  297. return 'error-row'
  298. }
  299. },
  300. sortMethods(a, b, it) {
  301. if (a[it] < b[it]) {
  302. return -1
  303. }
  304. },
  305. //获取单位数据
  306. getorganizationData(type) {
  307. let that = this
  308. let params = {
  309. evaluationCycle: type === '年度' ? 'NDKP' : type === '季度' ? 'JDKP' : 'YDKP',
  310. organizationType: 'DWKP',
  311. binSection: that.binSectionStr
  312. }
  313. apiGetOrganizationListAll(params).then(datas => {
  314. if (datas && datas.data) {
  315. that.organizationData = datas.data
  316. }
  317. })
  318. },
  319. // 获取业务属性
  320. getModelData(type) {
  321. let that = this
  322. that.titleMsgArr = []
  323. let params = {
  324. type: type === '年度' ? '3' : '2'
  325. }
  326. apiGetbinsectionList(params).then(datas => {
  327. if (datas && datas.data) {
  328. that.moduleData = datas.data
  329. that.moduleData.forEach(item => {
  330. let obj = {
  331. id: item.id,
  332. isName: item.sectionName === '新能源(光电)' ? '新能源光电' : item.sectionName === '新能源(风电)' ? '新能源风电' : item.sectionName,
  333. isNameEn: item.sectionCode,
  334. showClick: false,
  335. isClass: 'sectionDef',
  336. img: sectionDef,
  337. isClassC: 'sectionCha',
  338. clickImg: sectionCha
  339. }
  340. that.titleMsgArr.push(obj)
  341. })
  342. that.titleMsgArr[0].showClick = true
  343. that.binSectionStr = that.titleMsgArr[0].id
  344. that.getStageData(type)
  345. that.getorganizationData(type)
  346. }
  347. })
  348. },
  349. //根据业务属性获取业务阶段
  350. getStageData(type) {
  351. let that = this
  352. let params = {
  353. type: '3'
  354. }
  355. apiGetbinstageList(params).then(datas => {
  356. if (datas && datas.data) {
  357. that.stageData = datas.data
  358. that.activeName = datas.data[0].stageCode
  359. this.setShowCalcBtn(datas.data[0].stageCode)
  360. that.getTableHeaderData(datas.data[0].id)
  361. }
  362. })
  363. },
  364. //获取指标数据
  365. getTableHeaderData(id) {
  366. let that = this
  367. that.monthQuarterYearHeader = []
  368. that.monthQuarterYearData = []
  369. that.isClickTagId = ''
  370. let params = {
  371. organizationEvaluationId: that.rowMsg.id,
  372. binSection: that.binSectionStr,
  373. binStage: id
  374. }
  375. apiGetEvaluationIndicatorList(params).then(datas => {
  376. if (datas && datas.data) {
  377. that.indicatorList = datas.data
  378. if (datas.data.length > 0) {
  379. that.isClickTagId = datas.data[0].id
  380. that.getTableData(that.isClickTagId)
  381. }
  382. }
  383. })
  384. },
  385. handleClick(val) {
  386. this.setShowCalcBtn(val.props.name)
  387. this.titleMsgArr.forEach(it => {
  388. it.showClick = false
  389. if (val.props.name === 'QQXM') {
  390. if (it.isNameEn === 'QQ') {
  391. it.showClick = true
  392. this.binSectionStr = it.id
  393. }
  394. } else if (val.props.name === 'JJXM') {
  395. if (it.isNameEn === 'JJ') {
  396. it.showClick = true
  397. this.binSectionStr = it.id
  398. }
  399. } else if (val.props.name === 'GLSX') {
  400. if (it.isNameEn === 'GLSX') {
  401. it.showClick = true
  402. this.binSectionStr = it.id
  403. }
  404. } else if (val.props.name === 'ZDZX') {
  405. if (it.isNameEn === 'ZDZX') {
  406. it.showClick = true
  407. this.binSectionStr = it.id
  408. }
  409. } else {
  410. if (it.isNameEn === 'HD') {
  411. it.showClick = true
  412. this.binSectionStr = it.id
  413. }
  414. }
  415. })
  416. console.log('val.props.name', val.props.name)
  417. let stageId = ''
  418. this.stageData.forEach(it => {
  419. if (it.stageCode === val.props.name) {
  420. stageId = it.id
  421. }
  422. })
  423. this.getTableHeaderData(stageId)
  424. },
  425. setShowCalcBtn(code) {
  426. this.showCalcBtn = this.showCalcBtnTabs.some(ele => {
  427. return ele === code
  428. });
  429. if (this.showCalcBtn) {
  430. this.calcParms.binStage = this.stageData.find(ele => {
  431. return ele.stageCode === code;
  432. })?.id || "";
  433. } else {
  434. this.calcParms.binStage = ""
  435. }
  436. },
  437. //获取表格数据
  438. getTableData(id) {
  439. let that = this
  440. let params = {
  441. organizationEvaluationId: that.rowMsg.id,
  442. indicatorId: id,
  443. organizationShortName: that.compNameSa
  444. }
  445. apiGetgetEvaluationInfoDataList(params).then(datas => {
  446. if (datas && datas.data) {
  447. if (datas.data.title) {
  448. let header = []
  449. for (let i in datas.data.title) {
  450. let obj = {
  451. name: i,
  452. children: datas.data.title[i]
  453. }
  454. header.push(obj)
  455. }
  456. that.monthQuarterYearHeader = header
  457. }
  458. that.monthQuarterYearData = datas.data.value
  459. }
  460. })
  461. },
  462. handleShowPage(tag) {
  463. this.isClickTagId = tag.id
  464. this.monthQuarterYearHeader = []
  465. this.monthQuarterYearData = []
  466. this.getTableData(tag.id)
  467. },
  468. changType(data) {
  469. if (data.isNameEn === 'QQ') {
  470. this.activeName = 'QQXM'
  471. } else if (data.isNameEn === 'JJ') {
  472. this.activeName = 'JJXM'
  473. } else if (data.isNameEn === 'GLSX') {
  474. this.activeName = 'GLSX'
  475. } else if (data.isNameEn === 'ZDZX') {
  476. this.activeName = 'ZDZX'
  477. } else {
  478. this.activeName = 'SCJY'
  479. }
  480. console.log('sectionA==>', data)
  481. this.titleMsgArr.forEach(it => {
  482. it.showClick = false
  483. if (it.isName === data.isName) {
  484. it.showClick = true
  485. this.binSectionStr = it.id
  486. }
  487. })
  488. let stageId = ''
  489. this.stageData.forEach(it => {
  490. if (it.stageCode === this.activeName) {
  491. stageId = it.id
  492. }
  493. })
  494. this.getTableHeaderData(stageId)
  495. this.getorganizationData(this.cycleType)
  496. },
  497. addTableDetail() {
  498. console.log('表头数据11====>>>>>>>', this.monthQuarterYearHeader)
  499. if (this.monthQuarterYearHeader.length > 0) {
  500. let headerArr = []
  501. this.monthQuarterYearHeader.forEach(item => {
  502. headerArr = headerArr.concat(item.children)
  503. })
  504. console.log('表头数据22====>>>>>>>', headerArr)
  505. this.addstageId = ''
  506. this.stageData.forEach(it => {
  507. if (it.stageCode === this.activeName) {
  508. this.addstageId = it.id
  509. }
  510. })
  511. let obj = {
  512. isAdd: true,
  513. }
  514. headerArr.forEach(it => {
  515. obj[it.code] = ''
  516. obj['IS_LH_' + it.code] = it.flag
  517. })
  518. this.monthQuarterYearData.unshift(obj)
  519. }
  520. console.log('表格数据====>>>>>>>', this.monthQuarterYearData)
  521. },
  522. saveAddDetail() {
  523. let that = this
  524. let addParams = []
  525. let saveParams = []
  526. let addObj = {
  527. // organizationId: that.userMes.unitId,
  528. // organizationId: "23079300",
  529. organizationEvaluationId: that.rowMsg.id,
  530. indicatorId: that.isClickTagId,
  531. binSection: that.binSectionStr,
  532. binStage: that.addstageId,
  533. optionMap: {}
  534. }
  535. that.monthQuarterYearData.forEach(it => {
  536. if (it.isAdd) {
  537. addObj.organizationId = it.organizationShortName
  538. addObj.optionMap = it
  539. addParams.push(addObj)
  540. } else {
  541. saveParams.push(it)
  542. }
  543. })
  544. if (addParams.length > 0) {
  545. apiPostorganizationUpdateAddEvaluationInfo(addParams).then(datas => {
  546. if (datas) {
  547. that.responseData(datas)
  548. }
  549. })
  550. }
  551. if (saveParams.length > 0) {
  552. apiPostorganizationUpdateEvaluationInfo(saveParams).then(datas => {
  553. if (datas) {
  554. that.responseData(datas)
  555. }
  556. })
  557. }
  558. },
  559. // 返回数据
  560. responseData(datas) {
  561. if (datas.message === '成功') {
  562. this.$message({
  563. message: '考评详情信息保存成功',
  564. type: 'success'
  565. });
  566. } else {
  567. this.$message({
  568. message: datas.message,
  569. type: 'error'
  570. });
  571. }
  572. this.getTableData(this.isClickTagId)
  573. },
  574. saveDetail() {
  575. let that = this
  576. apiPostorganizationUpdateEvaluationInfo(that.monthQuarterYearData).then(datas => {
  577. if (datas) {
  578. if (datas.message === '成功') {
  579. that.$message({
  580. message: '考评详情信息保存成功',
  581. type: 'success'
  582. });
  583. } else {
  584. that.$message({
  585. message: datas.message,
  586. type: 'error'
  587. });
  588. }
  589. that.getTableData(that.isClickTagId)
  590. }
  591. })
  592. },
  593. handleImport() {
  594. this.$refs.importPage.upload.title = "考评详情信息导入"
  595. this.$refs.importPage.upload.open = true
  596. this.$refs.importPage.upload.url = '/organization-evaluation-info/import-excel'
  597. },
  598. successImport(val) {
  599. that.getTableData(that.isClickTagId)
  600. },
  601. handleExport() {
  602. let that = this
  603. let url = 'organization-evaluation-info/download-excel'
  604. let params = {
  605. organizationEvaluationId: that.rowMsg.id,
  606. indicatorId: that.isClickTagId
  607. }
  608. apiGetExportMsg(url, params).then(datas => {
  609. let blob = new Blob([datas])
  610. saveAs(blob, '考评详情数据导出.xlsx')
  611. }).catch((r) => {
  612. console.error(r)
  613. })
  614. },
  615. calcScore() {
  616. this.calcParms.indicatorId = this.isClickTagId;
  617. this.calcParms.binSection = this.binSectionStr;
  618. const loading = this.$loading({
  619. background: "rgba(0,0,0,0.7)",
  620. text: "得分计算中...请稍候..."
  621. });
  622. apiDialogCalcScore(this.calcParms).then(res => {
  623. if (res.success) {
  624. this.$message({
  625. message: '得分计算成功',
  626. type: 'success'
  627. });
  628. }
  629. this.getTableData(this.isClickTagId)
  630. }).finally(() => {
  631. loading.close();
  632. });
  633. },
  634. changeDetail(row) {
  635. this.detailVisible = true
  636. this.detailMsg = row
  637. this.changeDetailList(row)
  638. },
  639. changeDetailList(row) {
  640. let that = this
  641. let params = {
  642. organizationEvaluationId: that.rowMsg.id,
  643. indicatorId: that.isClickTagId,
  644. organizationId: row.organizationId
  645. }
  646. apiGetorganizationevaluationcommoninfo(params).then(datas => {
  647. if (datas && datas.data) {
  648. if (datas.data.title) {
  649. let header = []
  650. for (let i in datas.data.title) {
  651. let obj = {
  652. name: i,
  653. children: datas.data.title[i]
  654. }
  655. header.push(obj)
  656. }
  657. that.monthQuarterYearDetailHeader = header
  658. }
  659. that.monthQuarterYearDetailData = datas.data.value
  660. }
  661. })
  662. },
  663. addTableDetailInfo() {
  664. if (this.monthQuarterYearDetailHeader.length > 0) {
  665. let headerArr = []
  666. this.monthQuarterYearDetailHeader.forEach(item => {
  667. headerArr = headerArr.concat(item.children)
  668. })
  669. let obj = {
  670. isAdd: true,
  671. deptName: this.userMes.deptName
  672. }
  673. headerArr.forEach(it => {
  674. if (it.flag === '1') {
  675. obj[it.code] = 0
  676. } else {
  677. obj[it.code] = ''
  678. }
  679. obj['IS_LH_' + it.code] = it.flag
  680. })
  681. this.monthQuarterYearDetailData.unshift(obj)
  682. }
  683. },
  684. saveAddDetailInfo() {
  685. let that = this
  686. let addParams = []
  687. that.monthQuarterYearDetailData.forEach(it => {
  688. let addObj = {
  689. organizationEvaluationId: that.rowMsg.id,
  690. indicatorId: that.isClickTagId,
  691. organizationId: that.detailMsg.organizationId,
  692. optionMap: it
  693. }
  694. addParams.push(addObj)
  695. })
  696. apiPostsaveEvaluationCommonInfo(addParams).then(datas => {
  697. if (datas) {
  698. that.detailVisible = false
  699. that.responseData(datas)
  700. }
  701. })
  702. },
  703. removeDetailData(row) {
  704. this.$confirm('此操作将永久删除该数据, 是否继续?', '提示', {
  705. confirmButtonText: '确定',
  706. cancelButtonText: '取消',
  707. type: 'warning'
  708. }).then(() => {
  709. let that = this
  710. let parArr = []
  711. for (let i in row) {
  712. if (i.indexOf('ID_') !== -1) {
  713. parArr.push(row[i])
  714. }
  715. }
  716. apiPostremoveEvaluationCommonInfo(parArr.join(',')).then(datas => {
  717. if (datas) {
  718. that.changeDetailList(that.detailMsg)
  719. }
  720. })
  721. })
  722. }
  723. }
  724. }
  725. </script>
  726. <style lang="less">
  727. .monthQuarterYearFrom {
  728. .el-overlay {
  729. .el-dialog {
  730. // margin-top: 7vh;
  731. .el-dialog__body {
  732. padding: 0 20px !important;
  733. .startDetail {
  734. .starttitleSty {
  735. font-size: 18px;
  736. font-family: Microsoft YaHei;
  737. font-weight: bold;
  738. color: #3B7AD1;
  739. // line-height: 12px;
  740. margin: 20px 0 20px 10px;
  741. }
  742. .danjuMsg {
  743. border: 1px solid #D6DBEA;
  744. padding: 10px 20px;
  745. border-radius: 10px;
  746. // margin-bottom: 20px;
  747. .danjuMsg_data {
  748. padding: 5px 0 10px 0;
  749. .data_tit {
  750. margin-right: 10px;
  751. font-weight: bold;
  752. font-size: 14px;
  753. font-family: Microsoft YaHei;
  754. color: #8991B0;
  755. }
  756. .data_tit_wd {
  757. display: inline-block;
  758. width: 90px;
  759. }
  760. .el-form-item--small {
  761. .el-input {
  762. height: 25px;
  763. width: 160px;
  764. }
  765. margin-bottom: 0;
  766. .el-input-number {
  767. height: 25px;
  768. .el-input-number__decrease,
  769. .el-input-number__increase {
  770. right: -39px;
  771. }
  772. }
  773. }
  774. }
  775. }
  776. .el-select,
  777. .el-input {
  778. width: 100%;
  779. }
  780. .monthQuarterYear {
  781. display: flex;
  782. width: 100%;
  783. margin-top: 20px;
  784. .tableMain {
  785. width: calc(100% - 100px);
  786. .el-tabs__header {
  787. .el-tabs__nav {
  788. .el-tabs__item {
  789. font-size: 18px;
  790. font-family: Microsoft YaHei;
  791. font-weight: bold;
  792. margin: 0 10px;
  793. color: #8991B0;
  794. }
  795. .is-active {
  796. font-size: 18px;
  797. font-family: Microsoft YaHei;
  798. font-weight: bold;
  799. color: #3B7AD1;
  800. margin: 0 10px;
  801. }
  802. }
  803. }
  804. .detailsHeader {
  805. width: 100%;
  806. display: flex;
  807. justify-content: space-between;
  808. .headerLeft {
  809. display: flex;
  810. width: 60%;
  811. overflow-x: auto;
  812. .tagArr {
  813. height: 33px;
  814. margin-right: 10px;
  815. cursor: pointer;
  816. margin-bottom: 10px;
  817. }
  818. .el-tag--dark {
  819. background-color: #184FB4;
  820. border: 1px solid #184FB4;
  821. }
  822. .el-tag--info {
  823. background-color: #E6EBF5;
  824. border: 1px solid #E6EBF5;
  825. color: #9DA5BE;
  826. .el-tag__close {
  827. color: #9DA5BE;
  828. }
  829. }
  830. }
  831. .headerRight {
  832. display: flex;
  833. justify-content: end;
  834. align-items: center;
  835. flex-wrap: nowrap;
  836. width: 40%;
  837. margin-bottom: 5px;
  838. .seachFor {
  839. display: flex;
  840. .el-input {
  841. height: 30px;
  842. .el-input__inner {
  843. height: 30px;
  844. }
  845. .el-input__suffix {
  846. .el-select__caret {
  847. line-height: 30px;
  848. }
  849. }
  850. }
  851. .el-icon {
  852. margin: 5px 10px 0 10px;
  853. cursor: pointer;
  854. }
  855. }
  856. .tableBtn {
  857. display: flex;
  858. justify-content: center;
  859. align-items: center;
  860. flex-wrap: nowrap;
  861. height: 20px;
  862. margin: 5px 8px 0 8px;
  863. // width: 20%;
  864. width: fit-content;
  865. img {
  866. margin-right: 5px;
  867. margin-top: 1px;
  868. }
  869. span {
  870. display: inline-block;
  871. font-size: 14px;
  872. font-family: Microsoft YaHei;
  873. font-weight: 400;
  874. white-space: nowrap;
  875. }
  876. }
  877. .add {
  878. cursor: pointer;
  879. span {
  880. color: #3B7AD1;
  881. }
  882. }
  883. .save {
  884. cursor: pointer;
  885. span {
  886. color: #50C14E;
  887. }
  888. }
  889. .import {
  890. cursor: pointer;
  891. span {
  892. color: #ce1e78;
  893. }
  894. }
  895. .export {
  896. cursor: pointer;
  897. span {
  898. color: #2baa8a;
  899. }
  900. }
  901. .calc {
  902. cursor: pointer;
  903. span {
  904. color: rgb(244, 165, 36);
  905. }
  906. }
  907. }
  908. }
  909. .el-table {
  910. .indicitem {
  911. color: #409EFF;
  912. font-size: 12px;
  913. margin-right: 20px;
  914. cursor: pointer;
  915. &:hover {
  916. text-decoration: underline;
  917. }
  918. }
  919. .el-table__header-wrapper {
  920. .el-table__header {
  921. .el-table__cell {
  922. border-bottom: none !important;
  923. }
  924. thead {
  925. tr {
  926. th {
  927. .cell {
  928. line-height: 16px;
  929. }
  930. }
  931. }
  932. }
  933. }
  934. }
  935. .el-table__body-wrapper {
  936. height: 47vh !important;
  937. .el-scrollbar {
  938. .el-table__body {
  939. .error-row {
  940. --el-table-tr-bg-color: #fdecec;
  941. &:hover>td {
  942. background: #fdecec !important;
  943. }
  944. }
  945. .tr {
  946. td {
  947. padding: 0;
  948. .cell {
  949. // background: #F6F7FA;
  950. line-height: 47px;
  951. height: 47px;
  952. }
  953. }
  954. td:hover {
  955. line-height: 45px;
  956. height: 45px;
  957. }
  958. }
  959. }
  960. }
  961. }
  962. .el-table--border .el-table__cell {
  963. border: none;
  964. }
  965. .el-table thead.is-group th.el-table__cell {
  966. background: transparent;
  967. }
  968. .tooltipCC {
  969. width: 180px;
  970. display: inline-block;
  971. overflow: hidden;
  972. text-overflow: ellipsis;
  973. white-space: nowrap;
  974. }
  975. }
  976. .el-pagination {
  977. margin-top: 20px;
  978. text-align: end;
  979. position: relative;
  980. }
  981. }
  982. .tableSeach {
  983. width: 88px;
  984. height: 63vh;
  985. margin-left: 10px;
  986. margin-top: 37px;
  987. border: 1px solid #D6DBEA;
  988. padding: 5px 0;
  989. border-radius: 5px;
  990. overflow-y: auto;
  991. .seachType {
  992. width: 78px;
  993. height: 78px;
  994. cursor: pointer;
  995. border-left: 3px solid transparent;
  996. img {
  997. margin-top: 17px;
  998. margin-left: 27px;
  999. }
  1000. p {
  1001. text-align: center;
  1002. font-size: 14px;
  1003. }
  1004. }
  1005. .seachTypeCha {
  1006. background: #E6EBF5;
  1007. cursor: pointer;
  1008. border-left: 3px solid #3B7AD1;
  1009. }
  1010. }
  1011. }
  1012. }
  1013. .detailSeach {
  1014. display: flex;
  1015. justify-content: flex-end;
  1016. margin: 15px 0;
  1017. .tableBtn {
  1018. display: flex;
  1019. height: 20px;
  1020. margin: 5px 8px 0 8px;
  1021. // width: 20%;
  1022. width: fit-content;
  1023. img {
  1024. margin-right: 5px;
  1025. margin-top: 1px;
  1026. }
  1027. span {
  1028. display: inline-block;
  1029. width: 35px;
  1030. font-size: 14px;
  1031. font-family: Microsoft YaHei;
  1032. font-weight: 400;
  1033. }
  1034. }
  1035. .add {
  1036. cursor: pointer;
  1037. span {
  1038. color: #3B7AD1;
  1039. }
  1040. }
  1041. .save {
  1042. cursor: pointer;
  1043. span {
  1044. color: #50C14E;
  1045. }
  1046. }
  1047. }
  1048. .el-table {
  1049. .indicitem {
  1050. color: #409EFF;
  1051. font-size: 12px;
  1052. margin-right: 20px;
  1053. cursor: pointer;
  1054. &:hover {
  1055. text-decoration: underline;
  1056. }
  1057. }
  1058. }
  1059. }
  1060. .el-dialog__footer {
  1061. .dialog-footer {
  1062. display: flex;
  1063. justify-content: center;
  1064. .el-button {
  1065. width: 180px !important;
  1066. height: 40px !important;
  1067. }
  1068. }
  1069. }
  1070. }
  1071. }
  1072. }
  1073. </style>