duanxiaoduan před 2 roky
rodič
revize
425743e7a8

binární
dist.zip


+ 6 - 4
src/views/statisticalAnalysis/errorAnalysis/pasture/index.vue

@@ -608,7 +608,7 @@
           <!-- <el-date-picker v-model="tab2.table.getdataListParm.parammaps.inputDatetime" :clearable="false" style="width: 230px;float: left;" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions" /> -->
           <el-button class="el-icon-arrow-left elIconArrowLeft" style="float: left;" :disabled="Beforedisabled2" @click="handleBefore2" />
           <el-button class="el-icon-arrow-right elIconArrowRight" style="float: left;" :disabled="Nextdisabled2" @click="handleNext2" />
-          <el-select v-model="tab2.table.getdataListParm.parammaps.tmrtname" placeholder="TMR设备" class="filter-item" style="width: 120px;">
+          <el-select clearable filterable v-model="tab2.table.getdataListParm.parammaps.tmrtname" placeholder="TMR设备" class="filter-item" style="width: 120px;">
             <el-option v-for="(item,index) in tab2.TMRNameList" :key="index" :label="item.tmrloadname" :value="item.tmrloadname" />
           </el-select>
           <!-- <el-input v-model="tab2.table.getdataListParm.parammaps.tmrtname" style="width: 110px;" placeholder="TMR名称" class="filter-item" clearable /> -->
@@ -671,7 +671,7 @@
           <!-- <el-date-picker v-model="tab3.table.getdataListParm.parammaps.inputDatetime" :clearable="false" style="width: 230px;float: left;" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions" /> -->
           <el-button class="el-icon-arrow-left elIconArrowLeft" style="float: left;" :disabled="Beforedisabled3" @click="handleBefore3" />
           <el-button class="el-icon-arrow-right elIconArrowRight" style="float: left;" :disabled="Nextdisabled3" @click="handleNext3" />
-          <el-select v-model="tab3.table.getdataListParm.parammaps.tmrtname" placeholder="TMR设备" class="filter-item" style="width: 120px;">
+          <el-select v-model="tab3.table.getdataListParm.parammaps.tmrtname" placeholder="TMR设备" class="filter-item" style="width: 120px;" clearable filterable>
             <el-option v-for="(item,index) in tab3.TMRNameList" :key="index" :label="item.tmrloadname" :value="item.tmrloadname" />
           </el-select>
           <!-- <el-input v-model="tab3.table.getdataListParm.parammaps.tmrtname" style="width: 110px;" placeholder="TMR名称" class="filter-item" clearable /> -->
@@ -3519,8 +3519,10 @@ export default {
         }())
       }
       this.tab.chart7.chartLine.setOption(option)
-      window.onresize = function() {
-        this.tab.chart7.chartLine.resize()
+      if (this.tab.chart7.chartLine != null) {
+        window.onresize = function() {
+          this.tab.chart7.chartLine.resize()
+        }
       }
     },
     // 导出

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 689 - 151
src/views/statisticalAnalysis/feedingEfficiency/pasture/index.vue


+ 1800 - 2310
src/views/statisticalAnalysis/feedingEfficiency/pasture/index改.vue → src/views/statisticalAnalysis/feedingEfficiency/pasture/index备.vue

@@ -1,2310 +1,1800 @@
-<template>
-  <div class="app-container1">
-    <el-tabs v-model="activeName" @tab-click="handleTabClick">
-      <el-tab-pane label="效率统计" name="first">
-        <div class="search">
-          <el-date-picker v-model="tab.table.getdataListParm.parammaps.date" :clearable="false" type="date" placeholder="选择日期" style="width: 150px;" format="yyyy-MM-dd" value-format="yyyy-MM-dd" />
-          <el-button class="el-icon-arrow-left elIconArrowLeft" @click="handleBefore" />
-          <el-button class="el-icon-arrow-right elIconArrowRight" @click="handleNext" />
-          <span style="margin-left: 10px;">统计类型:</span>
-          <el-radio v-model="tab.radio" label="1" @change="changeRadio">配方</el-radio>
-          <el-radio v-model="tab.radio" label="2" @change="changeRadio">栏舍</el-radio>
-          <el-radio v-model="tab.radio" label="3" @change="changeRadio">牲畜类别</el-radio>
-          <el-input v-if="tab.isFormulaName" v-model="tab.table.getdataListParm.parammaps.ftname" class="filter-item" style="width: 245px;" placeholder="配方模板" />
-          <el-input v-if="tab.isHouseName" v-model="tab.table.getdataListParm.parammaps.barname" class="filter-item" style="width: 150px;" placeholder="栏舍" />
-          <el-input v-if="tab.isHouseName" v-model="tab.table.getdataListParm.parammaps.ftname" class="filter-item" style="width: 150px;" placeholder="配方模板" />
-          <el-input v-if="tab.isLivestockType" v-model="tab.table.getdataListParm.parammaps.cowclass" class="filter-item" style="width: 150px;" placeholder="牲畜类别" />
-          <el-button class="successBorder" @click="handleSearch">查询</el-button>
-          <el-button class="export" icon="el-icon-upload2" @click="handleDownload">导出</el-button>
-          <svg-icon icon-class="Up" class="down" style="width: 40px;height: 40px;float: right;" @click="handleQuickJumpChart" />
-        </div>
-        <div id="table" class="table">
-          <el-table
-            :key="tab.table.tableKey"
-            v-loading="tab.table.listLoading"
-            element-loading-text="给我一点时间"
-            :data="tab.table.list"
-            border
-            fit
-            highlight-current-row
-            style="width: 100%;"
-            :row-style="rowStyle"
-            :cell-style="cellStyle"
-            class="elTable table-fixed"
-            :max-height="myHeight"
-          >
-            <el-table-column v-if="tab.isFormulaName" sortable label="配方模板" min-width="70px" align="center" prop="配方模板" />
-            <el-table-column v-if="tab.isHouseName" sortable label="栏舍" min-width="70px" align="center" prop="栏舍" />
-            <el-table-column v-if="tab.isHouseName" sortable label="配方模板" min-width="70px" align="center" prop="配方模板" />
-            <el-table-column v-if="tab.isLivestockType" sortable label="牲畜类别" min-width="70px" align="center" prop="牲畜类别" />
-            <el-table-column sortable label="实际牛头数" min-width="60px" align="center" prop="实际牛头数" />
-            <el-table-column sortable label="应混料量(kg)" min-width="60px" align="center" prop="应混料量" />
-            <el-table-column sortable label="实际混料量(kg)" min-width="70px" align="center" prop="实际混料量" />
-            <el-table-column sortable label="撒料量(kg)" min-width="60px" align="center" prop="撒料量" />
-            <el-table-column sortable label="平均混料时间" min-width="70px" align="center" prop="混料时间" />
-            <el-table-column sortable label="转投剩料量(kg)" min-width="70px" align="center" prop="转投剩料量" />
-            <el-table-column sortable label="今日剩料量(kg)" min-width="70px" align="center" prop="今日剩料量" />
-            <el-table-column sortable label="剩料率(%)" min-width="60px" align="center" prop="剩料率" />
-            <el-table-column sortable label="TMR干物质(%)" min-width="65px" align="center" prop="TMR干物质" />
-            <el-table-column sortable label="配方干物质采食量(kg/头)" min-width="80px" align="center" prop="配方干物质采食量" />
-            <el-table-column sortable label="实际干物质采食量(kg/头)" min-width="80px" align="center" prop="实际干物质采食量" />
-            <el-table-column sortable label="采食率(%)" min-width="60px" align="center" prop="采食率" />
-            <el-table-column sortable label="配方成本(元/头)" min-width="65px" align="center" prop="配方成本" />
-            <el-table-column sortable label="实际成本(元/头)" min-width="65px" align="center" prop="实际成本" />
-            <el-table-column sortable label="产奶量(kg/头)" min-width="65px" align="center" prop="产奶量" />
-            <el-table-column sortable label="饲料转化率(%)" min-width="60px" align="center" prop="饲料转化率" />
-            <el-table-column sortable label="公斤奶饲料成本" min-width="60px" align="center" prop="公斤奶饲料成本" />
-          </el-table>
-          <span v-if="tab.table.listLoading == false" style="margin-right: 30px;margin-top: 10px;font-size: 14px;">共{{ tab.table.total }}条</span>
-        </div>
-        <div class="AnalysisChart">
-          <el-row :gutter="10">
-            <el-col :span="23">
-              <span>图表查询时间:</span>
-              <el-radio-group v-model="tab.specificDate" class="specificDate" size="mini" style="display: inline-block;" @change="changeAllSpecificDate">
-                <el-radio-button label="1" border>日</el-radio-button>
-                <el-radio-button label="2" border>周</el-radio-button>
-                <el-radio-button label="3" border>月</el-radio-button>
-              </el-radio-group>
-              <div v-show="tab.specificDate == '1'" class="day" style="display: inline-block;margin-left:10px;">
-                <el-date-picker v-model="tab.chartDate" :clearable="false" class="inputDatetime filter-item" style="width:250px;" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptionsDate" />
-              </div>
-              <div v-show="tab.specificDate == '2'" class="week" style="display: inline-block; clear: both;margin-left:10px;">
-                <el-select v-model="tab.selectYear" class="filter-item" style="width:130px;margin-right:10px;" placeholder="请选择年份" @change="changeAllYear">
-                  <el-option v-for="item in tab.yearList" :key="item" :label="item" :value="item" />
-                </el-select>
-                <el-select v-model="tab.selectWeek" class="filter-item" style="width:170px;" multiple :multiple-limit="2" placeholder="请选择周">
-                  <el-option v-for="(item,index) in tab.weekList" :key="index" :label="item.name" :value="item.id" />
-                </el-select>
-              </div>
-              <div v-show="tab.specificDate == '3'" class="month" style="display: inline-block;margin-left:10px;">
-                <el-date-picker v-model="tab.chartMonth" :clearable="false" value-format="yyyy-MM-dd" type="monthrange" style="width:250px;" class="inputDatetime filter-item" range-separator="至" :picker-options="pickerOptionsMonth" />
-              </div>
-              <el-button class="successBorder" style="margin-left:10px;" @click="handleAllDate">确认</el-button>
-              <svg-icon icon-class="Up" style="width: 40px;height: 40px;float: right;" @click="handleQuickJumpTop" />
-            </el-col>
-          </el-row>
-          <el-row :gutter="10" class="dashboard-editor-container">
-            <el-col :span="12">
-              <div class="grid-content">
-                <h4 style="text-align:center;">泌乳牛干物质采食量</h4>
-                <div v-if="tab.chart1.isChart" class="button">
-                  <div class="chartButton">
-                    <el-radio-group v-model="tab.chart1.getdataListParm.parammaps.specificDate" class="specificDate" size="mini" style="display: inline-block;" @change="changeChartSpecificDate('chart1')">
-                      <el-radio-button label="1" border>日</el-radio-button>
-                      <el-radio-button label="2" border>周</el-radio-button>
-                      <el-radio-button label="3" border>月</el-radio-button>
-                    </el-radio-group>
-                    <div v-show="tab.chart1.getdataListParm.parammaps.specificDate == '1'" class="day" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart1.getdataListParm.parammaps.inputDatetime" style="width:220px;" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptionsDate" />
-                    </div>
-                    <div v-show="tab.chart1.getdataListParm.parammaps.specificDate == '2'" class="week" style="display: inline-block; clear: both;margin-left:10px;">
-                      <el-select v-model="tab.chart1.getdataListParm.parammaps.selectYear" class="filter-item" style="width:80px;margin-right:10px;" placeholder="年份" @change="changeChartYear('chart1')">
-                        <el-option v-for="item in tab.yearList" :key="item" :label="item" :value="item" />
-                      </el-select>
-                      <el-select v-model="tab.chart1.getdataListParm.parammaps.selectWeek" class="filter-item" style="width:160px;" multiple :multiple-limit="2" placeholder="请选择周">
-                        <el-option v-for="(item,index) in tab.chart1.getdataListParm.parammaps.weekList" :key="index" :label="item.name" :value="item.id" />
-                      </el-select>
-                    </div>
-                    <div v-show="tab.chart1.getdataListParm.parammaps.specificDate == '3'" class="month" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart1.getdataListParm.parammaps.chartMonth" style="width:220px;" :clearable="false" value-format="yyyy-MM-dd" type="monthrange" class="inputDatetime filter-item" range-separator="至" :picker-options="pickerOptionsMonth" />
-                    </div>
-                    <el-button class="successBorder" style="margin-left:10px;" @click="handleChartDate('chart1')">确认</el-button>
-                  </div>
-                  <div>
-                    <div class="exportTable2" @click="handleExport('chart1')">导出</div>
-                    <div class="exportTable2" @click="handleTable('chart1')">切换表格</div>
-                  </div>
-                </div>
-                <div v-if="tab.chart1.isChart" id="chartLine1" style="width:100%;height:385px;" />
-                <div v-if="tab.chart1.isTable" class="table">
-                  <div class="button">
-                    <div class="exportTable2" @click="handleExport('chart1')">导出</div>
-                    <div class="exportTable2" @click="handleChart('chart1')">切换图表</div>
-                  </div>
-                  <el-table
-                    :key="tab.chart1.table.tableKey"
-                    v-loading="tab.chart1.table.listLoading"
-                    element-loading-text="给我一点时间"
-                    :data="tab.chart1.table.list"
-                    border
-                    fit
-                    highlight-current-row
-                    style="width: 100%;"
-                    height="385"
-                    :row-style="rowStyle"
-                    :cell-style="cellStyle"
-                    class="elTable table-fixed"
-                  >
-                    <el-table-column label="日期" sortable min-width="110px" align="center" prop="日期" />
-                    <el-table-column label="泌乳牛采食量(kg)" sortable min-width="110px" align="center" prop="field1" />
-                    <el-table-column label="泌乳牛产奶量(kg)" sortable min-width="110px" align="center" prop="field2" />
-                  </el-table>
-                </div>
-              </div>
-            </el-col>
-            <el-col :span="12">
-              <div class="grid-content">
-                <h4 style="text-align:center;">牛栏剩料率</h4>
-                <div v-if="tab.chart2.isChart" class="button">
-                  <div class="chartButton">
-                    <my-select ref="tenantselect" :model="tab.chart2.getdataListParm.parammaps.statisticsList" :option="tab.chart2.statisticsList" :value="'name'" :label="'name'" style="width: 150px;margin-right: 5px;float: left;" placeholder="请选择统计参数" @searchSelect="changeStatisticChart2" />
-                    <el-radio-group v-model="tab.chart2.getdataListParm.parammaps.specificDate" class="specificDate" size="mini" style="display: inline-block;" @change="changeChartSpecificDate('chart2')">
-                      <el-radio-button label="1" border>日</el-radio-button>
-                      <el-radio-button label="2" border>周</el-radio-button>
-                      <el-radio-button label="3" border>月</el-radio-button>
-                    </el-radio-group>
-                    <div v-show="tab.chart2.getdataListParm.parammaps.specificDate == '1'" class="day" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart2.getdataListParm.parammaps.inputDatetime" style="width:220px;" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptionsDate" />
-                    </div>
-                    <div v-show="tab.chart2.getdataListParm.parammaps.specificDate == '2'" class="week" style="display: inline-block; clear: both;margin-left:10px;">
-                      <el-select v-model="tab.chart2.getdataListParm.parammaps.selectYear" class="filter-item" style="width:80px;margin-right:10px;" placeholder="年份" @change="changeChartYear('chart2')">
-                        <el-option v-for="item in tab.yearList" :key="item" :label="item" :value="item" />
-                      </el-select>
-                      <el-select v-model="tab.chart2.getdataListParm.parammaps.selectWeek" class="filter-item" style="width:160px;" multiple :multiple-limit="2" placeholder="请选择周">
-                        <el-option v-for="(item,index) in tab.chart2.getdataListParm.parammaps.weekList" :key="index" :label="item.name" :value="item.id" />
-                      </el-select>
-                    </div>
-                    <div v-show="tab.chart2.getdataListParm.parammaps.specificDate == '3'" class="month" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart2.getdataListParm.parammaps.chartMonth" style="width:220px;" :clearable="false" value-format="yyyy-MM-dd" type="monthrange" class="inputDatetime filter-item" range-separator="至" :picker-options="pickerOptionsMonth" />
-                    </div>
-                    <el-button class="successBorder" style="margin-left:10px;" @click="handleChartDate('chart2')">确认</el-button>
-                  </div>
-                  <div>
-                    <div class="exportTable2" @click="handleExport('chart2')">导出</div>
-                    <div class="exportTable2" @click="handleTable('chart2')">切换表格</div>
-                  </div>
-                </div>
-                <div v-if="tab.chart2.isChart" id="chartLine2" style="width:100%;height:385px;" />
-                <div v-if="tab.chart2.isTable" class="table">
-                  <div class="button">
-                    <div class="exportTable" @click="handleExport('chart2')">导出</div>
-                    <div class="exportTable" @click="handleChart('chart2')">切换图表</div>
-                  </div>
-                  <el-table
-                    :key="tab.chart2.table.tableKey"
-                    v-loading="tab.chart2.table.listLoading"
-                    element-loading-text="给我一点时间"
-                    :data="tab.chart2.table.list"
-                    border
-                    fit
-                    highlight-current-row
-                    style="width: 100%;"
-                    height="385"
-                    :row-style="rowStyle"
-                    :cell-style="cellStyle"
-                    class="elTable table-fixed"
-                  >
-                    <el-table-column label="日期" sortable min-width="110px" align="center" prop="日期" />
-                    <el-table-column label="栏舍名称" sortable min-width="110px" align="center" prop="名称" />
-                    <el-table-column label="剩料量" sortable min-width="110px" align="center" prop="剩料量" />
-                    <el-table-column label="撒料量" sortable min-width="110px" align="center" prop="撒料量" />
-                    <el-table-column label="剩料率" sortable min-width="110px" align="center" prop="准确率" />
-                  </el-table>
-                </div>
-              </div>
-            </el-col>
-          </el-row>
-          <el-row :gutter="10" class="dashboard-editor-container">
-            <el-col :span="12">
-              <div class="grid-content">
-                <h4 style="text-align:center;">混料时间统计</h4>
-                <div v-if="tab.chart3.isChart" class="button">
-                  <div class="chartButton">
-                    <el-radio-group v-model="tab.chart3.getdataListParm.parammaps.specificDate" class="specificDate" size="mini" style="display: inline-block;" @change="changeChartSpecificDate('chart3')">
-                      <el-radio-button label="1" border>日</el-radio-button>
-                      <el-radio-button label="2" border>周</el-radio-button>
-                      <el-radio-button label="3" border>月</el-radio-button>
-                    </el-radio-group>
-                    <div v-show="tab.chart3.getdataListParm.parammaps.specificDate == '1'" class="day" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart3.getdataListParm.parammaps.inputDatetime" style="width:220px;" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptionsDate" />
-                    </div>
-                    <div v-show="tab.chart3.getdataListParm.parammaps.specificDate == '2'" class="week" style="display: inline-block; clear: both;margin-left:10px;">
-                      <el-select v-model="tab.chart3.getdataListParm.parammaps.selectYear" class="filter-item" style="width:80px;margin-right:10px;" placeholder="年份" @change="changeChartYear('chart3')">
-                        <el-option v-for="item in tab.yearList" :key="item" :label="item" :value="item" />
-                      </el-select>
-                      <el-select v-model="tab.chart3.getdataListParm.parammaps.selectWeek" class="filter-item" style="width:160px;" multiple :multiple-limit="2" placeholder="请选择周">
-                        <el-option v-for="(item,index) in tab.chart3.getdataListParm.parammaps.weekList" :key="index" :label="item.name" :value="item.id" />
-                      </el-select>
-                    </div>
-                    <div v-show="tab.chart3.getdataListParm.parammaps.specificDate == '3'" class="month" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart3.getdataListParm.parammaps.chartMonth" style="width:220px;" :clearable="false" value-format="yyyy-MM-dd" type="monthrange" class="inputDatetime filter-item" range-separator="至" :picker-options="pickerOptionsMonth" />
-                    </div>
-                    <el-button class="successBorder" style="margin-left:10px;" @click="handleChartDate('chart3')">确认</el-button>
-                  </div>
-                  <div>
-                    <div class="exportTable2" @click="handleExport('chart3')">导出</div>
-                    <div class="exportTable2" @click="handleTable('chart3')">切换表格</div>
-                  </div>
-                </div>
-                <div v-if="tab.chart3.isChart" id="chartLine3" style="width:100%;height:385px;" />
-                <div v-if="tab.chart3.isTable" class="table">
-                  <div class="button">
-                    <div class="exportTable" @click="handleExport('chart3')">导出</div>
-                    <div class="exportTable" @click="handleChart('chart3')">切换图表</div>
-                  </div>
-                  <el-table
-                    :key="tab.chart3.table.tableKey"
-                    v-loading="tab.chart3.table.listLoading"
-                    element-loading-text="给我一点时间"
-                    :data="tab.chart3.table.list"
-                    border
-                    fit
-                    highlight-current-row
-                    style="width: 100%;"
-                    height="385"
-                    :row-style="rowStyle"
-                    :cell-style="cellStyle"
-                    class="elTable table-fixed"
-                  >
-                    <el-table-column sortable label="日期" min-width="110px" align="center" prop="日期" />
-                    <el-table-column sortable label="混料时间(分钟)" min-width="110px" align="center" prop="field1" />
-                  </el-table>
-                </div>
-              </div>
-            </el-col>
-            <el-col :span="12">
-              <div class="grid-content">
-                <h4 style="text-align:center;">转化率</h4>
-                <div v-if="tab.chart4.isChart" class="button">
-                  <div class="chartButton">
-                    <my-select ref="tenantselect" :model="tab.chart4.getdataListParm.parammaps.statisticsList" :option="tab.chart4.statisticsList" :value="'name'" :label="'name'" style="width: 150px;margin-right: 5px;float: left;" placeholder="请选择统计参数" @searchSelect="changeStatisticChart4" />
-                    <el-radio-group v-model="tab.chart4.getdataListParm.parammaps.specificDate" class="specificDate" size="mini" style="display: inline-block;" @change="changeChartSpecificDate('chart4')">
-                      <el-radio-button label="1" border>日</el-radio-button>
-                      <el-radio-button label="2" border>周</el-radio-button>
-                      <el-radio-button label="3" border>月</el-radio-button>
-                    </el-radio-group>
-                    <div v-show="tab.chart4.getdataListParm.parammaps.specificDate == '1'" class="day" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart4.getdataListParm.parammaps.inputDatetime" style="width:220px;" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptionsDate" />
-                    </div>
-                    <div v-show="tab.chart4.getdataListParm.parammaps.specificDate == '2'" class="week" style="display: inline-block; clear: both;margin-left:10px;">
-                      <el-select v-model="tab.chart4.getdataListParm.parammaps.selectYear" class="filter-item" style="width:80px;margin-right:10px;" placeholder="年份" @change="changeChartYear('chart4')">
-                        <el-option v-for="item in tab.yearList" :key="item" :label="item" :value="item" />
-                      </el-select>
-                      <el-select v-model="tab.chart4.getdataListParm.parammaps.selectWeek" class="filter-item" style="width:160px;" multiple :multiple-limit="2" placeholder="请选择周">
-                        <el-option v-for="(item,index) in tab.chart4.getdataListParm.parammaps.weekList" :key="index" :label="item.name" :value="item.id" />
-                      </el-select>
-                    </div>
-                    <div v-show="tab.chart4.getdataListParm.parammaps.specificDate == '3'" class="month" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart4.getdataListParm.parammaps.chartMonth" style="width:220px;" :clearable="false" value-format="yyyy-MM-dd" type="monthrange" class="inputDatetime filter-item" range-separator="至" :picker-options="pickerOptionsMonth" />
-                    </div>
-                    <el-button class="successBorder" style="margin-left:10px;" @click="handleChartDate('chart4')">确认</el-button>
-                  </div>
-                  <div>
-                    <div class="exportTable2" @click="handleExport('chart4')">导出</div>
-                    <div class="exportTable2" @click="handleTable('chart4')">切换表格</div>
-                  </div>
-                </div>
-                <div v-if="tab.chart4.isChart" id="chartLine4" style="width:100%;height:385px;" />
-                <div v-if="tab.chart4.isTable" class="table">
-                  <div class="button">
-                    <div class="exportTable" @click="handleExport('chart4')">导出</div>
-                    <div class="exportTable" @click="handleChart('chart4')">切换图表</div>
-                  </div>
-                  <el-table
-                    :key="tab.chart4.table.tableKey"
-                    v-loading="tab.chart4.table.listLoading"
-                    element-loading-text="给我一点时间"
-                    :data="tab.chart4.table.list"
-                    border
-                    fit
-                    highlight-current-row
-                    style="width: 100%;"
-                    height="385"
-                    :row-style="rowStyle"
-                    :cell-style="cellStyle"
-                    class="elTable table-fixed"
-                  >
-                    <el-table-column sortable label="日期" min-width="110px" align="center" prop="日期" />
-                    <el-table-column sortable label="配方名称" min-width="110px" align="center" prop="名称" />
-                    <el-table-column sortable label="饲料转化率" min-width="110px" align="center" prop="准确率" />
-                  </el-table>
-                </div>
-              </div>
-            </el-col>
-          </el-row>
-
-          <el-row :gutter="10" class="dashboard-editor-container" style="margin-bottom: 30px;">
-            <el-col :span="24">
-              <div class="grid-content">
-                <h4 style="text-align:center;">成本分析</h4>
-                <div v-if="tab.chart5.isChart" class="button">
-                  <div class="chartButton">
-                    <my-select ref="tenantselect" :model="tab.chart5.getdataListParm.parammaps.statisticsList" :option="tab.chart5.statisticsList" :value="'name'" :label="'name'" style="width: 150px;margin-right: 5px;float: left;" placeholder="请选择统计参数" @searchSelect="changeStatisticChart5" />
-                    <el-radio-group v-model="tab.chart5.getdataListParm.parammaps.specificDate" class="specificDate" size="mini" style="display: inline-block;" @change="changeChartSpecificDate('chart5')">
-                      <el-radio-button label="1" border>日</el-radio-button>
-                      <el-radio-button label="2" border>周</el-radio-button>
-                      <el-radio-button label="3" border>月</el-radio-button>
-                    </el-radio-group>
-                    <div v-show="tab.chart5.getdataListParm.parammaps.specificDate == '1'" class="day" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart5.getdataListParm.parammaps.inputDatetime" style="width:220px;" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptionsDate" />
-                    </div>
-                    <div v-show="tab.chart5.getdataListParm.parammaps.specificDate == '2'" class="week" style="display: inline-block; clear: both;margin-left:10px;">
-                      <el-select v-model="tab.chart5.getdataListParm.parammaps.selectYear" class="filter-item" style="width:80px;margin-right:10px;" placeholder="年份" @change="changeChartYear('chart5')">
-                        <el-option v-for="item in tab.yearList" :key="item" :label="item" :value="item" />
-                      </el-select>
-                      <el-select v-model="tab.chart5.getdataListParm.parammaps.selectWeek" class="filter-item" style="width:160px;" multiple :multiple-limit="2" placeholder="请选择周">
-                        <el-option v-for="(item,index) in tab.chart5.getdataListParm.parammaps.weekList" :key="index" :label="item.name" :value="item.id" />
-                      </el-select>
-                    </div>
-                    <div v-show="tab.chart5.getdataListParm.parammaps.specificDate == '3'" class="month" style="display: inline-block;margin-left:10px;">
-                      <el-date-picker v-model="tab.chart5.getdataListParm.parammaps.chartMonth" style="width:220px;" :clearable="false" value-format="yyyy-MM-dd" type="monthrange" class="inputDatetime filter-item" range-separator="至" :picker-options="pickerOptionsMonth" />
-                    </div>
-                    <el-button class="successBorder" style="margin-left:10px;" @click="handleChartDate('chart5')">确认</el-button>
-                  </div>
-                  <div>
-                    <div class="exportTable2" @click="handleExport('chart5')">导出</div>
-                    <div class="exportTable2" @click="handleTable('chart5')">切换表格</div>
-                  </div>
-                </div>
-                <div v-if="tab.chart5.isChart" id="chartLine5" style="width:100%;height:385px;" />
-                <div v-if="tab.chart5.isTable" class="table">
-                  <div class="button">
-                    <div class="exportTable" @click="handleExport('chart5')">导出</div>
-                    <div class="exportTable" @click="handleChart('chart5')">切换图表</div>
-                  </div>
-                  <el-table
-                    :key="tab.chart5.table.tableKey"
-                    v-loading="tab.chart5.table.listLoading"
-                    element-loading-text="给我一点时间"
-                    :data="tab.chart5.table.list"
-                    border
-                    fit
-                    highlight-current-row
-                    style="width: 100%;"
-                    height="385"
-                    :row-style="rowStyle"
-                    :cell-style="cellStyle"
-                    class="elTable table-fixed"
-                  >
-                    <el-table-column sortable label="日期" min-width="110px" align="center" prop="日期" />
-                    <el-table-column sortable label="牲畜类别" min-width="110px" align="center" prop="名称" />
-                    <el-table-column sortable label="公斤奶饲料成本(元)" min-width="110px" align="center" prop="准确率" />
-                  </el-table>
-                </div>
-              </div>
-            </el-col>
-          </el-row>
-        </div>
-      </el-tab-pane>
-      <el-tab-pane label="牛群评估" name="second">
-        <div class="search">
-          <el-date-picker v-model="tab2.table.getdataListParm.parammaps.date" :clearable="false" type="date" placeholder="选择日期" style="width: 150px;" format="yyyy-MM-dd" value-format="yyyy-MM-dd" @change="changeTab2Date" />
-          <!-- <el-button class="el-icon-arrow-left elIconArrowLeft" @click="handleBefore2" />
-          <el-button class="el-icon-arrow-right elIconArrowRight" @click="handleNext2" /> -->
-        </div>
-        <div class="table">
-          <el-row :gutter="10">
-            <el-col :span="12">
-              <h4 style="text-align:center;">宾州筛分析</h4>
-              <el-table
-                :key="tab2.table.tableKey"
-                v-loading="tab2.table.listLoading"
-                element-loading-text="给我一点时间"
-                :data="tab2.table.list"
-                border
-                fit
-                highlight-current-row
-                style="width: 100%;"
-                :row-style="rowStyle"
-                :cell-style="cellStyle"
-                class="elTable table-fixed"
-                height="400px"
-              >
-                <el-table-column sortable label="宾州筛" min-width="60px" align="center" prop="barname" />
-                <el-table-column sortable label="第一层重量" min-width="60px" align="center" prop="oneweight" />
-                <el-table-column sortable label="第一层百分比" min-width="60px" align="center" prop="onerate" />
-                <el-table-column sortable label="第二层重量" min-width="60px" align="center" prop="twoweight" />
-                <el-table-column sortable label="第二层百分比" min-width="60px" align="center" prop="tworate" />
-                <el-table-column sortable label="第三层重量" min-width="60px" align="center" prop="threeweight" />
-                <el-table-column sortable label="第三层百分比" min-width="60px" align="center" prop="threerate" />
-                <el-table-column sortable label="第四层重量" min-width="60px" align="center" prop="fourweight" />
-                <el-table-column sortable label="第四层百分比" min-width="60px" align="center" prop="fourrate" />
-                <el-table-column sortable label="参考标准" min-width="50px" align="center" prop="standard" />
-              </el-table>
-            </el-col>
-            <el-col :span="12">
-              <h4 style="text-align:center;">粪便筛分析</h4>
-              <el-table
-                :key="tab2.table2.tableKey"
-                v-loading="tab2.table2.listLoading"
-                element-loading-text="给我一点时间"
-                :data="tab2.table2.list"
-                border
-                fit
-                highlight-current-row
-                style="width: 100%;"
-                :row-style="rowStyle"
-                :cell-style="cellStyle"
-                class="elTable table-fixed"
-                height="400px"
-              >
-                <el-table-column sortable label="粪便筛" min-width="60px" align="center" prop="barname" />
-                <el-table-column sortable label="第一层重量" min-width="60px" align="center" prop="oneweight" />
-                <el-table-column sortable label="第一层百分比" min-width="60px" align="center" prop="onerate" />
-                <el-table-column sortable label="第二层重量" min-width="60px" align="center" prop="twoweight" />
-                <el-table-column sortable label="第二层百分比" min-width="60px" align="center" prop="tworate" />
-                <el-table-column sortable label="第三层重量" min-width="60px" align="center" prop="threeweight" />
-                <el-table-column sortable label="第三层百分比" min-width="60px" align="center" prop="threerate" />
-                <el-table-column sortable label="参考标准" min-width="50px" align="center" prop="standard" />
-              </el-table>
-            </el-col>
-          </el-row>
-          <el-row :gutter="10">
-            <el-col :span="12">
-              <h4 style="text-align:center;">体况评分</h4>
-              <el-table
-                :key="tab2.table3.tableKey"
-                v-loading="tab2.table3.listLoading"
-                element-loading-text="给我一点时间"
-                :data="tab2.table3.list"
-                border
-                fit
-                highlight-current-row
-                style="width: 100%;"
-                :row-style="rowStyle"
-                :cell-style="cellStyle"
-                class="elTable table-fixed"
-                height="400px"
-              >
-                <el-table-column sortable label="栏舍" min-width="60px" align="center" prop="barname" />
-                <el-table-column sortable label="抽查样本数" min-width="60px" align="center" prop="sumcowcount" />
-                <el-table-column sortable label="单产" min-width="60px" align="center" prop="product" />
-                <el-table-column sortable label="干物质采食量" min-width="60px" align="center" prop="dryweight" />
-                <el-table-column sortable label="泌乳天数" min-width="50px" align="center" prop="avgdim" />
-                <el-table-column sortable label="标准分数" min-width="50px" align="center" prop="standardscore" />
-                <el-table-column sortable label="2.5-分(数量、百分比)" min-width="100px" align="center" prop="score25" />
-                <el-table-column sortable label="2.75分(数量、百分比)" min-width="100px" align="center" prop="score275" />
-                <el-table-column sortable label="3分(数量、百分比)" min-width="90px" align="center" prop="score3" />
-                <el-table-column sortable label="3.25分(数量、百分比)" min-width="100px" align="center" prop="score325" />
-                <el-table-column sortable label="3.5分(数量、百分比)" min-width="100px" align="center" prop="score35" />
-                <el-table-column sortable label="3.75分(数量、百分比)" min-width="100px" align="center" prop="score375" />
-                <el-table-column sortable label="4+分(数量、百分比)" min-width="100px" align="center" prop="score4" />
-              </el-table>
-            </el-col>
-            <!-- 粪便评分 -->
-            <el-col :span="12">
-              <h4 style="text-align:center;">粪便评分</h4>
-              <el-table
-                :key="tab2.table4.tableKey"
-                v-loading="tab2.table4.listLoading"
-                element-loading-text="给我一点时间"
-                :data="tab2.table4.list"
-                border
-                fit
-                highlight-current-row
-                style="width: 100%;"
-                :row-style="rowStyle"
-                :cell-style="cellStyle"
-                class="elTable table-fixed"
-                height="400px"
-              >
-                <el-table-column sortable label="栏舍" min-width="60px" align="center" prop="barname" />
-                <el-table-column sortable label="抽查样本数" min-width="60px" align="center" prop="sumcowcount" />
-                <el-table-column sortable label="单产" min-width="60px" align="center" prop="product" />
-                <el-table-column sortable label="干物质采食量" min-width="60px" align="center" prop="dryweight" />
-                <el-table-column sortable label="泌乳天数" min-width="60px" align="center" prop="avgdim" />
-                <el-table-column sortable label="标准分数" min-width="60px" align="center" prop="standardscore" />
-                <el-table-column sortable label="1分(数量、百分比)" min-width="90px" align="center" prop="score1" />
-                <el-table-column sortable label="2分(数量、百分比)" min-width="90px" align="center" prop="score2" />
-                <el-table-column sortable label="3分(数量、百分比)" min-width="90px" align="center" prop="score3" />
-                <el-table-column sortable label="4分(数量、百分比)" min-width="90px" align="center" prop="score4" />
-                <el-table-column sortable label="5分(数量、百分比)" min-width="90px" align="center" prop="score5" />
-              </el-table>
-            </el-col>
-          </el-row>
-        </div>
-      </el-tab-pane>
-    </el-tabs>
-  </div>
-
-</template>
-
-<script>
-import echarts from 'echarts'
-
-require('echarts/theme/macarons')
-import { GetDataByName, postJson, GetReportform, whichWeek } from '@/api/common'
-import Cookies from 'js-cookie'
-import { parseTime } from '@/utils/index.js'
-import Pagination from '@/components/Pagination'
-import { json2excel } from '@/utils/index.js'
-import { MessageBox } from 'element-ui'
-import mySelect from '@/components/mySelect'
-import * as common from '@/api/common'
-export default {
-  name: 'PastureFeedingEfficiency',
-  components: { Pagination, mySelect },
-  data() {
-    return {
-      pickerMinMonth: '',
-      pickerOptionsMonth: {
-        onPick: ({ maxDate, minDate }) => {
-          this.pickerMinMonth = minDate.getTime()
-          if (maxDate) {
-            this.pickerMinMonth = ''
-          }
-        },
-        // 限制不能选择今天之后的日期
-        disabledDate: (time) => {
-          if (this.pickerMinMonth !== '') {
-            const one = 24 * 3600 * 1000 * 365 * 5
-            const minTime = this.pickerMinMonth - 0
-            let maxTime = this.pickerMinMonth + one
-            if (maxTime > new Date()) {
-              maxTime = new Date()
-            }
-            return time.getTime() < minTime || time.getTime() > maxTime
-          }
-          return time.getTime() >= Date.now()
-        }
-      },
-      pickerMinDate: '',
-      pickerOptionsDate: {
-        showWeekNumber: false,
-        onPick: ({ maxDate, minDate }) => {
-          this.pickerMinDate = minDate.getTime()
-          if (maxDate) {
-            this.pickerMinDate = ''
-          }
-        },
-        // 限制不能选择今天之后的日期
-        disabledDate: (time) => {
-          if (this.pickerMinDate !== '') {
-            const one = 31 * 24 * 3600 * 1000
-            const minTime = this.pickerMinDate - one
-            let maxTime = this.pickerMinDate + one
-            if (maxTime > new Date()) {
-              maxTime = new Date()
-            }
-            return time.getTime() < minTime || time.getTime() > maxTime
-          }
-          return time.getTime() > Date.now()
-        }
-      },
-      activeName: 'first',
-      tab: {
-        radio: '1',
-        isFormulaName: true, // 配方名称
-        isHouseName: false, // 栏舍名称
-        isLivestockType: false, // 牲畜类别
-        chartDate: [],
-        selectWeek: [],
-        chartMonth: [],
-        specificDate: '1',
-        selectYear: parseTime(new Date(), '{y}'),
-        yearList: [],
-        weekList: [],
-        table: {
-          getdataListParm: {
-            name: 'getFeedEfficiencyFT',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              date: parseTime(new Date(), '{y}-{m}-{d}'),
-              ftname: '',
-              barname: '',
-              cowclass: ''
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          temp: {}
-        },
-        chart1: {
-          chartLine: null,
-          chartLine_data: {},
-          getdataListParm: {
-            name: 'getFeedEffMR',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              inputDatetime: [new Date(), new Date()],
-              specificDate: '1',
-              selectYear: parseTime(new Date(), '{y}'),
-              selectWeek: '',
-              chartMonth: '',
-              yearList: [],
-              weekList: [],
-              status: 0
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          isChart: true,
-          isTable: false,
-          table: {
-            tableKey: 1,
-            list: [],
-            total: 0,
-            listLoading: false
-          }
-        },
-
-        chart2: {
-          chartLine: null,
-          chartLine_data: {},
-          getdataListParm: {
-            name: 'getFeedEffSL',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              inputDatetime: [new Date(), new Date()],
-              specificDate: '1',
-              selectYear: parseTime(new Date(), '{y}'),
-              selectWeek: '',
-              chartMonth: '',
-              yearList: [],
-              weekList: [],
-              status: 0
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          statisticsList: [],
-          chart2Data3: [],
-          isChart: true,
-          isTable: false,
-          table: {
-            tableKey: 1,
-            list: [],
-            total: 0,
-            listLoading: false
-          }
-        },
-
-        chart3: {
-          chartLine: null,
-          chartLine_data: {},
-          getdataListParm: {
-            name: 'getFeedEffHL',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              inputDatetime: [new Date(), new Date()],
-              specificDate: '1',
-              selectYear: parseTime(new Date(), '{y}'),
-              selectWeek: '',
-              chartMonth: '',
-              yearList: [],
-              weekList: [],
-              status: 0
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          isChart: true,
-          isTable: false,
-          table: {
-            tableKey: 1,
-            list: [],
-            total: 0,
-            listLoading: false
-          }
-        },
-
-        chart4: {
-          chartLine: null,
-          chartLine_data: {},
-          getdataListParm: {
-            name: 'getFeedEffZH',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              inputDatetime: [new Date(), new Date()],
-              specificDate: '1',
-              selectYear: parseTime(new Date(), '{y}'),
-              selectWeek: '',
-              chartMonth: '',
-              yearList: [],
-              weekList: [],
-              status: 0
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          statisticsList: [],
-          chart4Data3: [],
-          isChart: true,
-          isTable: false,
-          table: {
-            tableKey: 1,
-            list: [],
-            total: 0,
-            listLoading: false
-          }
-        },
-
-        chart5: {
-          chartLine: null,
-          chartLine_data: {},
-          getdataListParm: {
-            name: 'getFeedEffCBFT',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
-              inputDatetime: [new Date(), new Date()],
-              specificDate: '1',
-              selectYear: parseTime(new Date(), '{y}'),
-              selectWeek: '',
-              chartMonth: '',
-              yearList: [],
-              weekList: [],
-              status: 0
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          statisticsList: [],
-          chart5Data3: [],
-          isChart: true,
-          isTable: false,
-          table: {
-            tableKey: 1,
-            list: [],
-            total: 0,
-            listLoading: false
-          }
-        }
-      },
-
-      tab2: {
-        table: {
-          getdataListParm: {
-            name: 'getAssessCowPenn',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              date: parseTime(new Date(), '{y}-{m}-{d}')
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          temp: {}
-        },
-        table2: {
-          getdataListParm: {
-            name: 'getAssessCowDung',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              date: ''
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          temp: {}
-        },
-        table3: {
-          getdataListParm: {
-            name: 'getAssessBodyscore',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              date: ''
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          temp: {}
-        },
-        table4: {
-          getdataListParm: {
-            name: 'getAssessDungscore',
-            page: 1,
-            offset: 1,
-            pagecount: '',
-            returntype: 'Map',
-            parammaps: {
-              pastureid: Cookies.get('pastureid'),
-              date: ''
-            }
-          },
-          tableKey: 1,
-          list: [],
-          total: 0,
-          listLoading: true,
-          temp: {}
-        }
-      },
-      rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
-      cellStyle: { padding: 0 + 'px' },
-      myHeight: document.documentElement.clientHeight - 85 - 210
-    }
-  },
-  created() {
-    this.getAllYear()
-    this.getTabList()
-    this.getTimeFn()
-    this.getChart1()
-    this.getChart2()
-    this.getChart3()
-    this.getChart4()
-    this.getChart5()
-  },
-  methods: {
-    getAllYear() {
-      var myDate = new Date()
-      var thisYear = myDate.getFullYear() // 获取当年年份
-      var Section = thisYear - 2001 // 声明一个变量 获得当前年份至想获取年份差 eg.2008
-      this.tab.yearList = [] // 声明一个空数组 把遍历出的年份添加到数组里
-      for (var i = 0; i <= Section; i++) {
-        this.tab.yearList.push(thisYear--)
-      }
-      console.log(this.tab.yearList)
-    },
-    changeAllYear() {
-      console.log('this.selectYear==>', this.tab.selectYear)
-      this.tab.weekList = []
-      this.tab.selectWeek = []
-      var myWeekList = whichWeek(this.tab.selectYear)
-      console.log(myWeekList)
-      for (let i = 0; i <= myWeekList.length; i++) {
-        var obj = {}
-        var a = i + 1
-        obj.name = '第' + a + '周(' + myWeekList[i].month + '.' + myWeekList[i].date + '~' + myWeekList[i].last.month + '.' + myWeekList[i].last.date + ')'
-        obj.id = i
-        this.tab.weekList.push(obj)
-      }
-    },
-    changeAllSpecificDate() {
-      var start = ''
-      var end = ''
-      if (this.tab.specificDate == '2') {
-        this.tab.selectYear = parseTime(new Date(), '{y}')
-        this.changeAllYear()
-      } else if (this.tab.specificDate == '3') {
-        start = parseTime(new Date().setTime(new Date().getTime() - 3600 * 1000 * 24 * 31 * 12), '{y}-{m}') + '-01'
-        end = parseTime(new Date(), '{y}-{m}-{d}')
-        this.tab.chartMonth = []
-        this.tab.chartMonth.push(start, end)
-      }
-    },
-    handleAllDate() {
-      console.log('点击了确认时间')
-      MessageBox.confirm('是否调整以下所有图表查询时间?', {
-        confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning'
-      }).then(() => {
-        var startDate = ''
-        var endDate = ''
-        var status = ''
-        if (this.tab.specificDate == '1') {
-          startDate = parseTime(this.tab.chartDate[0], '{y}-{m}-{d}')
-          endDate = parseTime(this.tab.chartDate[1], '{y}-{m}-{d}')
-          this.tab.chart1.getdataListParm.parammaps.inputDatetime = [startDate, endDate]
-          this.tab.chart2.getdataListParm.parammaps.inputDatetime = [startDate, endDate]
-          this.tab.chart3.getdataListParm.parammaps.inputDatetime = [startDate, endDate]
-          this.tab.chart4.getdataListParm.parammaps.inputDatetime = [startDate, endDate]
-          this.tab.chart5.getdataListParm.parammaps.inputDatetime = [startDate, endDate]
-          status = 0
-          console.log('开始日时==>', startDate)
-          console.log('结束日时==>', endDate)
-        } else if (this.tab.specificDate == '2') {
-          if (this.tab.selectYear == '') {
-            this.$message({ type: 'error', message: '请输入年', duration: 2000 })
-            return
-          }
-          if (this.tab.selectWeek.length !== 2) {
-            this.$message({ type: 'error', message: '请输入查询开始周跟结束周', duration: 2000 })
-            return
-          }
-          startDate = this.tab.selectYear + '-' + whichWeek(this.tab.selectYear)[this.tab.selectWeek[0]].month + '-' + whichWeek(this.tab.selectYear)[this.tab.selectWeek[0]].date
-          endDate = this.tab.selectYear + '-' + whichWeek(this.tab.selectYear)[this.tab.selectWeek[1]].last.month + '-' + whichWeek(this.tab.selectYear)[this.tab.selectWeek[1]].last.date
-          status = 1
-          this.tab.chart1.getdataListParm.parammaps.selectYear = this.tab.selectYear
-          this.tab.chart1.getdataListParm.parammaps.selectWeek = this.tab.selectWeek
-          this.tab.chart1.getdataListParm.parammaps.weekList = this.tab.weekList
-          this.tab.chart2.getdataListParm.parammaps.selectYear = this.tab.selectYear
-          this.tab.chart2.getdataListParm.parammaps.selectWeek = this.tab.selectWeek
-          this.tab.chart2.getdataListParm.parammaps.weekList = this.tab.weekList
-          this.tab.chart3.getdataListParm.parammaps.selectYear = this.tab.selectYear
-          this.tab.chart3.getdataListParm.parammaps.selectWeek = this.tab.selectWeek
-          this.tab.chart3.getdataListParm.parammaps.weekList = this.tab.weekList
-          this.tab.chart4.getdataListParm.parammaps.selectYear = this.tab.selectYear
-          this.tab.chart4.getdataListParm.parammaps.selectWeek = this.tab.selectWeek
-          this.tab.chart4.getdataListParm.parammaps.weekList = this.tab.weekList
-          this.tab.chart5.getdataListParm.parammaps.selectYear = this.tab.selectYear
-          this.tab.chart5.getdataListParm.parammaps.selectWeek = this.tab.selectWeek
-          this.tab.chart5.getdataListParm.parammaps.weekList = this.tab.weekList
-          console.log('开始周时间==>', startDate)
-          console.log('结束周时间==>', endDate)
-        } else if (this.tab.specificDate == '3') {
-          if (this.tab.chartMonth.length > 0) {
-            startDate = this.tab.chartMonth[0]
-            endDate = this.tab.chartMonth[1].substring(0, 8) + '31'
-            status = 2
-            this.tab.chart1.getdataListParm.parammaps.chartMonth = [startDate, endDate]
-            this.tab.chart2.getdataListParm.parammaps.chartMonth = [startDate, endDate]
-            this.tab.chart3.getdataListParm.parammaps.chartMonth = [startDate, endDate]
-            this.tab.chart4.getdataListParm.parammaps.chartMonth = [startDate, endDate]
-            this.tab.chart5.getdataListParm.parammaps.chartMonth = [startDate, endDate]
-            console.log('开始月时间==>', startDate)
-            console.log('结束月时间==>', endDate)
-          } else {
-            this.$message({ type: 'error', message: '请输入月', duration: 2000 })
-          }
-        }
-        this.tab.chart1.getdataListParm.parammaps.specificDate = this.tab.specificDate
-        this.tab.chart1.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart1.getdataListParm.parammaps.stopTime = endDate
-        this.tab.chart1.getdataListParm.parammaps.status = status
-        this.tab.chart2.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart2.getdataListParm.parammaps.stopTime = endDate
-        this.tab.chart2.getdataListParm.parammaps.status = status
-        this.tab.chart2.getdataListParm.parammaps.specificDate = this.tab.specificDate
-        this.tab.chart3.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart3.getdataListParm.parammaps.stopTime = endDate
-        this.tab.chart3.getdataListParm.parammaps.status = status
-        this.tab.chart3.getdataListParm.parammaps.specificDate = this.tab.specificDate
-        this.tab.chart4.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart4.getdataListParm.parammaps.stopTime = endDate
-        this.tab.chart4.getdataListParm.parammaps.status = status
-        this.tab.chart4.getdataListParm.parammaps.specificDate = this.tab.specificDate
-        this.tab.chart5.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart5.getdataListParm.parammaps.stopTime = endDate
-        this.tab.chart5.getdataListParm.parammaps.status = status
-        this.tab.chart5.getdataListParm.parammaps.specificDate = this.tab.specificDate
-        this.getChart1()
-        this.getChart2()
-        this.getChart3()
-        this.getChart4()
-        this.getChart5()
-      })
-    },
-    changeChartSpecificDate(item) {
-      var start = ''
-      var end = ''
-      if (item == 'chart1') {
-        if (this.tab.chart1.getdataListParm.parammaps.specificDate == '2') {
-          this.tab.chart1.getdataListParm.parammaps.selectYear = parseTime(new Date(), '{y}')
-          this.changeChartYear(item)
-        } else if (this.tab.chart1.getdataListParm.parammaps.specificDate == '3') {
-          start = parseTime(new Date().setTime(new Date().getTime() - 3600 * 1000 * 24 * 31 * 12), '{y}-{m}') + '-01'
-          end = parseTime(new Date(), '{y}-{m}-{d}')
-          this.tab.chart1.getdataListParm.parammaps.weekList = []
-          this.tab.chart1.getdataListParm.parammaps.chartMonth = []
-          this.tab.chart1.getdataListParm.parammaps.chartMonth.push(start, end)
-        }
-      } else if (item == 'chart2') {
-        if (this.tab.chart2.getdataListParm.parammaps.specificDate == '2') {
-          this.tab.chart2.getdataListParm.parammaps.selectYear = parseTime(new Date(), '{y}')
-          this.changeChartYear(item)
-        } else if (this.tab.chart2.getdataListParm.parammaps.specificDate == '3') {
-          start = parseTime(new Date().setTime(new Date().getTime() - 3600 * 1000 * 24 * 31 * 12), '{y}-{m}') + '-01'
-          end = parseTime(new Date(), '{y}-{m}-{d}')
-          this.tab.chart2.getdataListParm.parammaps.weekList = []
-          this.tab.chart2.getdataListParm.parammaps.chartMonth = []
-          this.tab.chart2.getdataListParm.parammaps.chartMonth.push(start, end)
-        }
-      } else if (item == 'chart3') {
-        if (this.tab.chart3.getdataListParm.parammaps.specificDate == '2') {
-          this.tab.chart3.getdataListParm.parammaps.selectYear = parseTime(new Date(), '{y}')
-          this.changeChartYear(item)
-        } else if (this.tab.chart3.getdataListParm.parammaps.specificDate == '3') {
-          start = parseTime(new Date().setTime(new Date().getTime() - 3600 * 1000 * 24 * 31 * 12), '{y}-{m}') + '-01'
-          end = parseTime(new Date(), '{y}-{m}-{d}')
-          this.tab.chart3.getdataListParm.parammaps.weekList = []
-          this.tab.chart3.getdataListParm.parammaps.chartMonth = []
-          this.tab.chart3.getdataListParm.parammaps.chartMonth.push(start, end)
-        }
-      } else if (item == 'chart4') {
-        if (this.tab.chart4.getdataListParm.parammaps.specificDate == '2') {
-          this.tab.chart4.getdataListParm.parammaps.selectYear = parseTime(new Date(), '{y}')
-          this.changeChartYear(item)
-        } else if (this.tab.chart4.getdataListParm.parammaps.specificDate == '3') {
-          start = parseTime(new Date().setTime(new Date().getTime() - 3600 * 1000 * 24 * 31 * 12), '{y}-{m}') + '-01'
-          end = parseTime(new Date(), '{y}-{m}-{d}')
-          this.tab.chart4.getdataListParm.parammaps.weekList = []
-          this.tab.chart4.getdataListParm.parammaps.chartMonth = []
-          this.tab.chart4.getdataListParm.parammaps.chartMonth.push(start, end)
-        }
-      } else if (item == 'chart5') {
-        if (this.tab.chart5.getdataListParm.parammaps.specificDate == '2') {
-          this.tab.chart5.getdataListParm.parammaps.selectYear = parseTime(new Date(), '{y}')
-          this.changeChartYear(item)
-        } else if (this.tab.chart5.getdataListParm.parammaps.specificDate == '3') {
-          start = parseTime(new Date().setTime(new Date().getTime() - 3600 * 1000 * 24 * 31 * 12), '{y}-{m}') + '-01'
-          end = parseTime(new Date(), '{y}-{m}-{d}')
-          this.tab.chart5.getdataListParm.parammaps.weekList = []
-          this.tab.chart5.getdataListParm.parammaps.chartMonth = []
-          this.tab.chart5.getdataListParm.parammaps.chartMonth.push(start, end)
-        }
-      }
-    },
-    changeChartYear(item) {
-      var myWeekList = ''
-      if (item == 'chart1') {
-        this.tab.chart1.getdataListParm.parammaps.weekList = []
-        this.tab.chart1.getdataListParm.parammaps.selectWeek = []
-        myWeekList = whichWeek(this.tab.chart1.getdataListParm.parammaps.selectYear)
-        console.log(myWeekList)
-        for (let i = 0; i <= myWeekList.length; i++) {
-          var obj = {}
-          var a = i + 1
-          obj.name = '第' + a + '周(' + myWeekList[i].month + '.' + myWeekList[i].date + '~' + myWeekList[i].last.month + '.' + myWeekList[i].last.date + ')'
-          obj.id = i
-          this.tab.chart1.getdataListParm.parammaps.weekList.push(obj)
-        }
-      } else if (item == 'chart2') {
-        this.tab.chart2.getdataListParm.parammaps.selectWeek = []
-        this.tab.chart2.getdataListParm.parammaps.weekList = []
-        myWeekList = whichWeek(this.tab.chart2.getdataListParm.parammaps.selectYear)
-        console.log(myWeekList)
-        for (let i = 0; i <= myWeekList.length; i++) {
-          var obj = {}
-          var a = i + 1
-          obj.name = '第' + a + '周(' + myWeekList[i].month + '.' + myWeekList[i].date + '~' + myWeekList[i].last.month + '.' + myWeekList[i].last.date + ')'
-          obj.id = i
-          this.tab.chart2.getdataListParm.parammaps.weekList.push(obj)
-        }
-      } else if (item == 'chart3') {
-        this.tab.chart3.getdataListParm.parammaps.selectWeek = []
-        this.tab.chart3.getdataListParm.parammaps.weekList = []
-        myWeekList = whichWeek(this.tab.chart3.getdataListParm.parammaps.selectYear)
-        console.log(myWeekList)
-        for (let i = 0; i <= myWeekList.length; i++) {
-          var obj = {}
-          var a = i + 1
-          obj.name = '第' + a + '周(' + myWeekList[i].month + '.' + myWeekList[i].date + '~' + myWeekList[i].last.month + '.' + myWeekList[i].last.date + ')'
-          obj.id = i
-          this.tab.chart3.getdataListParm.parammaps.weekList.push(obj)
-        }
-      } else if (item == 'chart4') {
-        this.tab.chart4.getdataListParm.parammaps.selectWeek = []
-        this.tab.chart4.getdataListParm.parammaps.weekList = []
-        myWeekList = whichWeek(this.tab.chart4.getdataListParm.parammaps.selectYear)
-        console.log(myWeekList)
-        for (let i = 0; i <= myWeekList.length; i++) {
-          var obj = {}
-          var a = i + 1
-          obj.name = '第' + a + '周(' + myWeekList[i].month + '.' + myWeekList[i].date + '~' + myWeekList[i].last.month + '.' + myWeekList[i].last.date + ')'
-          obj.id = i
-          this.tab.chart4.getdataListParm.parammaps.weekList.push(obj)
-        }
-      } else if (item == 'chart5') {
-        this.tab.chart5.getdataListParm.parammaps.selectWeek = []
-        this.tab.chart5.getdataListParm.parammaps.weekList = []
-        myWeekList = whichWeek(this.tab.chart5.getdataListParm.parammaps.selectYear)
-        console.log(myWeekList)
-        for (let i = 0; i <= myWeekList.length; i++) {
-          var obj = {}
-          var a = i + 1
-          obj.name = '第' + a + '周(' + myWeekList[i].month + '.' + myWeekList[i].date + '~' + myWeekList[i].last.month + '.' + myWeekList[i].last.date + ')'
-          obj.id = i
-          this.tab.chart5.getdataListParm.parammaps.weekList.push(obj)
-        }
-      }
-    },
-    handleChartDate(item) {
-      console.log(item)
-      var startDate = ''
-      var endDate = ''
-      if (item == 'chart1') {
-        if (this.tab.chart1.getdataListParm.parammaps.specificDate == '1') {
-          startDate = parseTime(this.tab.chart1.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-          endDate = parseTime(this.tab.chart1.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-          console.log('泌乳牛干物质采食量开始日期==>', startDate)
-          console.log('泌乳牛干物质采食量结束日期==>', endDate)
-          this.tab.chart1.getdataListParm.parammaps.status = 0
-        } else if (this.tab.chart1.getdataListParm.parammaps.specificDate == '2') {
-          if (this.tab.chart1.getdataListParm.parammaps.selectYear == '') {
-            this.$message({ type: 'error', message: '请输入年', duration: 2000 })
-            return
-          }
-          if (this.tab.chart1.getdataListParm.parammaps.selectWeek.length !== 2) {
-            this.$message({ type: 'error', message: '请输入查询开始周跟结束周', duration: 2000 })
-            return
-          }
-          startDate = this.tab.chart1.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart1.getdataListParm.parammaps.selectYear)[this.tab.chart1.getdataListParm.parammaps.selectWeek[0]].month + '-' + whichWeek(this.tab.chart1.getdataListParm.parammaps.selectYear)[this.tab.chart1.getdataListParm.parammaps.selectWeek[0]].date
-          endDate = this.tab.chart1.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart1.getdataListParm.parammaps.selectYear)[this.tab.chart1.getdataListParm.parammaps.selectWeek[1]].last.month + '-' + whichWeek(this.tab.chart1.getdataListParm.parammaps.selectYear)[this.tab.chart1.getdataListParm.parammaps.selectWeek[1]].last.date
-          console.log('泌乳牛干物质采食量开始周日期==>', startDate)
-          console.log('泌乳牛干物质采食量结束周日期==>', endDate)
-          this.tab.chart1.getdataListParm.parammaps.status = 1
-        } else if (this.tab.chart1.getdataListParm.parammaps.specificDate == '3') {
-          startDate = this.tab.chart1.getdataListParm.parammaps.chartMonth[0]
-          endDate = this.tab.chart1.getdataListParm.parammaps.chartMonth[1].substring(0, 8) + '31'
-          console.log('泌乳牛干物质采食量开始月日期==>', startDate)
-          console.log('泌乳牛干物质采食量结束月日期==>', endDate)
-          this.tab.chart1.getdataListParm.parammaps.status = 2
-        }
-        this.tab.chart1.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart1.getdataListParm.parammaps.stopTime = endDate
-        this.getChart1()
-      } else if (item == 'chart2') {
-        if (this.tab.chart2.getdataListParm.parammaps.specificDate == '1') {
-          startDate = parseTime(this.tab.chart2.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-          endDate = parseTime(this.tab.chart2.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-          this.tab.chart2.getdataListParm.parammaps.status = 0
-          console.log('牛栏剩料率开始日期==>', startDate)
-          console.log('牛栏剩料率结束日期==>', endDate)
-        } else if (this.tab.chart2.getdataListParm.parammaps.specificDate == '2') {
-          if (this.tab.chart2.getdataListParm.parammaps.selectYear == '') {
-            this.$message({ type: 'error', message: '请输入年', duration: 2000 })
-            return
-          }
-          if (this.tab.chart2.getdataListParm.parammaps.selectWeek.length !== 2) {
-            this.$message({ type: 'error', message: '请输入查询开始周跟结束周', duration: 2000 })
-            return
-          }
-          startDate = this.tab.chart2.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart2.getdataListParm.parammaps.selectYear)[this.tab.chart2.getdataListParm.parammaps.selectWeek[0]].month + '-' + whichWeek(this.tab.chart2.getdataListParm.parammaps.selectYear)[this.tab.chart2.getdataListParm.parammaps.selectWeek[0]].date
-          endDate = this.tab.chart2.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart2.getdataListParm.parammaps.selectYear)[this.tab.chart2.getdataListParm.parammaps.selectWeek[1]].last.month + '-' + whichWeek(this.tab.chart2.getdataListParm.parammaps.selectYear)[this.tab.chart2.getdataListParm.parammaps.selectWeek[1]].last.date
-          this.tab.chart2.getdataListParm.parammaps.status = 1
-          console.log('牛栏剩料率开始周日期==>', startDate)
-          console.log('牛栏剩料率结束周日期==>', endDate)
-        } else if (this.tab.chart2.getdataListParm.parammaps.specificDate == '3') {
-          console.log('牛栏剩料率开始月日期==>', this.tab.chart2.getdataListParm.parammaps.chartMonth)
-          startDate = this.tab.chart2.getdataListParm.parammaps.chartMonth[0]
-          endDate = this.tab.chart2.getdataListParm.parammaps.chartMonth[1].substring(0, 8) + '31'
-          this.tab.chart2.getdataListParm.parammaps.status = 2
-          console.log('牛栏剩料率开始月日期==>', startDate)
-          console.log('牛栏剩料率结束月日期==>', endDate)
-        }
-        this.tab.chart2.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart2.getdataListParm.parammaps.stopTime = endDate
-        this.getChart2()
-      } else if (item == 'chart3') {
-        if (this.tab.chart3.getdataListParm.parammaps.specificDate == '1') {
-          startDate = parseTime(this.tab.chart3.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-          endDate = parseTime(this.tab.chart3.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-          this.tab.chart3.getdataListParm.parammaps.status = 0
-          console.log('混料时间统计开始日期==>', startDate)
-          console.log('混料时间统计结束日期==>', endDate)
-        } else if (this.tab.chart3.getdataListParm.parammaps.specificDate == '2') {
-          if (this.tab.chart3.getdataListParm.parammaps.selectYear == '') {
-            this.$message({ type: 'error', message: '请输入年', duration: 2000 })
-            return
-          }
-          if (this.tab.chart3.getdataListParm.parammaps.selectWeek.length !== 2) {
-            this.$message({ type: 'error', message: '请输入查询开始周跟结束周', duration: 2000 })
-            return
-          }
-          startDate = this.tab.chart3.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart3.getdataListParm.parammaps.selectYear)[this.tab.chart3.getdataListParm.parammaps.selectWeek[0]].month + '-' + whichWeek(this.tab.chart3.getdataListParm.parammaps.selectYear)[this.tab.chart3.getdataListParm.parammaps.selectWeek[0]].date
-          endDate = this.tab.chart3.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart3.getdataListParm.parammaps.selectYear)[this.tab.chart3.getdataListParm.parammaps.selectWeek[1]].last.month + '-' + whichWeek(this.tab.chart3.getdataListParm.parammaps.selectYear)[this.tab.chart3.getdataListParm.parammaps.selectWeek[1]].last.date
-          this.tab.chart3.getdataListParm.parammaps.status = 1
-          console.log('混料时间统计开始周日期==>', startDate)
-          console.log('混料时间统计结束周日期==>', endDate)
-        } else if (this.tab.chart3.getdataListParm.parammaps.specificDate == '3') {
-          startDate = this.tab.chart3.getdataListParm.parammaps.chartMonth[0]
-          endDate = this.tab.chart3.getdataListParm.parammaps.chartMonth[1].substring(0, 8) + '31'
-          this.tab.chart3.getdataListParm.parammaps.status = 2
-          console.log('混料时间统计开始月日期==>', startDate)
-          console.log('混料时间统计结束月日期==>', endDate)
-        }
-        this.tab.chart3.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart3.getdataListParm.parammaps.stopTime = endDate
-        this.getChart3()
-      } else if (item == 'chart4') {
-        if (this.tab.chart4.getdataListParm.parammaps.specificDate == '1') {
-          startDate = parseTime(this.tab.chart4.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-          endDate = parseTime(this.tab.chart4.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-          this.tab.chart4.getdataListParm.parammaps.status = 0
-          console.log('转化率开始日期==>', startDate)
-          console.log('转化率结束日期==>', endDate)
-        } else if (this.tab.chart4.getdataListParm.parammaps.specificDate == '2') {
-          if (this.tab.chart4.getdataListParm.parammaps.selectYear == '') {
-            this.$message({ type: 'error', message: '请输入年', duration: 2000 })
-            return
-          }
-          if (this.tab.chart4.getdataListParm.parammaps.selectWeek.length !== 2) {
-            this.$message({ type: 'error', message: '请输入查询开始周跟结束周', duration: 2000 })
-            return
-          }
-          startDate = this.tab.chart4.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart4.getdataListParm.parammaps.selectYear)[this.tab.chart4.getdataListParm.parammaps.selectWeek[0]].month + '-' + whichWeek(this.tab.chart4.getdataListParm.parammaps.selectYear)[this.tab.chart4.getdataListParm.parammaps.selectWeek[0]].date
-          endDate = this.tab.chart4.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart4.getdataListParm.parammaps.selectYear)[this.tab.chart4.getdataListParm.parammaps.selectWeek[1]].last.month + '-' + whichWeek(this.tab.chart4.getdataListParm.parammaps.selectYear)[this.tab.chart4.getdataListParm.parammaps.selectWeek[1]].last.date
-          this.tab.chart4.getdataListParm.parammaps.status = 1
-          console.log('转化率开始周日期==>', startDate)
-          console.log('转化率结束周日期==>', endDate)
-        } else if (this.tab.chart4.getdataListParm.parammaps.specificDate == '3') {
-          startDate = this.tab.chart4.getdataListParm.parammaps.chartMonth[0]
-          endDate = this.tab.chart4.getdataListParm.parammaps.chartMonth[1].substring(0, 8) + '31'
-          this.tab.chart4.getdataListParm.parammaps.status = 2
-          console.log('转化率开始月日期==>', startDate)
-          console.log('转化率结束月日期==>', endDate)
-        }
-        this.tab.chart4.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart4.getdataListParm.parammaps.stopTime = endDate
-        this.getChart4()
-      } else if (item == 'chart5') {
-        if (this.tab.chart5.getdataListParm.parammaps.specificDate == '1') {
-          startDate = parseTime(this.tab.chart5.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-          endDate = parseTime(this.tab.chart5.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-          this.tab.chart5.getdataListParm.parammaps.status = 0
-          console.log('成本分析开始日期==>', startDate)
-          console.log('成本分析结束日期==>', endDate)
-        } else if (this.tab.chart5.getdataListParm.parammaps.specificDate == '2') {
-          if (this.tab.chart5.getdataListParm.parammaps.selectYear == '') {
-            this.$message({ type: 'error', message: '请输入年', duration: 2000 })
-            return
-          }
-          if (this.tab.chart5.getdataListParm.parammaps.selectWeek.length !== 2) {
-            this.$message({ type: 'error', message: '请输入查询开始周跟结束周', duration: 2000 })
-            return
-          }
-          startDate = this.tab.chart5.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart5.getdataListParm.parammaps.selectYear)[this.tab.chart5.getdataListParm.parammaps.selectWeek[0]].month + '-' + whichWeek(this.tab.chart5.getdataListParm.parammaps.selectYear)[this.tab.chart5.getdataListParm.parammaps.selectWeek[0]].date
-          endDate = this.tab.chart5.getdataListParm.parammaps.selectYear + '-' + whichWeek(this.tab.chart5.getdataListParm.parammaps.selectYear)[this.tab.chart5.getdataListParm.parammaps.selectWeek[1]].last.month + '-' + whichWeek(this.tab.chart5.getdataListParm.parammaps.selectYear)[this.tab.chart5.getdataListParm.parammaps.selectWeek[1]].last.date
-          this.tab.chart5.getdataListParm.parammaps.status = 1
-          console.log('成本分析开始周日期==>', startDate)
-          console.log('成本分析结束周日期==>', endDate)
-        } else if (this.tab.chart5.getdataListParm.parammaps.specificDate == '3') {
-          startDate = this.tab.chart5.getdataListParm.parammaps.chartMonth[0]
-          endDate = this.tab.chart5.getdataListParm.parammaps.chartMonth[1].substring(0, 8) + '31'
-          this.tab.chart5.getdataListParm.parammaps.status = 2
-          console.log('成本分析开始月日期==>', startDate)
-          console.log('成本分析结束月日期==>', endDate)
-        }
-        this.tab.chart5.getdataListParm.parammaps.startTime = startDate
-        this.tab.chart5.getdataListParm.parammaps.stopTime = endDate
-        this.getChart5()
-      }
-    },
-    getTimeFn() {
-      const that = this
-      const end = new Date()
-      const start = new Date()
-      const start2 = new Date()
-      start2.setTime(start2.getTime() - 3600 * 1000 * 24 * 1)
-      start.setTime(start.getTime() - 3600 * 1000 * 24 * 10)
-      end.setTime(end.getTime() - 3600 * 1000 * 24 * 1)
-
-      that.tab.table.getdataListParm.parammaps.date = parseTime(start2, '{y}-{m}-{d}')
-
-      // start.setTime(start.getTime() - 3600 * 1000 * 24 * 7)
-      that.tab.chartDate[0] = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chartDate[1] = parseTime(end, '{y}-{m}-{d}')
-      that.tab.chart1.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart1.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
-      that.tab.chart1.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart1.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
-      that.tab.chart2.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart2.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
-      that.tab.chart2.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart2.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
-
-      that.tab.chart3.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart3.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
-      that.tab.chart3.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart3.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
-
-      that.tab.chart4.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart4.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
-      that.tab.chart4.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart4.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
-
-      that.tab.chart5.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart5.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
-      that.tab.chart5.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
-      that.tab.chart5.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
-    },
-    // 导出
-    handleDownload() {
-      if (this.tab.radio == '1') {
-        var excelDatas = [
-          {
-            tHeader: ['配方模板', '实际牛头数', '应混料量(kg)', '实际混料量(kg)', '撒料量(kg)', '平均混料时间(min)', '转投剩料量(kg)', '今日剩料量(kg)', '剩料率(%)', 'TMR干物质(%)', '配方干物质采食量(kg/头)', '实际干物质采食量(kg/头)', '采食率(%)', '配方成本(元/头 )', '实际成本(元/ 头)', '产奶量(kg /头)', '饲料转化率', '公斤奶饲料成本'],
-            filterVal: ['配方模板', '实际牛头数', '应混料量', '实际混料量', '撒料量', '混料时间', '转投剩料量', '今日剩料量', '剩料率', 'TMR干物质', '配方干物质采食量', '实际干物质采食量', '采食率', '配方成本', '实际成本', '产奶量', '饲料转化率', '公斤奶饲料成本'],
-            tableDatas: this.tab.table.list,
-            sheetName: '配方'
-          }
-        ]
-        json2excel(excelDatas, '效率统计-配方', true, 'xlsx')
-      } else if (this.tab.radio == '2') {
-        var excelDatas2 = [
-          {
-            tHeader: ['栏舍', '配方模板', '实际牛头数', '应混料量(kg)', '实际混料量(kg)', '撒料量(kg)', '平均混料时间(min)', '转投剩料量(kg)', '今日剩料量(kg)', '剩料率(%)', 'TMR干物质(%)', '配方干物质采食量(kg/头)', ' 实际干物质采食量( kg/头)', '采食率 (%)', '配方成本( 元/头)', '实际成本 (元/头)', '产奶量(kg/头)', '饲料转化率', '公斤奶饲料成本'],
-            filterVal: ['栏舍', '配方模板', '实际牛头数', '应混料量', '实际混料量', '撒料量', '混料时间', '转投剩料量', '今日剩料量', '剩料率', 'TMR干物质', '配方干物质采食量', '实际干物质采食量', '采食率', '配方成本', '实际成本', '产奶量', '饲料转化率', '公斤奶饲料成本'],
-            tableDatas: this.tab.table.list,
-            sheetName: '栏舍'
-          }
-        ]
-        json2excel(excelDatas2, '效率统计-栏舍', true, 'xlsx')
-      } else if (this.tab.radio == '3') {
-        var excelDatas3 = [
-          {
-            tHeader: ['牲畜类别', '实际牛头数', '应混料量(kg)', '实际混料量(kg)', '撒料量(kg)', '平均混料时间(min)', '转投剩料量(kg)', '今日剩料量(kg)', '剩料率(%)', 'TMR干物质(%)', '配方 物质采食量(kg/ 头)', '实际干物质采 食量(kg/头)', ' 采食率(%)', '配方 成本(元/头)', '实际成本(元/头)', '产奶量(kg/头)', '饲料转化率', '公斤奶饲料成本'],
-            filterVal: ['牲畜类别', '实际牛头数', '应混料量', '实际混料量', '撒料量', '混料时间', '转投剩料量', '今日剩料量', '剩料率', 'TMR干物质', '配方干物质采食量', '实际干物质采食量', ' 采食率', '配方成本', '实际成本', '产奶量', '饲料转化率', '公斤奶饲料成本'],
-            tableDatas: this.tab.table.list,
-            sheetName: '牲畜类别'
-          }
-        ]
-        json2excel(excelDatas3, '效率统计-牲畜类别', true, 'xlsx')
-      }
-    },
-    // Tab切换
-    handleTabClick() {
-      if (this.activeName == 'first') {
-        const start2 = new Date()
-        start2.setTime(start2.getTime() - 3600 * 1000 * 24 * 1)
-        this.tab.table.getdataListParm.parammaps.date = parseTime(start2, '{y}-{m}-{d}')
-        this.getTabList()
-        this.getChart1()
-        this.getChart2()
-        this.getChart3()
-        this.getChart4()
-        this.getChart5()
-      } else if (this.activeName == 'second') {
-        const start2 = new Date()
-        start2.setTime(start2.getTime() - 3600 * 1000 * 24 * 1)
-        this.tab2.table.getdataListParm.parammaps.date = parseTime(start2, '{y}-{m}-{d}')
-        this.getTab2List()
-        this.getTab2List2()
-        this.getTab2List3()
-        this.getTab2List4()
-      }
-    },
-    // 切换统计类型
-    changeRadio() {
-      console.log(this.tab.radio)
-      if (this.tab.radio == '1') {
-        console.log('配方名称')
-        this.tab.isFormulaName = true
-        this.tab.isHouseName = false
-        this.tab.isLivestockType = false
-        this.tab.table.getdataListParm.parammaps.ftname = ''
-        this.tab.table.getdataListParm.parammaps.barname = ''
-        this.tab.table.getdataListParm.parammaps.ftname = ''
-        this.tab.table.getdataListParm.parammaps.cowclass = ''
-        this.tab.table.getdataListParm.name = 'getFeedEfficiencyFT'
-        this.getTabList()
-        this.tab.chart5.statisticsList = []
-        this.tab.chart5.getdataListParm.name = 'getFeedEffCBFT'
-        this.getChart5()
-        this.tab.chart4.getdataListParm.name = 'getFeedEffZH'
-        this.getChart4()
-      } else if (this.tab.radio == '2') {
-        console.log('栏舍名称')
-        this.tab.isFormulaName = false
-        this.tab.isHouseName = true
-        this.tab.isLivestockType = false
-        this.tab.table.getdataListParm.parammaps.ftname = ''
-        this.tab.table.getdataListParm.parammaps.barname = ''
-        this.tab.table.getdataListParm.parammaps.ftname = ''
-        this.tab.table.getdataListParm.parammaps.cowclass = ''
-        this.tab.table.getdataListParm.name = 'getFeedEfficiencyLS'
-        this.getTabList()
-        this.tab.chart5.statisticsList = []
-        this.tab.chart5.getdataListParm.name = 'getFeedEffCBLS'
-        this.getChart5()
-        this.tab.chart4.getdataListParm.name = 'getFeedEffZHLS'
-        this.getChart4()
-      } else if (this.tab.radio == '3') {
-        console.log(' 牲畜类别')
-        this.tab.isFormulaName = false
-        this.tab.isHouseName = false
-        this.tab.isLivestockType = true
-        this.tab.table.getdataListParm.parammaps.ftname = ''
-        this.tab.table.getdataListParm.parammaps.barname = ''
-        this.tab.table.getdataListParm.parammaps.ftname = ''
-        this.tab.table.getdataListParm.parammaps.cowclass = ''
-        this.tab.table.getdataListParm.name = 'getFeedEfficiencySC'
-        this.getTabList()
-        this.tab.chart5.statisticsList = []
-        this.tab.chart5.getdataListParm.name = 'getFeedEffCB'
-        this.getChart5()
-        this.tab.chart4.getdataListParm.name = 'getFeedEffZHSC'
-        this.getChart4()
-      }
-    },
-
-    // 效率统计
-    getTabList() {
-      this.tab.table.listLoading = true
-      GetDataByName(this.tab.table.getdataListParm).then(response => {
-        console.log('汇总统计/混料table数据', response.data.list)
-        if (response.data.list !== null) {
-          this.tab.table.list = response.data.list
-          this.tab.table.total = response.data.total
-        } else {
-          this.tab.table.list = []
-        }
-        setTimeout(() => {
-          this.tab.table.listLoading = false
-        }, 100)
-      })
-    },
-    // 查询
-    handleSearch() {
-      if (this.tab.radio == '1') {
-        console.log('配方名称/查询')
-        this.tab.isFormulaName = true
-        this.tab.isHouseName = false
-        this.tab.isLivestockType = false
-        this.tab.table.getdataListParm.name = 'getFeedEfficiencyFT'
-        this.getTabList()
-      } else if (this.tab.radio == '2') {
-        console.log('栏舍名称/查询')
-        this.tab.isFormulaName = false
-        this.tab.isHouseName = true
-        this.tab.isLivestockType = false
-        this.tab.table.getdataListParm.name = 'getFeedEfficiencyLS'
-        this.getTabList()
-      } else if (this.tab.radio == '3') {
-        console.log(' 牲畜类别/查询')
-        this.tab.isFormulaName = false
-        this.tab.isHouseName = false
-        this.tab.isLivestockType = true
-        this.tab.table.getdataListParm.name = 'getFeedEfficiencySC'
-        this.getTabList()
-      }
-    },
-    handleBefore() {
-      if (this.tab.table.getdataListParm.parammaps.date !== '' && this.tab.table.getdataListParm.parammaps.date !== null) {
-        this.tab.table.getdataListParm.parammaps.date = new Date(this.tab.table.getdataListParm.parammaps.date)
-        var start = new Date(this.tab.table.getdataListParm.parammaps.date.setDate(this.tab.table.getdataListParm.parammaps.date.getDate() - 1))
-        this.tab.table.getdataListParm.parammaps.date = parseTime(start, '{y}-{m}-{d}')
-        this.getTabList()
-      }
-    },
-    handleNext() {
-      if (this.tab.table.getdataListParm.parammaps.date !== '' && this.tab.table.getdataListParm.parammaps.date !== null) {
-        this.tab.table.getdataListParm.parammaps.date = new Date(this.tab.table.getdataListParm.parammaps.date)
-        var stop = new Date(this.tab.table.getdataListParm.parammaps.date.setDate(this.tab.table.getdataListParm.parammaps.date.getDate() + 1))
-        this.tab.table.getdataListParm.parammaps.date = parseTime(stop, '{y}-{m}-{d}')
-        this.getTabList()
-      }
-    },
-    handleBefore2() {
-      if (this.tab2.table.getdataListParm.parammaps.date !== '' && this.tab2.table.getdataListParm.parammaps.date !== null) {
-        this.tab2.table.getdataListParm.parammaps.date = new Date(this.tab2.table.getdataListParm.parammaps.date)
-        var start = new Date(this.tab2.table.getdataListParm.parammaps.date.setDate(this.tab2.table.getdataListParm.parammaps.date.getDate() - 1))
-        this.tab2.table.getdataListParm.parammaps.date = parseTime(start, '{y}-{m}-{d}')
-        this.getTab2List()
-        this.getTab2List2()
-        this.getTab2List3()
-        this.getTab2List4()
-      }
-    },
-    handleNext2() {
-      if (this.tab2.table.getdataListParm.parammaps.date !== '' && this.tab2.table.getdataListParm.parammaps.date !== null) {
-        this.tab2.table.getdataListParm.parammaps.date = new Date(this.tab2.table.getdataListParm.parammaps.date)
-        var stop = new Date(this.tab2.table.getdataListParm.parammaps.date.setDate(this.tab2.table.getdataListParm.parammaps.date.getDate() + 1))
-        this.tab2.table.getdataListParm.parammaps.date = parseTime(stop, '{y}-{m}-{d}')
-        this.getTab2List()
-        this.getTab2List2()
-        this.getTab2List3()
-        this.getTab2List4()
-      }
-    },
-    // 快速跳转到图表
-    handleQuickJumpChart() {
-      var myHeight = document.getElementById('table').offsetHeight + 120
-      window.scrollTo(myHeight, myHeight)
-    },
-    // 快速回到顶部
-    handleQuickJumpTop() {
-      window.scrollTo(0, 0)
-    },
-    // 泌乳牛干物质采食量
-    getChart1() {
-      this.tab.chart1.listLoading = true
-      const url = 'authdata/chart/feedEffMR'
-      const data = {}
-      data.parammaps = {}
-      if (this.tab.chart1.getdataListParm.parammaps.specificDate == '1') {
-        data.parammaps.pastureid = this.tab.chart1.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = parseTime(this.tab.chart1.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-        data.parammaps.stopTime = parseTime(this.tab.chart1.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-        data.parammaps.status = this.tab.chart1.getdataListParm.parammaps.status
-      } else {
-        data.parammaps.pastureid = this.tab.chart1.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = this.tab.chart1.getdataListParm.parammaps.startTime
-        data.parammaps.stopTime = this.tab.chart1.getdataListParm.parammaps.stopTime
-        data.parammaps.status = this.tab.chart1.getdataListParm.parammaps.status
-      }
-      postJson(url, data).then(response => {
-        if (response.data !== null && response.data.list !== null && response.data.data !== null) {
-          console.log('泌乳牛干物质采食量图表数据', response.data.list)
-          for (let i = 0; i < response.data.data.length; i++) {
-            if (response.data.data[i].field1 !== '' && response.data.data[i].field1 !== undefined) {
-              response.data.data[i].field1 = parseFloat(response.data.data[i].field1)
-            }
-            if (response.data.data[i].field2 !== '' && response.data.data[i].field2 !== undefined) {
-              response.data.data[i].field2 = parseFloat(response.data.data[i].field2)
-            }
-          }
-          this.tab.chart1.table.list = response.data.data
-          this.tab.chart1.chartLine_data = response.data.list
-          // this.tab.chart1.total = response.data.total
-        } else {
-          this.tab.chart1.list = []
-          this.tab.chart1.chartLine_data = {}
-        }
-        this.roadChartLine1(this.tab.chart1.chartLine_data)
-        setTimeout(() => {
-          this.tab.chart1.listLoading = false
-        }, 100)
-      })
-    },
-    roadChartLine1(chartLine_data) {
-      if (this.tab.chart1.chartLine != null) {
-        this.tab.chart1.chartLine.dispose()
-      }
-      this.tab.chart1.chartLine = echarts.init(document.getElementById('chartLine1'))
-      var option = {
-        tooltip: { trigger: 'axis', axisPointer: { type: 'cross', crossStyle: { color: '#999' }}},
-        legend: { data: ['泌乳牛干物质采食量', '泌乳牛产奶量'], right: 10, show: true, type: 'scroll' },
-        grid: { top: '15%', left: '8%', right: '8%', containLabel: true },
-        xAxis: [{ type: 'category', data: chartLine_data.data1 }],
-        yAxis: [
-          { splitLine: { show: false }, type: 'value', name: '泌乳牛干物质\n采食量', axisLabel: { formatter: '{value} ' }},
-          { splitLine: { show: false }, type: 'value', name: '泌乳牛产奶量', axisLabel: { formatter: '{value} ' }}
-        ],
-        series: [
-          { name: '泌乳牛干物质采食量', type: 'bar', itemStyle: { normal: { color: '#61a5e8' }}, data: chartLine_data.data2 },
-          { name: '泌乳牛产奶量', type: 'line', itemStyle: { normal: { color: '#ff2d2d' }}, yAxisIndex: 1, data: chartLine_data.data3 }
-        ]
-      }
-      this.tab.chart1.chartLine.setOption(option)
-      window.onresize = function() {
-        this.tab.chart1.chartLine.resize()
-      }
-    },
-
-    // 牛栏剩料率
-    changeStatisticChart2(arr) {
-      var arr1 = []
-      for (let i = 0; i < arr.length; i++) {
-        if (arr[i] !== 'all') {
-          arr1.push(arr[i])
-        }
-      }
-      this.tab.chart2.getdataListParm.parammaps.statisticsList = arr1
-      var arrData3 = []
-      for (let i = 0; i < this.tab.chart2.getdataListParm.parammaps.statisticsList.length; i++) {
-        const myId = this.tab.chart2.statisticsList.find(obj => obj.name == this.tab.chart2.getdataListParm.parammaps.statisticsList[i]).id
-        for (let j = 0; j < this.tab.chart2.chart2Data3.length; j++) {
-          if (j == myId) {
-            arrData3.push(this.tab.chart2.chart2Data3[j])
-          }
-        }
-      }
-      this.tab.chart2.chartLine_data.data3 = arrData3
-      this.tab.chart2.chartLine_data.data1 = this.tab.chart2.getdataListParm.parammaps.statisticsList
-      this.roadChartLine2(this.tab.chart2.chartLine_data)
-    },
-
-    // 牛栏剩料率
-    getChart2() {
-      this.tab.chart2.listLoading = true
-      const url = 'authdata/chart/feedEffSL'
-      const data = {}
-      data.parammaps = {}
-      if (this.tab.chart2.getdataListParm.parammaps.specificDate == '1') {
-        data.parammaps.pastureid = this.tab.chart2.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = parseTime(this.tab.chart2.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-        data.parammaps.stopTime = parseTime(this.tab.chart2.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-        data.parammaps.status = this.tab.chart2.getdataListParm.parammaps.status
-      } else {
-        data.parammaps.pastureid = this.tab.chart2.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = this.tab.chart2.getdataListParm.parammaps.startTime
-        data.parammaps.stopTime = this.tab.chart2.getdataListParm.parammaps.stopTime
-        data.parammaps.status = this.tab.chart2.getdataListParm.parammaps.status
-      }
-      postJson(url, data).then(response => {
-        if (response.data !== null && response.data.list !== null && response.data.data !== null) {
-          console.log('牛栏剩料率图表数据', response.data.list)
-          for (let i = 0; i < response.data.data.length; i++) {
-            if (response.data.data[i].剩料量 !== '' && response.data.data[i].剩料量 !== undefined) {
-              response.data.data[i].剩料量 = parseFloat(response.data.data[i].剩料量)
-            }
-            if (response.data.data[i].撒料量 !== '' && response.data.data[i].撒料量 !== undefined) {
-              response.data.data[i].撒料量 = parseFloat(response.data.data[i].撒料量)
-            }
-            if (response.data.data[i].准确率 !== '' && response.data.data[i].准确率 !== undefined) {
-              response.data.data[i].准确率 = parseFloat(response.data.data[i].准确率)
-            }
-          }
-          this.tab.chart2.table.list = response.data.data
-          this.tab.chart2.chartLine_data = response.data.list
-          this.tab.chart2.total = response.data.total
-          this.tab.chart2.statisticsList = []
-          this.tab.chart2.getdataListParm.parammaps.statisticsList = []
-          for (let i = 0; i < response.data.list.data1.length; i++) {
-            if (i < 10) {
-              this.tab.chart2.getdataListParm.parammaps.statisticsList.push(response.data.list.data1[i])
-            }
-            var obj = {}
-            obj.id = i
-            obj.name = response.data.list.data1[i]
-            this.tab.chart2.statisticsList.push(obj)
-          }
-          this.tab.chart2.chart2Data3 = response.data.list.data3
-          this.tab.chart2.total = response.data.total
-          console.log('牛栏剩料率图数据', this.tab.chart2.chartLine_data)
-          console.log('牛栏剩料率表数据', this.tab.chart2.table.list)
-          var arrData3 = []
-          for (let i = 0; i < this.tab.chart2.getdataListParm.parammaps.statisticsList.length; i++) {
-            const myId = this.tab.chart2.statisticsList.find(obj => obj.name == this.tab.chart2.getdataListParm.parammaps.statisticsList[i]).id
-            for (let j = 0; j < this.tab.chart2.chart2Data3.length; j++) {
-              if (j == myId) {
-                arrData3.push(this.tab.chart2.chart2Data3[j])
-              }
-            }
-          }
-          this.tab.chart2.chartLine_data.data3 = arrData3
-          this.tab.chart2.chartLine_data.data1 = this.tab.chart2.getdataListParm.parammaps.statisticsList
-        } else {
-          this.tab.chart2.list = []
-          this.tab.chart2.chartLine_data = {}
-        }
-        this.roadChartLine2(this.tab.chart2.chartLine_data)
-        setTimeout(() => {
-          this.tab.chart2.listLoading = false
-        }, 100)
-      })
-    },
-    roadChartLine2(chartLine_data) {
-      if (this.tab.chart2.chartLine != null) {
-        this.tab.chart2.chartLine.dispose()
-      }
-      this.tab.chart2.chartLine = echarts.init(document.getElementById('chartLine2'))
-      var option = {
-        title: {
-          text: ''
-        },
-        tooltip: {
-          trigger: 'axis'
-        },
-        legend: { data: chartLine_data.data1, right: 10, show: true, type: 'scroll' },
-        grid: {
-          top: '15%',
-          left: '3%',
-          right: '8%',
-          containLabel: true
-        },
-        toolbox: {
-          show: true,
-          right: '2%',
-          feature: {}
-        },
-        xAxis: { type: 'category', boundaryGap: false, data: chartLine_data.data2, name: '日期' },
-        yAxis: {
-          type: 'value', name: '剩料率', axisLabel: { formatter: '{value} %' }
-        },
-        series: (function() {
-          var serie = []
-          if (chartLine_data.data3 !== undefined) {
-            for (var i = 0; i < chartLine_data.data3.length; i++) {
-              var item = {
-                name: chartLine_data.data1[i],
-                type: 'line',
-                data: chartLine_data.data3[i].data
-              }
-              serie.push(item)
-            }
-          }
-          return serie
-        }())
-      }
-      this.tab.chart2.chartLine.setOption(option)
-      window.onresize = function() {
-        this.tab.chart2.chartLine.resize()
-      }
-    },
-
-    // 混料时间统计
-    getChart3() {
-      this.tab.chart3.listLoading = true
-      const url = 'authdata/chart/feedEffHL'
-      const data = {}
-      data.parammaps = {}
-      if (this.tab.chart3.getdataListParm.parammaps.specificDate == '1') {
-        data.parammaps.pastureid = this.tab.chart3.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = parseTime(this.tab.chart3.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-        data.parammaps.stopTime = parseTime(this.tab.chart3.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-        data.parammaps.status = this.tab.chart3.getdataListParm.parammaps.status
-      } else {
-        data.parammaps.pastureid = this.tab.chart3.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = this.tab.chart3.getdataListParm.parammaps.startTime
-        data.parammaps.stopTime = this.tab.chart3.getdataListParm.parammaps.stopTime
-        data.parammaps.status = this.tab.chart3.getdataListParm.parammaps.status
-      }
-      postJson(url, data).then(response => {
-        if (response.data !== null && response.data.list !== null) {
-          console.log('混料时间统计图表数据', response.data.list)
-          this.tab.chart3.table.list = response.data.data
-          this.tab.chart3.chartLine_data = response.data.list
-          this.tab.chart3.total = response.data.total
-          this.tab.chart3.total = response.data.total
-        } else {
-          this.tab.chart3.list = []
-          this.tab.chart3.chartLine_data = {}
-        }
-        this.roadChartLine3(this.tab.chart3.chartLine_data)
-        setTimeout(() => {
-          this.tab.chart3.listLoading = false
-        }, 100)
-      })
-    },
-    roadChartLine3(chartLine_data) {
-      if (this.tab.chart3.chartLine != null) {
-        this.tab.chart3.chartLine.dispose()
-      }
-      this.tab.chart3.chartLine = echarts.init(document.getElementById('chartLine3'))
-      var option = {
-        title: {
-          text: ''
-        },
-        tooltip: {
-          trigger: 'axis'
-        },
-        legend: {
-          data: ['混料时间'],
-          right: 10, show: true, type: 'scroll'
-        },
-        grid: {
-          top: '15%',
-          left: '5%',
-          right: '8%',
-          containLabel: true
-        },
-        toolbox: {
-          show: true,
-          right: '2%',
-          feature: {}
-        },
-        xAxis: { type: 'category', boundaryGap: false, data: chartLine_data.data1, name: '日期' },
-        yAxis: {
-          type: 'value', name: '分钟',
-          axisLabel: {
-            formatter: '{value}min'
-          }
-        },
-        series: [
-          {
-            name: '混料时间',
-            type: 'line',
-            stack: '总量',
-            data: chartLine_data.data2
-          }
-        ]
-      }
-      this.tab.chart3.chartLine.setOption(option)
-      window.onresize = function() {
-        this.tab.chart3.chartLine.resize()
-      }
-    },
-
-    // 转化率
-    changeStatisticChart4(arr) {
-      var arr1 = []
-      for (let i = 0; i < arr.length; i++) {
-        if (arr[i] !== 'all') {
-          arr1.push(arr[i])
-        }
-      }
-      this.tab.chart4.getdataListParm.parammaps.statisticsList = arr1
-      var arrData3 = []
-      for (let i = 0; i < this.tab.chart4.getdataListParm.parammaps.statisticsList.length; i++) {
-        const myId = this.tab.chart4.statisticsList.find(obj => obj.name == this.tab.chart4.getdataListParm.parammaps.statisticsList[i]).id
-        for (let j = 0; j < this.tab.chart4.chart4Data3.length; j++) {
-          if (j == myId) {
-            arrData3.push(this.tab.chart4.chart4Data3[j])
-          }
-        }
-      }
-      this.tab.chart4.chartLine_data.data3 = arrData3
-      this.tab.chart4.chartLine_data.data1 = this.tab.chart4.getdataListParm.parammaps.statisticsList
-      this.roadChartLine4(this.tab.chart4.chartLine_data)
-    },
-    getChart4() {
-      this.tab.chart4.listLoading = true
-      const url = 'authdata/chart/feedEffZH'
-      const data = {}
-      data.parammaps = {}
-      if (this.tab.chart4.getdataListParm.parammaps.specificDate == '1') {
-        data.parammaps.pastureid = this.tab.chart4.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = parseTime(this.tab.chart4.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-        data.parammaps.stopTime = parseTime(this.tab.chart4.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-        data.parammaps.status = this.tab.chart4.getdataListParm.parammaps.status
-      } else {
-        data.parammaps.pastureid = this.tab.chart4.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = this.tab.chart4.getdataListParm.parammaps.startTime
-        data.parammaps.stopTime = this.tab.chart4.getdataListParm.parammaps.stopTime
-        data.parammaps.status = this.tab.chart4.getdataListParm.parammaps.status
-      }
-      postJson(url, data).then(response => {
-        if (response.data !== null && response.data.list !== null) {
-          console.log('转化率图表数据', response.data.list)
-          this.tab.chart4.table.list = response.data.data
-          this.tab.chart4.chartLine_data = response.data.list
-          this.tab.chart4.total = response.data.total
-          this.tab.chart4.statisticsList = []
-          this.tab.chart4.getdataListParm.parammaps.statisticsList = []
-          for (let i = 0; i < response.data.list.data1.length; i++) {
-            if (i < 10) {
-              this.tab.chart4.getdataListParm.parammaps.statisticsList.push(response.data.list.data1[i])
-            }
-            var obj = {}
-            obj.id = i
-            obj.name = response.data.list.data1[i]
-            this.tab.chart4.statisticsList.push(obj)
-          }
-          this.tab.chart4.chart4Data3 = response.data.list.data3
-          this.tab.chart4.total = response.data.total
-          console.log('转化率图数据', this.tab.chart4.chartLine_data)
-          console.log('转化率表数据', this.tab.chart4.table.list)
-          var arrData3 = []
-          console.log('statisticsList', this.tab.chart4.getdataListParm.parammaps.statisticsList)
-          for (let i = 0; i < this.tab.chart4.getdataListParm.parammaps.statisticsList.length; i++) {
-            const myId = this.tab.chart4.statisticsList.find(obj => obj.name == this.tab.chart4.getdataListParm.parammaps.statisticsList[i]).id
-            for (let j = 0; j < this.tab.chart4.chart4Data3.length; j++) {
-              if (j == myId) {
-                arrData3.push(this.tab.chart4.chart4Data3[j])
-              }
-            }
-          }
-          this.tab.chart4.chartLine_data.data3 = arrData3
-          this.tab.chart4.chartLine_data.data1 = this.tab.chart4.getdataListParm.parammaps.statisticsList
-        } else {
-          this.tab.chart4.list = []
-          this.tab.chart4.chartLine_data = {}
-        }
-        this.roadChartLine4(this.tab.chart4.chartLine_data)
-        setTimeout(() => {
-          this.tab.chart4.listLoading = false
-        }, 100)
-      })
-    },
-    roadChartLine4(chartLine_data) {
-      if (this.tab.chart4.chartLine != null) {
-        this.tab.chart4.chartLine.dispose()
-      }
-      this.tab.chart4.chartLine = echarts.init(document.getElementById('chartLine4'))
-      var option = {
-        title: {
-          text: ''
-        },
-        tooltip: {
-          trigger: 'axis'
-        },
-        legend: { data: chartLine_data.data1, right: 10, show: true, type: 'scroll' },
-        grid: {
-          top: '15%',
-          left: '3%',
-          right: '8%',
-          containLabel: true
-        },
-        toolbox: {
-          show: true,
-          right: '2%',
-          feature: {}
-        },
-        xAxis: { type: 'category', boundaryGap: false, data: chartLine_data.data2, name: '日期' },
-        yAxis: {
-          type: 'value', name: '百分比', axisLabel: { formatter: '{value} %' }
-        },
-        series: (function() {
-          var serie = []
-          if (chartLine_data.data3 !== undefined) {
-            for (var i = 0; i < chartLine_data.data3.length; i++) {
-              var item = {
-                name: chartLine_data.data1[i],
-                type: 'line',
-                data: chartLine_data.data3[i].data
-              }
-              serie.push(item)
-            }
-          }
-          return serie
-        }())
-      }
-      this.tab.chart4.chartLine.setOption(option)
-      window.onresize = function() {
-        this.tab.chart4.chartLine.resize()
-      }
-    },
-
-    // 成本分析
-    changeStatisticChart5(arr) {
-      var arr1 = []
-      for (let i = 0; i < arr.length; i++) {
-        if (arr[i] !== 'all') {
-          arr1.push(arr[i])
-        }
-      }
-      this.tab.chart5.getdataListParm.parammaps.statisticsList = arr1
-      var arrData3 = []
-      for (let i = 0; i < this.tab.chart5.getdataListParm.parammaps.statisticsList.length; i++) {
-        const myId = this.tab.chart5.statisticsList.find(obj => obj.name == this.tab.chart5.getdataListParm.parammaps.statisticsList[i]).id
-        for (let j = 0; j < this.tab.chart5.chart5Data3.length; j++) {
-          if (j == myId) {
-            arrData3.push(this.tab.chart5.chart5Data3[j])
-          }
-        }
-      }
-      this.tab.chart5.chartLine_data.data3 = arrData3
-      this.tab.chart5.chartLine_data.data1 = this.tab.chart5.getdataListParm.parammaps.statisticsList
-      this.roadChartLine5(this.tab.chart5.chartLine_data)
-    },
-    getChart5() {
-      this.tab.chart5.listLoading = true
-      const url = 'authdata/chart/feedEffCBFT'
-      const data = {}
-      data.parammaps = {}
-      if (this.tab.chart5.getdataListParm.parammaps.specificDate == '1') {
-        data.parammaps.pastureid = this.tab.chart5.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = parseTime(this.tab.chart5.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
-        data.parammaps.stopTime = parseTime(this.tab.chart5.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
-        data.parammaps.status = this.tab.chart5.getdataListParm.parammaps.status
-      } else {
-        data.parammaps.pastureid = this.tab.chart5.getdataListParm.parammaps.pastureid
-        data.parammaps.startTime = this.tab.chart5.getdataListParm.parammaps.startTime
-        data.parammaps.stopTime = this.tab.chart5.getdataListParm.parammaps.stopTime
-        data.parammaps.status = this.tab.chart5.getdataListParm.parammaps.status
-      }
-      postJson(url, data).then(response => {
-        if (response.data !== null && response.data.list !== null) {
-          console.log('转化率图表数据', response.data.list)
-          this.tab.chart5.table.list = response.data.data
-          this.tab.chart5.chartLine_data = response.data.list
-          this.tab.chart5.total = response.data.total
-          this.tab.chart5.statisticsList = []
-          this.tab.chart5.getdataListParm.parammaps.statisticsList = []
-          for (let i = 0; i < response.data.list.data1.length; i++) {
-            if (i < 10) {
-              this.tab.chart5.getdataListParm.parammaps.statisticsList.push(response.data.list.data1[i])
-            }
-            var obj = {}
-            obj.id = i
-            obj.name = response.data.list.data1[i]
-            this.tab.chart5.statisticsList.push(obj)
-          }
-          this.tab.chart5.chart5Data3 = response.data.list.data3
-          this.tab.chart5.total = response.data.total
-          console.log('转化率图数据', this.tab.chart5.chartLine_data)
-          console.log('转化率表数据', this.tab.chart5.table.list)
-          var arrData3 = []
-          for (let i = 0; i < this.tab.chart5.getdataListParm.parammaps.statisticsList.length; i++) {
-            const myId = this.tab.chart5.statisticsList.find(obj => obj.name == this.tab.chart5.getdataListParm.parammaps.statisticsList[i]).id
-            for (let j = 0; j < this.tab.chart5.chart5Data3.length; j++) {
-              if (j == myId) {
-                arrData3.push(this.tab.chart5.chart5Data3[j])
-              }
-            }
-          }
-          this.tab.chart5.chartLine_data.data3 = arrData3
-          this.tab.chart5.chartLine_data.data1 = this.tab.chart5.getdataListParm.parammaps.statisticsList
-        } else {
-          this.tab.chart5.list = []
-        }
-        this.roadChartLine5(this.tab.chart5.chartLine_data)
-        setTimeout(() => {
-          this.tab.chart5.listLoading = false
-        }, 100)
-      })
-    },
-    roadChartLine5(chartLine_data) {
-      if (this.tab.chart5.chartLine != null) {
-        this.tab.chart5.chartLine.dispose()
-      }
-      this.tab.chart5.chartLine = echarts.init(document.getElementById('chartLine5'))
-      var option = {
-        title: {
-          text: ''
-        },
-        tooltip: {
-          trigger: 'axis'
-        },
-        legend: { data: chartLine_data.data1, right: 10, show: true, type: 'scroll' },
-        grid: {
-          top: '15%',
-          left: '5%',
-          right: '8%',
-          containLabel: true
-        },
-        toolbox: {
-          show: true,
-          right: '2%',
-          feature: {}
-        },
-        xAxis: { type: 'category', boundaryGap: false, data: chartLine_data.data2, name: '日期' },
-        yAxis: {
-          type: 'value', name: '公斤奶饲料成本(元)'
-        },
-        series: (function() {
-          var serie = []
-          if (chartLine_data.data3 !== undefined) {
-            for (var i = 0; i < chartLine_data.data3.length; i++) {
-              var item = {
-                name: chartLine_data.data1[i],
-                type: 'line',
-                data: chartLine_data.data3[i].data
-              }
-              serie.push(item)
-            }
-          }
-          return serie
-        }())
-      }
-      this.tab.chart5.chartLine.setOption(option)
-      window.onresize = function() {
-        this.tab.chart5.chartLine.resize()
-      }
-    },
-    // 导出
-    handleExport(item) {
-      if (item == 'chart1') {
-        console.log('泌乳牛干物质采食量导出')
-        var excelDatasTabChart1 = [
-          {
-            tHeader: ['日期', '泌乳牛采食量', '泌乳牛产奶量'],
-            filterVal: ['日期', 'field1', 'field2'],
-            tableDatas: this.tab.chart1.table.list,
-            sheetName: '泌乳牛采食量'
-          }
-        ]
-        json2excel(excelDatasTabChart1, '泌乳牛采食量', true, 'xlsx')
-      } else if (item == 'chart2') {
-        console.log('牛栏剩料率导出')
-        var excelDatasTabChart2 = [
-          {
-            tHeader: ['日期', '栏舍名称', '剩料量', '撒料量', '剩料率'],
-            filterVal: ['日期', '名称', '剩料量', '撒料量', '准确率'],
-            tableDatas: this.tab.chart2.table.list,
-            sheetName: '牛栏剩料率'
-          }
-        ]
-        json2excel(excelDatasTabChart2, '牛栏剩料率', true, 'xlsx')
-      } else if (item == 'chart3') {
-        console.log('混料时间统计导出')
-        var excelDatasTabChart3 = [
-          {
-            tHeader: ['日期', '混料时间(分钟)'],
-            filterVal: ['日期', 'field1'],
-            tableDatas: this.tab.chart3.table.list,
-            sheetName: '混料时间统计'
-          }
-        ]
-        json2excel(excelDatasTabChart3, '混料时间统计', true, 'xlsx')
-      } else if (item == 'chart4') {
-        console.log('转化率导出')
-        var excelDatasTabChart4 = [
-          {
-            tHeader: ['日期', '配方名称', '饲料转化率'],
-            filterVal: ['日期', '名称', '准确率'],
-            tableDatas: this.tab.chart4.table.list,
-            sheetName: '转化率统计'
-          }
-        ]
-        json2excel(excelDatasTabChart4, '转化率', true, 'xlsx')
-      } else if (item == 'chart5') {
-        console.log('成本分析导出')
-        var excelDatasTabChart5 = [
-          {
-            tHeader: ['日期', '牲畜类别', '公斤奶饲料成本(元)'],
-            filterVal: ['日期', '名称', '准确率'],
-            tableDatas: this.tab.chart5.table.list,
-            sheetName: '成本分析'
-          }
-        ]
-        json2excel(excelDatasTabChart5, '成本分析', true, 'xlsx')
-      }
-    },
-    // 切换表格
-    handleTable(item) {
-      // 显示切换表格
-      if (item == 'chart1') {
-        console.log('泌乳牛采食量表格')
-        this.tab.chart1.isTable = true
-        this.tab.chart1.isChart = false
-      } else if (item == 'chart2') {
-        console.log('牛栏剩料率表格')
-        this.tab.chart2.isTable = true
-        this.tab.chart2.isChart = false
-      } else if (item == 'chart3') {
-        console.log('混料时间统计表格')
-        this.tab.chart3.isTable = true
-        this.tab.chart3.isChart = false
-      } else if (item == 'chart4') {
-        console.log('转化率表格')
-        this.tab.chart4.isTable = true
-        this.tab.chart4.isChart = false
-      } else if (item == 'chart5') {
-        console.log('成本分析表格')
-        this.tab.chart5.isTable = true
-        this.tab.chart5.isChart = false
-      }
-    },
-    // 切换图表
-    handleChart(item) {
-      // 显示切换图表
-      if (item == 'chart1') {
-        console.log('泌乳牛采食量图表')
-        this.tab.chart1.isTable = false
-        this.tab.chart1.isChart = true
-        this.getChart1()
-      } else if (item == 'chart2') {
-        console.log('牛栏剩料率图表')
-        this.tab.chart2.isTable = false
-        this.tab.chart2.isChart = true
-        this.getChart2()
-      } else if (item == 'chart3') {
-        console.log('混料时间统计图表')
-        this.tab.chart3.isTable = false
-        this.tab.chart3.isChart = true
-        this.getChart3()
-      } else if (item == 'chart4') {
-        console.log('转化率图表')
-        this.tab.chart4.isTable = false
-        this.tab.chart4.isChart = true
-        this.getChart4()
-      } else if (item == 'chart5') {
-        console.log('成本分析图表')
-        this.tab.chart5.isTable = false
-        this.tab.chart5.isChart = true
-        this.getChart5()
-      }
-    },
-    // 切换tab2日期
-    changeTab2Date() {
-      this.getTab2List()
-      this.getTab2List2()
-      this.getTab2List3()
-      this.getTab2List4()
-    },
-    // 宾州筛分析
-    getTab2List() {
-      this.tab2.table.listLoading = true
-      GetDataByName(this.tab2.table.getdataListParm).then(response => {
-        console.log('宾州筛分析table数据', response.data.list)
-        if (response.data.list !== null) {
-          this.tab2.table.list = response.data.list
-          this.tab2.table.total = response.data.total
-        } else {
-          this.tab2.table.list = []
-        }
-        setTimeout(() => {
-          this.tab2.table.listLoading = false
-        }, 100)
-      })
-    },
-
-    // 粪便筛分析
-    getTab2List2() {
-      this.tab2.table2.listLoading = true
-      this.tab2.table2.getdataListParm.parammaps.date = this.tab2.table.getdataListParm.parammaps.date
-      GetDataByName(this.tab2.table2.getdataListParm).then(response => {
-        console.log('粪便筛分析table数据', response.data.list)
-        if (response.data.list !== null) {
-          this.tab2.table2.list = response.data.list
-          this.tab2.table2.total = response.data.total
-        } else {
-          this.tab2.table2.list = []
-        }
-        setTimeout(() => {
-          this.tab2.table2.listLoading = false
-        }, 100)
-      })
-    },
-
-    // BCS评分
-    getTab2List3() {
-      this.tab2.table3.listLoading = true
-      this.tab2.table3.getdataListParm.parammaps.date = this.tab2.table.getdataListParm.parammaps.date
-      GetDataByName(this.tab2.table3.getdataListParm).then(response => {
-        console.log('BCS评分table数据', response.data.list)
-        if (response.data.list !== null) {
-          this.tab2.table3.list = response.data.list
-          this.tab2.table3.total = response.data.total
-        } else {
-          this.tab2.table3.list = []
-        }
-        setTimeout(() => {
-          this.tab2.table3.listLoading = false
-        }, 100)
-      })
-    },
-
-    // 粪便评分
-    getTab2List4() {
-      this.tab2.table4.listLoading = true
-      this.tab2.table4.getdataListParm.parammaps.date = this.tab2.table.getdataListParm.parammaps.date
-      GetDataByName(this.tab2.table4.getdataListParm).then(response => {
-        console.log('成本分析table数据', response.data.list)
-        if (response.data.list !== null) {
-          this.tab2.table4.list = response.data.list
-          this.tab2.table4.total = response.data.total
-        } else {
-          this.tab2.table4.list = []
-        }
-        setTimeout(() => {
-          this.tab2.table4.listLoading = false
-        }, 100)
-      })
-    }
-
-  }
-}
-</script>
-<style lang="scss" scoped>
-  .button{
-    height: 95px;
-    .exportTable2{float: right;margin-right: 5px;margin-top: 5px;}
-  }
-  .app-container1{padding-left: 10px;background-color: #F4F4F4;}
-  .dashboard-editor-container {
-    background-color: #F4F4F4;
-    .grid-content{
-      background-color:#fff;padding: 0 10px;
-      h4{text-align: center;line-height: 50px;}
-    }
-  }
-  /deep/ .specificDate .el-radio{margin-right: 0px;}
-  /deep/ .el-radio-button__inner{padding: 7px 7px ;}
-  /deep/ .el-range-editor.el-input__inner .el-input__icon{width: 0;}
-</style>
+<template>
+  <div class="app-container1">
+    <el-tabs v-model="activeName" @tab-click="handleTabClick">
+      <el-tab-pane label="效率统计" name="first">
+        <div class="search">
+          <el-date-picker v-model="tab.table.getdataListParm.parammaps.date" :clearable="false" type="date" placeholder="选择日期" style="width: 150px;" format="yyyy-MM-dd" value-format="yyyy-MM-dd" v-if="false"/>
+          <el-date-picker v-model="tab.table.getdataListParm.parammaps.inputDatetime" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" style="width: 250px;" :picker-options="pickerOptions" @change="change_date"/>
+          <el-button class="el-icon-arrow-left elIconArrowLeft" @click="handleBefore" />
+          <el-button class="el-icon-arrow-right elIconArrowRight" @click="handleNext" />
+          <span style="margin-left: 10px;">统计类型:</span>
+          <el-radio v-model="tab.radio" label="1" @change="changeRadio">配方</el-radio>
+          <el-radio v-model="tab.radio" label="2" @change="changeRadio">栏舍</el-radio>
+          <el-radio v-model="tab.radio" label="3" @change="changeRadio">牲畜类别</el-radio>
+          <el-input v-if="tab.isFormulaName" v-model="tab.table.getdataListParm.parammaps.ftname" class="filter-item" style="width: 245px;" placeholder="配方模板" />
+          <el-input v-if="tab.isHouseName" v-model="tab.table.getdataListParm.parammaps.barname" class="filter-item" style="width: 150px;" placeholder="栏舍" />
+          <el-input v-if="tab.isHouseName" v-model="tab.table.getdataListParm.parammaps.ftname" class="filter-item" style="width: 150px;" placeholder="配方模板" />
+          <el-input v-if="tab.isLivestockType" v-model="tab.table.getdataListParm.parammaps.cowclass" class="filter-item" style="width: 150px;" placeholder="牲畜类别" />
+          <el-button class="successBorder" @click="handleSearch">查询</el-button>
+          <el-button class="export" icon="el-icon-upload2" @click="handleDownload">导出</el-button>
+          <svg-icon icon-class="Up" class="down" style="width: 40px;height: 40px;float: right;" @click="handleQuickJumpChart" />
+        </div>
+        <div id="table" class="table">
+          <u-table
+            :key="tab.table.tableKey"
+            v-loading="tab.table.listLoading"
+            element-loading-text="给我一点时间"
+            :data="tab.table.list"
+            border
+            fit
+            highlight-current-row
+            style="width: 100%;"
+            :row-style="rowStyle"
+            :cell-style="cellStyle"
+            class="elTable table-fixed"
+            :max-height="myHeight"
+          >
+            <u-table-column v-if="tab.isFormulaName" sortable label="配方模板" min-width="70px" align="center" prop="配方模板" />
+            <u-table-column v-if="tab.isHouseName" sortable label="栏舍" min-width="70px" align="center" prop="栏舍" />
+            <u-table-column v-if="tab.isHouseName" sortable label="配方模板" min-width="70px" align="center" prop="配方模板" />
+            <u-table-column v-if="tab.isLivestockType" sortable label="牲畜类别" min-width="70px" align="center" prop="牲畜类别" />
+            <u-table-column sortable label="实际牛头数" min-width="60px" align="center" prop="实际牛头数" />
+            <u-table-column sortable label="应混料量(kg)" min-width="60px" align="center" prop="应混料量" />
+            <u-table-column sortable label="实际混料量(kg)" min-width="70px" align="center" prop="实际混料量" />
+            <u-table-column sortable label="撒料量(kg)" min-width="60px" align="center" prop="撒料量" />
+            <u-table-column sortable label="平均混料时间" min-width="70px" align="center" prop="混料时间" />
+            <u-table-column sortable label="转投剩料量(kg)" min-width="70px" align="center" prop="转投剩料量" />
+            <u-table-column sortable label="今日剩料量(kg)" min-width="70px" align="center" prop="今日剩料量" />
+            <u-table-column sortable label="剩料率(%)" min-width="60px" align="center" prop="剩料率" />
+            <u-table-column sortable label="TMR干物质(%)" min-width="65px" align="center" prop="TMR干物质" />
+            <u-table-column sortable label="配方干物质采食量(kg/头)" min-width="80px" align="center" prop="配方干物质采食量" />
+            <u-table-column sortable label="实际干物质采食量(kg/头)" min-width="80px" align="center" prop="实际干物质采食量" />
+            <u-table-column sortable label="采食率(%)" min-width="60px" align="center" prop="采食率" />
+            <u-table-column sortable label="配方成本(元/头)" min-width="65px" align="center" prop="配方成本" />
+            <u-table-column sortable label="实际成本(元/头)" min-width="65px" align="center" prop="实际成本" />
+            <u-table-column sortable label="产奶量(kg/头)" min-width="65px" align="center" prop="产奶量" />
+            <u-table-column sortable label="饲料转化率(%)" min-width="60px" align="center" prop="饲料转化率" />
+            <u-table-column sortable label="公斤奶饲料成本" min-width="60px" align="center" prop="公斤奶饲料成本" />
+          </u-table>
+          <span v-if="tab.table.listLoading == false" style="margin-right: 30px;margin-top: 10px;font-size: 14px;">共{{ tab.table.total }}条</span>
+          <!-- <pagination v-show="tab.table.total>=0" :total="tab.table.total" :page.sync="tab.table.getdataListParm.offset" :limit.sync="tab.table.getdataListParm.pagecount" @pagination="getTabList" /> -->
+        </div>
+        <div class="AnalysisChart">
+          <el-row :gutter="10">
+            <el-col :span="24" style="margin-top: 10px;">
+              <span>图表查询时间:</span>
+              <el-date-picker v-model="tab.chartDate" :clearable="false" style="margin-left: 10px;width: 250px;margin-right: 10px;" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions" />
+              <el-button class="successBorder" @click="handleChartDate">确认</el-button>
+              <svg-icon icon-class="Up" style="width: 40px;height: 40px;float: right;" @click="handleQuickJumpTop" />
+            </el-col>
+          </el-row>
+          <el-row :gutter="10" class="dashboard-editor-container">
+            <el-col :span="12">
+              <div class="grid-content">
+                <h4 style="text-align:center;">泌乳牛干物质采食量</h4>
+                <div v-if="tab.chart1.isChart" class="button">
+                  <el-date-picker v-model="tab.chart1.getdataListParm.parammaps.inputDatetime" style="width: 250px;" class="inputDatetime" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :clearable="false" :picker-options="pickerOptions" @change="changeChartDate('chart1')" />
+                  <div class="exportTable" @click="handleExport('chart1')">导出</div>
+                  <div class="exportTable" @click="handleTable('chart1')">切换表格</div>
+                </div>
+                <div v-if="tab.chart1.isChart" id="chartLine1" style="width:100%;height:430px;" />
+                <div v-if="tab.chart1.isTable" class="table">
+                  <div class="button">
+                    <div class="exportTable" @click="handleExport('chart1')">导出</div>
+                    <div class="exportTable" @click="handleChart('chart1')">切换图表</div>
+                  </div>
+                  <el-table
+                    :key="tab.chart1.table.tableKey"
+                    v-loading="tab.chart1.table.listLoading"
+                    element-loading-text="给我一点时间"
+                    :data="tab.chart1.table.list"
+                    border
+                    fit
+                    highlight-current-row
+                    style="width: 100%;"
+                    height="430"
+                    :row-style="rowStyle"
+                    :cell-style="cellStyle"
+                    class="elTable table-fixed"
+                  >
+                    <el-table-column label="日期" sortable min-width="110px" align="center" prop="日期" />
+                    <el-table-column label="泌乳牛采食量(kg)" sortable min-width="110px" align="center" prop="field1" />
+                    <el-table-column label="泌乳牛产奶量(kg)" sortable min-width="110px" align="center" prop="field2" />
+                  </el-table>
+                </div>
+              </div>
+            </el-col>
+            <el-col :span="12">
+              <div class="grid-content">
+                <h4 style="text-align:center;">牛栏剩料率</h4>
+                <div v-if="tab.chart2.isChart" class="button">
+                  <my-select ref="tenantselect" :model="tab.chart2.getdataListParm.parammaps.statisticsList" :option="tab.chart2.statisticsList" :value="'name'" :label="'name'" style="width: 150px;margin-right: 5px;float: left;" placeholder="请选择统计参数" @searchSelect="changeStatisticChart2" />
+                  <el-date-picker v-model="tab.chart2.getdataListParm.parammaps.inputDatetime" style="width: 245px;" class="inputDatetime" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :clearable="false" :picker-options="pickerOptions" @change="changeChartDate('chart2')" />
+                  <div class="exportTable" @click="handleExport('chart2')">导出</div>
+                  <div class="exportTable" @click="handleTable('chart2')">切换表格</div>
+                </div>
+                <div v-if="tab.chart2.isChart" id="chartLine2" style="width:100%;height:430px;" />
+                <div v-if="tab.chart2.isTable" class="table">
+                  <div class="button">
+                    <div class="exportTable" @click="handleExport('chart2')">导出</div>
+                    <div class="exportTable" @click="handleChart('chart2')">切换图表</div>
+                  </div>
+                  <el-table
+                    :key="tab.chart2.table.tableKey"
+                    v-loading="tab.chart2.table.listLoading"
+                    element-loading-text="给我一点时间"
+                    :data="tab.chart2.table.list"
+                    border
+                    fit
+                    highlight-current-row
+                    style="width: 100%;"
+                    height="430"
+                    :row-style="rowStyle"
+                    :cell-style="cellStyle"
+                    class="elTable table-fixed"
+                  >
+                    <el-table-column label="日期" sortable min-width="110px" align="center" prop="日期" />
+                    <el-table-column label="栏舍名称" sortable min-width="110px" align="center" prop="名称" />
+                    <el-table-column label="剩料量" sortable min-width="110px" align="center" prop="剩料量" />
+                    <el-table-column label="撒料量" sortable min-width="110px" align="center" prop="撒料量" />
+                    <el-table-column label="剩料率" sortable min-width="110px" align="center" prop="准确率" />
+                  </el-table>
+                </div>
+              </div>
+            </el-col>
+          </el-row>
+          <el-row :gutter="10" class="dashboard-editor-container">
+            <el-col :span="12">
+              <div class="grid-content">
+                <h4 style="text-align:center;">混料时间统计</h4>
+                <div v-if="tab.chart3.isChart" class="button">
+                  <el-date-picker v-model="tab.chart3.getdataListParm.parammaps.inputDatetime" style="width: 250px;" class="inputDatetime" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :clearable="false" :picker-options="pickerOptions" @change="changeChartDate('chart3')" />
+                  <div class="exportTable" @click="handleExport('chart3')">导出</div>
+                  <div class="exportTable" @click="handleTable('chart3')">切换表格</div>
+                </div>
+                <div v-if="tab.chart3.isChart" id="chartLine3" style="width:100%;height:430px;" />
+                <div v-if="tab.chart3.isTable" class="table">
+                  <div class="button">
+                    <div class="exportTable" @click="handleExport('chart3')">导出</div>
+                    <div class="exportTable" @click="handleChart('chart3')">切换图表</div>
+                  </div>
+                  <el-table
+                    :key="tab.chart3.table.tableKey"
+                    v-loading="tab.chart3.table.listLoading"
+                    element-loading-text="给我一点时间"
+                    :data="tab.chart3.table.list"
+                    border
+                    fit
+                    highlight-current-row
+                    style="width: 100%;"
+                    height="430"
+                    :row-style="rowStyle"
+                    :cell-style="cellStyle"
+                    class="elTable table-fixed"
+                  >
+                    <el-table-column sortable label="日期" min-width="110px" align="center" prop="日期" />
+                    <el-table-column sortable label="混料时间(分钟)" min-width="110px" align="center" prop="field1" />
+                  </el-table>
+                </div>
+              </div>
+            </el-col>
+            <el-col :span="12">
+              <div class="grid-content">
+                <h4 style="text-align:center;">转化率</h4>
+                <div v-if="tab.chart4.isChart" class="button">
+                  <my-select ref="tenantselect" :model="tab.chart4.getdataListParm.parammaps.statisticsList" :option="tab.chart4.statisticsList" :value="'name'" :label="'name'" style="width: 150px;margin-right: 5px;float: left;" placeholder="请选择统计参数" @searchSelect="changeStatisticChart4" />
+                  <el-date-picker v-model="tab.chart4.getdataListParm.parammaps.inputDatetime" style="width: 245px;" class="inputDatetime" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :clearable="false" :picker-options="pickerOptions" @change="changeChartDate('chart4')" />
+                  <div class="exportTable" @click="handleExport('chart4')">导出</div>
+                  <div class="exportTable" @click="handleTable('chart4')">切换表格</div>
+                </div>
+                <div v-if="tab.chart4.isChart" id="chartLine4" style="width:100%;height:430px;" />
+                <div v-if="tab.chart4.isTable" class="table">
+                  <div class="button">
+                    <div class="exportTable" @click="handleExport('chart4')">导出</div>
+                    <div class="exportTable" @click="handleChart('chart4')">切换图表</div>
+                  </div>
+                  <el-table
+                    :key="tab.chart4.table.tableKey"
+                    v-loading="tab.chart4.table.listLoading"
+                    element-loading-text="给我一点时间"
+                    :data="tab.chart4.table.list"
+                    border
+                    fit
+                    highlight-current-row
+                    style="width: 100%;"
+                    height="430"
+                    :row-style="rowStyle"
+                    :cell-style="cellStyle"
+                    class="elTable table-fixed"
+                  >
+                    <el-table-column sortable label="日期" min-width="110px" align="center" prop="日期" />
+                    <el-table-column sortable label="配方名称" min-width="110px" align="center" prop="名称" />
+                    <el-table-column sortable label="饲料转化率" min-width="110px" align="center" prop="准确率" />
+                  </el-table>
+                </div>
+              </div>
+            </el-col>
+          </el-row>
+
+          <el-row :gutter="10" class="dashboard-editor-container" style="margin-bottom: 30px;">
+            <el-col :span="24">
+              <div class="grid-content">
+                <h4 style="text-align:center;">成本分析</h4>
+                <div v-if="tab.chart5.isChart" class="button">
+                  <my-select ref="tenantselect" :model="tab.chart5.getdataListParm.parammaps.statisticsList" :option="tab.chart5.statisticsList" :value="'name'" :label="'name'" style="width: 150px;margin-right: 5px;float: left;" placeholder="请选择统计参数" @searchSelect="changeStatisticChart5" />
+                  <el-date-picker v-model="tab.chart5.getdataListParm.parammaps.inputDatetime" style="width: 250px;" class="inputDatetime" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" :clearable="false" :picker-options="pickerOptions" @change="changeChartDate('chart5')" />
+                  <div class="exportTable" @click="handleExport('chart5')">导出</div>
+                  <div class="exportTable" @click="handleTable('chart5')">切换表格</div>
+                </div>
+                <div v-if="tab.chart5.isChart" id="chartLine5" style="width:100%;height:430px;" />
+                <div v-if="tab.chart5.isTable" class="table">
+                  <div class="button">
+                    <div class="exportTable" @click="handleExport('chart5')">导出</div>
+                    <div class="exportTable" @click="handleChart('chart5')">切换图表</div>
+                  </div>
+                  <el-table
+                    :key="tab.chart5.table.tableKey"
+                    v-loading="tab.chart5.table.listLoading"
+                    element-loading-text="给我一点时间"
+                    :data="tab.chart5.table.list"
+                    border
+                    fit
+                    highlight-current-row
+                    style="width: 100%;"
+                    height="430"
+                    :row-style="rowStyle"
+                    :cell-style="cellStyle"
+                    class="elTable table-fixed"
+                  >
+                    <el-table-column sortable label="日期" min-width="110px" align="center" prop="日期" />
+                    <el-table-column sortable label="牲畜类别" min-width="110px" align="center" prop="名称" />
+                    <el-table-column sortable label="公斤奶饲料成本(元)" min-width="110px" align="center" prop="准确率" />
+                  </el-table>
+                </div>
+              </div>
+            </el-col>
+
+          </el-row>
+        </div>
+      </el-tab-pane>
+      <el-tab-pane label="牛群评估" name="second">
+        <div class="search">
+          <el-date-picker v-model="tab2.table.getdataListParm.parammaps.date" :clearable="false" type="date" placeholder="选择日期" style="width: 150px;" format="yyyy-MM-dd" value-format="yyyy-MM-dd" @change="changeTab2Date" />
+          <!-- <el-button class="el-icon-arrow-left elIconArrowLeft" @click="handleBefore2" />
+          <el-button class="el-icon-arrow-right elIconArrowRight" @click="handleNext2" /> -->
+        </div>
+        <div class="table">
+          <el-row :gutter="10">
+            <el-col :span="12">
+              <h4 style="text-align:center;">宾州筛分析</h4>
+              <el-table
+                :key="tab2.table.tableKey"
+                v-loading="tab2.table.listLoading"
+                element-loading-text="给我一点时间"
+                :data="tab2.table.list"
+                border
+                fit
+                highlight-current-row
+                style="width: 100%;"
+                :row-style="rowStyle"
+                :cell-style="cellStyle"
+                class="elTable table-fixed"
+                height="400px"
+              >
+                <el-table-column sortable label="宾州筛" min-width="60px" align="center" prop="barname" />
+                <el-table-column sortable label="第一层重量" min-width="60px" align="center" prop="oneweight" />
+                <el-table-column sortable label="第一层百分比" min-width="60px" align="center" prop="onerate" />
+                <el-table-column sortable label="第二层重量" min-width="60px" align="center" prop="twoweight" />
+                <el-table-column sortable label="第二层百分比" min-width="60px" align="center" prop="tworate" />
+                <el-table-column sortable label="第三层重量" min-width="60px" align="center" prop="threeweight" />
+                <el-table-column sortable label="第三层百分比" min-width="60px" align="center" prop="threerate" />
+                <el-table-column sortable label="第四层重量" min-width="60px" align="center" prop="fourweight" />
+                <el-table-column sortable label="第四层百分比" min-width="60px" align="center" prop="fourrate" />
+                <el-table-column sortable label="参考标准" min-width="50px" align="center" prop="standard" />
+              </el-table>
+            </el-col>
+            <el-col :span="12">
+              <h4 style="text-align:center;">粪便筛分析</h4>
+              <el-table
+                :key="tab2.table2.tableKey"
+                v-loading="tab2.table2.listLoading"
+                element-loading-text="给我一点时间"
+                :data="tab2.table2.list"
+                border
+                fit
+                highlight-current-row
+                style="width: 100%;"
+                :row-style="rowStyle"
+                :cell-style="cellStyle"
+                class="elTable table-fixed"
+                height="400px"
+              >
+                <el-table-column sortable label="粪便筛" min-width="60px" align="center" prop="barname" />
+                <el-table-column sortable label="第一层重量" min-width="60px" align="center" prop="oneweight" />
+                <el-table-column sortable label="第一层百分比" min-width="60px" align="center" prop="onerate" />
+                <el-table-column sortable label="第二层重量" min-width="60px" align="center" prop="twoweight" />
+                <el-table-column sortable label="第二层百分比" min-width="60px" align="center" prop="tworate" />
+                <el-table-column sortable label="第三层重量" min-width="60px" align="center" prop="threeweight" />
+                <el-table-column sortable label="第三层百分比" min-width="60px" align="center" prop="threerate" />
+                <el-table-column sortable label="参考标准" min-width="50px" align="center" prop="standard" />
+              </el-table>
+            </el-col>
+          </el-row>
+          <el-row :gutter="10">
+            <el-col :span="12">
+              <h4 style="text-align:center;">体况评分</h4>
+              <el-table
+                :key="tab2.table3.tableKey"
+                v-loading="tab2.table3.listLoading"
+                element-loading-text="给我一点时间"
+                :data="tab2.table3.list"
+                border
+                fit
+                highlight-current-row
+                style="width: 100%;"
+                :row-style="rowStyle"
+                :cell-style="cellStyle"
+                class="elTable table-fixed"
+                height="400px"
+              >
+                <el-table-column sortable label="栏舍" min-width="60px" align="center" prop="barname" />
+                <el-table-column sortable label="抽查样本数" min-width="60px" align="center" prop="sumcowcount" />
+                <el-table-column sortable label="单产" min-width="60px" align="center" prop="product" />
+                <el-table-column sortable label="干物质采食量" min-width="60px" align="center" prop="dryweight" />
+                <el-table-column sortable label="泌乳天数" min-width="50px" align="center" prop="avgdim" />
+                <el-table-column sortable label="标准分数" min-width="50px" align="center" prop="standardscore" />
+                <el-table-column sortable label="2.5-分(数量、百分比)" min-width="100px" align="center" prop="score25" />
+                <el-table-column sortable label="2.75分(数量、百分比)" min-width="100px" align="center" prop="score275" />
+                <el-table-column sortable label="3分(数量、百分比)" min-width="90px" align="center" prop="score3" />
+                <el-table-column sortable label="3.25分(数量、百分比)" min-width="100px" align="center" prop="score325" />
+                <el-table-column sortable label="3.5分(数量、百分比)" min-width="100px" align="center" prop="score35" />
+                <el-table-column sortable label="3.75分(数量、百分比)" min-width="100px" align="center" prop="score375" />
+                <el-table-column sortable label="4+分(数量、百分比)" min-width="100px" align="center" prop="score4" />
+              </el-table>
+            </el-col>
+            <!-- 粪便评分 -->
+            <el-col :span="12">
+              <h4 style="text-align:center;">粪便评分</h4>
+              <el-table
+                :key="tab2.table4.tableKey"
+                v-loading="tab2.table4.listLoading"
+                element-loading-text="给我一点时间"
+                :data="tab2.table4.list"
+                border
+                fit
+                highlight-current-row
+                style="width: 100%;"
+                :row-style="rowStyle"
+                :cell-style="cellStyle"
+                class="elTable table-fixed"
+                height="400px"
+              >
+                <el-table-column sortable label="栏舍" min-width="60px" align="center" prop="barname" />
+                <el-table-column sortable label="抽查样本数" min-width="60px" align="center" prop="sumcowcount" />
+                <el-table-column sortable label="单产" min-width="60px" align="center" prop="product" />
+                <el-table-column sortable label="干物质采食量" min-width="60px" align="center" prop="dryweight" />
+                <el-table-column sortable label="泌乳天数" min-width="60px" align="center" prop="avgdim" />
+                <el-table-column sortable label="标准分数" min-width="60px" align="center" prop="standardscore" />
+                <el-table-column sortable label="1分(数量、百分比)" min-width="90px" align="center" prop="score1" />
+                <el-table-column sortable label="2分(数量、百分比)" min-width="90px" align="center" prop="score2" />
+                <el-table-column sortable label="3分(数量、百分比)" min-width="90px" align="center" prop="score3" />
+                <el-table-column sortable label="4分(数量、百分比)" min-width="90px" align="center" prop="score4" />
+                <el-table-column sortable label="5分(数量、百分比)" min-width="90px" align="center" prop="score5" />
+              </el-table>
+            </el-col>
+          </el-row>
+        </div>
+      </el-tab-pane>
+    </el-tabs>
+  </div>
+
+</template>
+
+<script>
+import echarts from 'echarts'
+
+require('echarts/theme/macarons')
+import { GetDataByName, GetReportform } from '@/api/common'
+import Cookies from 'js-cookie'
+import { parseTime } from '@/utils/index.js'
+import Pagination from '@/components/Pagination'
+import { json2excel } from '@/utils/index.js'
+import { MessageBox } from 'element-ui'
+import mySelect from '@/components/mySelect'
+export default {
+  name: 'PastureFeedingEfficiency',
+  components: { Pagination, mySelect },
+  data() {
+    return {
+      pickerMinDate: '',
+      pickerOptions: {
+        onPick: ({ maxDate, minDate }) => {
+          this.pickerMinDate = minDate.getTime()
+          if (maxDate) {
+            this.pickerMinDate = ''
+          }
+        },
+        // 限制不能选择今天之后的日期
+        disabledDate: (time) => {
+          if (this.pickerMinDate !== '') {
+            const one = 31 * 24 * 3600 * 1000
+            const minTime = this.pickerMinDate - one
+            let maxTime = this.pickerMinDate + one
+            if (maxTime > new Date()) {
+              maxTime = new Date()
+            }
+            return time.getTime() < minTime || time.getTime() > maxTime
+          }
+          return time.getTime() > Date.now()
+        }
+      },
+      activeName: 'first',
+      tab: {
+        radio: '1',
+        isFormulaName: true, // 配方名称
+        isHouseName: false, // 栏舍名称
+        isLivestockType: false, // 牲畜类别
+        chartDate: [],
+        table: {
+          getdataListParm: {
+            name: 'getFeedEfficiencyFT',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              date: parseTime(new Date(), '{y}-{m}-{d}'),
+              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
+               inputDatetime: [new Date(), new Date()],
+              ftname: '',
+              barname: '',
+              cowclass: ''
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          temp: {}
+        },
+        chart1: {
+          chartLine: null,
+          chartLine_data: {},
+          getdataListParm: {
+            name: 'getFeedEffMR',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              inputDatetime: [new Date(), new Date()]
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          isChart: true,
+          isTable: false,
+          table: {
+            tableKey: 1,
+            list: [],
+            total: 0,
+            listLoading: false
+          }
+        },
+
+        chart2: {
+          chartLine: null,
+          chartLine_data: {},
+          getdataListParm: {
+            name: 'getFeedEffSL',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              inputDatetime: [new Date(), new Date()]
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          statisticsList: [],
+          chart2Data3: [],
+          isChart: true,
+          isTable: false,
+          table: {
+            tableKey: 1,
+            list: [],
+            total: 0,
+            listLoading: false
+          }
+        },
+
+        chart3: {
+          chartLine: null,
+          chartLine_data: {},
+          getdataListParm: {
+            name: 'getFeedEffHL',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              inputDatetime: [new Date(), new Date()]
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          isChart: true,
+          isTable: false,
+          table: {
+            tableKey: 1,
+            list: [],
+            total: 0,
+            listLoading: false
+          }
+        },
+
+        chart4: {
+          chartLine: null,
+          chartLine_data: {},
+          getdataListParm: {
+            name: 'getFeedEffZH',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              inputDatetime: [new Date(), new Date()]
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          statisticsList: [],
+          chart4Data3: [],
+          isChart: true,
+          isTable: false,
+          table: {
+            tableKey: 1,
+            list: [],
+            total: 0,
+            listLoading: false
+          }
+        },
+
+        chart5: {
+          chartLine: null,
+          chartLine_data: {},
+          getdataListParm: {
+            name: 'getFeedEffCBFT',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              startTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
+              inputDatetime: [new Date(), new Date()]
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          statisticsList: [],
+          chart5Data3: [],
+          isChart: true,
+          isTable: false,
+          table: {
+            tableKey: 1,
+            list: [],
+            total: 0,
+            listLoading: false
+          }
+        }
+      },
+
+      tab2: {
+        table: {
+          getdataListParm: {
+            name: 'getAssessCowPenn',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              date: parseTime(new Date(), '{y}-{m}-{d}')
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          temp: {}
+        },
+        table2: {
+          getdataListParm: {
+            name: 'getAssessCowDung',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              date: ''
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          temp: {}
+        },
+        table3: {
+          getdataListParm: {
+            name: 'getAssessBodyscore',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              date: ''
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          temp: {}
+        },
+        table4: {
+          getdataListParm: {
+            name: 'getAssessDungscore',
+            page: 1,
+            offset: 1,
+            pagecount: '',
+            returntype: 'Map',
+            parammaps: {
+              pastureid: Cookies.get('pastureid'),
+              date: ''
+            }
+          },
+          tableKey: 1,
+          list: [],
+          total: 0,
+          listLoading: true,
+          temp: {}
+        }
+      },
+      rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
+      cellStyle: { padding: 0 + 'px' },
+      myHeight: document.documentElement.clientHeight - 85 - 210
+    }
+  },
+
+  created() {
+    this.getTabList()
+    this.getTimeFn()
+    this.getChart1()
+    this.getChart2()
+    this.getChart3()
+    this.getChart4()
+    this.getChart5()
+  },
+  mounted() {
+
+  },
+  methods: {
+
+
+
+    change_date(e){
+      this.downTMR.parammaps.startdate = this.table.getdataListParm.parammaps.startTime
+      this.downTMR.parammaps.enddate = this.table.getdataListParm.parammaps.stopTime
+    },
+
+    // getDownList() {
+    //   this.downTMR.parammaps.startdate = this.table.getdataListParm.parammaps.startTime
+    //   this.downTMR.parammaps.enddate = this.table.getdataListParm.parammaps.stopTime
+    //   GetDataByName(this.downTMR).then(response => {
+    //     console.log(response.data.list)
+    //      this.TMRList = response.data.list
+    //   })
+    // },
+
+    getTimeFn() {
+      const that = this
+      const end = new Date()
+      const start = new Date()
+      const start2 = new Date()
+      start2.setTime(start2.getTime() - 3600 * 1000 * 24 * 1)
+      start.setTime(start.getTime() - 3600 * 1000 * 24 * 10)
+      end.setTime(end.getTime() - 3600 * 1000 * 24 * 1)
+
+      that.tab.table.getdataListParm.parammaps.date = parseTime(start2, '{y}-{m}-{d}')
+
+      // start.setTime(start.getTime() - 3600 * 1000 * 24 * 7)
+      that.tab.chartDate[0] = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chartDate[1] = parseTime(end, '{y}-{m}-{d}')
+      that.tab.chart1.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart1.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
+      that.tab.chart1.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart1.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
+      that.tab.chart2.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart2.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
+      that.tab.chart2.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart2.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
+
+      that.tab.chart3.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart3.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
+      that.tab.chart3.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart3.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
+
+      that.tab.chart4.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart4.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
+      that.tab.chart4.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart4.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
+
+      that.tab.chart5.getdataListParm.parammaps.inputDatetime[0] = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart5.getdataListParm.parammaps.inputDatetime[1] = parseTime(end, '{y}-{m}-{d}')
+      that.tab.chart5.getdataListParm.parammaps.startTime = parseTime(start, '{y}-{m}-{d}')
+      that.tab.chart5.getdataListParm.parammaps.stopTime = parseTime(end, '{y}-{m}-{d}')
+    },
+    // 导出
+    handleDownload() {
+      if (this.tab.radio == '1') {
+        var excelDatas = [
+          {
+            tHeader: ['配方模板', '实际牛头数', '应混料量(kg)', '实际混料量(kg)', '撒料量(kg)', '平均混料时间(min)', '转投剩料量(kg)', '今日剩料量(kg)', '剩料率(%)', 'TMR干物质(%)', '配方干物质采食量(kg/头)', '实际干物质采食量(kg/头)', '采食率(%)', '配方成本(元/头 )', '实际成本(元/ 头)', '产奶量(kg /头)', '饲料转化率', '公斤奶饲料成本'],
+            filterVal: ['配方模板', '实际牛头数', '应混料量', '实际混料量', '撒料量', '混料时间', '转投剩料量', '今日剩料量', '剩料率', 'TMR干物质', '配方干物质采食量', '实际干物质采食量', '采食率', '配方成本', '实际成本', '产奶量', '饲料转化率', '公斤奶饲料成本'],
+            tableDatas: this.tab.table.list,
+            sheetName: '配方'
+          }
+        ]
+        json2excel(excelDatas, '效率统计-配方', true, 'xlsx')
+      } else if (this.tab.radio == '2') {
+        var excelDatas2 = [
+          {
+            tHeader: ['栏舍', '配方模板', '实际牛头数', '应混料量(kg)', '实际混料量(kg)', '撒料量(kg)', '平均混料时间(min)', '转投剩料量(kg)', '今日剩料量(kg)', '剩料率(%)', 'TMR干物质(%)', '配方干物质采食量(kg/头)', ' 实际干物质采食量( kg/头)', '采食率 (%)', '配方成本( 元/头)', '实际成本 (元/头)', '产奶量(kg/头)', '饲料转化率', '公斤奶饲料成本'],
+            filterVal: ['栏舍', '配方模板', '实际牛头数', '应混料量', '实际混料量', '撒料量', '混料时间', '转投剩料量', '今日剩料量', '剩料率', 'TMR干物质', '配方干物质采食量', '实际干物质采食量', '采食率', '配方成本', '实际成本', '产奶量', '饲料转化率', '公斤奶饲料成本'],
+            tableDatas: this.tab.table.list,
+            sheetName: '栏舍'
+          }
+        ]
+        json2excel(excelDatas2, '效率统计-栏舍', true, 'xlsx')
+      } else if (this.tab.radio == '3') {
+        var excelDatas3 = [
+          {
+            tHeader: ['牲畜类别', '实际牛头数', '应混料量(kg)', '实际混料量(kg)', '撒料量(kg)', '平均混料时间(min)', '转投剩料量(kg)', '今日剩料量(kg)', '剩料率(%)', 'TMR干物质(%)', '配方 物质采食量(kg/ 头)', '实际干物质采 食量(kg/头)', ' 采食率(%)', '配方 成本(元/头)', '实际成本(元/头)', '产奶量(kg/头)', '饲料转化率', '公斤奶饲料成本'],
+            filterVal: ['牲畜类别', '实际牛头数', '应混料量', '实际混料量', '撒料量', '混料时间', '转投剩料量', '今日剩料量', '剩料率', 'TMR干物质', '配方干物质采食量', '实际干物质采食量', ' 采食率', '配方成本', '实际成本', '产奶量', '饲料转化率', '公斤奶饲料成本'],
+            tableDatas: this.tab.table.list,
+            sheetName: '牲畜类别'
+          }
+        ]
+        json2excel(excelDatas3, '效率统计-牲畜类别', true, 'xlsx')
+      }
+    },
+    // Tab切换
+    handleTabClick() {
+      if (this.activeName == 'first') {
+        const start2 = new Date()
+        start2.setTime(start2.getTime() - 3600 * 1000 * 24 * 1)
+        this.tab.table.getdataListParm.parammaps.date = parseTime(start2, '{y}-{m}-{d}')
+        this.tab.table.getdataListParm.parammaps.startTime = parseTime(start2, '{y}-{m}-{d}')
+        this.tab.table.getdataListParm.parammaps.stopTime = parseTime(start2, '{y}-{m}-{d}')
+        this.getTabList()
+        this.getChart1()
+        this.getChart2()
+        this.getChart3()
+        this.getChart4()
+        this.getChart5()
+      } else if (this.activeName == 'second') {
+        const start2 = new Date()
+        start2.setTime(start2.getTime() - 3600 * 1000 * 24 * 1)
+        this.tab2.table.getdataListParm.parammaps.date = parseTime(start2, '{y}-{m}-{d}')
+          this.tab.table.getdataListParm.parammaps.startTime = parseTime(start2, '{y}-{m}-{d}')
+        this.tab.table.getdataListParm.parammaps.stopTime = parseTime(start2, '{y}-{m}-{d}')
+        this.getTab2List()
+        this.getTab2List2()
+        this.getTab2List3()
+        this.getTab2List4()
+      }
+    },
+    // 切换统计类型
+    changeRadio() {
+      console.log(this.tab.radio)
+      if (this.tab.radio == '1') {
+        console.log('配方名称')
+        this.tab.isFormulaName = true
+        this.tab.isHouseName = false
+        this.tab.isLivestockType = false
+        this.tab.table.getdataListParm.parammaps.ftname = ''
+        this.tab.table.getdataListParm.parammaps.barname = ''
+        this.tab.table.getdataListParm.parammaps.ftname = ''
+        this.tab.table.getdataListParm.parammaps.cowclass = ''
+        this.tab.table.getdataListParm.name = 'getFeedEfficiencyFT'
+        this.getTabList()
+        this.tab.chart5.statisticsList = []
+        this.tab.chart5.getdataListParm.name = 'getFeedEffCBFT'
+        this.getChart5()
+        this.tab.chart4.getdataListParm.name = 'getFeedEffZH'
+        this.getChart4()
+      } else if (this.tab.radio == '2') {
+        console.log('栏舍名称')
+        this.tab.isFormulaName = false
+        this.tab.isHouseName = true
+        this.tab.isLivestockType = false
+        this.tab.table.getdataListParm.parammaps.ftname = ''
+        this.tab.table.getdataListParm.parammaps.barname = ''
+        this.tab.table.getdataListParm.parammaps.ftname = ''
+        this.tab.table.getdataListParm.parammaps.cowclass = ''
+        this.tab.table.getdataListParm.name = 'getFeedEfficiencyLS'
+        this.getTabList()
+        this.tab.chart5.statisticsList = []
+        this.tab.chart5.getdataListParm.name = 'getFeedEffCBLS'
+        this.getChart5()
+        this.tab.chart4.getdataListParm.name = 'getFeedEffZHLS'
+        this.getChart4()
+      } else if (this.tab.radio == '3') {
+        console.log(' 牲畜类别')
+        this.tab.isFormulaName = false
+        this.tab.isHouseName = false
+        this.tab.isLivestockType = true
+        this.tab.table.getdataListParm.parammaps.ftname = ''
+        this.tab.table.getdataListParm.parammaps.barname = ''
+        this.tab.table.getdataListParm.parammaps.ftname = ''
+        this.tab.table.getdataListParm.parammaps.cowclass = ''
+        this.tab.table.getdataListParm.name = 'getFeedEfficiencySC'
+        this.getTabList()
+        this.tab.chart5.statisticsList = []
+        this.tab.chart5.getdataListParm.name = 'getFeedEffCB'
+        this.getChart5()
+        this.tab.chart4.getdataListParm.name = 'getFeedEffZHSC'
+        this.getChart4()
+      }
+    },
+
+    // 效率统计
+    getTabList() {
+      this.tab.table.listLoading = true
+      GetDataByName(this.tab.table.getdataListParm).then(response => {
+        if (response.data !== null && response.data.list !== null) {
+          console.log('汇总统计/混料table数据', response.data.list)
+          this.tab.table.list = response.data.list
+          this.tab.table.total = response.data.total
+        } else {
+          this.tab.table.list = []
+        }
+        setTimeout(() => {
+          this.tab.table.listLoading = false
+        }, 100)
+      })
+    },
+    // 查询
+    handleSearch() {
+      if (this.tab.radio == '1') {
+        console.log('配方名称/查询')
+        this.tab.isFormulaName = true
+        this.tab.isHouseName = false
+        this.tab.isLivestockType = false
+        this.tab.table.getdataListParm.name = 'getFeedEfficiencyFT'
+        this.getTabList()
+      } else if (this.tab.radio == '2') {
+        console.log('栏舍名称/查询')
+        this.tab.isFormulaName = false
+        this.tab.isHouseName = true
+        this.tab.isLivestockType = false
+        this.tab.table.getdataListParm.name = 'getFeedEfficiencyLS'
+        this.getTabList()
+      } else if (this.tab.radio == '3') {
+        console.log(' 牲畜类别/查询')
+        this.tab.isFormulaName = false
+        this.tab.isHouseName = false
+        this.tab.isLivestockType = true
+        this.tab.table.getdataListParm.name = 'getFeedEfficiencySC'
+        this.getTabList()
+      }
+    },
+    // handleBefore() {
+    //   if (this.tab.table.getdataListParm.parammaps.date !== '' && this.tab.table.getdataListParm.parammaps.date !== null) {
+    //     this.tab.table.getdataListParm.parammaps.date = new Date(this.tab.table.getdataListParm.parammaps.date)
+    //     var start = new Date(this.tab.table.getdataListParm.parammaps.date.setDate(this.tab.table.getdataListParm.parammaps.date.getDate() - 1))
+    //     this.tab.table.getdataListParm.parammaps.date = parseTime(start, '{y}-{m}-{d}')
+    //     this.getTabList()
+    //   }
+    // },
+
+
+    handleBefore() {
+      if (this.tab.table.getdataListParm.parammaps.inputDatetime !== '' && this.tab.table.getdataListParm.parammaps.inputDatetime !== null) {
+        var start = new Date(this.tab.table.getdataListParm.parammaps.inputDatetime[0].setDate(this.tab.table.getdataListParm.parammaps.inputDatetime[0].getDate() - 1))
+        var stop = new Date(this.tab.table.getdataListParm.parammaps.inputDatetime[1].setDate(this.tab.table.getdataListParm.parammaps.inputDatetime[1].getDate() - 1))
+        // if (stop > Date.now()) {
+        //   this.Nextdisabled = true
+        //   this.Beforedisabled = false
+        // } else {
+        //   this.Nextdisabled = false
+        //   this.Beforedisabled = false
+        // }
+        this.tab.table.getdataListParm.parammaps.inputDatetime.length = 0
+        this.tab.table.getdataListParm.parammaps.inputDatetime.push(start, stop)
+        this.$forceUpdate()
+      }
+      this.tab.table.getdataListParm.parammaps.startTime = parseTime(this.tab.table.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
+      this.tab.table.getdataListParm.parammaps.stopTime = parseTime(this.tab.table.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
+
+      this.getTabList()
+    },
+    handleNext() {
+       if (this.tab.table.getdataListParm.parammaps.inputDatetime !== '' && this.tab.table.getdataListParm.parammaps.inputDatetime !== null) {
+        var start = new Date(this.tab.table.getdataListParm.parammaps.inputDatetime[0].setDate(this.tab.table.getdataListParm.parammaps.inputDatetime[0].getDate() + 1))
+        var stop = new Date(this.tab.table.getdataListParm.parammaps.inputDatetime[1].setDate(this.tab.table.getdataListParm.parammaps.inputDatetime[1].getDate() + 1))
+        // if (stop > Date.now()) {
+        //   this.Nextdisabled = true
+        //   this.Beforedisabled = false
+        // } else {
+        //   this.Nextdisabled = false
+        //   this.Beforedisabled = false
+        // }
+        this.tab.table.getdataListParm.parammaps.inputDatetime.length = 0
+        this.tab.table.getdataListParm.parammaps.inputDatetime.push(start, stop)
+        this.$forceUpdate()
+      }
+      this.tab.table.getdataListParm.parammaps.startTime = parseTime(this.tab.table.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
+      this.tab.table.getdataListParm.parammaps.stopTime = parseTime(this.tab.table.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
+
+      this.getTabList()
+    },
+
+
+    // handleNext() {
+    //   if (this.tab.table.getdataListParm.parammaps.date !== '' && this.tab.table.getdataListParm.parammaps.date !== null) {
+    //     this.tab.table.getdataListParm.parammaps.date = new Date(this.tab.table.getdataListParm.parammaps.date)
+    //     var stop = new Date(this.tab.table.getdataListParm.parammaps.date.setDate(this.tab.table.getdataListParm.parammaps.date.getDate() + 1))
+    //     this.tab.table.getdataListParm.parammaps.date = parseTime(stop, '{y}-{m}-{d}')
+    //     this.getTabList()
+    //   }
+    // },
+    handleBefore2() {
+      if (this.tab2.table.getdataListParm.parammaps.date !== '' && this.tab2.table.getdataListParm.parammaps.date !== null) {
+        this.tab2.table.getdataListParm.parammaps.date = new Date(this.tab2.table.getdataListParm.parammaps.date)
+        var start = new Date(this.tab2.table.getdataListParm.parammaps.date.setDate(this.tab2.table.getdataListParm.parammaps.date.getDate() - 1))
+        this.tab2.table.getdataListParm.parammaps.date = parseTime(start, '{y}-{m}-{d}')
+        this.getTab2List()
+        this.getTab2List2()
+        this.getTab2List3()
+        this.getTab2List4()
+      }
+    },
+    handleNext2() {
+      if (this.tab2.table.getdataListParm.parammaps.date !== '' && this.tab2.table.getdataListParm.parammaps.date !== null) {
+        this.tab2.table.getdataListParm.parammaps.date = new Date(this.tab2.table.getdataListParm.parammaps.date)
+        var stop = new Date(this.tab2.table.getdataListParm.parammaps.date.setDate(this.tab2.table.getdataListParm.parammaps.date.getDate() + 1))
+        this.tab2.table.getdataListParm.parammaps.date = parseTime(stop, '{y}-{m}-{d}')
+        this.getTab2List()
+        this.getTab2List2()
+        this.getTab2List3()
+        this.getTab2List4()
+      }
+    },
+    // 快速跳转到图表
+    handleQuickJumpChart() {
+      var myHeight = document.getElementById('table').offsetHeight + 120
+      window.scrollTo(myHeight, myHeight)
+    },
+    // 快速回到顶部
+    handleQuickJumpTop() {
+      window.scrollTo(0, 0)
+    },
+    // 图表总查询
+    handleChartDate() {
+      console.log('点击了确认时间')
+      MessageBox.confirm('是否调整以下所有图表查询时间?', {
+        confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning'
+      }).then(() => {
+        var that = this
+        var startTime = parseTime(this.tab.chartDate[0], '{y}-{m}-{d}')
+        var stopTime = parseTime(this.tab.chartDate[1], '{y}-{m}-{d}')
+        that.tab.chart1.getdataListParm.parammaps.inputDatetime = this.tab.chartDate
+        that.tab.chart1.getdataListParm.parammaps.startTime = startTime
+        that.tab.chart1.getdataListParm.parammaps.stopTime = stopTime
+        that.getChart1()
+        that.tab.chart2.getdataListParm.parammaps.inputDatetime = this.tab.chartDate
+        that.tab.chart2.getdataListParm.parammaps.startTime = startTime
+        that.tab.chart2.getdataListParm.parammaps.stopTime = stopTime
+        that.getChart2()
+        that.tab.chart3.getdataListParm.parammaps.inputDatetime = this.tab.chartDate
+        that.tab.chart3.getdataListParm.parammaps.startTime = startTime
+        that.tab.chart3.getdataListParm.parammaps.stopTime = stopTime
+        that.getChart3()
+        that.tab.chart4.getdataListParm.parammaps.inputDatetime = this.tab.chartDate
+        that.tab.chart4.getdataListParm.parammaps.startTime = startTime
+        that.tab.chart4.getdataListParm.parammaps.stopTime = stopTime
+        that.getChart4()
+        that.tab.chart5.getdataListParm.parammaps.inputDatetime = this.tab.chartDate
+        that.tab.chart5.getdataListParm.parammaps.startTime = startTime
+        that.tab.chart5.getdataListParm.parammaps.stopTime = stopTime
+        that.getChart5()
+      })
+    },
+    // 泌乳牛干物质采食量
+    getChart1() {
+      this.tab.chart1.listLoading = true
+      GetReportform(this.tab.chart1.getdataListParm).then(response => {
+        if (response.data !== null && response.data.list !== null && response.data.data !== null) {
+          console.log('泌乳牛干物质采食量图表数据', response.data.list)
+          for (let i = 0; i < response.data.data.length; i++) {
+            if (response.data.data[i].field1 !== '' && response.data.data[i].field1 !== undefined) {
+              response.data.data[i].field1 = parseFloat(response.data.data[i].field1)
+            }
+            if (response.data.data[i].field2 !== '' && response.data.data[i].field2 !== undefined) {
+              response.data.data[i].field2 = parseFloat(response.data.data[i].field2)
+            }
+          }
+          this.tab.chart1.table.list = response.data.data
+          this.tab.chart1.chartLine_data = response.data.list
+          // this.tab.chart1.total = response.data.total
+        } else {
+          this.tab.chart1.list = []
+          this.tab.chart1.chartLine_data = {}
+        }
+        this.roadChartLine1(this.tab.chart1.chartLine_data)
+        setTimeout(() => {
+          this.tab.chart1.listLoading = false
+        }, 100)
+      })
+    },
+    roadChartLine1(chartLine_data) {
+      console.log(chartLine_data, '000007777')
+      if (this.tab.chart1.chartLine != null) {
+        this.tab.chart1.chartLine.dispose()
+      }
+      this.tab.chart1.chartLine = echarts.init(document.getElementById('chartLine1'))
+      var option = {
+        tooltip: { trigger: 'axis', axisPointer: { type: 'cross', crossStyle: { color: '#999' }}},
+        legend: { data: ['泌乳牛干物质采食量', '泌乳牛产奶量'], right: 10 },
+        grid: { top: '20%', left: '8%', right: '8%', containLabel: true },
+        xAxis: [{ type: 'category', data: chartLine_data.data1 }],
+        yAxis: [
+          { splitLine: { show: false }, type: 'value', name: '泌乳牛干物质\n采食量', axisLabel: { formatter: '{value} ' }},
+          { splitLine: { show: false }, type: 'value', name: '泌乳牛产奶量', axisLabel: { formatter: '{value} ' }}
+        ],
+        series: [
+          { name: '泌乳牛干物质采食量', type: 'bar', itemStyle: { normal: { color: '#61a5e8' }}, data: chartLine_data.data2 },
+          { name: '泌乳牛产奶量', type: 'line', itemStyle: { normal: { color: '#ff2d2d' }}, yAxisIndex: 1, data: chartLine_data.data3 }
+        ]
+      }
+      this.tab.chart1.chartLine.setOption(option)
+      window.onresize = function() {
+        this.tab.chart1.chartLine.resize()
+      }
+    },
+
+    // 牛栏剩料率
+    changeStatisticChart2(arr) {
+      var arr1 = []
+      for (let i = 0; i < arr.length; i++) {
+        if (arr[i] !== 'all') {
+          arr1.push(arr[i])
+        }
+      }
+      this.tab.chart2.getdataListParm.parammaps.statisticsList = arr1
+      var arrData3 = []
+      for (let i = 0; i < this.tab.chart2.getdataListParm.parammaps.statisticsList.length; i++) {
+        const myId = this.tab.chart2.statisticsList.find(obj => obj.name == this.tab.chart2.getdataListParm.parammaps.statisticsList[i]).id
+        for (let j = 0; j < this.tab.chart2.chart2Data3.length; j++) {
+          if (j == myId) {
+            arrData3.push(this.tab.chart2.chart2Data3[j])
+          }
+        }
+      }
+      this.tab.chart2.chartLine_data.data3 = arrData3
+      this.tab.chart2.chartLine_data.data1 = this.tab.chart2.getdataListParm.parammaps.statisticsList
+      this.roadChartLine2(this.tab.chart2.chartLine_data)
+    },
+
+    // 牛栏剩料率
+    getChart2() {
+      this.tab.chart2.listLoading = true
+      GetReportform(this.tab.chart2.getdataListParm).then(response => {
+        if (response.data !== null && response.data.list !== null && response.data.data !== null) {
+          console.log('牛栏剩料率图表数据', response.data.list)
+          for (let i = 0; i < response.data.data.length; i++) {
+            if (response.data.data[i].剩料量 !== '' && response.data.data[i].剩料量 !== undefined) {
+              response.data.data[i].剩料量 = parseFloat(response.data.data[i].剩料量)
+            }
+            if (response.data.data[i].撒料量 !== '' && response.data.data[i].撒料量 !== undefined) {
+              response.data.data[i].撒料量 = parseFloat(response.data.data[i].撒料量)
+            }
+            if (response.data.data[i].准确率 !== '' && response.data.data[i].准确率 !== undefined) {
+              response.data.data[i].准确率 = parseFloat(response.data.data[i].准确率)
+            }
+          }
+          this.tab.chart2.table.list = response.data.data
+          this.tab.chart2.chartLine_data = response.data.list
+          this.tab.chart2.total = response.data.total
+          this.tab.chart2.statisticsList = []
+          this.tab.chart2.getdataListParm.parammaps.statisticsList = []
+          for (let i = 0; i < response.data.list.data1.length; i++) {
+            if (i < 10) {
+              this.tab.chart2.getdataListParm.parammaps.statisticsList.push(response.data.list.data1[i])
+            }
+            var obj = {}
+            obj.id = i
+            obj.name = response.data.list.data1[i]
+            this.tab.chart2.statisticsList.push(obj)
+          }
+          this.tab.chart2.chart2Data3 = response.data.list.data3
+          this.tab.chart2.total = response.data.total
+          console.log('牛栏剩料率图数据', this.tab.chart2.chartLine_data)
+          console.log('牛栏剩料率表数据', this.tab.chart2.table.list)
+          var arrData3 = []
+          for (let i = 0; i < this.tab.chart2.getdataListParm.parammaps.statisticsList.length; i++) {
+            const myId = this.tab.chart2.statisticsList.find(obj => obj.name == this.tab.chart2.getdataListParm.parammaps.statisticsList[i]).id
+            for (let j = 0; j < this.tab.chart2.chart2Data3.length; j++) {
+              if (j == myId) {
+                arrData3.push(this.tab.chart2.chart2Data3[j])
+              }
+            }
+          }
+          this.tab.chart2.chartLine_data.data3 = arrData3
+          this.tab.chart2.chartLine_data.data1 = this.tab.chart2.getdataListParm.parammaps.statisticsList
+        } else {
+          this.tab.chart2.list = []
+          this.tab.chart2.chartLine_data = {}
+        }
+        this.roadChartLine2(this.tab.chart2.chartLine_data)
+        setTimeout(() => {
+          this.tab.chart2.listLoading = false
+        }, 100)
+      })
+    },
+    roadChartLine2(chartLine_data) {
+      if (this.tab.chart2.chartLine != null) {
+        this.tab.chart2.chartLine.dispose()
+      }
+      this.tab.chart2.chartLine = echarts.init(document.getElementById('chartLine2'))
+      var option = {
+        title: {
+          text: ''
+        },
+        tooltip: {
+          trigger: 'axis'
+        },
+        legend: {
+          data: chartLine_data.data1,
+          right: 10
+        },
+        grid: {
+          top: '20%',
+          left: '3%',
+          right: '8%',
+          containLabel: true
+        },
+        toolbox: {
+          show: true,
+          right: '2%',
+          feature: {}
+        },
+        xAxis: { type: 'category', boundaryGap: false, data: chartLine_data.data2, name: '日期' },
+        yAxis: {
+          type: 'value', name: '剩料率', axisLabel: { formatter: '{value} %' }
+        },
+        series: (function() {
+          var serie = []
+          if (chartLine_data.data3 !== undefined) {
+            for (var i = 0; i < chartLine_data.data3.length; i++) {
+              var item = {
+                name: chartLine_data.data1[i],
+                type: 'line',
+                data: chartLine_data.data3[i].data
+              }
+              serie.push(item)
+            }
+          }
+          return serie
+        }())
+      }
+      this.tab.chart2.chartLine.setOption(option)
+      window.onresize = function() {
+        this.tab.chart2.chartLine.resize()
+      }
+    },
+
+    // 混料时间统计
+    getChart3() {
+      this.tab.chart3.listLoading = true
+      GetReportform(this.tab.chart3.getdataListParm).then(response => {
+        if (response.data !== null && response.data.list !== null) {
+          console.log('混料时间统计图表数据', response.data.list)
+          this.tab.chart3.table.list = response.data.data
+          this.tab.chart3.chartLine_data = response.data.list
+          this.tab.chart3.total = response.data.total
+          this.tab.chart3.total = response.data.total
+        } else {
+          this.tab.chart3.list = []
+          this.tab.chart3.chartLine_data = {}
+        }
+        this.roadChartLine3(this.tab.chart3.chartLine_data)
+        setTimeout(() => {
+          this.tab.chart3.listLoading = false
+        }, 100)
+      })
+    },
+    roadChartLine3(chartLine_data) {
+      if (this.tab.chart3.chartLine != null) {
+        this.tab.chart3.chartLine.dispose()
+      }
+      this.tab.chart3.chartLine = echarts.init(document.getElementById('chartLine3'))
+      var option = {
+        title: {
+          text: ''
+        },
+        tooltip: {
+          trigger: 'axis'
+        },
+        legend: {
+          data: ['混料时间'],
+          right: 10
+        },
+        grid: {
+          top: '20%',
+          left: '5%',
+          right: '8%',
+          containLabel: true
+        },
+        toolbox: {
+          show: true,
+          right: '2%',
+          feature: {}
+        },
+        xAxis: { type: 'category', boundaryGap: false, data: chartLine_data.data1, name: '日期' },
+        yAxis: {
+          type: 'value', name: '分钟',
+          axisLabel: {
+            formatter: '{value}min'
+          }
+        },
+        series: [
+          {
+            name: '混料时间',
+            type: 'line',
+            stack: '总量',
+            data: chartLine_data.data2
+          }
+        ]
+      }
+      this.tab.chart3.chartLine.setOption(option)
+      window.onresize = function() {
+        this.tab.chart3.chartLine.resize()
+      }
+    },
+
+    // 转化率
+    changeStatisticChart4(arr) {
+      var arr1 = []
+      for (let i = 0; i < arr.length; i++) {
+        if (arr[i] !== 'all') {
+          arr1.push(arr[i])
+        }
+      }
+      this.tab.chart4.getdataListParm.parammaps.statisticsList = arr1
+      var arrData3 = []
+      for (let i = 0; i < this.tab.chart4.getdataListParm.parammaps.statisticsList.length; i++) {
+        const myId = this.tab.chart4.statisticsList.find(obj => obj.name == this.tab.chart4.getdataListParm.parammaps.statisticsList[i]).id
+        for (let j = 0; j < this.tab.chart4.chart4Data3.length; j++) {
+          if (j == myId) {
+            arrData3.push(this.tab.chart4.chart4Data3[j])
+          }
+        }
+      }
+      this.tab.chart4.chartLine_data.data3 = arrData3
+      this.tab.chart4.chartLine_data.data1 = this.tab.chart4.getdataListParm.parammaps.statisticsList
+      this.roadChartLine4(this.tab.chart4.chartLine_data)
+    },
+    getChart4() {
+      this.tab.chart4.listLoading = true
+      GetReportform(this.tab.chart4.getdataListParm).then(response => {
+        if (response.data !== null && response.data.list !== null) {
+          console.log('转化率图表数据', response.data.list)
+          this.tab.chart4.table.list = response.data.data
+          this.tab.chart4.chartLine_data = response.data.list
+          this.tab.chart4.total = response.data.total
+          this.tab.chart4.statisticsList = []
+          this.tab.chart4.getdataListParm.parammaps.statisticsList = []
+          for (let i = 0; i < response.data.list.data1.length; i++) {
+            if (i < 10) {
+              this.tab.chart4.getdataListParm.parammaps.statisticsList.push(response.data.list.data1[i])
+            }
+            var obj = {}
+            obj.id = i
+            obj.name = response.data.list.data1[i]
+            this.tab.chart4.statisticsList.push(obj)
+          }
+          this.tab.chart4.chart4Data3 = response.data.list.data3
+          this.tab.chart4.total = response.data.total
+          console.log('转化率图数据', this.tab.chart4.chartLine_data)
+          console.log('转化率表数据', this.tab.chart4.table.list)
+          var arrData3 = []
+          for (let i = 0; i < this.tab.chart4.getdataListParm.parammaps.statisticsList.length; i++) {
+            const myId = this.tab.chart4.statisticsList.find(obj => obj.name == this.tab.chart4.getdataListParm.parammaps.statisticsList[i]).id
+            for (let j = 0; j < this.tab.chart4.chart4Data3.length; j++) {
+              if (j == myId) {
+                arrData3.push(this.tab.chart4.chart4Data3[j])
+              }
+            }
+          }
+          this.tab.chart4.chartLine_data.data3 = arrData3
+          this.tab.chart4.chartLine_data.data1 = this.tab.chart4.getdataListParm.parammaps.statisticsList
+        } else {
+          this.tab.chart4.list = []
+          this.tab.chart4.chartLine_data = {}
+        }
+        this.roadChartLine4(this.tab.chart4.chartLine_data)
+        setTimeout(() => {
+          this.tab.chart4.listLoading = false
+        }, 100)
+      })
+    },
+    roadChartLine4(chartLine_data) {
+      if (this.tab.chart4.chartLine != null) {
+        this.tab.chart4.chartLine.dispose()
+      }
+      this.tab.chart4.chartLine = echarts.init(document.getElementById('chartLine4'))
+      var option = {
+        title: {
+          text: ''
+        },
+        tooltip: {
+          trigger: 'axis'
+        },
+        legend: {
+          data: chartLine_data.data1,
+          right: 10
+        },
+        grid: {
+          top: '20%',
+          left: '3%',
+          right: '8%',
+          containLabel: true
+        },
+        toolbox: {
+          show: true,
+          right: '2%',
+          feature: {}
+        },
+        xAxis: { type: 'category', boundaryGap: false, data: chartLine_data.data2, name: '日期' },
+        yAxis: {
+          type: 'value', name: '百分比', axisLabel: { formatter: '{value} %' }
+        },
+        series: (function() {
+          var serie = []
+          if (chartLine_data.data3 !== undefined) {
+            for (var i = 0; i < chartLine_data.data3.length; i++) {
+              var item = {
+                name: chartLine_data.data1[i],
+                type: 'line',
+                data: chartLine_data.data3[i].data
+              }
+              serie.push(item)
+            }
+          }
+          return serie
+        }())
+      }
+      this.tab.chart4.chartLine.setOption(option)
+      window.onresize = function() {
+        this.tab.chart4.chartLine.resize()
+      }
+    },
+
+    // 成本分析
+    changeStatisticChart5(arr) {
+      var arr1 = []
+      for (let i = 0; i < arr.length; i++) {
+        if (arr[i] !== 'all') {
+          arr1.push(arr[i])
+        }
+      }
+      this.tab.chart5.getdataListParm.parammaps.statisticsList = arr1
+      var arrData3 = []
+      for (let i = 0; i < this.tab.chart5.getdataListParm.parammaps.statisticsList.length; i++) {
+        const myId = this.tab.chart5.statisticsList.find(obj => obj.name == this.tab.chart5.getdataListParm.parammaps.statisticsList[i]).id
+        for (let j = 0; j < this.tab.chart5.chart5Data3.length; j++) {
+          if (j == myId) {
+            arrData3.push(this.tab.chart5.chart5Data3[j])
+          }
+        }
+      }
+      this.tab.chart5.chartLine_data.data3 = arrData3
+      this.tab.chart5.chartLine_data.data1 = this.tab.chart5.getdataListParm.parammaps.statisticsList
+      this.roadChartLine5(this.tab.chart5.chartLine_data)
+    },
+    getChart5() {
+      this.tab.chart5.listLoading = true
+      GetReportform(this.tab.chart5.getdataListParm).then(response => {
+        if (response.data !== null && response.data.list !== null) {
+          console.log('转化率图表数据', response.data.list)
+          this.tab.chart5.table.list = response.data.data
+          this.tab.chart5.chartLine_data = response.data.list
+          this.tab.chart5.total = response.data.total
+          this.tab.chart5.statisticsList = []
+          this.tab.chart5.getdataListParm.parammaps.statisticsList = []
+          for (let i = 0; i < response.data.list.data1.length; i++) {
+            if (i < 10) {
+              this.tab.chart5.getdataListParm.parammaps.statisticsList.push(response.data.list.data1[i])
+            }
+            var obj = {}
+            obj.id = i
+            obj.name = response.data.list.data1[i]
+            this.tab.chart5.statisticsList.push(obj)
+          }
+          this.tab.chart5.chart5Data3 = response.data.list.data3
+          this.tab.chart5.total = response.data.total
+          console.log('转化率图数据', this.tab.chart5.chartLine_data)
+          console.log('转化率表数据', this.tab.chart5.table.list)
+          var arrData3 = []
+          for (let i = 0; i < this.tab.chart5.getdataListParm.parammaps.statisticsList.length; i++) {
+            const myId = this.tab.chart5.statisticsList.find(obj => obj.name == this.tab.chart5.getdataListParm.parammaps.statisticsList[i]).id
+            for (let j = 0; j < this.tab.chart5.chart5Data3.length; j++) {
+              if (j == myId) {
+                arrData3.push(this.tab.chart5.chart5Data3[j])
+              }
+            }
+          }
+          this.tab.chart5.chartLine_data.data3 = arrData3
+          this.tab.chart5.chartLine_data.data1 = this.tab.chart5.getdataListParm.parammaps.statisticsList
+        } else {
+          this.tab.chart5.list = []
+        }
+        this.roadChartLine5(this.tab.chart5.chartLine_data)
+        setTimeout(() => {
+          this.tab.chart5.listLoading = false
+        }, 100)
+      })
+    },
+    roadChartLine5(chartLine_data) {
+      if (this.tab.chart5.chartLine != null) {
+        this.tab.chart5.chartLine.dispose()
+      }
+      this.tab.chart5.chartLine = echarts.init(document.getElementById('chartLine5'))
+      var option = {
+        title: {
+          text: ''
+        },
+        tooltip: {
+          trigger: 'axis'
+        },
+        legend: {
+          data: chartLine_data.data1,
+          right: 10
+        },
+        grid: {
+          top: '20%',
+          left: '5%',
+          right: '8%',
+          containLabel: true
+        },
+        toolbox: {
+          show: true,
+          right: '2%',
+          feature: {}
+        },
+        xAxis: { type: 'category', boundaryGap: false, data: chartLine_data.data2, name: '日期' },
+        yAxis: {
+          type: 'value', name: '公斤奶饲料成本(元)'
+        },
+        series: (function() {
+          var serie = []
+          if (chartLine_data.data3 !== undefined) {
+            for (var i = 0; i < chartLine_data.data3.length; i++) {
+              var item = {
+                name: chartLine_data.data1[i],
+                type: 'line',
+                data: chartLine_data.data3[i].data
+              }
+              serie.push(item)
+            }
+          }
+          return serie
+        }())
+      }
+      this.tab.chart5.chartLine.setOption(option)
+      window.onresize = function() {
+        this.tab.chart5.chartLine.resize()
+      }
+    },
+
+    // 时间
+    changeChartDate(item) {
+      console.log(item)
+      if (item == 'chart1') {
+        if (this.tab.chart1.getdataListParm.parammaps.inputDatetime !== '' && this.tab.chart1.getdataListParm.parammaps.inputDatetime !== null) {
+          this.tab.chart1.getdataListParm.parammaps.startTime = parseTime(this.tab.chart1.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
+          this.tab.chart1.getdataListParm.parammaps.stopTime = parseTime(this.tab.chart1.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
+          this.getChart1()
+        } else {
+          this.tab.chart1.getdataListParm.parammaps.inputDatetime = ''
+          this.tab.chart1.getdataListParm.parammaps.startTime = ''
+          this.tab.chart1.getdataListParm.parammaps.stopTime = ''
+          this.getChart1()
+        }
+      } else if (item == 'chart2') {
+        if (this.tab.chart2.getdataListParm.parammaps.inputDatetime !== '' && this.tab.chart2.getdataListParm.parammaps.inputDatetime !== null) {
+          this.tab.chart2.getdataListParm.parammaps.startTime = parseTime(this.tab.chart2.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
+          this.tab.chart2.getdataListParm.parammaps.stopTime = parseTime(this.tab.chart2.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
+          this.getChart2()
+        } else {
+          this.tab.chart2.getdataListParm.parammaps.inputDatetime = ''
+          this.tab.chart2.getdataListParm.parammaps.startTime = ''
+          this.tab.chart2.getdataListParm.parammaps.stopTime = ''
+          this.getChart2()
+        }
+      } else if (item == 'chart3') {
+        if (this.tab.chart3.getdataListParm.parammaps.inputDatetime !== '' && this.tab.chart3.getdataListParm.parammaps.inputDatetime !== null) {
+          this.tab.chart3.getdataListParm.parammaps.startTime = parseTime(this.tab.chart3.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
+          this.tab.chart3.getdataListParm.parammaps.stopTime = parseTime(this.tab.chart3.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
+          this.getChart3()
+        } else {
+          this.tab.chart3.getdataListParm.parammaps.inputDatetime = ''
+          this.tab.chart3.getdataListParm.parammaps.startTime = ''
+          this.tab.chart3.getdataListParm.parammaps.stopTime = ''
+          this.getChart3()
+        }
+      } else if (item == 'chart4') {
+        if (this.tab.chart4.getdataListParm.parammaps.inputDatetime !== '' && this.tab.chart4.getdataListParm.parammaps.inputDatetime !== null) {
+          this.tab.chart4.getdataListParm.parammaps.startTime = parseTime(this.tab.chart4.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
+          this.tab.chart4.getdataListParm.parammaps.stopTime = parseTime(this.tab.chart4.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
+          this.getChart4()
+        } else {
+          this.tab.chart4.getdataListParm.parammaps.inputDatetime = ''
+          this.tab.chart4.getdataListParm.parammaps.startTime = ''
+          this.tab.chart4.getdataListParm.parammaps.stopTime = ''
+          this.getChart4()
+        }
+      } else if (item == 'chart5') {
+        if (this.tab.chart5.getdataListParm.parammaps.inputDatetime !== '' && this.tab.chart5.getdataListParm.parammaps.inputDatetime !== null) {
+          this.tab.chart5.getdataListParm.parammaps.startTime = parseTime(this.tab.chart5.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
+          this.tab.chart5.getdataListParm.parammaps.stopTime = parseTime(this.tab.chart5.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
+          this.getChart5()
+        } else {
+          this.tab.chart5.getdataListParm.parammaps.inputDatetime = ''
+          this.tab.chart5.getdataListParm.parammaps.startTime = ''
+          this.tab.chart5.getdataListParm.parammaps.stopTime = ''
+          this.getChart5()
+        }
+      }
+    },
+    // 导出
+    handleExport(item) {
+      if (item == 'chart1') {
+        console.log('泌乳牛干物质采食量导出')
+        var excelDatasTabChart1 = [
+          {
+            tHeader: ['日期', '泌乳牛采食量', '泌乳牛产奶量'],
+            filterVal: ['日期', 'field1', 'field2'],
+            tableDatas: this.tab.chart1.table.list,
+            sheetName: '泌乳牛采食量'
+          }
+        ]
+        json2excel(excelDatasTabChart1, '泌乳牛采食量', true, 'xlsx')
+      } else if (item == 'chart2') {
+        console.log('牛栏剩料率导出')
+        var excelDatasTabChart2 = [
+          {
+            tHeader: ['日期', '栏舍名称', '剩料量', '撒料量', '剩料率'],
+            filterVal: ['日期', '名称', '剩料量', '撒料量', '准确率'],
+            tableDatas: this.tab.chart2.table.list,
+            sheetName: '牛栏剩料率'
+          }
+        ]
+        json2excel(excelDatasTabChart2, '牛栏剩料率', true, 'xlsx')
+      } else if (item == 'chart3') {
+        console.log('混料时间统计导出')
+        var excelDatasTabChart3 = [
+          {
+            tHeader: ['日期', '混料时间(分钟)'],
+            filterVal: ['日期', 'field1'],
+            tableDatas: this.tab.chart3.table.list,
+            sheetName: '混料时间统计'
+          }
+        ]
+        json2excel(excelDatasTabChart3, '混料时间统计', true, 'xlsx')
+      } else if (item == 'chart4') {
+        console.log('转化率导出')
+        var excelDatasTabChart4 = [
+          {
+            tHeader: ['日期', '配方名称', '饲料转化率'],
+            filterVal: ['日期', '名称', '准确率'],
+            tableDatas: this.tab.chart4.table.list,
+            sheetName: '转化率统计'
+          }
+        ]
+        json2excel(excelDatasTabChart4, '转化率', true, 'xlsx')
+      } else if (item == 'chart5') {
+        console.log('成本分析导出')
+        var excelDatasTabChart5 = [
+          {
+            tHeader: ['日期', '牲畜类别', '公斤奶饲料成本(元)'],
+            filterVal: ['日期', '名称', '准确率'],
+            tableDatas: this.tab.chart5.table.list,
+            sheetName: '成本分析'
+          }
+        ]
+        json2excel(excelDatasTabChart5, '成本分析', true, 'xlsx')
+      }
+    },
+    // 切换表格
+    handleTable(item) {
+      // 显示切换表格
+      if (item == 'chart1') {
+        console.log('泌乳牛采食量表格')
+        this.tab.chart1.isTable = true
+        this.tab.chart1.isChart = false
+      } else if (item == 'chart2') {
+        console.log('牛栏剩料率表格')
+        this.tab.chart2.isTable = true
+        this.tab.chart2.isChart = false
+      } else if (item == 'chart3') {
+        console.log('混料时间统计表格')
+        this.tab.chart3.isTable = true
+        this.tab.chart3.isChart = false
+      } else if (item == 'chart4') {
+        console.log('转化率表格')
+        this.tab.chart4.isTable = true
+        this.tab.chart4.isChart = false
+      } else if (item == 'chart5') {
+        console.log('成本分析表格')
+        this.tab.chart5.isTable = true
+        this.tab.chart5.isChart = false
+      }
+    },
+    // 切换图表
+    handleChart(item) {
+      // 显示切换图表
+      if (item == 'chart1') {
+        console.log('泌乳牛采食量图表')
+        this.tab.chart1.isTable = false
+        this.tab.chart1.isChart = true
+        this.getChart1()
+      } else if (item == 'chart2') {
+        console.log('牛栏剩料率图表')
+        this.tab.chart2.isTable = false
+        this.tab.chart2.isChart = true
+        this.getChart2()
+      } else if (item == 'chart3') {
+        console.log('混料时间统计图表')
+        this.tab.chart3.isTable = false
+        this.tab.chart3.isChart = true
+        this.getChart3()
+      } else if (item == 'chart4') {
+        console.log('转化率图表')
+        this.tab.chart4.isTable = false
+        this.tab.chart4.isChart = true
+        this.getChart4()
+      } else if (item == 'chart5') {
+        console.log('成本分析图表')
+        this.tab.chart5.isTable = false
+        this.tab.chart5.isChart = true
+        this.getChart5()
+      }
+    },
+    // 切换tab2日期
+    changeTab2Date() {
+      this.getTab2List()
+      this.getTab2List2()
+      this.getTab2List3()
+      this.getTab2List4()
+    },
+    // 宾州筛分析
+    getTab2List() {
+      this.tab2.table.listLoading = true
+      GetDataByName(this.tab2.table.getdataListParm).then(response => {
+        if (response.data !== null && response.data.list !== null) {
+        console.log('宾州筛分析table数据', response.data.list)
+          this.tab2.table.list = response.data.list
+          this.tab2.table.total = response.data.total
+        } else {
+          this.tab2.table.list = []
+        }
+        setTimeout(() => {
+          this.tab2.table.listLoading = false
+        }, 100)
+      })
+    },
+
+    // 粪便筛分析
+    getTab2List2() {
+      this.tab2.table2.listLoading = true
+      this.tab2.table2.getdataListParm.parammaps.date = this.tab2.table.getdataListParm.parammaps.date
+      GetDataByName(this.tab2.table2.getdataListParm).then(response => {
+        console.log('粪便筛分析table数据', response.data.list)
+        if (response.data !== null && response.data.list !== null) {
+          this.tab2.table2.list = response.data.list
+          this.tab2.table2.total = response.data.total
+        } else {
+          this.tab2.table2.list = []
+        }
+        setTimeout(() => {
+          this.tab2.table2.listLoading = false
+        }, 100)
+      })
+    },
+
+    // BCS评分
+    getTab2List3() {
+      this.tab2.table3.listLoading = true
+      this.tab2.table3.getdataListParm.parammaps.date = this.tab2.table.getdataListParm.parammaps.date
+      GetDataByName(this.tab2.table3.getdataListParm).then(response => {
+        if (response.data !== null && response.data.list !== null) {
+        console.log('BCS评分table数据', response.data.list)
+          this.tab2.table3.list = response.data.list
+          this.tab2.table3.total = response.data.total
+        } else {
+          this.tab2.table3.list = []
+        }
+        setTimeout(() => {
+          this.tab2.table3.listLoading = false
+        }, 100)
+      })
+    },
+
+    // 粪便评分
+    getTab2List4() {
+      this.tab2.table4.listLoading = true
+      this.tab2.table4.getdataListParm.parammaps.date = this.tab2.table.getdataListParm.parammaps.date
+      GetDataByName(this.tab2.table4.getdataListParm).then(response => {
+        if (response.data !== null && response.data.list !== null) {
+        console.log('成本分析table数据', response.data.list)
+          this.tab2.table4.list = response.data.list
+          this.tab2.table4.total = response.data.total
+        } else {
+          this.tab2.table4.list = []
+        }
+        setTimeout(() => {
+          this.tab2.table4.listLoading = false
+        }, 100)
+      })
+    }
+
+  }
+}
+</script>
+<style lang="scss" scoped>
+  .button{
+    height: 50px;
+    .exportTable{float: right;margin-right: 5px;}
+  }
+  .app-container1{padding-left: 10px;background-color: #F4F4F4;}
+  .dashboard-editor-container {
+    background-color: #F4F4F4;
+    .grid-content{
+      background-color:#fff;padding: 0 10px;
+      h4{text-align: center;line-height: 50px;}
+    }
+  }
+</style>

+ 68 - 4
src/views/statisticalAnalysis/formulationEvaluation/index.vue

@@ -1,9 +1,19 @@
 <template>
   <div class="app-container">
     <div class="operation">
-      <el-date-picker v-model="table.getdataListParm.parammaps.inputDatetime" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" style="width: 250px;margin-right: 10px;" @change="changeDate" />
+      <el-date-picker v-model="table.getdataListParm.parammaps.inputDatetime" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" style="width: 250px;margin-right: 10px;float: left;" @change="changeDate" />
       <el-button class="el-icon-arrow-left elIconArrowLeft" @click="handleBefore" />
       <el-button class="el-icon-arrow-right elIconArrowRight" @click="handleNext" />
+      <el-select v-model="table.getdataListParm.parammaps.search" placeholder="查询" class="filter-item" style="width: 120px;margin-right: 10px;">
+        <el-option v-for="item in searchList" :key="item.id" :label="item.name" :value="item.id" />
+      </el-select>
+      <el-select v-if="table.getdataListParm.parammaps.search == '0'" v-model="table.getdataListParm.parammaps.templetid" clearable filterable placeholder="请输入配方名称" style="width: 180px;" class="filter-item">
+        <el-option v-for="(item,index) in fenceHouseList" :key="index" :label="item.tname" :value="item.id" />
+      </el-select>
+      <el-select v-else v-model="table.getdataListParm.parammaps.barid" clearable filterable placeholder="请选择栏舍" style="width: 180px;" class="filter-item">
+        <el-option v-for="item in formulaList" :key="item.id" :label="item.bname" :value="item.id" />
+      </el-select>
+      <el-button class="successBorder" style="margin-left:10px;" @click="handleSearch">查询</el-button>
     </div>
     <div class="search" />
     <div class="table">
@@ -507,6 +517,9 @@ export default {
   data() {
     return {
       dialogFull: false,
+      searchList: [{ id: '0', name: '按配方查询' }, { id: '1', name: '按栏舍查询' }],
+      formulaList: [],
+      fenceHouseList: [],
       table: {
         getdataListParm: {
           name: 'judgenurFTReport',
@@ -518,7 +531,10 @@ export default {
             pastureid: Cookies.get('pastureid'),
             startTime: parseTime(new Date(), '{y}-{m}-{d}'),
             stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
-            inputDatetime: [new Date(), new Date()]
+            inputDatetime: [new Date(), new Date()],
+            search: '0',
+            templetid:'',
+            barid:''
           }
         },
         tableKey: 1,
@@ -633,9 +649,37 @@ export default {
       this.getListSee()
     }
     this.getList()
+    this.getformulaList()
+    this.getfenceHouseList()
   },
 
   methods: {
+    getformulaList(){
+      const url = 'authdata/GetDataByName'
+      const data = {}
+      data.name = 'getBarListEnable'
+      data.parammaps = {}
+      data.parammaps.pastureid = Cookies.get('pastureid')
+      postJson(url, data).then(response => {
+        if(response.data.list !== null){
+          this.formulaList = response.data.list
+        }else{
+          this.formulaList = []
+        }
+      })
+    },
+    getfenceHouseList(){
+      const url = 'authdata/GetDataByName'
+      const data = {}
+      data.name = 'getFeedTempletName'
+      postJson(url, data).then(response => {
+        if(response.data.list !== null){
+          this.fenceHouseList = response.data.list
+        }else{
+          this.fenceHouseList = []
+        }
+      })
+    },
     getList() {
       this.table.listLoading = true
       GetDataByName(this.table.getdataListParm).then(response => {
@@ -647,14 +691,24 @@ export default {
           this.table.total = response.data.total
         } else {
           this.table.list = []
+          this.table.pageNum = 0
+          this.table.pageSize = 0
+          this.table.total = 0
         }
-        console.log(this.$route.params.tname)
-        // this.see.dialogFormVisible = false
         setTimeout(() => {
           this.table.listLoading = false
         }, 100)
       })
     },
+    handleSearch() {
+      if(this.table.getdataListParm.parammaps.search == '0'){
+        this.table.getdataListParm.parammaps.barid = ''
+      }else{
+        this.table.getdataListParm.parammaps.templetid = ''
+        console.log(this.table.getdataListParm.parammaps.barid)
+      }
+      this.getList()
+    },
     changeDate() {
       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}')
@@ -742,6 +796,9 @@ export default {
         } else {
           this.details.table1.list = []
           this.details.table2.list = []
+          this.details.table1.pageNum = 0
+          this.details.table1.pageSize = 0
+          this.details.table1.total = 0
         }
         setTimeout(() => {
           this.details.table1.listLoading = false
@@ -759,6 +816,9 @@ export default {
           this.details.table2.total = response.data.total
         } else {
           this.details.table2.list = []
+          this.details.table2.pageNum = 0
+          this.details.table2.pageSize = 0
+          this.details.table2.total = 0
         }
         setTimeout(() => {
           this.details.table2.listLoading = false
@@ -794,6 +854,9 @@ export default {
           this.see.table.total = response.data.total
         } else {
           this.see.table.list = []
+          this.see.table.pageNum = 0
+          this.see.table.pageSize = 0
+          this.see.table.total = 0
         }
         setTimeout(() => {
           this.see.table.listLoading = false
@@ -824,4 +887,5 @@ export default {
   .tableSee .el-table__footer-wrapper { overflow: visible; }
   .tableSee .el-table::after { position: relative; }
   .tableSee .el-table--scrollable-x .el-table__body-wrapper { overflow: visible; }
+
 </style>

+ 771 - 835
src/views/statisticalAnalysis/formulationEvaluation/index改.vue → src/views/statisticalAnalysis/formulationEvaluation/index备.vue

@@ -1,247 +1,237 @@
-<template>
-  <div class="app-container">
-    <div class="operation">
-      <el-date-picker v-model="table.getdataListParm.parammaps.inputDatetime" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" style="width: 250px;margin-right: 10px;float: left;" @change="changeDate" />
-      <el-button class="el-icon-arrow-left elIconArrowLeft" @click="handleBefore" />
+<template>
+  <div class="app-container">
+    <div class="operation">
+      <el-date-picker v-model="table.getdataListParm.parammaps.inputDatetime" :clearable="false" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" style="width: 250px;margin-right: 10px;" @change="changeDate" />
+      <el-button class="el-icon-arrow-left elIconArrowLeft" @click="handleBefore" />
       <el-button class="el-icon-arrow-right elIconArrowRight" @click="handleNext" />
-      <el-select v-model="table.getdataListParm.parammaps.search" placeholder="查询" class="filter-item" style="width: 120px;margin-right: 10px;">
-        <el-option v-for="item in searchList" :key="item.id" :label="item.name" :value="item.id" />
-      </el-select>
-      <el-select v-if="table.getdataListParm.parammaps.search == '0'" v-model="table.getdataListParm.parammaps.templetid" clearable filterable placeholder="请输入配方名称" style="width: 180px;" class="filter-item">
-        <el-option v-for="(item,index) in fenceHouseList" :key="index" :label="item.tname" :value="item.id" />
-      </el-select>
-      <el-select v-else v-model="table.getdataListParm.parammaps.barid" clearable filterable placeholder="请选择栏舍" style="width: 180px;" class="filter-item">
-        <el-option v-for="item in formulaList" :key="item.id" :label="item.bname" :value="item.id" />
-      </el-select>
-      <el-button class="successBorder" style="margin-left:10px;" @click="handleSearch">查询</el-button>
-    </div>
-    <div class="search" />
-    <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="tableCellStyle"
-        class="elTable table-fixed"
-      >
-        <el-table-column sortable label="配方模板/指标" min-width="98px" align="center">
-          <template slot-scope="{row}">
-            <a @click="clickFormulaTemplateIndex(row)">{{ row.tname }}</a>
-          </template>
-        </el-table-column>
-        <el-table-column sortable label="牛头数" prop="ccount" min-width="58px" align="center" />
-        <el-table-column label="干物质(kg)" align="center">
-          <el-table-column sortable prop="dry" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.dry) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.dry) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="产奶净能(MJ)" align="center">
-          <el-table-column sortable prop="nm" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.nm) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.nm) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="奶牛能量单位(NND)" align="center">
-          <el-table-column sortable prop="nuint" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.nuint) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.nuint) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="粗蛋白(g)" align="center">
-          <el-table-column prop="cp" label="配方量" min-width="58" align="center" />
-          <el-table-column label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.cp) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.cp) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="磷(g)" align="center">
-          <el-table-column sortable prop="p" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.p) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.p) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="产奶净能(MCal/DM)" align="center">
-          <el-table-column sortable prop="nmd" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.nmd) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.nmd) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="粗蛋白(%DM)" align="center">
-          <el-table-column sortable prop="cpd" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.cpd) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.cpd) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="脂肪(%DM)" align="center">
-          <el-table-column sortable prop="fat" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.fat) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.fat) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="淀粉(%DM)" align="center">
-          <el-table-column sortable prop="starch" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.starch) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.starch) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="NDF(%DM)" align="center">
-          <el-table-column sortable prop="ndf" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.ndf) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.ndf) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="粗料中的NDF(%DM)" align="center">
-          <el-table-column sortable prop="cndf" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.cndf) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.cndf) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="ADF(%DM)" align="center">
-          <el-table-column sortable prop="adf" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.adf) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.adf) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="钙(%DM)" align="center">
-          <el-table-column sortable prop="cad" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.cad) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.cad) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="磷(%DM)" align="center">
-          <el-table-column sortable prop="pd" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.pd) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.pd) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column sortable label="精粗比(%)" align="center">
-          <el-table-column sortable prop="jcrate" label="配方量" min-width="58" align="center" />
-          <el-table-column sortable label="TMR料" min-width="65" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Hrate * scope.row.jcrate) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-          <el-table-column sortable label="采食量" min-width="58" align="center">
-            <template slot-scope="scope">
-              <span>{{ (scope.row.Srate * scope.row.jcrate) | keepTreeNum }}</span>
-            </template>
-          </el-table-column>
-        </el-table-column>
-        <el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width" fixed="right">
-          <template slot-scope="{row}">
-            <el-button class="miniSuccess" icon="el-icon-search" @click="handleSee(row)" />
-          </template>
-        </el-table-column>
-      </el-table>
-      <pagination v-show="table.total>0" :total="table.total" :page.sync="table.getdataListParm.offset" :limit.sync="table.getdataListParm.pagecount" @pagination="getList" />
-    </div>
-
-    <!-- 查看 -->
-    <el-dialog :fullscreen="dialogFull" :destroy-on-close="true" class="dialogMinHeight" :visible.sync="see.dialogFormVisible" :close-on-click-modal="false" width="90%">
+    </div>
+    <div class="search" />
+    <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="tableCellStyle"
+        class="elTable table-fixed"
+      >
+        <el-table-column sortable label="配方模板/指标" min-width="98px" align="center">
+          <template slot-scope="{row}">
+            <a @click="clickFormulaTemplateIndex(row)">{{ row.tname }}</a>
+          </template>
+        </el-table-column>
+        <el-table-column sortable label="牛头数" prop="ccount" min-width="58px" align="center" />
+        <el-table-column label="干物质(kg)" align="center">
+          <el-table-column sortable prop="dry" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.dry) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.dry) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="产奶净能(MJ)" align="center">
+          <el-table-column sortable prop="nm" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.nm) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.nm) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="奶牛能量单位(NND)" align="center">
+          <el-table-column sortable prop="nuint" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.nuint) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.nuint) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="粗蛋白(g)" align="center">
+          <el-table-column prop="cp" label="配方量" min-width="58" align="center" />
+          <el-table-column label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.cp) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.cp) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="磷(g)" align="center">
+          <el-table-column sortable prop="p" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.p) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.p) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="产奶净能(MCal/DM)" align="center">
+          <el-table-column sortable prop="nmd" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.nmd) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.nmd) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="粗蛋白(%DM)" align="center">
+          <el-table-column sortable prop="cpd" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.cpd) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.cpd) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="脂肪(%DM)" align="center">
+          <el-table-column sortable prop="fat" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.fat) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.fat) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="淀粉(%DM)" align="center">
+          <el-table-column sortable prop="starch" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.starch) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.starch) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="NDF(%DM)" align="center">
+          <el-table-column sortable prop="ndf" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.ndf) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.ndf) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="粗料中的NDF(%DM)" align="center">
+          <el-table-column sortable prop="cndf" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.cndf) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.cndf) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="ADF(%DM)" align="center">
+          <el-table-column sortable prop="adf" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.adf) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.adf) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="钙(%DM)" align="center">
+          <el-table-column sortable prop="cad" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.cad) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.cad) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="磷(%DM)" align="center">
+          <el-table-column sortable prop="pd" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.pd) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.pd) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column sortable label="精粗比(%)" align="center">
+          <el-table-column sortable prop="jcrate" label="配方量" min-width="58" align="center" />
+          <el-table-column sortable label="TMR料" min-width="65" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Hrate * scope.row.jcrate) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column sortable label="采食量" min-width="58" align="center">
+            <template slot-scope="scope">
+              <span>{{ (scope.row.Srate * scope.row.jcrate) | keepTreeNum }}</span>
+            </template>
+          </el-table-column>
+        </el-table-column>
+        <el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width" fixed="right">
+          <template slot-scope="{row}">
+            <el-button class="miniSuccess" icon="el-icon-search" @click="handleSee(row)" />
+          </template>
+        </el-table-column>
+      </el-table>
+      <pagination v-show="table.total>0" :total="table.total" :page.sync="table.getdataListParm.offset" :limit.sync="table.getdataListParm.pagecount" @pagination="getList" />
+    </div>
+
+    <!-- 查看 -->
+    <el-dialog :fullscreen="dialogFull" :destroy-on-close="true" class="dialogMinHeight" :visible.sync="see.dialogFormVisible" :close-on-click-modal="false" width="90%">
       <template slot="title">
         <div class="avue-crud__dialog__header">
           <span class="el-dialog__title">
@@ -254,158 +244,158 @@
           </div>
         </div>
       </template>
-      <div class="app-see dialogMinHeight">
-        <div class="tableSee">
-          <el-table
-            :key="see.table.tableKey"
-            v-loading="see.table.listLoading"
-            element-loading-text="给我一点时间"
-            :data="see.table.list"
-            border
-            fit
-            show-summary
-            highlight-current-row
-            style="width: 100%;"
-            :row-style="rowStyle"
-            :cell-style="tableCellStyle"
-            class="elTable table-fixed"
-          >
-            <el-table-column label="栏舍/指标" min-width="100px" align="center">
-              <template slot-scope="{row}">
-                <a @click="clickFormulaHurdlesIndex(row)">{{ row.barname }}</a>
-              </template>
-            </el-table-column>
-            <el-table-column label="牛头数" min-width="100px" align="center" prop="ccount" />
-            <el-table-column label="干物质(kg)" min-width="130px" align="center">
-              <el-table-column prop="dry-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="dry-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="dry-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="dry-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="产奶净能(M)" min-width="130px" align="center">
-              <el-table-column prop="nm-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="nm-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="nm-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="nm-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="奶牛能量单位(NND)" min-width="130px" align="center">
-              <el-table-column prop="nuint-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="nuint-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="nuint-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="nuint-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="粗蛋白(g)" min-width="130px" align="center">
-              <el-table-column prop="cp-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="cp-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="cp-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="cp-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="磷(g)" min-width="130px" align="center">
-              <el-table-column prop="p-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="p-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="p-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="p-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="产奶净能(MCal/DM)" min-width="130px" align="center">
-              <el-table-column prop="nmd-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="nmd-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="nmd-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="nmd-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="粗蛋白(%DM)" min-width="130px" align="center">
-              <el-table-column prop="cpd-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="cpd-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="cpd-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="cpd-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="脂肪(%DM)" min-width="130px" align="center">
-              <el-table-column prop="fat-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="fat-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="fat-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="fat-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="淀粉(%DM)" min-width="130px" align="center">
-              <el-table-column prop="starch-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="starch-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="starch-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="starch-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="NDF(%DM)" min-width="130px" align="center">
-              <el-table-column prop="ndf-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="ndf-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="ndf-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="ndf-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="粗料中的NDF(%DM)" min-width="130px" align="center">
-              <el-table-column prop="cndf-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="cndf-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="cndf-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="cndf-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="ADF(%DM)" min-width="130px" align="center">
-              <el-table-column prop="adf-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="adf-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="adf-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="adf-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="钙(%DM)" min-width="130px" align="center">
-              <el-table-column prop="cad-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="cad-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="cad-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="cad-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="磷(%DM)" min-width="130px" align="center">
-              <el-table-column prop="pd-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="pd-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="pd-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="pd-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="(4.0)饲料转化效率(kg/DM)" min-width="130px" align="center">
-              <el-table-column prop="trans4f-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="trans4f-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="trans4f-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="trans4f-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="(3.5)饲料转化效率(kg/DM)" min-width="130px" align="center">
-              <el-table-column prop="trans35f-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="trans35f-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="trans35f-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="trans35f-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="精粗比(%)" min-width="130px" align="center">
-              <el-table-column prop="jcrate-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="jcrate-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="jcrate-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="jcrate-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="日粮成本(元)" min-width="130px" align="center">
-              <el-table-column prop="uprice-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="uprice-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="uprice-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="uprice-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="干物质成本(元/公斤)" min-width="130px" align="center">
-              <el-table-column prop="upriced-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="upriced-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="upriced-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="upriced-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-            <el-table-column label="日公斤奶成本(元)" min-width="130px" align="center">
-              <el-table-column prop="kprice-nur" label="奶牛需要" min-width="70" align="center" />
-              <el-table-column prop="kprice-FT" label="配方量" min-width="58" align="center" />
-              <el-table-column prop="kprice-H" label="TMR料" min-width="65" align="center" />
-              <el-table-column prop="kprice-S" label="采食量" min-width="58" align="center" />
-            </el-table-column>
-          </el-table>
-        </div>
-      </div>
-      <div slot="footer" class="dialog-footer" style="bottom: 10px;">
+      <div class="app-see dialogMinHeight">
+        <div class="tableSee">
+          <el-table
+            :key="see.table.tableKey"
+            v-loading="see.table.listLoading"
+            element-loading-text="给我一点时间"
+            :data="see.table.list"
+            border
+            fit
+            show-summary
+            highlight-current-row
+            style="width: 100%;"
+            :row-style="rowStyle"
+            :cell-style="tableCellStyle"
+            class="elTable table-fixed"
+          >
+            <el-table-column label="栏舍/指标" min-width="100px" align="center">
+              <template slot-scope="{row}">
+                <a @click="clickFormulaHurdlesIndex(row)">{{ row.barname }}</a>
+              </template>
+            </el-table-column>
+            <el-table-column label="牛头数" min-width="100px" align="center" prop="ccount" />
+            <el-table-column label="干物质(kg)" min-width="130px" align="center">
+              <el-table-column prop="dry-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="dry-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="dry-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="dry-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="产奶净能(M)" min-width="130px" align="center">
+              <el-table-column prop="nm-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="nm-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="nm-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="nm-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="奶牛能量单位(NND)" min-width="130px" align="center">
+              <el-table-column prop="nuint-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="nuint-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="nuint-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="nuint-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="粗蛋白(g)" min-width="130px" align="center">
+              <el-table-column prop="cp-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="cp-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="cp-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="cp-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="磷(g)" min-width="130px" align="center">
+              <el-table-column prop="p-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="p-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="p-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="p-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="产奶净能(MCal/DM)" min-width="130px" align="center">
+              <el-table-column prop="nmd-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="nmd-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="nmd-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="nmd-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="粗蛋白(%DM)" min-width="130px" align="center">
+              <el-table-column prop="cpd-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="cpd-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="cpd-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="cpd-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="脂肪(%DM)" min-width="130px" align="center">
+              <el-table-column prop="fat-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="fat-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="fat-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="fat-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="淀粉(%DM)" min-width="130px" align="center">
+              <el-table-column prop="starch-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="starch-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="starch-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="starch-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="NDF(%DM)" min-width="130px" align="center">
+              <el-table-column prop="ndf-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="ndf-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="ndf-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="ndf-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="粗料中的NDF(%DM)" min-width="130px" align="center">
+              <el-table-column prop="cndf-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="cndf-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="cndf-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="cndf-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="ADF(%DM)" min-width="130px" align="center">
+              <el-table-column prop="adf-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="adf-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="adf-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="adf-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="钙(%DM)" min-width="130px" align="center">
+              <el-table-column prop="cad-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="cad-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="cad-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="cad-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="磷(%DM)" min-width="130px" align="center">
+              <el-table-column prop="pd-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="pd-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="pd-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="pd-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="(4.0)饲料转化效率(kg/DM)" min-width="130px" align="center">
+              <el-table-column prop="trans4f-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="trans4f-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="trans4f-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="trans4f-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="(3.5)饲料转化效率(kg/DM)" min-width="130px" align="center">
+              <el-table-column prop="trans35f-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="trans35f-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="trans35f-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="trans35f-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="精粗比(%)" min-width="130px" align="center">
+              <el-table-column prop="jcrate-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="jcrate-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="jcrate-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="jcrate-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="日粮成本(元)" min-width="130px" align="center">
+              <el-table-column prop="uprice-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="uprice-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="uprice-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="uprice-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="干物质成本(元/公斤)" min-width="130px" align="center">
+              <el-table-column prop="upriced-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="upriced-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="upriced-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="upriced-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+            <el-table-column label="日公斤奶成本(元)" min-width="130px" align="center">
+              <el-table-column prop="kprice-nur" label="奶牛需要" min-width="70" align="center" />
+              <el-table-column prop="kprice-FT" label="配方量" min-width="58" align="center" />
+              <el-table-column prop="kprice-H" label="TMR料" min-width="65" align="center" />
+              <el-table-column prop="kprice-S" label="采食量" min-width="58" align="center" />
+            </el-table-column>
+          </el-table>
+        </div>
+      </div>
+      <div slot="footer" class="dialog-footer" style="bottom: 10px;">
         <el-button class="cancelClose" style="right: 20px" @click="see.dialogFormVisible = false;$route.params.tname = '' ">关闭</el-button>
-      </div>
-    </el-dialog>
-
-    <!-- 配方详情 -->
-    <el-dialog :fullscreen="dialogFull" :destroy-on-close="true" :visible.sync="details.dialogFormVisible" :close-on-click-modal="false" width="90%">
+      </div>
+    </el-dialog>
+
+    <!-- 配方详情 -->
+    <el-dialog :fullscreen="dialogFull" :destroy-on-close="true" :visible.sync="details.dialogFormVisible" :close-on-click-modal="false" width="90%">
       <template slot="title">
         <div class="avue-crud__dialog__header">
           <span class="el-dialog__title">
@@ -418,67 +408,67 @@
           </div>
         </div>
       </template>
-      <div class="details dialogMinHeight">
-        <el-form ref="temp" :rules="details.rules" :model="details.temp" label-position="right" label-width="120px" style="width: 100%;margin-bottom:30px">
-          <el-row>
-            <el-col :span="8">
-              <el-form-item label="历史记录时间:" prop="maxDate">
-                <el-date-picker v-model="details.temp.maxDate" :clearable="false" format="yyyy-MM-dd" value-format="yyyy-MM-dd" type="date" placeholder="请选择历史记录时间" @change="changeMaxDate" />
-              </el-form-item>
-            </el-col>
-          </el-row>
-        </el-form>
-        <div class="table1">
-          <div ref="templateDialog" class="templateDialog">
-            <div class="recipeTemplateF">
-              <p>配方模板表</p>
-            </div>
-          </div>
-          <el-table
-            :key="details.table1.tableKey"
-            v-loading="details.table1.listLoading"
-            element-loading-text="给我一点时间"
-            :data="details.table1.list"
-            border
-            fit
-            highlight-current-row
-            style="width: 100%;"
-            :row-style="rowStyle"
-            :cell-style="cellStyle"
-            class="elTable table-fixed"
+      <div class="details dialogMinHeight">
+        <el-form ref="temp" :rules="details.rules" :model="details.temp" label-position="right" label-width="120px" style="width: 100%;margin-bottom:30px">
+          <el-row>
+            <el-col :span="8">
+              <el-form-item label="历史记录时间:" prop="maxDate">
+                <el-date-picker v-model="details.temp.maxDate" :clearable="false" format="yyyy-MM-dd" value-format="yyyy-MM-dd" type="date" placeholder="请选择历史记录时间" @change="changeMaxDate" />
+              </el-form-item>
+            </el-col>
+          </el-row>
+        </el-form>
+        <div class="table1">
+          <div ref="templateDialog" class="templateDialog">
+            <div class="recipeTemplateF">
+              <p>配方模板表</p>
+            </div>
+          </div>
+          <el-table
+            :key="details.table1.tableKey"
+            v-loading="details.table1.listLoading"
+            element-loading-text="给我一点时间"
+            :data="details.table1.list"
+            border
+            fit
+            highlight-current-row
+            style="width: 100%;"
+            :row-style="rowStyle"
+            :cell-style="cellStyle"
+            class="elTable table-fixed"
+          >
+            <el-table-column label="序号" type="index" width="50" align="center" />
+            <el-table-column label="配方名称" min-width="100px" align="center" prop="tname" />
+            <el-table-column label="牲畜类别" min-width="100px" align="center" prop="ccname" />
+            <el-table-column label="配方类型" min-width="100px" align="center" prop="fttype" />
+            <el-table-column label="来源" min-width="100px" align="center" prop="source" />
+            <el-table-column label="版本号" min-width="100px" align="center" prop="version" />
+            <el-table-column label="版本时间" min-width="100px" align="center" prop="versiontime" />
+          </el-table>
+        </div>
+        <div class="table2 detailDialog">
+          <div class="recipeTemplateF">
+            <p>配方详情表</p>
+          </div>
+          <el-table
+            :key="details.table2.tableKey"
+            v-loading="details.table2.listLoading"
+            element-loading-text="给我一点时间"
+            :data="details.table2.list"
+            border
+            fit
+            show-summary
+            highlight-current-row
+            style="width: 100%;"
+            :row-style="rowStyle"
+            :cell-style="cellStyle"
+            class="elTable table-fixed"
           >
-            <el-table-column label="序号" type="index" width="50" align="center" />
-            <el-table-column label="配方名称" min-width="100px" align="center" prop="tname" />
-            <el-table-column label="牲畜类别" min-width="100px" align="center" prop="ccname" />
-            <el-table-column label="配方类型" min-width="100px" align="center" prop="fttype" />
-            <el-table-column label="来源" min-width="100px" align="center" prop="source" />
-            <el-table-column label="版本号" min-width="100px" align="center" prop="version" />
-            <el-table-column label="版本时间" min-width="100px" align="center" prop="versiontime" />
-          </el-table>
-        </div>
-        <div class="table2 detailDialog">
-          <div class="recipeTemplateF">
-            <p>配方详情表</p>
-          </div>
-          <el-table
-            :key="details.table2.tableKey"
-            v-loading="details.table2.listLoading"
-            element-loading-text="给我一点时间"
-            :data="details.table2.list"
-            border
-            fit
-            show-summary
-            highlight-current-row
-            style="width: 100%;"
-            :row-style="rowStyle"
-            :cell-style="cellStyle"
-            class="elTable table-fixed"
-          >
-            <el-table-column label="序号" type="index" width="50" align="center" />
-            <el-table-column label="饲料组" min-width="100px" align="center" prop="feedgroup" />
-            <el-table-column label="饲料名称" min-width="100px" align="center" prop="fname" />
-            <el-table-column label="重量(KG)" min-width="100px" align="center" prop="fweight" />
-            <el-table-column label="搅拌延时(min)" min-width="100px" align="center" prop="autosecond" />
+            <el-table-column label="序号" type="index" width="50" align="center" />
+            <el-table-column label="饲料组" min-width="100px" align="center" prop="feedgroup" />
+            <el-table-column label="饲料名称" min-width="100px" align="center" prop="fname" />
+            <el-table-column label="重量(KG)" min-width="100px" align="center" prop="fweight" />
+            <el-table-column label="搅拌延时(min)" min-width="100px" align="center" prop="autosecond" />
             <el-table-column label="是否锁定牛头数比例" min-width="100" align="center">
               <template slot-scope="scope">
                 <span v-if="scope.row.islockcount == '0'">否</span>
@@ -489,403 +479,349 @@
               <template slot-scope="scope">
                 <span>{{ scope.row.sort }}</span>
               </template>
-            </el-table-column>
-          </el-table>
-        </div>
-      </div>
-      <div slot="footer" class="dialog-footer" style="bottom: 10px;">
-        <el-button class="cancelClose" style="right: 20px" @click="details.dialogFormVisible = false;">关闭</el-button>
-      </div>
-    </el-dialog>
-  </div>
-</template>
-
-<script>
-import { GetDataByName, postJson } from '@/api/common'
-import Cookies from 'js-cookie'
-import Pagination from '@/components/Pagination'
-import { parseTime } from '@/utils/index.js'
-export default {
-  name: 'FormulationEvaluation',
-  components: { Pagination },
-  filters: {
-    keepTreeNum(value) {
-      value = Number(value)
-      return value.toFixed(3)
-    }
-  },
-  data() {
+            </el-table-column>
+          </el-table>
+        </div>
+      </div>
+      <div slot="footer" class="dialog-footer" style="bottom: 10px;">
+        <el-button class="cancelClose" style="right: 20px" @click="details.dialogFormVisible = false;">关闭</el-button>
+      </div>
+    </el-dialog>
+  </div>
+</template>
+
+<script>
+import { GetDataByName, postJson } from '@/api/common'
+import Cookies from 'js-cookie'
+import Pagination from '@/components/Pagination'
+import { parseTime } from '@/utils/index.js'
+export default {
+  name: 'FormulationEvaluation',
+  components: { Pagination },
+  filters: {
+    keepTreeNum(value) {
+      value = Number(value)
+      return value.toFixed(3)
+    }
+  },
+  data() {
     return {
       dialogFull: false,
-      searchList: [{ id: '0', name: '按配方查询' }, { id: '1', name: '按栏舍查询' }],
-      formulaList: [],
-      fenceHouseList: [],
-      table: {
-        getdataListParm: {
-          name: 'judgenurFTReport',
-          page: 1,
-          offset: 1,
-          pagecount: parseInt(Cookies.get('pageCount')),
-          returntype: 'Map',
-          parammaps: {
-            pastureid: Cookies.get('pastureid'),
-            startTime: parseTime(new Date(), '{y}-{m}-{d}'),
-            stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
-            inputDatetime: [new Date(), new Date()],
-            search: '0',
-            templetid:'',
-            barid:''
-          }
-        },
-        tableKey: 1,
-        list: [],
-        total: 0,
-        listLoading: true,
-        temp: {}
-      },
-      see: {
-        dialogFormVisible: false,
-        dialogStatus: '',
-        temp: {},
-        rules: {},
-        table: {
-          tableKey: 0,
-          list: [],
-          total: 0,
-          listLoading: true,
-          getdataListParm: {
-            name: 'judgenurFTReport',
-            page: 1,
-            offset: 1,
-            pagecount: 0,
-            returntype: 'Map',
-            parammaps: {
-              name: 'judgenurBarBmReport',
-              name1: 'judgenurBarHSL'
-            }
-          }
-        }
-      },
-      details: {
-        dialogFormVisible: false,
-        dialogStatus: '',
-        temp: {
-          maxDate: ''
-        },
-        rules: {},
-        table1: {
-          tableKey: 0,
-          list: [],
-          total: 0,
-          listLoading: true,
-          getdataListParm: {
-            name: 'getFTListDateHis',
-            page: 1,
-            offset: 1,
-            pagecount: 10,
-            returntype: 'Map',
-            parammaps: {
-              pastureid: '',
-              id: ''
-            }
-          }
-        },
-        table2: {
-          tableKey: 0,
-          list: [],
-          total: 0,
-          listLoading: true,
-          getdataListParm: {
-            name: 'getFTdetailListDate',
-            page: 1,
-            offset: 1,
-            pagecount: 10,
-            returntype: 'Map',
-            parammaps: {
-              pastureid: '',
-              ftid: '',
-              date: '',
-              version: ''
-            }
-          }
-        },
-        maxDate: {
-          getdataListParm: {
-            name: 'getFTMaxDate',
-            page: 1,
-            offset: 1,
-            pagecount: 10,
-            returntype: 'Map',
-            parammaps: {
-              pastureid: ''
-            }
-          }
-        }
-      },
-      textMap: {
-        see: '',
-        details: '配方详情'
-      },
-      rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
-      cellStyle: { padding: 0 + 'px' }
-    }
-  },
-
-  created() {
-    if (this.$route.params.tname !== '' && this.$route.params.tname !== undefined && this.$route.params.startTime !== undefined && this.$route.params.stopTime !== undefined) {
-      console.log(this.table.getdataListParm.parammaps.inputDatetime, 'this.table.getdataListParm.parammaps.inputDatetime')
-      this.table.getdataListParm.parammaps.startTime = this.$route.params.startTime
-      this.table.getdataListParm.parammaps.stopTime = this.$route.params.stopTime
-      this.textMap.see = '栏舍详情——' + this.$route.params.tname
+      table: {
+        getdataListParm: {
+          name: 'judgenurFTReport',
+          page: 1,
+          offset: 1,
+          pagecount: parseInt(Cookies.get('pageCount')),
+          returntype: 'Map',
+          parammaps: {
+            pastureid: Cookies.get('pastureid'),
+            startTime: parseTime(new Date(), '{y}-{m}-{d}'),
+            stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
+            inputDatetime: [new Date(), new Date()]
+          }
+        },
+        tableKey: 1,
+        list: [],
+        total: 0,
+        listLoading: true,
+        temp: {}
+      },
+      see: {
+        dialogFormVisible: false,
+        dialogStatus: '',
+        temp: {},
+        rules: {},
+        table: {
+          tableKey: 0,
+          list: [],
+          total: 0,
+          listLoading: true,
+          getdataListParm: {
+            name: 'judgenurFTReport',
+            page: 1,
+            offset: 1,
+            pagecount: 0,
+            returntype: 'Map',
+            parammaps: {
+              name: 'judgenurBarBmReport',
+              name1: 'judgenurBarHSL'
+            }
+          }
+        }
+      },
+      details: {
+        dialogFormVisible: false,
+        dialogStatus: '',
+        temp: {
+          maxDate: ''
+        },
+        rules: {},
+        table1: {
+          tableKey: 0,
+          list: [],
+          total: 0,
+          listLoading: true,
+          getdataListParm: {
+            name: 'getFTListDateHis',
+            page: 1,
+            offset: 1,
+            pagecount: 10,
+            returntype: 'Map',
+            parammaps: {
+              pastureid: '',
+              id: ''
+            }
+          }
+        },
+        table2: {
+          tableKey: 0,
+          list: [],
+          total: 0,
+          listLoading: true,
+          getdataListParm: {
+            name: 'getFTdetailListDate',
+            page: 1,
+            offset: 1,
+            pagecount: 10,
+            returntype: 'Map',
+            parammaps: {
+              pastureid: '',
+              ftid: '',
+              date: '',
+              version: ''
+            }
+          }
+        },
+        maxDate: {
+          getdataListParm: {
+            name: 'getFTMaxDate',
+            page: 1,
+            offset: 1,
+            pagecount: 10,
+            returntype: 'Map',
+            parammaps: {
+              pastureid: ''
+            }
+          }
+        }
+      },
+      textMap: {
+        see: '',
+        details: '配方详情'
+      },
+      rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
+      cellStyle: { padding: 0 + 'px' }
+    }
+  },
+
+  created() {
+    if (this.$route.params.tname !== '' && this.$route.params.tname !== undefined && this.$route.params.startTime !== undefined && this.$route.params.stopTime !== undefined) {
+      console.log(this.table.getdataListParm.parammaps.inputDatetime, 'this.table.getdataListParm.parammaps.inputDatetime')
+      this.table.getdataListParm.parammaps.startTime = this.$route.params.startTime
+      this.table.getdataListParm.parammaps.stopTime = this.$route.params.stopTime
+      this.textMap.see = '栏舍详情——' + this.$route.params.tname
       setTimeout(() => {
-        this.dialogFull = false
-        this.see.dialogStatus = 'see'
-        this.see.dialogFormVisible = true
-      }, 500)
-      this.see.table.getdataListParm.parammaps.ftid = this.$route.params.ftid
-      this.see.table.getdataListParm.parammaps.pastureid = this.$route.params.pastureid
-      this.see.table.getdataListParm.parammaps.startTime = this.table.getdataListParm.parammaps.startTime
-      this.see.table.getdataListParm.parammaps.stopTime = this.table.getdataListParm.parammaps.stopTime
-      this.getListSee()
-    }
+        this.dialogFull = false
+        this.see.dialogStatus = 'see'
+        this.see.dialogFormVisible = true
+      }, 500)
+      this.see.table.getdataListParm.parammaps.ftid = this.$route.params.ftid
+      this.see.table.getdataListParm.parammaps.pastureid = this.$route.params.pastureid
+      this.see.table.getdataListParm.parammaps.startTime = this.table.getdataListParm.parammaps.startTime
+      this.see.table.getdataListParm.parammaps.stopTime = this.table.getdataListParm.parammaps.stopTime
+      this.getListSee()
+    }
     this.getList()
-    this.getformulaList()
-    this.getfenceHouseList()
-  },
-
+  },
+
   methods: {
-    getformulaList(){
-      const url = 'authdata/GetDataByName'
-      const data = {}
-      data.name = 'getBarListEnable'
-      data.parammaps = {}
-      data.parammaps.pastureid = Cookies.get('pastureid')
-      postJson(url, data).then(response => {
-        if(response.data.list !== null){
-          this.formulaList = response.data.list
-        }else{
-          this.formulaList = []
+    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.table.pageNum = response.data.pageNum
+          this.table.pageSize = response.data.pageSize
+          this.table.total = response.data.total
+        } else {
+          this.table.list = []
         }
+        console.log(this.$route.params.tname)
+        // this.see.dialogFormVisible = false
+        setTimeout(() => {
+          this.table.listLoading = false
+        }, 100)
       })
     },
-    getfenceHouseList(){
-      const url = 'authdata/GetDataByName'
-      const data = {}
-      data.name = 'getFeedTempletName'
-      postJson(url, data).then(response => {
-        if(response.data.list !== null){
-          this.fenceHouseList = response.data.list
-        }else{
-          this.fenceHouseList = []
-        }
-      })
-    },
-    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.table.pageNum = response.data.pageNum
-          this.table.pageSize = response.data.pageSize
-          this.table.total = response.data.total
-        } else {
-          this.table.list = []
-          this.table.pageNum = 0
-          this.table.pageSize = 0
-          this.table.total = 0
-        }
-        setTimeout(() => {
-          this.table.listLoading = false
-        }, 100)
-      })
+    changeDate() {
+      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}')
+        this.getList()
+      }
+    },
+    handleBefore() {
+      if (this.table.getdataListParm.parammaps.inputDatetime !== '' && this.table.getdataListParm.parammaps.inputDatetime !== null) {
+        var start = new Date(this.table.getdataListParm.parammaps.inputDatetime[0].setDate(this.table.getdataListParm.parammaps.inputDatetime[0].getDate() - 1))
+        var stop = new Date(this.table.getdataListParm.parammaps.inputDatetime[1].setDate(this.table.getdataListParm.parammaps.inputDatetime[1].getDate() - 1))
+        this.table.getdataListParm.parammaps.inputDatetime.length = 0
+        this.table.getdataListParm.parammaps.inputDatetime.push(start, stop)
+        this.$forceUpdate()
+      }
+      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}')
+      this.getList()
     },
-    handleSearch() {
-      if(this.table.getdataListParm.parammaps.search == '0'){
-        this.table.getdataListParm.parammaps.barid = ''
-      }else{
-        this.table.getdataListParm.parammaps.templetid = ''
-        console.log(this.table.getdataListParm.parammaps.barid)
+    handleNext() {
+      if (this.table.getdataListParm.parammaps.inputDatetime !== '' && this.table.getdataListParm.parammaps.inputDatetime !== null) {
+        var start2 = new Date(this.table.getdataListParm.parammaps.inputDatetime[0].setDate(this.table.getdataListParm.parammaps.inputDatetime[0].getDate() + 1))
+        var stop2 = new Date(this.table.getdataListParm.parammaps.inputDatetime[1].setDate(this.table.getdataListParm.parammaps.inputDatetime[1].getDate() + 1))
+        this.table.getdataListParm.parammaps.inputDatetime.length = 0
+        this.table.getdataListParm.parammaps.inputDatetime.push(start2, stop2)
+        this.$forceUpdate()
       }
+      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}')
       this.getList()
-    },
-    changeDate() {
-      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}')
-        this.getList()
-      }
-    },
-    handleBefore() {
-      if (this.table.getdataListParm.parammaps.inputDatetime !== '' && this.table.getdataListParm.parammaps.inputDatetime !== null) {
-        var start = new Date(this.table.getdataListParm.parammaps.inputDatetime[0].setDate(this.table.getdataListParm.parammaps.inputDatetime[0].getDate() - 1))
-        var stop = new Date(this.table.getdataListParm.parammaps.inputDatetime[1].setDate(this.table.getdataListParm.parammaps.inputDatetime[1].getDate() - 1))
-        this.table.getdataListParm.parammaps.inputDatetime.length = 0
-        this.table.getdataListParm.parammaps.inputDatetime.push(start, stop)
-        this.$forceUpdate()
-      }
-      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}')
-      this.getList()
-    },
-    handleNext() {
-      if (this.table.getdataListParm.parammaps.inputDatetime !== '' && this.table.getdataListParm.parammaps.inputDatetime !== null) {
-        var start2 = new Date(this.table.getdataListParm.parammaps.inputDatetime[0].setDate(this.table.getdataListParm.parammaps.inputDatetime[0].getDate() + 1))
-        var stop2 = new Date(this.table.getdataListParm.parammaps.inputDatetime[1].setDate(this.table.getdataListParm.parammaps.inputDatetime[1].getDate() + 1))
-        this.table.getdataListParm.parammaps.inputDatetime.length = 0
-        this.table.getdataListParm.parammaps.inputDatetime.push(start2, stop2)
-        this.$forceUpdate()
-      }
-      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}')
-      this.getList()
-    },
-    tableCellStyle({ row, column, rowIndex, columnIndex }) {
-      if (columnIndex === 0) {
-        return {
-          textDecoration: 'underline'
-        }
-      }
-      return {
-        textDecoration: 'none'
-      }
-    },
-    clickFormulaTemplateIndex(row) {
+    },
+    tableCellStyle({ row, column, rowIndex, columnIndex }) {
+      if (columnIndex === 0) {
+        return {
+          textDecoration: 'underline'
+        }
+      }
+      return {
+        textDecoration: 'none'
+      }
+    },
+    clickFormulaTemplateIndex(row) {
       console.log('点击了配方模板/指标')
-      this.dialogFull = false
-      this.details.dialogStatus = 'details'
-      this.details.dialogFormVisible = true
-      this.details.table1.getdataListParm.parammaps.pastureid = row.pastureid
-      this.details.table1.getdataListParm.parammaps.id = row.ftid
-
-      this.details.maxDate.getdataListParm.parammaps.pastureid = row.pastureid
-      this.getMaxDate()
-    },
-
-    getMaxDate() {
-      GetDataByName(this.details.maxDate.getdataListParm).then(response => {
-        if (response.data.list !== null) {
-          this.details.temp.maxDate = response.data.list[0].maxdate
-        } else {
-          this.details.temp.maxDate = ''
-        }
-        this.details.table1.getdataListParm.parammaps.date = this.details.temp.maxDate
-        this.details.table2.getdataListParm.parammaps.date = this.details.temp.maxDate
-
-        this.getListDetails1()
-      })
-    },
-    changeMaxDate(item) {
-      this.details.table1.getdataListParm.parammaps.date = this.details.temp.maxDate
-      this.getListDetails1()
-    },
-    getListDetails1() {
-      this.details.table1.listLoading = true
-      GetDataByName(this.details.table1.getdataListParm).then(response => {
-        console.log('table数据', response.data.list)
-        if (response.data.list !== null) {
-          this.details.table1.list = response.data.list
-          this.details.table1.pageNum = response.data.pageNum
-          this.details.table1.pageSize = response.data.pageSize
-          this.details.table1.total = response.data.total
-
-          this.details.table2.getdataListParm.parammaps.pastureid = this.details.table1.list[0].pastureid
-          this.details.table2.getdataListParm.parammaps.ftid = this.details.table1.list[0].id
-          this.details.table2.getdataListParm.parammaps.version = this.details.table1.list[0].version
-          this.getListDetails2()
-        } else {
-          this.details.table1.list = []
+      this.dialogFull = false
+      this.details.dialogStatus = 'details'
+      this.details.dialogFormVisible = true
+      this.details.table1.getdataListParm.parammaps.pastureid = row.pastureid
+      this.details.table1.getdataListParm.parammaps.id = row.ftid
+
+      this.details.maxDate.getdataListParm.parammaps.pastureid = row.pastureid
+      this.getMaxDate()
+    },
+
+    getMaxDate() {
+      GetDataByName(this.details.maxDate.getdataListParm).then(response => {
+        if (response.data.list !== null) {
+          this.details.temp.maxDate = response.data.list[0].maxdate
+        } else {
+          this.details.temp.maxDate = ''
+        }
+        this.details.table1.getdataListParm.parammaps.date = this.details.temp.maxDate
+        this.details.table2.getdataListParm.parammaps.date = this.details.temp.maxDate
+
+        this.getListDetails1()
+      })
+    },
+    changeMaxDate(item) {
+      this.details.table1.getdataListParm.parammaps.date = this.details.temp.maxDate
+      this.getListDetails1()
+    },
+    getListDetails1() {
+      this.details.table1.listLoading = true
+      GetDataByName(this.details.table1.getdataListParm).then(response => {
+        console.log('table数据', response.data.list)
+        if (response.data.list !== null) {
+          this.details.table1.list = response.data.list
+          this.details.table1.pageNum = response.data.pageNum
+          this.details.table1.pageSize = response.data.pageSize
+          this.details.table1.total = response.data.total
+
+          this.details.table2.getdataListParm.parammaps.pastureid = this.details.table1.list[0].pastureid
+          this.details.table2.getdataListParm.parammaps.ftid = this.details.table1.list[0].id
+          this.details.table2.getdataListParm.parammaps.version = this.details.table1.list[0].version
+          this.getListDetails2()
+        } else {
+          this.details.table1.list = []
           this.details.table2.list = []
-          this.details.table1.pageNum = 0
-          this.details.table1.pageSize = 0
-          this.details.table1.total = 0
-        }
-        setTimeout(() => {
-          this.details.table1.listLoading = false
-        }, 100)
-      })
-    },
-    getListDetails2() {
-      this.details.table2.listLoading = true
-      GetDataByName(this.details.table2.getdataListParm).then(response => {
-        console.log('table数据', response.data.list)
-        if (response.data.list !== null) {
-          this.details.table2.list = response.data.list
-          this.details.table2.pageNum = response.data.pageNum
-          this.details.table2.pageSize = response.data.pageSize
-          this.details.table2.total = response.data.total
-        } else {
+        }
+        setTimeout(() => {
+          this.details.table1.listLoading = false
+        }, 100)
+      })
+    },
+    getListDetails2() {
+      this.details.table2.listLoading = true
+      GetDataByName(this.details.table2.getdataListParm).then(response => {
+        console.log('table数据', response.data.list)
+        if (response.data.list !== null) {
+          this.details.table2.list = response.data.list
+          this.details.table2.pageNum = response.data.pageNum
+          this.details.table2.pageSize = response.data.pageSize
+          this.details.table2.total = response.data.total
+        } else {
           this.details.table2.list = []
-          this.details.table2.pageNum = 0
-          this.details.table2.pageSize = 0
-          this.details.table2.total = 0
-        }
-        setTimeout(() => {
-          this.details.table2.listLoading = false
-        }, 100)
-      })
-    },
-    clickFormulaHurdlesIndex(row) {
-      console.log('点击了栏舍/指标')
-      this.$router.push('/formulationPlan/DhedFormula')
-    },
-    handleSee(row) {
+        }
+        setTimeout(() => {
+          this.details.table2.listLoading = false
+        }, 100)
+      })
+    },
+    clickFormulaHurdlesIndex(row) {
+      console.log('点击了栏舍/指标')
+      this.$router.push('/formulationPlan/DhedFormula')
+    },
+    handleSee(row) {
       console.log('查看', row)
-      this.dialogFull = false
-      this.textMap.see = '栏舍详情——' + row.tname
-      this.see.dialogStatus = 'see'
-      this.see.dialogFormVisible = true
-      this.see.table.getdataListParm.parammaps.ftid = row.ftid
-      this.see.table.getdataListParm.parammaps.pastureid = row.pastureid
-      this.see.table.getdataListParm.parammaps.startTime = this.table.getdataListParm.parammaps.startTime
-      this.see.table.getdataListParm.parammaps.stopTime = this.table.getdataListParm.parammaps.stopTime
-      this.getListSee()
-    },
-    getListSee() {
+      this.dialogFull = false
+      this.textMap.see = '栏舍详情——' + row.tname
+      this.see.dialogStatus = 'see'
+      this.see.dialogFormVisible = true
+      this.see.table.getdataListParm.parammaps.ftid = row.ftid
+      this.see.table.getdataListParm.parammaps.pastureid = row.pastureid
+      this.see.table.getdataListParm.parammaps.startTime = this.table.getdataListParm.parammaps.startTime
+      this.see.table.getdataListParm.parammaps.stopTime = this.table.getdataListParm.parammaps.stopTime
+      this.getListSee()
+    },
+    getListSee() {
       this.see.table.listLoading = true
       const url = 'authdata/GETNurJudgeRport'
       const data = this.see.table.getdataListParm
-      postJson(url, data).then(response => {
-        if (response.data !== null) {
-          console.log('table数据', response.data)
-          this.see.table.list = response.data
-          this.see.table.pageNum = response.data.pageNum
-          this.see.table.pageSize = response.data.pageSize
-          this.see.table.total = response.data.total
-        } else {
+      postJson(url, data).then(response => {
+        if (response.data !== null) {
+          console.log('table数据', response.data)
+          this.see.table.list = response.data
+          this.see.table.pageNum = response.data.pageNum
+          this.see.table.pageSize = response.data.pageSize
+          this.see.table.total = response.data.total
+        } else {
           this.see.table.list = []
-          this.see.table.pageNum = 0
-          this.see.table.pageSize = 0
-          this.see.table.total = 0
-        }
-        setTimeout(() => {
-          this.see.table.listLoading = false
-        }, 100)
-      })
-    }
-
-  }
-}
-</script>
-<style lang="scss" scoped>
-  .search {clear: both; }
-  .table { margin-top: 10px; }
-  .table2{margin-top: 20px;}
-  .templateDialog{
-     background: #fff;
-     position: relative;
-   }
-  .detailDialog{
-     background: #fff;
-     position: relative;
-   }
-</style>
-<style>
-  .tableSee .el-table { overflow-x: auto; }
-  .tableSee .el-table__header-wrapper,
-  .tableSee .el-table__body-wrapper,
-  .tableSee .el-table__footer-wrapper { overflow: visible; }
-  .tableSee .el-table::after { position: relative; }
-  .tableSee .el-table--scrollable-x .el-table__body-wrapper { overflow: visible; }
-
-</style>
+        }
+        setTimeout(() => {
+          this.see.table.listLoading = false
+        }, 100)
+      })
+    }
+
+  }
+}
+</script>
+<style lang="scss" scoped>
+  .search {clear: both; }
+  .table { margin-top: 10px; }
+  .table2{margin-top: 20px;}
+  .templateDialog{
+     background: #fff;
+     position: relative;
+   }
+  .detailDialog{
+     background: #fff;
+     position: relative;
+   }
+</style>
+<style>
+  .tableSee .el-table { overflow-x: auto; }
+  .tableSee .el-table__header-wrapper,
+  .tableSee .el-table__body-wrapper,
+  .tableSee .el-table__footer-wrapper { overflow: visible; }
+  .tableSee .el-table::after { position: relative; }
+  .tableSee .el-table--scrollable-x .el-table__body-wrapper { overflow: visible; }
+</style>

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů