index4.js 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305
  1. let barImg =
  2. 'data:image/png;base64,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'
  3. let app = new Vue({
  4. el: '#app',
  5. data () {
  6. return {
  7. time: '',
  8. year: '2022',
  9. config1: {
  10. number: [100],
  11. content: '{nt}个',
  12. },
  13. centerData: '',
  14. storageRecordConfig: {
  15. header: ['时间', '所属集团', '工作情况'],
  16. headerBGC: '#05507b33',
  17. oddRowBGC: '#69c0ff0f',
  18. evenRowBGC: '',
  19. headerHeight: '40',
  20. rowNum: 4,
  21. align: ['center'],
  22. data: [
  23. ['2022年1月', '山西焦煤', '已经开展高层次人才引进工作'],
  24. ['2022年2月', '山西文旅', '不能按期完成序时进度'],
  25. ['2022年3月', '大地控股', '已经实现中长期激励机制贯彻'],
  26. ['2022年4月', '国际能源', '薪酬结果没有做到公开'],
  27. ['2022年5月', '山西焦煤', '已经开展高层次人才引进工作'],
  28. ['2022年6月', '山西焦煤', '不能按期完成序时进度'],
  29. ],
  30. },
  31. storageRecordConfig2: {
  32. header: ['企业名称', '预警内容', '数据抓取日期', '累计未获取数据日期'],
  33. headerBGC: '#05507b33',
  34. oddRowBGC: '#05507b33',
  35. evenRowBGC: '',
  36. headerHeight: '40',
  37. rowNum: 4,
  38. align: ['center', 'center', 'center', 'center'],
  39. data: [
  40. ['山西焦煤', '经营业绩考核延迟更新', '2022.12.01-12.31', '3天'],
  41. ['山西文旅', '六定长效机制情况未更新', '2022.12.01-12.31', '7天'],
  42. ['大地控股', '经营业绩考核延迟更新', '2022.12.01-12.31', '3天'],
  43. ['国际能源', '六定长效机制情况未更新', '2022.12.01-12.31', '1天'],
  44. ['山西焦煤', '经营业绩考核延迟更新', '2022.12.01-12.31', '3天'],
  45. ['山西焦煤', '六定长效机制情况未更新', '2022.12.01-12.31', '3天'],
  46. ],
  47. },
  48. companyList: companyList,
  49. commonOption: {
  50. title: {
  51. text: 'xxx',
  52. x: 'center',
  53. y: '3%',
  54. textStyle: {
  55. color: '#69C0FF',
  56. fontSize: 24,
  57. },
  58. },
  59. tooltip: {
  60. trigger: 'axis',
  61. axisPointer: {
  62. type: 'shadow',
  63. },
  64. },
  65. grid: {
  66. top: '22%',
  67. right: '5%',
  68. left: '8%',
  69. bottom: '26%',
  70. },
  71. legend: {
  72. data: '',
  73. top: '12%',
  74. right: '5%',
  75. textStyle: {
  76. color: 'rgba(250,250,250,0.6)',
  77. fontSize: 14,
  78. },
  79. },
  80. xAxis: {
  81. data: companyList.map(item => item.name),
  82. axisLine: {
  83. show: true, //隐藏X轴轴线
  84. lineStyle: {
  85. color: '#005094',
  86. width: 1,
  87. },
  88. },
  89. axisTick: {
  90. show: false, //隐藏X轴刻度
  91. },
  92. axisLabel: {
  93. show: true,
  94. rotate: 15,
  95. textStyle: {
  96. color: 'rgba(255,255,255,0.6)', //X轴文字颜色
  97. fontSize: 16,
  98. },
  99. },
  100. },
  101. yAxis: [
  102. {
  103. type: 'value',
  104. nameTextStyle: {
  105. color: '#ebf8ac',
  106. fontSize: 16,
  107. },
  108. splitLine: {
  109. show: true,
  110. lineStyle: {
  111. color: '#68b4dd66',
  112. type: 'dashed',
  113. },
  114. },
  115. axisLine: {
  116. show: false,
  117. },
  118. axisLabel: {
  119. show: true,
  120. textStyle: {
  121. color: 'rgba(250,250,250,0.6)',
  122. fontSize: 16,
  123. },
  124. },
  125. },
  126. ],
  127. },
  128. }
  129. },
  130. mounted () {
  131. this.time = formatDate()
  132. this.timer = setInterval(() => {
  133. this.time = formatDate()
  134. }, 1000)
  135. this.centerData = data
  136. // 左侧图表
  137. this.initChartL1()
  138. this.initChartL2()
  139. this.initChartL3()
  140. this.initChartL4()
  141. this.initChartL5()
  142. this.initChartL6()
  143. this.initChartL7()
  144. this.initChartL8()
  145. // 中间图表
  146. this.initChartC1()
  147. this.initChartC2()
  148. // 右侧图表
  149. this.initChartR1()
  150. this.initChartR2()
  151. this.initChartR3()
  152. this.initChartR4()
  153. this.initChartR5()
  154. this.initChartR6()
  155. this.initChartR7()
  156. this.initChartR8()
  157. },
  158. beforeDestroy () {
  159. if (this.timer) {
  160. clearInterval(this.timer);
  161. }
  162. },
  163. methods: {
  164. numFormat (value) {
  165. if (!value) return '0'
  166. var intPart = Number(value).toFixed(0) // 获取整数部分
  167. var intPartFormat = intPart.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1,') // 将整数部分逢三一断
  168. var floatPart = '.00' // 预定义小数部分
  169. var value2Array = value.toString().split('.')
  170. // =2表示数据有小数位
  171. if (value2Array.length === 2) {
  172. floatPart = value2Array[1].toString() // 拿到小数部分
  173. if (floatPart.length === 1) {
  174. // 补0
  175. return intPartFormat + '.' + floatPart + '0'
  176. } else {
  177. return intPartFormat + '.' + floatPart
  178. }
  179. } else {
  180. return intPartFormat
  181. }
  182. },
  183. initChartL1 () {
  184. let myChart = echarts.init(this.$refs['echartL1'])
  185. let option = {
  186. ..._.cloneDeep(this.commonOption),
  187. series: [
  188. {
  189. name: '当前各四级企业本部机构数',
  190. type: 'bar',
  191. barWidth: 15,
  192. itemStyle: {
  193. normal: {
  194. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  195. {
  196. offset: 0,
  197. color: '#69c0ff',
  198. },
  199. {
  200. offset: 1,
  201. color: '#082550',
  202. },
  203. ]),
  204. },
  205. },
  206. data: dataL1[0],
  207. },
  208. ],
  209. }
  210. option.title.text = '各四级企业本部机构数'
  211. option.legend.data = ['当前各四级企业本部机构数']
  212. option.yAxis.push({
  213. splitLine: {
  214. show: false,
  215. },
  216. axisLine: {
  217. show: false,
  218. },
  219. })
  220. myChart.setOption(option)
  221. },
  222. initChartL2 () {
  223. let myChart = echarts.init(this.$refs['echartL2'])
  224. let option = {
  225. ..._.cloneDeep(this.commonOption),
  226. series: [
  227. {
  228. name: '当前各四级企业所属架构数',
  229. type: 'bar',
  230. barWidth: 15,
  231. itemStyle: {
  232. normal: {
  233. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  234. {
  235. offset: 0,
  236. color: '#69c0ff',
  237. },
  238. {
  239. offset: 1,
  240. color: '#082550',
  241. },
  242. ]),
  243. },
  244. },
  245. data: dataL2[0]
  246. }
  247. ],
  248. }
  249. option.title.text = '各四级企业所属架构数'
  250. option.legend.data = ['当前各四级企业所属架构数']
  251. option.yAxis.push({
  252. splitLine: {
  253. show: false,
  254. },
  255. axisLine: {
  256. show: false,
  257. },
  258. })
  259. myChart.setOption(option)
  260. },
  261. initChartL3 () {
  262. let myChart = echarts.init(this.$refs['echartL3'])
  263. console.log(this.commonOption, "this.commonOption")
  264. let option = {
  265. ..._.cloneDeep(this.commonOption),
  266. series: [
  267. {
  268. name: '当前本部中层管理人数',
  269. type: 'bar',
  270. barWidth: 15,
  271. itemStyle: {
  272. normal: {
  273. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  274. {
  275. offset: 0,
  276. color: '#5e7ae9',
  277. },
  278. {
  279. offset: 1,
  280. color: '#082550',
  281. },
  282. ]),
  283. },
  284. },
  285. data: dataL3[0],
  286. },
  287. ],
  288. }
  289. option.title.text = '各四级企业本部中层管理人数'
  290. option.legend.data = ['当前本部中层管理人数']
  291. option.yAxis.push({
  292. type: 'value',
  293. axisLine: {
  294. show: false,
  295. },
  296. splitLine: {
  297. show: false,
  298. },
  299. })
  300. myChart.setOption(option)
  301. },
  302. initChartL4 () {
  303. let myChart = echarts.init(this.$refs['echartL4'])
  304. let option = {
  305. ..._.cloneDeep(this.commonOption),
  306. series: [
  307. {
  308. name: '当前管理人员数',
  309. type: 'bar',
  310. barWidth: 12,
  311. smooth: true, //平滑曲线显示
  312. showAllSymbol: true, //显示所有图形。
  313. symbol: 'circle', //标记的图形为实心圆
  314. symbolSize: 8, //标记的大小
  315. smooth: false,
  316. itemStyle: {
  317. //折线拐点标志的样式
  318. color: '#B889EA',
  319. borderColor: '#B889EA',
  320. width: 2,
  321. shadowColor: '#B889EA',
  322. shadowBlur: 4,
  323. },
  324. lineStyle: {
  325. color: '#B889EA',
  326. width: 2,
  327. },
  328. data: dataL4[0],
  329. },
  330. {
  331. name: '管理人员数占总人数比值',
  332. yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
  333. type: 'line',
  334. itemStyle: {
  335. normal: {
  336. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  337. {
  338. offset: 0,
  339. color: '#69c0ff',
  340. },
  341. {
  342. offset: 1,
  343. color: '#082550',
  344. },
  345. ]),
  346. },
  347. },
  348. data: dataL4[1],
  349. markLine: {
  350. data: [
  351. {
  352. name: '管理人员比值核定上限',
  353. yAxis: 15,
  354. lineStyle: {
  355. color: '#fff',
  356. },
  357. label: {
  358. formatter: '{b}',
  359. position: 'middle',
  360. color: '#fff',
  361. },
  362. }
  363. ],
  364. label: {
  365. distance: [20, 8],
  366. },
  367. },
  368. },
  369. ],
  370. }
  371. option.title.text = '各四级企业管理人员数'
  372. option.legend.data = ['当前管理人员数', '管理人员数占总人数比值']
  373. option.legend.show = true
  374. option.yAxis.push({
  375. max: 20,
  376. type: 'value',
  377. axisLine: {
  378. show: false,
  379. },
  380. splitLine: {
  381. show: false,
  382. },
  383. axisLabel: {
  384. show: true,
  385. formatter: '{value} %',
  386. textStyle: {
  387. color: 'rgba(250,250,250,0.6)',
  388. },
  389. },
  390. })
  391. myChart.setOption(option)
  392. },
  393. initChartL5 () {
  394. let myChart = echarts.init(this.$refs['echartL5'])
  395. let option = {
  396. ..._.cloneDeep(this.commonOption),
  397. series: [
  398. {
  399. name: '各四级企业总人数',
  400. type: 'bar',
  401. barWidth: 15,
  402. itemStyle: {
  403. normal: {
  404. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  405. {
  406. offset: 0,
  407. color: '#69c0ff',
  408. },
  409. {
  410. offset: 1,
  411. color: '#082550',
  412. },
  413. ]),
  414. },
  415. },
  416. data: dataL5[0],
  417. },
  418. {
  419. name: '去年同期人数变化率',
  420. type: 'line',
  421. yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
  422. smooth: true, //平滑曲线显示
  423. showAllSymbol: true, //显示所有图形。
  424. symbol: 'circle', //标记的图形为实心圆
  425. symbolSize: 8, //标记的大小
  426. smooth: false,
  427. itemStyle: {
  428. //折线拐点标志的样式
  429. color: '#b889ea',
  430. borderColor: '#b889ea',
  431. width: 2,
  432. shadowColor: '#b889ea',
  433. shadowBlur: 4,
  434. },
  435. lineStyle: {
  436. color: '#b889ea',
  437. width: 2,
  438. },
  439. data: dataL5[1],
  440. },
  441. ],
  442. }
  443. option.title.text = '各四级企业总人数'
  444. option.legend.data = ['各四级企业总人数', '去年同期人数变化率']
  445. option.legend.show = true
  446. option.yAxis.push({
  447. type: 'value',
  448. axisLine: {
  449. show: false,
  450. },
  451. splitLine: {
  452. show: false,
  453. },
  454. axisLabel: {
  455. show: true,
  456. formatter: '{value} %',
  457. textStyle: {
  458. color: 'rgba(250,250,250,0.6)',
  459. },
  460. },
  461. })
  462. myChart.setOption(option)
  463. },
  464. initChartL6 () {
  465. let myChart = echarts.init(this.$refs['echartL6'])
  466. let option = {
  467. ..._.cloneDeep(this.commonOption),
  468. series: [
  469. {
  470. name: '本部员额数',
  471. type: 'bar',
  472. barWidth: 15,
  473. itemStyle: {
  474. normal: {
  475. barBorderRadius: [10, 10, 0, 0],
  476. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  477. {
  478. offset: 0,
  479. color: '#43ede3',
  480. },
  481. {
  482. offset: 1,
  483. color: '#082550',
  484. },
  485. ]),
  486. },
  487. },
  488. data: dataL6[0],
  489. },
  490. ],
  491. }
  492. option.title.text = '各四级企业本部员额数'
  493. option.legend.data = ['本部员额数']
  494. option.legend.show = true
  495. option.yAxis.push({
  496. splitLine: {
  497. show: false,
  498. },
  499. axisLine: {
  500. show: false,
  501. },
  502. })
  503. myChart.setOption(option)
  504. },
  505. initChartL7 () {
  506. let myChart = echarts.init(this.$refs['echartL7'])
  507. let option = {
  508. ..._.cloneDeep(this.commonOption),
  509. series: [
  510. {
  511. name: '人数变化',
  512. type: 'line',
  513. barWidth: 15,
  514. itemStyle: {
  515. normal: {
  516. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  517. {
  518. offset: 0,
  519. color: '#43ede3',
  520. },
  521. {
  522. offset: 1,
  523. color: '#43ede3',
  524. },
  525. ]),
  526. },
  527. },
  528. // markLine: {
  529. // data: [{ type: 'average', name: 'Avg' }],
  530. // },
  531. data: dataL7[0],
  532. },
  533. {
  534. name: '全员劳动生产率',
  535. type: 'line',
  536. barWidth: 15,
  537. yAxisIndex: 1,
  538. itemStyle: {
  539. normal: {
  540. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  541. {
  542. offset: 0,
  543. color: '#b889ea',
  544. },
  545. {
  546. offset: 1,
  547. color: '#b889ea',
  548. },
  549. ]),
  550. },
  551. },
  552. data: dataL7[1],
  553. },
  554. ],
  555. }
  556. option.title.text = '人数变化和全员劳动生产率变化率分析'
  557. option.legend.data = ['人数变化', '全员劳动生产率']
  558. option.legend.show = true
  559. option.yAxis.push({
  560. type: 'value',
  561. axisLine: {
  562. show: false,
  563. },
  564. splitLine: {
  565. show: false,
  566. },
  567. axisLabel: {
  568. show: true,
  569. formatter: '{value} %',
  570. textStyle: {
  571. color: 'rgba(250,250,250,0.6)',
  572. },
  573. },
  574. })
  575. myChart.setOption(option)
  576. },
  577. initChartL8 () {
  578. let myChart = echarts.init(this.$refs['echartL8'])
  579. let option = {
  580. ..._.cloneDeep(this.commonOption),
  581. series: [
  582. {
  583. name: '人数变化',
  584. type: 'line',
  585. barWidth: 15,
  586. itemStyle: {
  587. normal: {
  588. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  589. {
  590. offset: 0,
  591. color: '#43ede3',
  592. },
  593. {
  594. offset: 1,
  595. color: '#43ede3',
  596. },
  597. ]),
  598. },
  599. },
  600. // markLine: {
  601. // data: [{ type: 'average', name: 'Avg' }],
  602. // },
  603. data: dataL8[0],
  604. },
  605. {
  606. name: '人工成本利润率',
  607. type: 'line',
  608. barWidth: 15,
  609. yAxisIndex: 1,
  610. itemStyle: {
  611. normal: {
  612. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  613. {
  614. offset: 0,
  615. color: '#b889ea',
  616. },
  617. {
  618. offset: 1,
  619. color: '#b889ea',
  620. },
  621. ]),
  622. },
  623. },
  624. data: dataL8[1],
  625. },
  626. ],
  627. }
  628. option.title.text = '人数变化和人工利润率变化分析'
  629. option.legend.data = ['人数变化', '人工成本利润率']
  630. option.legend.show = true
  631. option.yAxis.push({
  632. type: 'value',
  633. axisLine: {
  634. show: false,
  635. },
  636. splitLine: {
  637. show: false,
  638. },
  639. axisLabel: {
  640. show: true,
  641. formatter: '{value} %',
  642. textStyle: {
  643. color: 'rgba(250,250,250,0.6)',
  644. },
  645. },
  646. })
  647. myChart.setOption(option)
  648. },
  649. // 中间图表---------------------------------------------开始
  650. initChartC1 () {
  651. let myChart = echarts.init(this.$refs['echartC1'])
  652. let option = {
  653. ..._.cloneDeep(this.commonOption),
  654. series: [
  655. {
  656. name: '全员劳动生产率(万/人)',
  657. type: 'bar',
  658. barWidth: 12,
  659. smooth: true, //平滑曲线显示
  660. showAllSymbol: true, //显示所有图形。
  661. symbol: 'circle', //标记的图形为实心圆
  662. symbolSize: 8, //标记的大小
  663. smooth: false,
  664. itemStyle: {
  665. //折线拐点标志的样式
  666. color: '#B889EA',
  667. borderColor: '#B889EA',
  668. width: 2,
  669. shadowColor: '#B889EA',
  670. shadowBlur: 4,
  671. },
  672. lineStyle: {
  673. color: '#B889EA',
  674. width: 2,
  675. },
  676. // data: [60, 50, 80, 80, 90, 55, 40, 60, 50, 80, 90, 55, 40, 60, 50, 90, 55, 40],
  677. data: dataC1[0],
  678. markLine: {
  679. data: [
  680. {
  681. name: '省属企业平均水平',
  682. yAxis: 50.13,
  683. lineStyle: {
  684. color: '#fff',
  685. },
  686. label: {
  687. formatter: '{b}',
  688. position: 'middle',
  689. color: '#fff',
  690. },
  691. },
  692. {
  693. name: '央企平均水平',
  694. yAxis: 69.4,
  695. lineStyle: {
  696. color: '#fff',
  697. },
  698. label: {
  699. formatter: '{b}',
  700. position: 'middle',
  701. color: '#fff',
  702. },
  703. },
  704. ],
  705. label: {
  706. distance: [20, 8],
  707. },
  708. },
  709. },
  710. {
  711. name: '全员劳动生产率同比',
  712. yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
  713. type: 'line',
  714. itemStyle: {
  715. normal: {
  716. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  717. {
  718. offset: 0,
  719. color: '#69c0ff',
  720. },
  721. {
  722. offset: 1,
  723. color: '#082550',
  724. },
  725. ]),
  726. },
  727. },
  728. data: dataC1[1],
  729. },
  730. ],
  731. }
  732. option.title.text = '全员劳动生产率'
  733. option.legend.data = ['全员劳动生产率同比', '全员劳动生产率(万/人)']
  734. option.legend.show = true
  735. option.yAxis.push({
  736. type: 'value',
  737. axisLine: {
  738. show: false,
  739. },
  740. splitLine: {
  741. show: false,
  742. },
  743. axisLabel: {
  744. show: true,
  745. formatter: '{value} %',
  746. textStyle: {
  747. color: 'rgba(250,250,250,0.6)',
  748. },
  749. },
  750. })
  751. myChart.setOption(option)
  752. },
  753. initChartC2 () {
  754. let myChart = echarts.init(this.$refs['echartC2'])
  755. let option = {
  756. ..._.cloneDeep(this.commonOption),
  757. series: [
  758. {
  759. name: '人工成本利润同比',
  760. type: 'line',
  761. yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
  762. smooth: true, //平滑曲线显示
  763. showAllSymbol: true, //显示所有图形。
  764. symbol: 'circle', //标记的图形为实心圆
  765. symbolSize: 8, //标记的大小
  766. smooth: false,
  767. itemStyle: {
  768. //折线拐点标志的样式
  769. color: '#B889EA',
  770. borderColor: '#B889EA',
  771. width: 2,
  772. shadowColor: '#B889EA',
  773. shadowBlur: 4,
  774. },
  775. lineStyle: {
  776. color: '#B889EA',
  777. width: 2,
  778. },
  779. data: dataC2[0],
  780. markLine: {
  781. data: [
  782. {
  783. name: '省属企业平均水平',
  784. yAxis: 67.09,
  785. lineStyle: {
  786. color: '#fff',
  787. },
  788. label: {
  789. formatter: '{b}',
  790. position: 'end',
  791. color: '#fff',
  792. },
  793. },
  794. {
  795. name: '央企平均水平',
  796. yAxis: 81,
  797. lineStyle: {
  798. color: '#fff',
  799. },
  800. label: {
  801. formatter: '{b}',
  802. position: 'middle',
  803. color: '#fff',
  804. },
  805. },
  806. ],
  807. label: {
  808. distance: [20, 8],
  809. },
  810. },
  811. },
  812. {
  813. name: '人工成本利润率',
  814. type: 'bar',
  815. barWidth: 15,
  816. itemStyle: {
  817. normal: {
  818. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  819. {
  820. offset: 0,
  821. color: '#69c0ff',
  822. },
  823. {
  824. offset: 1,
  825. color: '#082550',
  826. },
  827. ]),
  828. },
  829. },
  830. data: dataC2[1]
  831. },
  832. ],
  833. }
  834. option.title.text = '人工成本利润率'
  835. option.legend.data = ['人工成本利润同比', '人工成本利润率']
  836. option.legend.show = true
  837. option.grid.right = '15%'
  838. option.yAxis.push({
  839. splitLine: {
  840. show: false,
  841. },
  842. axisLine: {
  843. show: false,
  844. },
  845. })
  846. myChart.setOption(option)
  847. },
  848. // 右侧图表---------------------------------------------开始
  849. initChartR1 () {
  850. let myChart = echarts.init(this.$refs['echartR1'])
  851. let commonOptions = this.commonOption
  852. commonOptions.yAxis[0].splitNumber = 2
  853. let option = {
  854. ..._.cloneDeep(commonOptions),
  855. series: [
  856. {
  857. name: '招聘需求公告次数',
  858. type: 'bar',
  859. barWidth: 15,
  860. itemStyle: {
  861. normal: {
  862. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  863. {
  864. offset: 0,
  865. color: '#69c0ff',
  866. },
  867. {
  868. offset: 1,
  869. color: '#082550',
  870. },
  871. ]),
  872. },
  873. },
  874. data: dataR1[0],
  875. },
  876. {
  877. name: '招聘需求公告累计招聘人次',
  878. type: 'bar',
  879. barWidth: 15,
  880. itemStyle: {
  881. normal: {
  882. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  883. {
  884. offset: 0,
  885. color: '#43ede3',
  886. },
  887. {
  888. offset: 1,
  889. color: '#082550',
  890. },
  891. ]),
  892. },
  893. },
  894. data: dataR1[1],
  895. },
  896. ],
  897. }
  898. option.title.text = '各四级企业招聘需求公告人次情况'
  899. option.legend.data = ['招聘需求公告次数', '招聘需求公告累计招聘人次']
  900. option.legend.show = true
  901. option.yAxis.push({
  902. splitLine: {
  903. show: false,
  904. },
  905. axisLine: {
  906. show: false,
  907. },
  908. })
  909. myChart.setOption(option)
  910. },
  911. initChartR2 () {
  912. let myChart = echarts.init(this.$refs['echartR2'])
  913. let commonOptions = this.commonOption
  914. commonOptions.yAxis[0].splitNumber = 2
  915. let option = {
  916. ..._.cloneDeep(commonOptions),
  917. series: [
  918. {
  919. name: '录用结果公示次数',
  920. type: 'bar',
  921. barWidth: 15,
  922. itemStyle: {
  923. normal: {
  924. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  925. {
  926. offset: 0,
  927. color: '#69c0ff',
  928. },
  929. {
  930. offset: 1,
  931. color: '#082550',
  932. },
  933. ]),
  934. },
  935. },
  936. data: dataR2[0],
  937. },
  938. {
  939. name: '录用结果公示累计公示人数',
  940. type: 'bar',
  941. barWidth: 15,
  942. itemStyle: {
  943. normal: {
  944. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  945. {
  946. offset: 0,
  947. color: '#45DAD1',
  948. },
  949. {
  950. offset: 1,
  951. color: '#082550',
  952. },
  953. ]),
  954. },
  955. },
  956. data: dataR2[1],
  957. },
  958. ],
  959. }
  960. option.title.text = '各四级企业录用结果公示人次'
  961. option.legend.data = ['录用结果公示次数', '录用结果公示累计公示人数']
  962. option.legend.show = true
  963. option.yAxis.push({
  964. splitLine: {
  965. show: false,
  966. },
  967. axisLine: {
  968. show: false,
  969. },
  970. })
  971. myChart.setOption(option)
  972. },
  973. initChartR3 () {
  974. let myChart = echarts.init(this.$refs['echartR3'])
  975. let commonOptions = this.commonOption
  976. commonOptions.yAxis[0].splitNumber = 2
  977. let option = {
  978. ..._.cloneDeep(commonOptions),
  979. series: [
  980. {
  981. name: '2022年利润(万)',
  982. type: 'bar',
  983. barWidth: 15,
  984. itemStyle: {
  985. normal: {
  986. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  987. {
  988. offset: 0,
  989. color: '#69c0ff',
  990. },
  991. {
  992. offset: 1,
  993. color: '#082550',
  994. },
  995. ]),
  996. },
  997. },
  998. data: dataR3[0],
  999. },
  1000. {
  1001. name: '2022年累计招聘数',
  1002. type: 'bar',
  1003. barWidth: 15,
  1004. itemStyle: {
  1005. normal: {
  1006. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  1007. {
  1008. offset: 0,
  1009. color: '#45DAD1',
  1010. },
  1011. {
  1012. offset: 1,
  1013. color: '#082550',
  1014. },
  1015. ]),
  1016. },
  1017. },
  1018. data: dataR3[1],
  1019. },
  1020. ],
  1021. }
  1022. option.title.text = '各四级企业年利润与招聘情况分析'
  1023. option.legend.data = ['2022年利润(万)', '2022年累计招聘数']
  1024. option.legend.show = true
  1025. option.yAxis.push({
  1026. splitLine: {
  1027. show: false,
  1028. },
  1029. axisLine: {
  1030. show: false,
  1031. },
  1032. axisLabel: {
  1033. show: true,
  1034. formatter: '{value} %',
  1035. textStyle: {
  1036. color: 'rgba(250,250,250,0.6)',
  1037. },
  1038. },
  1039. })
  1040. myChart.setOption(option)
  1041. },
  1042. initChartR4 () {
  1043. let myChart = echarts.init(this.$refs['echartR4'])
  1044. let commonOptions = this.commonOption
  1045. commonOptions.yAxis[0].splitNumber = 2
  1046. let option = {
  1047. ..._.cloneDeep(commonOptions),
  1048. series: [
  1049. {
  1050. name: '2022年退出人数',
  1051. type: 'bar',
  1052. barWidth: 15,
  1053. itemStyle: {
  1054. normal: {
  1055. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  1056. {
  1057. offset: 0,
  1058. color: '#69c0ff',
  1059. },
  1060. {
  1061. offset: 1,
  1062. color: '#082550',
  1063. },
  1064. ]),
  1065. },
  1066. },
  1067. data: dataR4[0],
  1068. },
  1069. {
  1070. name: '2022年累计招聘人数',
  1071. type: 'bar',
  1072. barWidth: 15,
  1073. itemStyle: {
  1074. normal: {
  1075. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  1076. {
  1077. offset: 0,
  1078. color: '#45DAD1',
  1079. },
  1080. {
  1081. offset: 1,
  1082. color: '#082550',
  1083. },
  1084. ]),
  1085. },
  1086. },
  1087. data: dataR4[1],
  1088. },
  1089. ],
  1090. }
  1091. option.title.text = '各四级企业"退二进一"完成情况'
  1092. option.legend.data = ['2022年退出人数', '2022年累计招聘人数']
  1093. option.legend.show = true
  1094. option.yAxis.push({
  1095. splitLine: {
  1096. show: false,
  1097. },
  1098. axisLine: {
  1099. show: false,
  1100. },
  1101. })
  1102. myChart.setOption(option)
  1103. },
  1104. initChartR5 () {
  1105. let myChart = echarts.init(this.$refs['echartR5'])
  1106. let option = {
  1107. ..._.cloneDeep(this.commonOption),
  1108. series: [
  1109. {
  1110. name: '在岗职工平均薪酬',
  1111. type: 'bar',
  1112. barWidth: 15,
  1113. itemStyle: {
  1114. normal: {
  1115. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  1116. {
  1117. offset: 0,
  1118. color: '#6682F5',
  1119. },
  1120. {
  1121. offset: 1,
  1122. color: '#082550',
  1123. },
  1124. ]),
  1125. },
  1126. },
  1127. data: dataR5[0],
  1128. },
  1129. {
  1130. name: '去年同期在岗职工平均薪酬',
  1131. type: 'bar',
  1132. barWidth: 15,
  1133. itemStyle: {
  1134. normal: {
  1135. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  1136. {
  1137. offset: 0,
  1138. color: '#69c0ff',
  1139. },
  1140. {
  1141. offset: 1,
  1142. color: '#082550',
  1143. },
  1144. ]),
  1145. },
  1146. },
  1147. data: dataR5[1],
  1148. }
  1149. ],
  1150. }
  1151. option.title.text = '各四级企业在岗职工平均薪酬'
  1152. option.legend.data = ['在岗职工平均薪酬', '去年同期在岗职工平均薪酬']
  1153. option.legend.show = true
  1154. option.yAxis.push({
  1155. splitLine: {
  1156. show: false,
  1157. },
  1158. axisLine: {
  1159. show: false,
  1160. },
  1161. })
  1162. myChart.setOption(option)
  1163. },
  1164. initChartR6 () {
  1165. let myChart = echarts.init(this.$refs['echartR6'])
  1166. let option = {
  1167. ..._.cloneDeep(this.commonOption),
  1168. series: [
  1169. {
  1170. name: '2022年利润累计涨幅率',
  1171. type: 'line',
  1172. smooth: true, //平滑曲线显示
  1173. showAllSymbol: true, //显示所有图形。
  1174. symbol: 'circle', //标记的图形为实心圆
  1175. symbolSize: 8, //标记的大小
  1176. smooth: false,
  1177. itemStyle: {
  1178. //折线拐点标志的样式
  1179. color: '#B889EA',
  1180. borderColor: '#B889EA',
  1181. width: 2,
  1182. shadowColor: '#B889EA',
  1183. shadowBlur: 4,
  1184. },
  1185. lineStyle: {
  1186. color: '#B889EA',
  1187. width: 2,
  1188. },
  1189. data: dataR6[0],
  1190. },
  1191. {
  1192. name: '2022年薪酬累计涨幅率',
  1193. type: 'line',
  1194. barWidth: 15,
  1195. itemStyle: {
  1196. normal: {
  1197. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  1198. {
  1199. offset: 0,
  1200. color: '#69C0FF',
  1201. },
  1202. {
  1203. offset: 1,
  1204. color: '#082550',
  1205. },
  1206. ]),
  1207. },
  1208. },
  1209. data: dataR6[1],
  1210. },
  1211. ],
  1212. }
  1213. option.title.text = '各四级企业月利润与月薪酬变动情况'
  1214. option.legend.data = ['2022年利润累计涨幅率', '2022年薪酬累计涨幅率']
  1215. option.yAxis.push({
  1216. splitLine: {
  1217. show: false,
  1218. },
  1219. axisLine: {
  1220. show: false,
  1221. },
  1222. })
  1223. myChart.setOption(option)
  1224. },
  1225. initChartR7 () {
  1226. let myChart = echarts.init(this.$refs['echartR7'])
  1227. let option = {
  1228. ..._.cloneDeep(this.commonOption),
  1229. series: [
  1230. {
  1231. name: '全员绩效考核完成率',
  1232. type: 'bar',
  1233. barWidth: 15,
  1234. itemStyle: {
  1235. normal: {
  1236. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  1237. {
  1238. offset: 0,
  1239. color: '#B889EA',
  1240. },
  1241. {
  1242. offset: 1,
  1243. color: '#082550',
  1244. },
  1245. ]),
  1246. },
  1247. },
  1248. data: dataR7[0],
  1249. },
  1250. ],
  1251. }
  1252. option.title.text = '各四级企业任期制考核'
  1253. // option.legend.data = ['劳动合同签约完成率', '目标值']
  1254. option.yAxis.push({
  1255. splitLine: {
  1256. show: false,
  1257. },
  1258. axisLine: {
  1259. show: false,
  1260. },
  1261. })
  1262. myChart.setOption(option)
  1263. },
  1264. initChartR8 () {
  1265. let myChart = echarts.init(this.$refs['echartR8'])
  1266. let option = {
  1267. ..._.cloneDeep(this.commonOption),
  1268. series: [
  1269. {
  1270. name: '任期制考核完成率',
  1271. type: 'bar',
  1272. barWidth: 15,
  1273. itemStyle: {
  1274. normal: {
  1275. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
  1276. {
  1277. offset: 0,
  1278. color: '#43ede3',
  1279. },
  1280. {
  1281. offset: 1,
  1282. color: '#082550',
  1283. },
  1284. ]),
  1285. },
  1286. },
  1287. data: dataR8[0],
  1288. },
  1289. ],
  1290. }
  1291. option.title.text = '各四级企业全员绩效考核'
  1292. option.yAxis.push({
  1293. splitLine: {
  1294. show: false,
  1295. },
  1296. axisLine: {
  1297. show: false,
  1298. },
  1299. })
  1300. myChart.setOption(option)
  1301. },
  1302. },
  1303. })