evaluationUnitRatingDialog.vue 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. <template>
  2. <div class="evaluationUnitRatingDialog">
  3. <el-dialog title="单位考评评级详情" v-model="ratingdialogVisible" :fullscreen="true" :close-on-click-modal="false">
  4. <div class="evaluationUnitRatingBtn">
  5. <div class="collectSeach" :style="$utils.collectSeachSty()">
  6. <div class="exceed">
  7. <span class="exceedSpan">单位名称:</span>
  8. <el-input v-model="resCompanyName" placeholder="请输入单位名称"></el-input>
  9. </div>
  10. <!-- <div class="exceed">
  11. <span class="exceedSpan">业务属性:</span>
  12. <el-select v-model="businessStr" placeholder="请选择业务属性" clearable>
  13. <el-option v-for="item in binSectionoptions" :key="item.sectionCode"
  14. :label="item.sectionName" :value="item.sectionCode">
  15. </el-option>
  16. </el-select>
  17. </div> -->
  18. <seachs @handleSeach="getSeachData" @handleRest="resetSeach"></seachs>
  19. <!-- <el-button size="mini" color="#3B7AD1" icon="Operation" @click="dataGenerator"
  20. style="margin-left: 10px">
  21. <span>数据生成</span>
  22. </el-button> -->
  23. <el-button size="mini" color="#3B7AD1" icon="CopyDocument" @click="unitRuleFn" :disabled="rowObj.stage === '流程已结束'"
  24. style="margin-left: 10px">
  25. <span>计算评级</span>
  26. </el-button>
  27. <el-button type="success" icon="Upload" size="mini" @click="handleImport" :disabled="rowObj.stage === '流程已结束'">导入</el-button>
  28. <el-button type="warning" icon="Download" size="mini" @click="handleExport">导出</el-button>
  29. </div>
  30. <!-- <div class="PeriodBtn" :style="$utils.PeriodBtnSty()">
  31. <btns
  32. :showImport="$utils.havePurview('evaluationUnitRate:oneLevel:import')"
  33. :showExport="$utils.havePurview('evaluationUnitRate:oneLevel:export')"
  34. :showSave="$utils.havePurview('evaluationUnitRate:oneLevel:save')"
  35. :showAdd="$utils.havePurview('evaluationUnitRate:oneLevel:add')"
  36. :showDelete="$utils.havePurview('evaluationUnitRate:oneLevel:delete')"
  37. :disSave="changeDateSelect.length === 0 || changeDateSelect.length>1"
  38. :disDelete="changeDateSelect.length === 0"
  39. :disImport="false"
  40. :disExport="false"
  41. @handleAdd="handleAdd"
  42. @handleEdit="handleEdit"
  43. @handleDelete="handleDelete"
  44. @handleImport="handleImport"
  45. @handleExport="handleExport"
  46. ></btns>
  47. </div> -->
  48. <div class="evaluationUnitRatingTableData">
  49. <!-- @row-click="rowClickToggle" -->
  50. <div class="tableMain">
  51. <el-table :data="evaluationRatingDiaData" style="width: 100%" ref="tableSS"
  52. :class="unitRatingTableSty()" @select="rowClick" @select-all="rowClick">
  53. <el-table-column type="selection" label="操作" align="center"></el-table-column>
  54. <el-table-column type="index" label="序号" align="center"></el-table-column>
  55. <el-table-column label="考评单位" width="180">
  56. <template #default="scope">
  57. <el-tooltip class="box-item" effect="customized"
  58. :content="scope.row.organizationShortName" placement="right">
  59. <span class="tooltipCC">{{ scope.row.organizationShortName }}</span>
  60. </el-tooltip>
  61. </template>
  62. </el-table-column>
  63. <el-table-column label="业务板块" prop="binSectionName" />
  64. <el-table-column label="考评年度" prop="year" />
  65. <el-table-column label="生产经营评级" align="center">
  66. <el-table-column label="年度安全环保评级" width="150">
  67. <template #default="scope">
  68. <el-input-number v-model="scope.row.safetyEnvProtection" :min="0" />
  69. </template>
  70. </el-table-column>
  71. <el-table-column label="否决事项" width="140">
  72. <template #default="scope">
  73. <el-select v-model="scope.row.veto" placeholder="请选择" size="large"
  74. style="width: 100px">
  75. <el-option v-for="item in isPgoptions" :key="item.value" :label="item.label"
  76. :value="item.value" />
  77. </el-select>
  78. </template>
  79. </el-table-column>
  80. <el-table-column label="净利润" width="150">
  81. <template #default="scope">
  82. <el-input-number v-model="scope.row.netProfit" />
  83. </template>
  84. </el-table-column>
  85. <el-table-column label="经营业绩考核综合得分%" width="180" align="center">
  86. <template #default="scope">
  87. <el-input-number v-model="scope.row.compositeScore" :min="0" :max="100" />
  88. </template>
  89. </el-table-column>
  90. <el-table-column label="生产经营评级" prop="scjyRate" width="120" />
  91. </el-table-column>
  92. <el-table-column label="前期评级" align="center">
  93. <el-table-column label="年度项目进度目标完成率" width="150">
  94. <template #default="scope">
  95. <el-input-number v-model="scope.row.annualTarget" :min="0" />
  96. </template>
  97. </el-table-column>
  98. <el-table-column label="先进性指标考核得分有无加分" width="150">
  99. <template #default="scope">
  100. <el-select v-model="scope.row.bonusPoint" placeholder="请选择" size="large"
  101. style="width: 100px">
  102. <el-option v-for="item in isPgoptions" :key="item.value" :label="item.label"
  103. :value="item.value" />
  104. </el-select>
  105. </template>
  106. </el-table-column>
  107. <el-table-column label="前期评级" prop="qqRate" width="100" />
  108. </el-table-column>
  109. <el-table-column label="基建评级" align="center">
  110. <el-table-column label="基建工程综合得分排名" width="160">
  111. <template #default="scope">
  112. <el-input-number v-model="scope.row.compositeScoreRaking" :min="0" />
  113. </template>
  114. </el-table-column>
  115. <el-table-column label="基建工程项目等级" width="150">
  116. <template #default="scope">
  117. <el-input-number v-model="scope.row.projectLevel" :min="0" />
  118. </template>
  119. </el-table-column>
  120. <el-table-column label="基建评级" prop="jjRate" width="100" />
  121. </el-table-column>
  122. <el-table-column label="综合得分" prop="score" />
  123. <el-table-column label="年度评级" prop="yearRate" />
  124. <!-- fixed="right" align="center" -->
  125. <el-table-column label="操作" width="160">
  126. <template #default="scope">
  127. <span class="indicitem" @click="unitRule(scope.row)">计算评级</span>
  128. </template>
  129. </el-table-column>
  130. </el-table>
  131. <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange"
  132. :current-page="page.currentPage" :page-size="page.pagesize"
  133. layout="total, prev, pager, next, jumper" :total="page.total">
  134. </el-pagination>
  135. </div>
  136. <div class="tableSeach">
  137. <div class="seachType" v-for="item in titleMsgArr" :key="item.isName"
  138. :class="item.showClick ? 'seachTypeCha' : ''" @click="changType(item)">
  139. <img :src="item.img" alt="" v-if="!item.showClick">
  140. <img :src="item.clickImg" alt="" v-else>
  141. <p :style="item.showClick ? 'color: #3B7AD1' : ''">{{ item.isName }}</p>
  142. </div>
  143. </div>
  144. </div>
  145. <el-dialog :title="title" custom-class="startToDia" v-model="dialogVisible" width="600px"
  146. :close-on-click-modal="false">
  147. <div class="periodFrom">
  148. <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm"
  149. :validate-on-rule-change="false">
  150. <el-form-item label="考评单位" prop="companyRuleF">
  151. <el-select v-model="ruleForm.companyRuleF" placeholder="请选择考评单位" :disabled="isSave">
  152. <el-option v-for="item in companyData" :key="item.organizationId"
  153. :label="item.organizationShortName" :value="item.organizationId">
  154. </el-option>
  155. </el-select>
  156. </el-form-item>
  157. <el-form-item label="业务属性" prop="binSection">
  158. <el-select v-model="ruleForm.binSection" placeholder="请选择业务属性">
  159. <el-option v-for="item in binSectionoptions" :key="item.sectionCode"
  160. :label="item.sectionName" :value="item.sectionCode">
  161. </el-option>
  162. </el-select>
  163. </el-form-item>
  164. <el-form-item label="年份" prop="year">
  165. <el-date-picker v-model="ruleForm.year" :disabled="isSave" type="year" value-format="YYYY"
  166. placeholder="请选择年份" />
  167. </el-form-item>
  168. <el-form-item label="生成经营评级">
  169. <el-select v-model="ruleForm.scjyRate" placeholder="请选择评级">
  170. <el-option v-for="item in ratingArr" :key="item.value" :label="item.label"
  171. :value="item.value">
  172. </el-option>
  173. </el-select>
  174. </el-form-item>
  175. <el-form-item label="前期评级">
  176. <el-select v-model="ruleForm.qqRate" placeholder="请选择评级">
  177. <el-option v-for="item in ratingArr" :key="item.value" :label="item.label"
  178. :value="item.value">
  179. </el-option>
  180. </el-select>
  181. </el-form-item>
  182. <el-form-item label="基建评级">
  183. <el-select v-model="ruleForm.jjRate" placeholder="请选择评级">
  184. <el-option v-for="item in ratingArr" :key="item.value" :label="item.label"
  185. :value="item.value">
  186. </el-option>
  187. </el-select>
  188. </el-form-item>
  189. <el-form-item label="年度评级">
  190. <el-select v-model="ruleForm.yearRate" placeholder="请选择评级">
  191. <el-option v-for="item in ratingArr" :key="item.value" :label="item.label"
  192. :value="item.value">
  193. </el-option>
  194. </el-select>
  195. </el-form-item>
  196. <el-form-item label="描述" prop="remark">
  197. <el-input v-model="ruleForm.remark" :rows="5" type="textarea" placeholder="请输入描述">
  198. </el-input>
  199. </el-form-item>
  200. </el-form>
  201. </div>
  202. <template #footer>
  203. <span class="dialog-footer">
  204. <el-button @click="dialogVisible = false">取 消</el-button>
  205. <el-button type="primary" @click="saveevaluaStart('ruleForm')">确 定</el-button>
  206. </span>
  207. </template>
  208. </el-dialog>
  209. </div>
  210. <template #footer>
  211. <span class="dialog-footer">
  212. <el-button type="primary" @click="ratingdialogVisible = false">取 消</el-button>
  213. </span>
  214. </template>
  215. </el-dialog>
  216. <import-dailog ref="importPage" @successImport="successImport"></import-dailog>
  217. </div>
  218. </template>
  219. <script>
  220. import importDailog from '../importPage/importDailog.vue'
  221. import btns from '../elbuttonS.vue'
  222. import seachs from '../seachGroup.vue'
  223. import {
  224. saveAs
  225. } from 'file-saver'
  226. import sectionDef from '../../assets/benchmarkImg/sectionDef.png'
  227. import sectionCha from '../../assets/benchmarkImg/sectionCha.png'
  228. import {
  229. apiGetExportMsg,
  230. apiGetorganizationratinglist,
  231. apiorganizationratinggrade,
  232. apiGetorganizationratingsave,
  233. apiGetOrganizationListAll,
  234. apiGetorganizationsectionList,
  235. apiPostorganizationratingDelete,
  236. apiGetorganizationratingGenerateRating
  237. } from '../../api/api'
  238. export default {
  239. components: {
  240. importDailog,
  241. btns,
  242. seachs
  243. },
  244. data() {
  245. return {
  246. dialogVisible: false,
  247. ratingdialogVisible: false,
  248. isSave: false,
  249. title: '',
  250. evalradio: {},
  251. changeDateSelect: [],
  252. evaluationRatingDiaData: [],
  253. companyData: [],
  254. binSectionoptions: [],
  255. ruleForm: {
  256. companyRuleF: '',
  257. year: '',
  258. binSection: '',
  259. scjyRate: '',
  260. qqRate: '',
  261. jjRate: '',
  262. yearRate: '',
  263. remark: ''
  264. },
  265. rules: {
  266. companyRuleF: [{
  267. required: true,
  268. message: '请选择考评单位',
  269. trigger: 'change'
  270. }],
  271. binSection: [{
  272. required: true,
  273. message: '请选择考评单位',
  274. trigger: 'change'
  275. }],
  276. year: [{
  277. required: true,
  278. message: '请选择年份',
  279. trigger: 'change'
  280. }]
  281. },
  282. page: {
  283. pagesize: 12,
  284. currentPage: 1,
  285. total: 0
  286. },
  287. resCompanyName: '',
  288. businessStr: '',
  289. monthArr: [],
  290. ratingArr: [],
  291. winPix: window.devicePixelRatio,
  292. innerWidth: window.innerWidth,
  293. rowObj: {},
  294. titleMsgArr: [],
  295. isPgoptions: []
  296. }
  297. },
  298. created() {
  299. this.ratingArr = [{
  300. label: 'A级',
  301. value: 'A'
  302. },
  303. {
  304. label: 'B级',
  305. value: 'B'
  306. },
  307. {
  308. label: 'C级',
  309. value: 'C'
  310. }
  311. ]
  312. this.isPgoptions = [{
  313. value: '1',
  314. label: '是'
  315. },
  316. {
  317. value: '0',
  318. label: '否'
  319. }
  320. ]
  321. },
  322. methods: {
  323. init(row) {
  324. this.$refs.importPage.year = row.year
  325. this.ratingdialogVisible = true
  326. this.rowObj = row
  327. this.getOrganizetionData()
  328. this.getDataDictionary()
  329. },
  330. unitRule(row) {
  331. let that = this
  332. let params = [row]
  333. apiorganizationratinggrade(params).then(res => {
  334. if (res && res.code === 200) {
  335. that.$message({
  336. message: '计算评级' + res.message,
  337. type: 'success'
  338. });
  339. that.getevaluRatingDiaList(that.rowObj)
  340. }
  341. })
  342. },
  343. unitRuleFn() {
  344. let that = this
  345. let params = that.evaluationRatingDiaData
  346. apiorganizationratinggrade(params).then(res => {
  347. if (res && res.code === 200) {
  348. that.$message({
  349. message: '计算评级' + res.message,
  350. type: 'success'
  351. });
  352. that.getevaluRatingDiaList(that.rowObj)
  353. }
  354. })
  355. },
  356. // 查询列表页面
  357. getevaluRatingDiaList(row) {
  358. let that = this
  359. that.evaluationRatingDiaData = []
  360. let params = {
  361. pageNum: that.page.currentPage,
  362. pageSize: that.page.pagesize,
  363. organizationYearRatingId: row.id,
  364. organizationShortName: that.resCompanyName,
  365. binSection: that.businessStr,
  366. // binSection: 'HD',
  367. year: row.year
  368. }
  369. apiGetorganizationratinglist(params).then(datas => {
  370. if (datas && datas.data.records) {
  371. that.evaluationRatingDiaData = datas.data.records
  372. that.page.total = datas.data.total
  373. }
  374. })
  375. },
  376. dataGenerator() {
  377. let that = this
  378. let params = {
  379. id: that.rowObj.id,
  380. year: that.rowObj.year
  381. }
  382. apiGetorganizationratingGenerateRating(params).then(datas => {
  383. if (datas && datas.success) {
  384. that.getevaluRatingDiaList(that.rowObj)
  385. }
  386. })
  387. },
  388. //查询单位数据
  389. getOrganizetionData() {
  390. let that = this
  391. let params = {
  392. evaluationCycle: 'NDKP',
  393. organizationType: 'DWKP'
  394. }
  395. apiGetOrganizationListAll(params).then(datas => {
  396. if (datas && datas.data) {
  397. that.companyData = datas.data
  398. }
  399. })
  400. },
  401. // 查询属性和阶段
  402. getDataDictionary() {
  403. let that = this
  404. let params = {
  405. organizationYearRatingId: that.rowObj.id
  406. }
  407. that.titleMsgArr = []
  408. apiGetorganizationsectionList(params).then(datas => {
  409. if (datas && datas.data) {
  410. // that.binSectionoptions = datas.data
  411. datas.data.forEach(item => {
  412. let obj = {
  413. id: item.id,
  414. isName: item.sectionName === '新能源(光电)' ? '新能源光电' : item
  415. .sectionName === '新能源(风电)' ? '新能源风电' : item.sectionName,
  416. isNameEn: item.sectionCode,
  417. showClick: false,
  418. isClass: 'sectionDef',
  419. img: sectionDef,
  420. isClassC: 'sectionCha',
  421. clickImg: sectionCha
  422. }
  423. that.titleMsgArr.push(obj)
  424. })
  425. that.titleMsgArr[0].showClick = true
  426. that.businessStr = that.titleMsgArr[0].isNameEn
  427. that.$refs.importPage.binSection = that.titleMsgArr[0].isNameEn
  428. that.getevaluRatingDiaList(this.rowObj)
  429. }
  430. })
  431. },
  432. changType(data) {
  433. this.$refs.importPage.binSection = data.isNameEn
  434. this.titleMsgArr.forEach(it => {
  435. it.showClick = false
  436. if (it.isName === data.isName) {
  437. it.showClick = true
  438. this.businessStr = it.isNameEn
  439. }
  440. })
  441. this.getevaluRatingDiaList(this.rowObj)
  442. },
  443. saveevaluaStart(formName) {
  444. let that = this
  445. that.$refs[formName].validate((valid) => {
  446. if (valid) {
  447. that.saveAndEditIndicatorData()
  448. }
  449. });
  450. },
  451. //新增/修改考评启动数据
  452. saveAndEditIndicatorData() {
  453. let that = this
  454. let orgName = ''
  455. this.companyData.forEach(item => {
  456. if (item.organizationId === that.ruleForm.companyRuleF) {
  457. orgName = item.organizationShortName
  458. }
  459. })
  460. let params = {
  461. organizationId: that.ruleForm.companyRuleF,
  462. organizationShortName: orgName,
  463. year: that.ruleForm.year,
  464. binSection: that.ruleForm.binSection,
  465. scjyRate: that.ruleForm.scjyRate,
  466. qqRate: that.ruleForm.qqRate,
  467. jjRate: that.ruleForm.jjRate,
  468. yearRate: that.ruleForm.yearRate,
  469. remark: that.ruleForm.remark
  470. }
  471. if (that.isSave) {
  472. params.id = that.evalradio.id
  473. }
  474. apiGetorganizationratingsave(params).then(datas => {
  475. if (!datas.success) {
  476. that.$message({
  477. message: datas.message,
  478. type: 'error'
  479. });
  480. } else {
  481. if (!that.isSave) {
  482. that.$message({
  483. message: '单位绩效考核评级新增成功',
  484. type: 'success'
  485. });
  486. } else {
  487. that.$message({
  488. message: '单位绩效考核评级修改成功',
  489. type: 'success'
  490. });
  491. }
  492. that.dialogVisible = false
  493. that.changeDateSelect = []
  494. that.getevaluRatingDiaList(this.rowObj)
  495. }
  496. })
  497. },
  498. getSeachData() {
  499. this.getevaluRatingDiaList(this.rowObj)
  500. },
  501. resetSeach() {
  502. this.resCompanyName = ''
  503. this.getevaluRatingDiaList(this.rowObj)
  504. },
  505. handleSizeChange(val) {
  506. this.page.pagesize = val
  507. this.getevaluRatingDiaList(this.rowObj)
  508. },
  509. handleCurrentChange(val) {
  510. this.page.currentPage = val
  511. this.getevaluRatingDiaList(this.rowObj)
  512. },
  513. rowClick(selection, row) {
  514. this.changeDateSelect = selection
  515. },
  516. // rowClickToggle(row) {
  517. // this.$refs.tableSS.toggleRowSelection(row)
  518. // },
  519. handleAdd() {
  520. this.dialogVisible = true
  521. this.isSave = false
  522. this.title = '新建单位绩效考核评级'
  523. this.$nextTick(() => {
  524. this.ruleForm = {
  525. companyRuleF: '',
  526. year: '',
  527. binSection: '',
  528. scjyRate: '',
  529. qqRate: '',
  530. jjRate: '',
  531. yearRate: '',
  532. remark: ''
  533. }
  534. })
  535. },
  536. handleEdit() {
  537. this.dialogVisible = true
  538. this.isSave = true
  539. this.title = '修改单位绩效考核评级'
  540. this.evalradio = this.changeDateSelect[0]
  541. this.ruleForm = {
  542. companyRuleF: this.evalradio.organizationId,
  543. year: this.evalradio.year,
  544. binSection: this.evalradio.binSection,
  545. scjyRate: this.evalradio.scjyRate,
  546. qqRate: this.evalradio.qqRate,
  547. jjRate: this.evalradio.jjRate,
  548. yearRate: this.evalradio.yearRate,
  549. remark: this.evalradio.remark
  550. }
  551. },
  552. //删除
  553. handleDelete() {
  554. this.$confirm('此操作将永久删除该数据, 是否继续?', '提示', {
  555. confirmButtonText: '确定',
  556. cancelButtonText: '取消',
  557. type: 'warning'
  558. }).then(() => {
  559. let that = this
  560. let paramsArr = []
  561. that.changeDateSelect.forEach(it => {
  562. paramsArr.push(it.id)
  563. })
  564. apiPostorganizationratingDelete(paramsArr.join(',')).then(datas => {
  565. that.$message({
  566. type: 'success',
  567. message: '删除成功!'
  568. });
  569. that.getevaluRatingDiaList(this.rowObj)
  570. that.changeDateSelect = []
  571. })
  572. })
  573. },
  574. handleImport() {
  575. this.$refs.importPage.upload.title = "单位考评评级详情导入"
  576. this.$refs.importPage.upload.open = true
  577. this.$refs.importPage.upload.url = `/organization-rating/importExcel`
  578. this.$refs.importPage.upload.url = `/organization-rating/importExcel`
  579. },
  580. handleExport() {
  581. let that = this
  582. let url = 'organization-rating/exportExcel'
  583. let params = {
  584. organizationYearRatingId: that.rowObj.id,
  585. binSection: that.businessStr,
  586. year: that.rowObj.year
  587. }
  588. apiGetExportMsg(url, params).then(datas => {
  589. let blob = new Blob([datas])
  590. saveAs(blob, '单位考评评级详情导出.xlsx')
  591. }).catch((r) => {
  592. console.error(r)
  593. })
  594. },
  595. successImport(val) {
  596. this.getevaluRatingDiaList(this.rowObj)
  597. },
  598. unitRatingTableSty() {
  599. if (this.winPix === 1.25 || this.innerWidth < 1800) {
  600. return 'unitRating125Table'
  601. } else {
  602. return 'unitRating100Table'
  603. }
  604. }
  605. }
  606. }
  607. </script>
  608. <style lang="less">
  609. .evaluationUnitRatingDialog {
  610. .el-overlay {
  611. .el-dialog {
  612. // margin-top: 7vh;
  613. .el-dialog__body {
  614. padding: 0 20px !important;
  615. .evaluationUnitRatingBtn {
  616. .collectSeach {
  617. display: flex;
  618. padding: 24px 20px;
  619. border-bottom: 1px solid#D6DBEA;
  620. .exceed {
  621. display: flex;
  622. .exceedSpan {
  623. width: 100px;
  624. height: 12px;
  625. font-size: 14px;
  626. font-family: Microsoft YaHei;
  627. font-weight: 400;
  628. color: #8991B0;
  629. line-height: 12px;
  630. margin-top: 14px;
  631. }
  632. .el-input {
  633. margin-right: 10px;
  634. height: 40px;
  635. .el-input__inner {
  636. height: 40px;
  637. }
  638. .el-input__suffix {
  639. .el-select__caret {
  640. line-height: 30px;
  641. }
  642. }
  643. }
  644. }
  645. .el-select {
  646. margin-right: 10px;
  647. .el-input__inner {
  648. height: 30px;
  649. }
  650. .el-input__suffix {
  651. .el-select__caret {
  652. line-height: 30px;
  653. }
  654. }
  655. }
  656. }
  657. span {
  658. font-size: 14px;
  659. }
  660. .PeriodBtn {
  661. display: flex;
  662. justify-content: flex-end;
  663. padding: 20px 0;
  664. }
  665. .el-button {
  666. height: 30px;
  667. // width:100px;
  668. padding: 0 20px;
  669. // padding-top: 8px;
  670. span {
  671. margin: 0;
  672. }
  673. }
  674. .evaluationUnitRatingTableData {
  675. display: flex;
  676. width: 100%;
  677. margin-top: 20px;
  678. .tableMain {
  679. width: calc(100% - 100px);
  680. .unitRating125Table {
  681. .el-table__body-wrapper {
  682. height: 62vh !important;
  683. }
  684. }
  685. .unitRating100Table {
  686. .el-table__body-wrapper {
  687. height: 64vh !important;
  688. }
  689. }
  690. .el-table {
  691. .el-input__inner {
  692. height: 30px !important;
  693. }
  694. .el-radio__label {
  695. display: none;
  696. }
  697. .tooltipCC {
  698. width: 300px !important;
  699. display: inline-block;
  700. overflow: hidden;
  701. text-overflow: ellipsis;
  702. white-space: nowrap;
  703. }
  704. .tooltipCCDes {
  705. width: 50px;
  706. display: inline-block;
  707. overflow: hidden;
  708. text-overflow: ellipsis;
  709. white-space: nowrap;
  710. }
  711. .indicitem {
  712. color: #409EFF;
  713. font-size: 12px;
  714. margin-right: 20px;
  715. cursor: pointer;
  716. &:hover {
  717. text-decoration: underline;
  718. }
  719. }
  720. }
  721. .el-pagination {
  722. margin-top: 20px;
  723. text-align: end;
  724. position: relative;
  725. }
  726. }
  727. .tableSeach {
  728. width: 83px;
  729. height: 70vh;
  730. overflow-y: auto;
  731. overflow-x: hidden;
  732. margin-left: 10px;
  733. border: 1px solid #D6DBEA;
  734. padding: 5px 0;
  735. border-radius: 5px;
  736. .seachType {
  737. width: 78px;
  738. height: 78px;
  739. cursor: pointer;
  740. border-left: 3px solid transparent;
  741. img {
  742. margin-top: 17px;
  743. margin-left: 27px;
  744. }
  745. p {
  746. text-align: center;
  747. font-size: 14px;
  748. }
  749. }
  750. .seachTypeCha {
  751. background: #E6EBF5;
  752. cursor: pointer;
  753. border-left: 3px solid #3B7AD1;
  754. }
  755. }
  756. }
  757. .el-overlay {
  758. .startToDia {
  759. .el-dialog__body {
  760. padding: 30px 60px 30px 20px !important;
  761. .periodFrom {
  762. .el-select,
  763. .el-input {
  764. width: 100%;
  765. }
  766. .el-input {
  767. height: 30px;
  768. }
  769. }
  770. .flowSty {
  771. width: 100%;
  772. height: 70vh;
  773. }
  774. }
  775. }
  776. }
  777. }
  778. }
  779. .el-dialog__footer {
  780. .dialog-footer {
  781. display: flex;
  782. justify-content: center;
  783. .el-button {
  784. width: 180px !important;
  785. height: 40px !important;
  786. }
  787. }
  788. }
  789. }
  790. }
  791. }
  792. </style>