|
@@ -699,7 +699,7 @@
|
|
<u-table-column sortable label="TMR名称" min-width="70px" align="center" prop="TMR名称" />
|
|
<u-table-column sortable label="TMR名称" min-width="70px" align="center" prop="TMR名称" />
|
|
<u-table-column sortable label="车次" min-width="50px" align="center" prop="车次" />
|
|
<u-table-column sortable label="车次" min-width="50px" align="center" prop="车次" />
|
|
<u-table-column sortable label="班次" min-width="50px" align="center" prop="班次" />
|
|
<u-table-column sortable label="班次" min-width="50px" 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}">
|
|
<template slot-scope="{row}">
|
|
<a @click="clickRecipeName2(row)" style="text-decoration: underline;color: #0000FF;">{{ row.配方名称 }}</a>
|
|
<a @click="clickRecipeName2(row)" style="text-decoration: underline;color: #0000FF;">{{ row.配方名称 }}</a>
|
|
</template>
|
|
</template>
|
|
@@ -708,7 +708,9 @@
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<a @click="clickFeed2(row)" style="text-decoration: underline;color: #0000FF;">{{ row.饲料 }}</a>
|
|
<a @click="clickFeed2(row)" style="text-decoration: underline;color: #0000FF;">{{ row.饲料 }}</a>
|
|
</template>
|
|
</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="饲料" />
|
|
<u-table-column sortable label="理论重量" min-width="55px" align="center" prop="理论重量" />
|
|
<u-table-column sortable label="理论重量" min-width="55px" align="center" prop="理论重量" />
|
|
<u-table-column sortable label="实际重量" min-width="55px" align="center" prop="实际重量" />
|
|
<u-table-column sortable label="实际重量" min-width="55px" align="center" prop="实际重量" />
|
|
<u-table-column sortable label="误差值" min-width="45px" align="center" prop="误差值" />
|
|
<u-table-column sortable label="误差值" min-width="45px" align="center" prop="误差值" />
|
|
@@ -4773,7 +4775,7 @@ export default {
|
|
data.start_time = this.tab.table.getdataListParm.parammaps.startTime
|
|
data.start_time = this.tab.table.getdataListParm.parammaps.startTime
|
|
data.end_time = this.tab.table.getdataListParm.parammaps.stopTime
|
|
data.end_time = this.tab.table.getdataListParm.parammaps.stopTime
|
|
postJson(url,data).then(response => {
|
|
postJson(url,data).then(response => {
|
|
- if(response.data.list !== null){
|
|
|
|
|
|
+ if(response.data !== null && response.data.list !== null){
|
|
this.tab.TMRNameList = response.data.list
|
|
this.tab.TMRNameList = response.data.list
|
|
}else{
|
|
}else{
|
|
this.tab.TMRNameList = []
|
|
this.tab.TMRNameList = []
|
|
@@ -4788,6 +4790,7 @@ export default {
|
|
data.start_time = this.tab2.table.getdataListParm.parammaps.startTime
|
|
data.start_time = this.tab2.table.getdataListParm.parammaps.startTime
|
|
data.end_time = this.tab2.table.getdataListParm.parammaps.stopTime
|
|
data.end_time = this.tab2.table.getdataListParm.parammaps.stopTime
|
|
postJson(url,data).then(response => {
|
|
postJson(url,data).then(response => {
|
|
|
|
+ this.tab2.table.listLoading = false
|
|
if(response.data !== null){
|
|
if(response.data !== null){
|
|
this.tab2.TMRNameList = response.data.list
|
|
this.tab2.TMRNameList = response.data.list
|
|
}else{
|
|
}else{
|
|
@@ -4803,6 +4806,7 @@ export default {
|
|
data.start_time = this.tab3.table.getdataListParm.parammaps.startTime
|
|
data.start_time = this.tab3.table.getdataListParm.parammaps.startTime
|
|
data.end_time = this.tab3.table.getdataListParm.parammaps.stopTime
|
|
data.end_time = this.tab3.table.getdataListParm.parammaps.stopTime
|
|
postJson(url,data).then(response => {
|
|
postJson(url,data).then(response => {
|
|
|
|
+ this.tab3.table.listLoading = false
|
|
if(response.data.list !== null){
|
|
if(response.data.list !== null){
|
|
this.tab3.TMRNameList = response.data.list
|
|
this.tab3.TMRNameList = response.data.list
|
|
}else{
|
|
}else{
|