|
@@ -741,7 +741,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column :label="$t('errorAnalysis.sxlb')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-select v-model="scope.row.ccid" placeholder="选择牲畜父类" class="filter-item" style="width:95%;padding:10px 0;" :disabled="detail.disabled" @change="changeLivestockType2">
|
|
|
+ <el-select v-model="scope.row.ccid" :placeholder="$t('message.msg354')" class="filter-item" style="width:95%;padding:10px 0;" :disabled="detail.disabled" @change="changeLivestockType2">
|
|
|
<el-option v-for="item in livestockTypeList" :key="item.value" :label="item.label" :value="item.value" />
|
|
|
</el-select>
|
|
|
</template>
|
|
@@ -1039,7 +1039,7 @@ export default {
|
|
|
tableKey2: 0,
|
|
|
total2: 0,
|
|
|
listLoading2: false,
|
|
|
- list2: [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: '自定义', remark: '', 'enable': 1, }],
|
|
|
+ list2: [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: this.$t('message.msg355'), remark: '', 'enable': 1, }],
|
|
|
getdataListParm: {
|
|
|
name: 'getFTDetailCompare',
|
|
|
page: 1,
|
|
@@ -1119,7 +1119,7 @@ export default {
|
|
|
name: 'getTcode', page: 1, offset: 1, pagecount: 10, returntype: 'Map',
|
|
|
parammaps: { pastureid: '', fttypeid: '' }
|
|
|
},
|
|
|
- sourceList: [{ id: '0', name: '自定义' }, { id: '1', name: '集团下发未调整' }, { id: '2', name: '集团下发有调整' }, { id: '3', name: '导入' }]
|
|
|
+ sourceList: this.$t('message.sourceList')
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
@@ -1204,7 +1204,7 @@ export default {
|
|
|
return prev
|
|
|
}
|
|
|
}, 0)
|
|
|
- sums[index] = sums[index].toFixed(4) + '(干物质量:' + this.table2.dryweight + ')'
|
|
|
+ sums[index] = sums[index].toFixed(4) + this.$t('message.msg352') + this.table2.dryweight + ')'
|
|
|
} else {
|
|
|
sums[index] = ''
|
|
|
}
|
|
@@ -1358,7 +1358,7 @@ export default {
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
- this.table.list.unshift({ 'myId': (new Date()).valueOf(), 'Edit': true, 'NoEdit': false, 'isCreate': true, 'isUpdate': false, 'isUpdateSave': false, 'enable': 1,'autozone':0, 'tname': '', tcode: '', 'tcolor': '#ccc', 'ccid': '', 'ccname': '', 'fttype': '', 'fttypeid': '','volume':'', 'source': '自定义', 'remark': '','cattle':'' })
|
|
|
+ this.table.list.unshift({ 'myId': (new Date()).valueOf(), 'Edit': true, 'NoEdit': false, 'isCreate': true, 'isUpdate': false, 'isUpdateSave': false, 'enable': 1,'autozone':0, 'tname': '', tcode: '', 'tcolor': '#ccc', 'ccid': '', 'ccname': '', 'fttype': '', 'fttypeid': '','volume':'', 'source': this.$t('message.msg355'), 'remark': '','cattle':'' })
|
|
|
console.log('点击了新增this.table.list====>', this.table.list)
|
|
|
this.table.temp = this.table.list[0]
|
|
|
this.getTcodeList()
|
|
@@ -1906,14 +1906,14 @@ export default {
|
|
|
if (response.data.list !== null) {
|
|
|
for (let i = 0; i < response.data.list.length; i++) {
|
|
|
if (response.data.list[i].islockcount == 0) {
|
|
|
- this.$set(response.data.list[i], 'islockcount', '否')
|
|
|
+ this.$set(response.data.list[i], 'islockcount', this.$t('feedChart.no'))
|
|
|
} else {
|
|
|
- this.$set(response.data.list[i], 'islockcount', '是')
|
|
|
+ this.$set(response.data.list[i], 'islockcount', this.$t('feedChart.yes'))
|
|
|
}
|
|
|
if (response.data.list[i].enable == 0) {
|
|
|
- this.$set(response.data.list[i], 'enable', '否')
|
|
|
+ this.$set(response.data.list[i], 'enable', this.$t('feedChart.no'))
|
|
|
} else {
|
|
|
- this.$set(response.data.list[i], 'enable', '是')
|
|
|
+ this.$set(response.data.list[i], 'enable', this.$t('feedChart.yes'))
|
|
|
}
|
|
|
}
|
|
|
this.download.list = response.data.list
|
|
@@ -1952,7 +1952,7 @@ export default {
|
|
|
this.$notify({ title:this.$t('message.msg37'), message: this.$t('message.msg38') + res.data.err_count + this.$t('message.msg39'), type: 'danger', duration: 2000 })
|
|
|
import('@/vendor/Export2Excel').then(excel => {
|
|
|
const list1 = res.data.result
|
|
|
- const tHeader = this.$t('formulationEvaluation.tHeader1')
|
|
|
+ const tHeader = this.$t('formulationEvaluation.tHeader1')
|
|
|
const filterVal = [
|
|
|
'配方名称', '牲畜类别', '配方类型', '备注', '饲料组', '饲料名称', '重量(kg)', '搅拌延时(min)', '是否锁定牛头数比例', 'error_msg'
|
|
|
]
|
|
@@ -2202,9 +2202,9 @@ export default {
|
|
|
obj.autosecondname = this.table2.getdataListParm.parammaps.autosecondname
|
|
|
if (this.table2.getdataListParm.parammaps.islockcount !== '') {
|
|
|
if (this.table2.getdataListParm.parammaps.islockcount == 0) {
|
|
|
- this.table2.getdataListParm.parammaps.islockcount = '否'
|
|
|
+ this.table2.getdataListParm.parammaps.islockcount = this.$t('feedChart.no')
|
|
|
} else {
|
|
|
- this.table2.getdataListParm.parammaps.islockcount = '是'
|
|
|
+ this.table2.getdataListParm.parammaps.islockcount = this.$t('feedChart.yes')
|
|
|
}
|
|
|
}
|
|
|
obj.islockcount = this.table2.getdataListParm.parammaps.islockcount
|
|
@@ -3054,7 +3054,7 @@ export default {
|
|
|
this.detail.dialogFormVisible = true
|
|
|
this.detail.list = this.selectList2
|
|
|
this.detail.disabled = false
|
|
|
- this.detail.list2 = [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: '自定义', remark: '', 'enable': 1,volume:'' }]
|
|
|
+ this.detail.list2 = [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: this.$t('message.msg355'), remark: '', 'enable': 1,volume:'' }]
|
|
|
setTimeout(() => {
|
|
|
this.detail.listLoading = false
|
|
|
}, 100)
|
|
@@ -3064,7 +3064,7 @@ export default {
|
|
|
this.detail.dialogFormVisible = true
|
|
|
this.detail.list = this.selectList2
|
|
|
this.detail.disabled = false
|
|
|
- this.detail.list2 = [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: '自定义', remark: '', 'enable': 1,volume:'' }]
|
|
|
+ this.detail.list2 = [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: this.$t('message.msg355'), remark: '', 'enable': 1,volume:'' }]
|
|
|
setTimeout(() => {
|
|
|
this.detail.listLoading = false
|
|
|
}, 100)
|
|
@@ -3075,7 +3075,7 @@ export default {
|
|
|
this.detail.dialogFormVisible = true
|
|
|
this.detail.list = this.selectList2
|
|
|
this.detail.disabled = false
|
|
|
- this.detail.list2 = [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: '自定义', remark: '', 'enable': 1,volume:'' }]
|
|
|
+ this.detail.list2 = [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: this.$t('message.msg355'), remark: '', 'enable': 1,volume:'' }]
|
|
|
setTimeout(() => {
|
|
|
this.detail.listLoading = false
|
|
|
}, 100)
|
|
@@ -3086,7 +3086,7 @@ export default {
|
|
|
this.detail.dialogFormVisible = true
|
|
|
this.detail.list = this.selectList2
|
|
|
this.detail.disabled = false
|
|
|
- this.detail.list2 = [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: '自定义', remark: '', 'enable': 1,volume:'' }]
|
|
|
+ this.detail.list2 = [{ tname: '', tcolor: '#ccc', ccid: '', fttype: '预混配方', fttypeid: '2', source: this.$t('message.msg355'), remark: '', 'enable': 1,volume:'' }]
|
|
|
setTimeout(() => {
|
|
|
this.detail.listLoading = false
|
|
|
}, 100)
|