Explorar o código

Merge branch 'hotfix/bugs4' of duanxiaoduan/tmr-group-admin into develop

duanxiaoduan hai 1 ano
pai
achega
81b5335a89
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      src/views/statisticalAnalysis/errorAnalysis/index.vue

+ 7 - 0
src/views/statisticalAnalysis/errorAnalysis/index.vue

@@ -4787,30 +4787,37 @@ export default {
           this.methodName = 'getDownloadedplanByJsySL'
           this.optdevice = row.驾驶员
           this.titlefname = '准确性详情——驾驶员:' + row.驾驶员
+          this.methodPastureid = this.tab.table.getdataListParm.parammaps.pastureId
         }else if (this.tab.radio == 1) {
           this.methodName = 'getDownloadedplanByTemSL'
           this.optdevice = row.配方名称
           this.titlefname = '准确性详情——配方名称:' + row.配方名称
+          this.methodPastureid = this.tab.table.getdataListParm.parammaps.pastureId
         } else if (this.tab.radio == 2) {
           this.methodName = 'getDownloadedplanByBarSL'
           this.optdevice = row.栏舍名称
           this.titlefname = '准确性详情——栏舍名称:' + row.栏舍名称
+          this.methodPastureid = this.tab.table.getdataListParm.parammaps.pastureId
         } else if (this.tab.radio == 3) {
           this.methodName = 'getDownloadedplanBySCSL'
           this.optdevice = row.牲畜类别
           this.titlefname = '准确性详情——牲畜类别:' + row.牲畜类别
+          this.methodPastureid = this.tab.table.getdataListParm.parammaps.pastureId
         } else if (this.tab.radio == 4) {
           this.methodName = 'getDownloadedplanByTrainsSL'
           this.optdevice = row.车次
           this.titlefname = '准确性详情——车次:' + row.车次
+          this.methodPastureid = this.tab.table.getdataListParm.parammaps.pastureId
         } else if (this.tab.radio == 5) {
           this.methodName = 'getDownloadedplanByTmrSL'
           this.optdevice = row.TMR名称
           this.titlefname = '准确性详情——TMR名称:' + row.TMR名称
+          this.methodPastureid = this.tab.table.getdataListParm.parammaps.pastureId
         }else if (this.tab.radio == 7) {
           this.methodName = 'getDownloadedplanByWflSL'
           this.optdevice = row.fname
           this.titlefname = '准确性详情'
+          this.methodPastureid = this.tab.table.getdataListParm.parammaps.pastureId
         }
       }