|
@@ -657,7 +657,7 @@
|
|
|
<el-option v-for="item in tab2.isuseList" :key="item.id" :label="item.name" :value="item.id" />
|
|
|
</el-select> -->
|
|
|
<!-- 临时注释 -->
|
|
|
- <div style="display: inline-block;" class="filter-item1">
|
|
|
+ <!-- <div style="display: inline-block;" class="filter-item1">
|
|
|
<el-input-number :controls="false" :precision="2" v-model="tab2.table.getdataListParm.parammaps.hlwc1" placeholder="混料误差值" style="width: 120px;" class="filter-item" clearable />
|
|
|
<span>-</span>
|
|
|
<el-input-number :controls="false" :precision="2" v-model="tab2.table.getdataListParm.parammaps.hlwc2" placeholder="混料误差值" style="width: 120px;" class="filter-item" clearable />
|
|
@@ -672,7 +672,7 @@
|
|
|
<span>-</span>
|
|
|
<el-input-number :controls="false" :precision="2" v-model="tab2.table.getdataListParm.parammaps.hlzql2" placeholder="混料正确率" :min="0" :max="100" style="width: 120px;" class="filter-item" clearable />
|
|
|
</div>
|
|
|
- <el-checkbox v-model="tab2.table.getdataListParm.parammaps.ccys" style="margin-right: 10px;">只看超出预设值数据</el-checkbox>
|
|
|
+ <el-checkbox v-model="tab2.table.getdataListParm.parammaps.ccys" style="margin-right: 10px;">只看超出预设值数据</el-checkbox> -->
|
|
|
<!-- 临时注释 -->
|
|
|
<el-button class="successBorder" style="margin-top: 5px;" @click="handleSearch2">查询</el-button>
|
|
|
<el-button class="successBorder" style="margin-top: 5px;" @click="handleRefresh2">重置</el-button>
|
|
@@ -701,7 +701,7 @@
|
|
|
<u-table-column sortable label="配方名称" min-width="90px" align="center" prop="配方名称" />
|
|
|
<u-table-column sortable label="饲料" min-width="70px" align="center" prop="饲料" />
|
|
|
<!-- 临时注释 -->
|
|
|
- <u-table-column sortable label="配方名称" min-width="70px" align="center" prop="配方名称">
|
|
|
+ <!-- <u-table-column sortable label="配方名称" min-width="70px" align="center" prop="配方名称">
|
|
|
<template slot-scope="{row}">
|
|
|
<a @click="clickRecipeName2(row)" style="text-decoration: underline;color: #0000FF;">{{ row.配方名称 }}</a>
|
|
|
</template>
|
|
@@ -710,7 +710,7 @@
|
|
|
<template slot-scope="{row}">
|
|
|
<a @click="clickFeed2(row)" style="text-decoration: underline;color: #0000FF;">{{ row.饲料 }}</a>
|
|
|
</template>
|
|
|
- </u-table-column>
|
|
|
+ </u-table-column> -->
|
|
|
<!-- 临时注释 -->
|
|
|
<u-table-column sortable label="理论重量" min-width="55px" align="center" prop="理论重量" />
|
|
|
<u-table-column sortable label="实际重量" min-width="55px" align="center" prop="实际重量" />
|
|
@@ -751,7 +751,7 @@
|
|
|
<el-option v-for="item in tab3.isuseList" :key="item.id" :label="item.name" :value="item.id" />
|
|
|
</el-select> -->
|
|
|
<!-- 临时注释 -->
|
|
|
- <div style="display: inline-block;" class="filter-item1">
|
|
|
+ <!-- <div style="display: inline-block;" class="filter-item1">
|
|
|
<el-input-number :controls="false" :precision="2" v-model="tab3.table.getdataListParm.parammaps.slwc1" placeholder="撒料误差值" style="width: 120px;" class="filter-item" clearable />
|
|
|
<span>-</span>
|
|
|
<el-input-number :controls="false" :precision="2" v-model="tab3.table.getdataListParm.parammaps.slwc2" placeholder="撒料误差值" style="width: 120px;" class="filter-item" clearable />
|
|
@@ -766,7 +766,7 @@
|
|
|
<span>-</span>
|
|
|
<el-input-number :controls="false" :precision="2" v-model="tab3.table.getdataListParm.parammaps.slzql2" placeholder="撒料正确率" :min="0" :max="100" style="width: 120px;" class="filter-item" clearable />
|
|
|
</div>
|
|
|
- <el-checkbox v-model="tab3.table.getdataListParm.parammaps.ccys" style="margin-right: 10px;">只看超出预设值数据</el-checkbox>
|
|
|
+ <el-checkbox v-model="tab3.table.getdataListParm.parammaps.ccys" style="margin-right: 10px;">只看超出预设值数据</el-checkbox> -->
|
|
|
<!-- 临时注释 -->
|
|
|
<el-button class="successBorder" style="margin-top: 5px;" @click="handleSearch3">查询</el-button>
|
|
|
<el-button class="successBorder" style="margin-top: 5px;" @click="handleRefresh3">重置</el-button>
|
|
@@ -795,7 +795,7 @@
|
|
|
<u-table-column sortable label="配方名称" min-width="90px" align="center" prop="配方名称" />
|
|
|
<u-table-column sortable label="栏舍" min-width="90px" align="center" prop="栏舍" />
|
|
|
<!-- 临时注释 -->
|
|
|
- <u-table-column sortable label="配方名称" min-width="70px" align="center" prop="配方名称">
|
|
|
+ <!-- <u-table-column sortable label="配方名称" min-width="70px" align="center" prop="配方名称">
|
|
|
<template slot-scope="{row}">
|
|
|
<a @click="clickRecipeName3(row)" style="text-decoration: underline;color: #0000FF;">{{ row.配方名称 }}</a>
|
|
|
</template>
|
|
@@ -804,7 +804,7 @@
|
|
|
<template slot-scope="{row}">
|
|
|
<a @click="clickFence3(row)" style="text-decoration: underline;color: #0000FF;">{{ row.栏舍 }}</a>
|
|
|
</template>
|
|
|
- </u-table-column>
|
|
|
+ </u-table-column> -->
|
|
|
<!-- 临时注释 -->
|
|
|
<u-table-column sortable label="理论重量" min-width="55px" align="center" prop="理论重量" />
|
|
|
<u-table-column sortable label="实际重量" min-width="55px" align="center" prop="实际重量" />
|