see.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. <template>
  2. <div v-if="visible">
  3. <el-dialog id="reviseplanDialog" :title="title" :fullscreen="dialogFull" :destroy-on-close="true" :visible.sync="visible" :close-on-click-modal="false" append-to-body :before-close="closeDialog" width="90%">
  4. <template slot="title">
  5. <div class="avue-crud__dialog__header">
  6. <span class="el-dialog__title">
  7. <span style="display:inline-block;width:3px;height:20px;margin-right:5px; float: left;margin-top:2px" />
  8. {{ title }}
  9. </span>
  10. <div class="avue-crud__dialog__menu" @click="dialogFull? dialogFull=false: dialogFull=true">
  11. <svg-icon v-if="dialogFull" icon-class="exit-fullscreen" />
  12. <svg-icon v-else icon-class="fullscreen" />
  13. </div>
  14. </div>
  15. </template>
  16. <div class="see" style="max-height: 600px;overflow-y: auto;overflow-x: hidden">
  17. <el-row :gutter="10">
  18. <el-col :span="10">
  19. <div class="train">
  20. <h4>{{ $t('errorAnalysis.ccxx') }}</h4>
  21. <div class="table">
  22. <el-table
  23. :key="table1.tableKey"
  24. v-loading="table1.listLoading"
  25. :element-loading-text="$t('common.tableMsg')"
  26. :data="table1.list"
  27. border
  28. fit
  29. highlight-current-row
  30. style="width: 98%;"
  31. :row-style="rowStyle"
  32. :cell-style="cellStyle"
  33. class="elTable table-fixed"
  34. @row-click="rowClick"
  35. >
  36. <el-table-column :label="$t('formulationEvaluation.xh')" align="center" type="index" width="50" />
  37. <el-table-column :label="$t('dailyExecutionPlan.jhmc')" min-width="60px" align="center" prop="projname" />
  38. <el-table-column :label="$t('errorAnalysis.tmrnames')" min-width="60px" align="center" prop="tmrtname" />
  39. <el-table-column sortable :label="$t('errorAnalysis.zdrq')" min-width="70px" align="center" prop="mydate" />
  40. <el-table-column sortable :label="$t('errorAnalysis.startTime')" min-width="70px" align="center" prop="intime" />
  41. </el-table>
  42. </div>
  43. </div>
  44. </el-col>
  45. <el-col :span="14">
  46. <div class="mixture">
  47. <h4>{{$t('errorAnalysis.hlxx')}}</h4>
  48. <div class="table">
  49. <el-table
  50. :key="table2.tableKey"
  51. v-loading="table2.listLoading"
  52. :element-loading-text="$t('common.tableMsg')"
  53. :data="table2.list"
  54. border
  55. fit
  56. highlight-current-row
  57. style="width: 98%;"
  58. :row-style="rowStyle"
  59. :cell-style="cellStyle"
  60. class="elTable table-fixed"
  61. >
  62. <el-table-column :label="$t('errorAnalysis.czNum')" min-width="50px" align="center" prop="sort" />
  63. <el-table-column :label="$t('InventoryManagement.silc')" min-width="50px" align="center" prop="fname" />
  64. <el-table-column :label="$t('errorAnalysis.jhzl')" min-width="50px" align="center" prop="lweight" />
  65. <el-table-column :label="$t('errorAnalysis.acWeight')" min-width="50px" align="center" prop="actualweightminus" />
  66. <el-table-column :label="$t('errorAnalysis.wcz')" min-width="50px" align="center" prop="diff" />
  67. <el-table-column :label="$t('errorAnalysis.zql')" min-width="50px" align="center" prop="diffRate" />
  68. <el-table-column :label="$t('errorAnalysis.wcsj')" min-width="50px" align="center" prop="intime" />
  69. <el-table-column :label="$t('errorAnalysis.gcsj')" min-width="50px" align="center" prop="proesstime" />
  70. <el-table-column :label="$t('errorAnalysis.ksdqzl')" min-width="50px" align="center" prop="lastactualweight" />
  71. <el-table-column :label="$t('errorAnalysis.zhdqzl')" min-width="50px" align="center" prop="actualweight" />
  72. <el-table-column :label="$t('errorAnalysis.qlfs')" min-width="50px" align="center" prop="buttontype" />
  73. </el-table>
  74. </div>
  75. </div>
  76. <div class="spreading">
  77. <h4>{{$t('errorAnalysis.slxx')}}</h4>
  78. <div class="table">
  79. <el-table
  80. :key="table3.tableKey"
  81. v-loading="table3.listLoading"
  82. :element-loading-text="$t('common.tableMsg')"
  83. :data="table3.list"
  84. border
  85. fit
  86. highlight-current-row
  87. style="width: 98%;"
  88. :row-style="rowStyle"
  89. :cell-style="cellStyle"
  90. class="elTable table-fixed"
  91. >
  92. <el-table-column :label="$t('errorAnalysis.czNum')" min-width="50px" align="center" prop="sort" />
  93. <el-table-column :label="$t('errorAnalysis.isHouseName')" min-width="50px" align="center" prop="fname" />
  94. <el-table-column :label="$t('errorAnalysis.jhzl')" min-width="50px" align="center" prop="lweight" />
  95. <el-table-column :label="$t('errorAnalysis.acWeight')" min-width="50px" align="center" prop="actualweightminus" />
  96. <el-table-column :label="$t('errorAnalysis.wcz')" min-width="50px" align="center" prop="diff" />
  97. <el-table-column :label="$t('errorAnalysis.zql')" min-width="50px" align="center" prop="diffRate" />
  98. <el-table-column :label="$t('errorAnalysis.wcsj')" min-width="50px" align="center" prop="intime" />
  99. <el-table-column :label="$t('errorAnalysis.gcsj')" min-width="50px" align="center" prop="proesstime" />
  100. <el-table-column :label="$t('errorAnalysis.ksdqzl')" min-width="50px" align="center" prop="lastactualweight" />
  101. <el-table-column :label="$t('errorAnalysis.zhdqzl')" min-width="50px" align="center" prop="actualweight" />
  102. <el-table-column :label="$t('errorAnalysis.qlfs')" min-width="50px" align="center" prop="buttontype" />
  103. </el-table>
  104. </div>
  105. </div>
  106. <div class="controlChart">
  107. <h4>{{$t('errorAnalysis.kzt')}}</h4>
  108. <div id="chartLine" style="width: 100%;height:300px;" />
  109. </div>
  110. </el-col>
  111. </el-row>
  112. </div>
  113. <div slot="footer" class="dialog-footer">
  114. <el-button class="cancelClose cancelClose1" @click="closeDialog()">{{$t('common.closed')}}</el-button>
  115. </div>
  116. </el-dialog>
  117. </div>
  118. </template>
  119. <script>
  120. import echarts from 'echarts'
  121. require('echarts/theme/macarons')
  122. import Cookies from 'js-cookie'
  123. import { GetDataByName, GetReportform, formatNum } from '@/api/common'
  124. export default {
  125. name: 'See',
  126. props: {
  127. show: { type: Boolean, default: false }, // 弹框可见标志
  128. titleFname: { type: String, defalut: '' },
  129. methodName:{ type: String, defalut: '' },
  130. rowPid: { type: String, defalut: '0' },
  131. optdevice: { type: String, defalut: '' },
  132. startTime:{ type: String, defalut: '' },
  133. stopTime:{ type: String, defalut: '' },
  134. error:{type: String, defalut: '' }
  135. },
  136. data() {
  137. return {
  138. dialogFull: false,
  139. visible: this.show,
  140. title: '',
  141. pid: '',
  142. methodname:'',
  143. optdevice1:'',
  144. startTime1:'',
  145. stopTime1:'',
  146. error1:'',
  147. table1: {
  148. getdataListParm: {
  149. name: '', page: 1, offset: 1, pagecount: '', returntype: 'Map',
  150. parammaps: { pid: '', optdevice:'', startTime:'', stopTime:'',pastureid: '' }
  151. },
  152. tableKey: 0, list: [], total: 0, listLoading: false
  153. },
  154. table2: {
  155. getdataListParm: {
  156. name: 'getprocessAnalysisHL', page: 1, offset: 1, pagecount: '', returntype: 'Map',
  157. parammaps: { pid: '', pastureid: '' }
  158. },
  159. tableKey: 0, list: [], total: 0, listLoading: false
  160. },
  161. table3: {
  162. getdataListParm: {
  163. name: 'getprocessAnalysisSL', page: 1, offset: 1, pagecount: '', returntype: 'Map',
  164. parammaps: { pid: '', pastureid: '' }
  165. },
  166. tableKey: 0, list: [], total: 0, listLoading: false
  167. },
  168. chart1: {
  169. getdataListParm: {
  170. name: 'getprocessAnalysisTB', page: 1, offset: 1, pagecount: '', returntype: 'Map',
  171. parammaps: {
  172. pid: '', pastureid: ''
  173. }
  174. },
  175. tableKey: 0, list: [], total: 0, listLoading: false, chartLine_data: []
  176. },
  177. chartLine: null, chartLine_data: {}, chartName: '',
  178. // rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
  179. cellStyle: { padding: 0 + 'px' },
  180. myHeight: document.documentElement.clientHeight - 85 - 200
  181. }
  182. },
  183. watch: {
  184. // 监听show,visible 随着show变化而变化
  185. show: {
  186. immediate: true,
  187. handler(show) {
  188. console.log(show, 'show')
  189. this.visible = show
  190. if(show == true){
  191. setTimeout(() => {
  192. this.getList1()
  193. }, 500)
  194. }
  195. }
  196. },
  197. titleFname: {
  198. immediate: true,
  199. handler(newVal, oldVal) {
  200. console.log(newVal, 'titleFname')
  201. this.title = newVal
  202. }
  203. },
  204. rowPid: {
  205. immediate: true,
  206. handler(newVal, oldVal) {
  207. console.log(newVal, 'rowPid')
  208. this.pid = newVal
  209. }
  210. },
  211. methodName: {
  212. immediate: true,
  213. handler(newVal, oldVal) {
  214. console.log(newVal, 'methodname')
  215. this.methodname = newVal
  216. }
  217. },
  218. optdevice: {
  219. immediate: true,
  220. handler(newVal, oldVal) {
  221. console.log(newVal, 'optdevice')
  222. this.optdevice1 = newVal
  223. }
  224. },
  225. startTime: {
  226. immediate: true,
  227. handler(newVal, oldVal) {
  228. console.log(newVal, 'startTime')
  229. this.startTime1 = newVal
  230. }
  231. },
  232. stopTime: {
  233. immediate: true,
  234. handler(newVal, oldVal) {
  235. console.log(newVal, 'stopTime')
  236. this.stopTime1 = newVal
  237. }
  238. },
  239. error: {
  240. immediate: true,
  241. handler(newVal, oldVal) {
  242. console.log(newVal, 'error')
  243. this.error1 = newVal
  244. }
  245. },
  246. },
  247. created() {
  248. },
  249. mounted() {
  250. },
  251. methods: {
  252. closeDialog() {
  253. this.dialogFull = false
  254. this.$emit('update:show', false)
  255. },
  256. // TMR设备列表
  257. getList1() {
  258. this.table1.listLoading = true
  259. this.table1.getdataListParm.name = this.methodname
  260. this.table1.getdataListParm.parammaps.optdevice = this.optdevice1
  261. this.table1.getdataListParm.parammaps.startTime = this.startTime1
  262. this.table1.getdataListParm.parammaps.stopTime = this.stopTime1
  263. this.table1.getdataListParm.parammaps.pid = this.pid
  264. this.table1.getdataListParm.parammaps.error = this.error1
  265. this.table1.getdataListParm.parammaps.pastureid = Cookies.get('pastureid')
  266. GetDataByName(this.table1.getdataListParm).then(response => {
  267. console.log('车次信息数据', response.data.list)
  268. if (response.data !== null && response.data.list !== null) {
  269. this.table1.list = response.data.list
  270. this.table2.getdataListParm.parammaps.pid = response.data.list[0].pid
  271. this.table2.getdataListParm.parammaps.pastureid = response.data.list[0].pastureid
  272. this.table3.getdataListParm.parammaps.pid = response.data.list[0].pid
  273. this.table3.getdataListParm.parammaps.pastureid = response.data.list[0].pastureid
  274. this.chart1.getdataListParm.parammaps.pid = response.data.list[0].pid
  275. this.chart1.getdataListParm.parammaps.pastureid = response.data.list[0].pastureid
  276. } else {
  277. this.table1.list = []
  278. this.table2.getdataListParm.parammaps.pid = ''
  279. this.table2.getdataListParm.parammaps.pastureid = ''
  280. this.table3.getdataListParm.parammaps.pid = ''
  281. this.table3.getdataListParm.parammaps.pastureid = ''
  282. this.chart1.getdataListParm.parammaps.pid = ''
  283. this.chart1.getdataListParm.parammaps.pastureid = ''
  284. }
  285. this.getList2()
  286. this.getList3()
  287. this.getChart1()
  288. setTimeout(() => {
  289. this.table1.listLoading = false
  290. }, 100)
  291. })
  292. },
  293. getList2() {
  294. this.table2.listLoading = true
  295. this.table2.getdataListParm.parammaps.error = this.error
  296. GetDataByName(this.table2.getdataListParm).then(response => {
  297. console.log('混料信息数据', response.data.list)
  298. if (response.data !== null && response.data.list !== null) {
  299. this.table2.list = response.data.list
  300. var sumlweight = 0
  301. var sumactualweightminus = 0
  302. var sumsweight = 0
  303. var sumproesstime = ''
  304. for (let i = 0; i < response.data.list.length; i++) {
  305. if (response.data.list[i].lweight == undefined) { response.data.list[i].lweight = 0 }
  306. if (response.data.list[i].actualweightminus == undefined) { response.data.list[i].actualweightminus = 0 }
  307. if (response.data.list[i].sweight == undefined) { response.data.list[i].sweight = 0 }
  308. sumlweight += parseFloat(response.data.list[i].lweight)
  309. sumactualweightminus += parseFloat(response.data.list[i].actualweightminus)
  310. sumsweight += parseFloat(response.data.list[i].sweight)
  311. sumproesstime = response.data.list[0].sumproesstime
  312. }
  313. sumlweight = formatNum(sumlweight, 2)
  314. sumactualweightminus = formatNum(sumactualweightminus, 2)
  315. sumsweight = formatNum(sumsweight, 2)
  316. this.table2.list.push({ 'sort': this.$t('common.sum'), 'lweight': sumlweight, 'actualweightminus': sumactualweightminus, 'sweight': sumsweight, 'proesstime': sumproesstime })
  317. } else {
  318. this.table2.list = []
  319. }
  320. setTimeout(() => {
  321. this.table2.listLoading = false
  322. }, 100)
  323. })
  324. },
  325. getList3() {
  326. this.table3.listLoading = true
  327. this.table3.getdataListParm.parammaps.error = this.error
  328. GetDataByName(this.table3.getdataListParm).then(response => {
  329. if (response.data !== null && response.data.list !== null) {
  330. console.log('撒料信息数据', response.data.list)
  331. this.table3.list = response.data.list
  332. var sumlweight = 0
  333. var sumactualweightminus = 0
  334. var sumsweight = 0
  335. var sumproesstime = ''
  336. for (let i = 0; i < response.data.list.length; i++) {
  337. if (response.data.list[i].lweight == undefined) { response.data.list[i].lweight = 0 }
  338. if (response.data.list[i].actualweightminus == undefined) { response.data.list[i].actualweightminus = 0 }
  339. if (response.data.list[i].sweight == undefined) { response.data.list[i].sweight = 0 }
  340. sumlweight += parseFloat(response.data.list[i].lweight)
  341. sumactualweightminus += parseFloat(response.data.list[i].actualweightminus)
  342. sumsweight += parseFloat(response.data.list[i].sweight)
  343. sumproesstime = response.data.list[0].sumproesstime
  344. }
  345. sumlweight = formatNum(sumlweight, 2)
  346. sumactualweightminus = formatNum(sumactualweightminus, 2)
  347. sumsweight = formatNum(sumsweight, 2)
  348. this.table3.list.push({ 'sort': this.$t('common.sum'), 'lweight': sumlweight, 'actualweightminus': sumactualweightminus, 'sweight': sumsweight, 'proesstime': sumproesstime })
  349. } else {
  350. this.table3.list = []
  351. }
  352. setTimeout(() => {
  353. this.table3.listLoading = false
  354. }, 100)
  355. })
  356. },
  357. getChart1() {
  358. this.chart1.listLoading = true
  359. this.chart1.getdataListParm.parammaps.error = this.error
  360. GetReportform(this.chart1.getdataListParm).then(response => {
  361. if (response.data !== null && response.data.list !== null) {
  362. this.chart1.list = response.data.data
  363. console.log('监控图', response.data.list)
  364. this.chart1.chartLine_data = response.data.list
  365. this.chart1.total = response.data.total
  366. this.roadChartLine1(this.chart1.chartLine_data)
  367. } else {
  368. this.chart1.list = []
  369. }
  370. setTimeout(() => {
  371. this.chart1.listLoading = false
  372. }, 100)
  373. })
  374. },
  375. roadChartLine1(chartLine_data) {
  376. console.log(chartLine_data.data5, 'chartLine_data')
  377. if (this.chartLine != null) {
  378. this.chartLine.dispose()
  379. }
  380. this.chartLine = echarts.init(document.getElementById('chartLine'))
  381. var option = {
  382. title: { text: '', subtext: '' },
  383. color: ['#ff0000', '#5199e5', '#fdb06a', '#fb8b73'], // 关键加上这句话,legend的颜色和折线的自定义颜色就一致了
  384. legend: [{
  385. itemWidth: 20, itemHeight: 7, right: '25%', textStyle: { fontSize: 12 },
  386. data: [{ name:this.$t('errorAnalysis.sjzl') }, { name:this.$t('errorAnalysis.sjzl1') }]
  387. }, {
  388. itemWidth: 20, itemHeight: 15, right: '0', textStyle: { fontSize: 12 },
  389. data: [
  390. { name: this.$t('errorAnalysis.stWeight') },
  391. { name: this.$t('errorAnalysis.edWeight') }
  392. ]
  393. }],
  394. tooltip: {
  395. trigger: 'axis',
  396. formatter: function(params) {
  397. console.log(params, 'params')
  398. var tip = params[0].name
  399. for (let i = 0; i < params.length; i++) {
  400. if (params[i].seriesName == '设计重量') {
  401. tip += '<br>' + params[i].seriesName + ':' + params[i].value[1]
  402. }
  403. if (params[i].seriesName == '实际重量') {
  404. tip += '<br>' + params[i].seriesName + ':' + params[i].value[1]
  405. }
  406. if (params[i].seriesName == '开始重量') {
  407. tip += '<br>' + params[i].seriesName + ':' + params[i].value[1]
  408. }
  409. if (params[i].seriesName == '结束重量') {
  410. tip += '<br>' + params[i].seriesName + ':' + params[i].value[1] + '<br>' + params[i].value[2] + params[i].value[3]
  411. }
  412. }
  413. return tip
  414. }
  415. },
  416. calculable: true,
  417. xAxis: [
  418. { type: 'category' }
  419. ],
  420. yAxis: [{ type: 'value' }],
  421. toolbox: {
  422. show: false,
  423. feature: {
  424. dataZoom: { realtime: false, yAxisIndex: 'none', },
  425. restore: {},
  426. }
  427. },
  428. dataZoom: [
  429. {type: 'inside'}, //用于添加滚轮缩放
  430. {type:'slider' }, //用于添加滑动条缩放,
  431. ],
  432. series: [
  433. { symbol: 'none', name: this.$t('errorAnalysis.sjzl1') , type: 'line', data: chartLine_data.data3, itemStyle: { normal: { lineStyle: { color: '#ff0000' }}}},
  434. { symbol: 'none', name: this.$t('errorAnalysis.sjzl') , type: 'line', step: 'middle', data: chartLine_data.data2 },
  435. { name: this.$t('errorAnalysis.stWeight') , symbolSize: 10, type: 'scatter', data: chartLine_data.data4 },
  436. { name: this.$t('errorAnalysis.edWeight') , symbolSize: 10, type: 'scatter', data: chartLine_data.data5 }
  437. ]
  438. }
  439. this.chartLine.setOption(option)
  440. if (this.chartLine != null ) {
  441. window.onresize = ()=> {
  442. this.chartLine.resize()
  443. }
  444. }
  445. },
  446. rowClick(row, column, event) {
  447. this.table2.getdataListParm.parammaps.pid = row.pid
  448. this.table3.getdataListParm.parammaps.pid = row.pid
  449. this.chart1.getdataListParm.parammaps.pid = row.pid
  450. this.getList2()
  451. this.getList3()
  452. this.getChart1()
  453. },
  454. rowStyle({ row, rowIndex }) {
  455. let stylejson = {};
  456. if (row.abnormal == 1) {
  457. stylejson.background = "#fb8072";// 背景颜色
  458. stylejson.maxHeight = '30px';// 背景颜色
  459. stylejson.height = '30px';// 背景颜色
  460. // 也可以修改文字颜色
  461. return stylejson;
  462. } else {
  463. return "";
  464. }
  465. },
  466. }
  467. }
  468. </script>
  469. <style lang="scss" scoped>
  470. /deep/ .el-table th>.cell{
  471. padding-left: 0 !important;;
  472. padding-right: 0 !important;;
  473. }
  474. /deep/ .el-table td>.cell{
  475. padding-left: 0 !important;;
  476. padding-right: 0 !important;;
  477. }
  478. </style>