| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506 | 
							
- <template>
 
-   <div class="app-container">
 
-     <div class="search">
 
-       <el-date-picker v-model="table.getdataListParm.parammaps.inputDatetime" class="inputDatetime" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" style="width: 250px;" />
 
-       <el-select v-model="table.getdataListParm.parammaps.barid" placeholder="计划类型" class="filter-item" style="width: 120px;" clearable>
 
-         <el-option v-for="item in planTypeList" :key="item.id" :label="item.name" :value="item.id" />
 
-       </el-select>
 
-       <el-input v-model="table.getdataListParm.parammaps.drivername" placeholder="TMR名称" style="width: 180px;" class="filter-item" clearable />
 
-       <el-select v-model="table.getdataListParm.parammaps.barid" placeholder="工作状态" class="filter-item" style="width: 120px;" clearable>
 
-         <el-option v-for="item in workingConditionList" :key="item.id" :label="item.name" :value="item.id" />
 
-       </el-select>
 
-       <el-button class="successBorder" @click="handleSearch">查询</el-button>
 
-       <el-button class="successBorder" @click="handleRefresh">重置</el-button>
 
-     </div>
 
-     <el-row :gutter="20">
 
-       <el-col :span="8">
 
-         <h4>TMR设备列表</h4>
 
-         <div class="table">
 
-           <el-table
 
-             :key="table.tableKey"
 
-             v-loading="table.listLoading"
 
-             element-loading-text="给我一点时间"
 
-             :data="table.list"
 
-             border
 
-             fit
 
-             highlight-current-row
 
-             style="width: 100%;"
 
-             :row-style="rowStyle"
 
-             :cell-style="cellStyle"
 
-             class="elTable table-fixed"
 
-             height="870px"
 
-           >
 
-             <el-table-column label="开始时间" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="计划类型" min-width="90px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="描述" min-width="100px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="TMR名称" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-           </el-table>
 
-         </div>
 
-       </el-col>
 
-       <el-col :span="16">
 
-         <h4>过程详情</h4>
 
-         <div class="detail">
 
-           <div class="detail-t">
 
-             过程时间:<span>20min</span>;
 
-             工作状态:<span>运行中/已完成</span>
 
-           </div>
 
-           <div class="detail-b">
 
-             混料误差值:<span>1kg</span>;
 
-             混料误差率:<span>5%</span>;
 
-             撒料误差值:<span>0.86kg</span>;
 
-             撒料误差率:<span>6%</span>
 
-           </div>
 
-         </div>
 
-         <div class="Mixture">
 
-           <h4>混料详情</h4>
 
-           <el-table
 
-             :key="table2.tableKey"
 
-             v-loading="table2.listLoading"
 
-             element-loading-text="给我一点时间"
 
-             :data="table2.list"
 
-             border
 
-             fit
 
-             highlight-current-row
 
-             style="width: 100%;"
 
-             :row-style="rowStyle"
 
-             :cell-style="cellStyle"
 
-             class="elTable table-fixed"
 
-             height="200px"
 
-           >
 
-             <el-table-column label="操作编号" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="饲料名称" min-width="90px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="计划重量" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="实际重量" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="误差值" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="误差率" min-width="90px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="完成时间" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="过程时间" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="跳转方式" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="开始重量" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="结束重量" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-           </el-table>
 
-         </div>
 
-         <div class="SpreadingMaterials">
 
-           <h4>撒料详情</h4>
 
-           <el-table
 
-             :key="table3.tableKey"
 
-             v-loading="table3.listLoading"
 
-             element-loading-text="给我一点时间"
 
-             :data="table3.list"
 
-             border
 
-             fit
 
-             highlight-current-row
 
-             style="width: 100%;"
 
-             :row-style="rowStyle"
 
-             :cell-style="cellStyle"
 
-             class="elTable table-fixed"
 
-             height="200px"
 
-           >
 
-             <el-table-column label="操作编号" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="饲料名称" min-width="90px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="计划重量" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="实际重量" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="误差值" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="误差率" min-width="90px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="完成时间" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="过程时间" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="跳转方式" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="开始重量" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-             <el-table-column label="结束重量" min-width="110px" align="center">
 
-               <template slot-scope="scope">
 
-                 <span>{{ scope.row.drivercode }}</span>
 
-               </template>
 
-             </el-table-column>
 
-           </el-table>
 
-         </div>
 
-         <div class="ControlChart">
 
-           <h4>监控图</h4>
 
-           <div style="font-size:14px;color:#666;margin:0 auto;position: relative;">
 
-             <span style="line-height:30px;position:absolute;right:190px"><i class="el-icon-caret-top" style="color:#c23531;line-height:30px;font-size:30px;" /><b style="line-height:32px;">开始重量</b></span>
 
-             <span style="line-height:30px;position:absolute;right:100px"><i class="el-icon-caret-top" style="color:#2f4554;line-height:30px;font-size:30px;" /><b style="line-height:32px;">结束重量</b></span>
 
-           </div>
 
-           <div id="chartLine" style="width: 100%;height:200px;" /></div>
 
-       </el-col>
 
-     </el-row>
 
-   </div>
 
- </template>
 
- <script>
 
- import echarts from 'echarts'
 
- require('echarts/theme/macarons')
 
- import { GetDataByName } from '@/api/common'
 
- import Cookies from 'js-cookie'
 
- import { parseTime } from '@/utils/index.js'
 
- export default {
 
-   name: 'ProcessAnalysis',
 
-   data() {
 
-     return {
 
-       requestParams: [
 
-         { name: 'getBarListEnable', offset: 0, pagecount: 0, parammaps: { 'pastureid': Cookies.get('pastureid') }},
 
-         { name: 'getCowclassListEnable', offset: 0, pagecount: 0, parammaps: { 'pastureid': Cookies.get('pastureid') }}
 
-       ],
 
-       planTypeList: [{ id: '0', name: '预混计划' }, { id: '1', name: '撒料计划' }, { id: '2', name: '剩料计划' }], // 计划类型
 
-       workingConditionList: [{ id: '0', name: '运行中' }, { id: '1', name: '已完成' }], // 工作状态
 
-       table: {
 
-         getdataListParm: {
 
-           name: 'getBarmilkList',
 
-           page: 1,
 
-           offset: 1,
 
-           pagecount: 10,
 
-           returntype: 'Map',
 
-           parammaps: {
 
-             pastureid: Cookies.get('pastureid'),
 
-             barid: '',
 
-             cowclass: '',
 
-             startTime: '',
 
-             stopTime: '',
 
-             inputDatetime: ''
 
-           }
 
-         },
 
-         tableKey: 0,
 
-         list: [],
 
-         total: 0,
 
-         listLoading: true
 
-       },
 
-       // 混料详情
 
-       table2: {
 
-         getdataListParm: {
 
-           name: 'getBarmilkList',
 
-           page: 1,
 
-           offset: 1,
 
-           pagecount: 10,
 
-           returntype: 'Map',
 
-           parammaps: {
 
-             pastureid: Cookies.get('pastureid'),
 
-             barid: '',
 
-             cowclass: '',
 
-             startTime: '',
 
-             stopTime: '',
 
-             inputDatetime: ''
 
-           }
 
-         },
 
-         tableKey: 0,
 
-         list: [],
 
-         total: 0,
 
-         listLoading: true
 
-       },
 
-       // 撒料详情
 
-       table3: {
 
-         getdataListParm: {
 
-           name: 'getBarmilkList',
 
-           page: 1,
 
-           offset: 1,
 
-           pagecount: 10,
 
-           returntype: 'Map',
 
-           parammaps: {
 
-             pastureid: Cookies.get('pastureid'),
 
-             barid: '',
 
-             cowclass: '',
 
-             startTime: '',
 
-             stopTime: '',
 
-             inputDatetime: ''
 
-           }
 
-         },
 
-         tableKey: 0,
 
-         list: [],
 
-         total: 0,
 
-         listLoading: true
 
-       },
 
-       chartLine: null,
 
-       chartLine_data1: {
 
-         data1: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
 
-         data2: [220, 250, 201, 234, 290, 430, 410],
 
-         data3: [120, 130, 101, 134, 90, 430, 210]
 
-       },
 
-       rowStyle: { maxHeight: 50 + 'px', height: 45 + 'px' },
 
-       cellStyle: { padding: 0 + 'px' }
 
-     }
 
-   },
 
-   created() {
 
-     this.getList()
 
-   },
 
-   mounted() {
 
-     this.roadChartLine1(this.chartLine_data1)
 
-   },
 
-   methods: {
 
-     getList() {
 
-       this.table.listLoading = true
 
-       GetDataByName(this.table.getdataListParm).then(response => {
 
-         console.log('table数据', response.data.list)
 
-         if (response.data.list !== null) {
 
-           this.table.list = response.data.list
 
-           this.getList2()
 
-           this.getList3()
 
-         } else {
 
-           this.table.list = []
 
-         }
 
-         setTimeout(() => {
 
-           this.table.listLoading = false
 
-         }, 100)
 
-       })
 
-     },
 
-     handleSearch() {
 
-       console.log('点击了查询')
 
-       if (this.table.getdataListParm.parammaps.inputDatetime !== '' && this.table.getdataListParm.parammaps.inputDatetime !== null) {
 
-         this.table.getdataListParm.parammaps.startTime = parseTime(this.table.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
 
-         this.table.getdataListParm.parammaps.stopTime = parseTime(this.table.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
 
-       } else {
 
-         this.table.getdataListParm.parammaps.inputDatetime = ''
 
-         this.table.getdataListParm.parammaps.startTime = ''
 
-         this.table.getdataListParm.parammaps.stopTime = ''
 
-       }
 
-       this.table.getdataListParm.offset = 1
 
-       this.getList()
 
-     },
 
-     handleRefresh() {
 
-       console.log('点击了重置')
 
-       this.table.getdataListParm.parammaps.barid = ''
 
-       this.table.getdataListParm.parammaps.cowclass = ''
 
-       this.table.getdataListParm.parammaps.startTime = ''
 
-       this.table.getdataListParm.parammaps.stopTime = ''
 
-       this.table.getdataListParm.parammaps.inputDatetime = ''
 
-       this.table.getdataListParm.offset = 1
 
-       this.getList()
 
-     },
 
-     getList2() {
 
-       this.table2.listLoading = true
 
-       GetDataByName(this.table2.getdataListParm).then(response => {
 
-         console.log('table数据', response.data.list)
 
-         if (response.data.list !== null) {
 
-           this.table2.list = response.data.list
 
-         } else {
 
-           this.table2.list = []
 
-         }
 
-         setTimeout(() => {
 
-           this.table2.listLoading = false
 
-         }, 100)
 
-       })
 
-     },
 
-     getList3() {
 
-       this.table3.listLoading = true
 
-       GetDataByName(this.table3.getdataListParm).then(response => {
 
-         console.log('table数据', response.data.list)
 
-         if (response.data.list !== null) {
 
-           this.table3.list = response.data.list
 
-         } else {
 
-           this.table3.list = []
 
-         }
 
-         setTimeout(() => {
 
-           this.table3.listLoading = false
 
-         }, 100)
 
-       })
 
-     },
 
-     roadChartLine1(chartLine_data1) {
 
-       if (this.chartLine != null) {
 
-         this.chartLine.dispose()
 
-       }
 
-       this.chartLine = echarts.init(document.getElementById('chartLine'))
 
-       var option = {
 
-         title: {
 
-           text: '',
 
-           subtext: ''
 
-         },
 
-         color: ['#c23531', '#2f4554'], // 关键加上这句话,legend的颜色和折线的自定义颜色就一致了
 
-         legend: {
 
-           icon: 'rectangle',
 
-           data: ['设计重量', '实际重量'],
 
-           // right: '20%',
 
-           textStyle: {
 
-             fontSize: 12,
 
-             color: '#666'
 
-           }
 
-         },
 
-         /* grid:{y:15},*/
 
-         tooltip: {
 
-           trigger: 'axis'
 
-         },
 
-         calculable: true,
 
-         yAxis: [
 
-           {
 
-             type: 'value',
 
-             splitLine: { show: false }, // 去除网格线
 
-             axisLabel: {
 
-               show: true,
 
-               textStyle: {
 
-                 color: '#666' // 这里用参数代替了
 
-               }
 
-             }
 
-           }
 
-         ],
 
-         xAxis: [
 
-           {
 
-             type: 'category',
 
-             splitLine: { show: false }, // 去除网格线
 
-             data: chartLine_data1.data1,
 
-             axisLabel: {
 
-               show: true,
 
-               textStyle: {
 
-                 color: '#666' // 这里用参数代替了
 
-               }
 
-             }
 
-           }
 
-         ],
 
-         series: [
 
-           {
 
-             name: '设计重量',
 
-             type: 'line',
 
-             barWidth: '37',
 
-             data: chartLine_data1.data2,
 
-             symbol: 'triangle', symbolSize: 10,
 
-             itemStyle: {
 
-               normal: {
 
-                 lineStyle: { color: '#c23531' },
 
-                 color: function(param) {
 
-                   const colorList = ['#2f4554', '#c23531']
 
-                   let x = ''
 
-                   param.dataIndex % 2 == 0 ? x = 1 : x = 2
 
-                   if (x == '1') {
 
-                     return colorList[0]
 
-                   } else {
 
-                     return colorList[1]
 
-                   }
 
-                 }
 
-               }
 
-             }
 
-           },
 
-           {
 
-             name: '实际重量',
 
-             type: 'line',
 
-             step: 'end',
 
-             data: chartLine_data1.data3,
 
-             barWidth: '37',
 
-             itemStyle: {
 
-               normal: {
 
-                 lineStyle: { color: '#2f4554' }
 
-               }
 
-             }
 
-           }
 
-         ]
 
-       }
 
-       this.chartLine.setOption(option)
 
-       window.onresize = function() {
 
-         this.chartLine.resize()
 
-       }
 
-     }
 
-   }
 
- }
 
- </script>
 
- <style lang="scss" scoped>
 
-   .search{padding-top:10px;clear: both;}
 
-   .table{margin-top:10px;}
 
-   .detail{
 
-     height:84px;border: 1px solid #EBEEF5;padding-left:10px;font:16px/32px '';color:#333;
 
-     .detail-t{margin-top: 10px;}
 
-     .detail-b{margin-bottom: 10px;}
 
-   }
 
- </style>
 
 
  |