|
@@ -296,6 +296,11 @@
|
|
|
:span-method="objectSpanMethod"
|
|
|
:max-height="500"
|
|
|
>
|
|
|
+ <u-table-column >
|
|
|
+ <template slot="empty">
|
|
|
+ <span style="color: #969799;">No more data</span>
|
|
|
+ </template>
|
|
|
+ </u-table-column>
|
|
|
<u-table-column :key="1" :label="$t('formulationEvaluation.xh')" align="center" type="index" width="50px" class-name="small-padding fixed-width" fixed="left" />
|
|
|
<!-- <u-table-column :key="1" :label="$t('formulationEvaluation.xh')" align="center" type="index" width="50px" class-name="small-padding fixed-width" fixed="left">
|
|
|
<template slot-scope="scope">
|
|
@@ -631,12 +636,12 @@
|
|
|
<span>{{ scope.row.sumcowcount }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="单产(kg/头)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg75')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.product }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="干物质采食量(kg/头)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg76')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.cowneed }}</span>
|
|
|
</template>
|
|
@@ -651,37 +656,37 @@
|
|
|
<span>{{ scope.row.standardscore }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="2.75-分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg77')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score25 }}({{ scope.row.score25rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="2.75分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg78')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score275 }}({{ scope.row.score275rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="3分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg79')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score3 }}({{ scope.row.score3rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="3.25分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg80')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score325 }}({{ scope.row.score325rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="3.5分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg81')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score35 }}({{ scope.row.score35rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="3.75分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg82')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score375 }}({{ scope.row.score375rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="4+分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg83')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score4 }}({{ scope.row.score4rate }}%)</span>
|
|
|
</template>
|
|
@@ -717,12 +722,12 @@
|
|
|
<span>{{ scope.row.sumcowcount }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="单产(kg/头)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg75')"min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.product }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="干物质采食量(kg/头)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg76')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.cowneed }}</span>
|
|
|
</template>
|
|
@@ -737,27 +742,27 @@
|
|
|
<span>{{ scope.row.cowneed }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="1分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg84')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score1 }}({{ scope.row.score1rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="2分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg85')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score2 }}({{ scope.row.score2rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="3分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg79')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score3 }}({{ scope.row.score3rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="4分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg86')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score4 }}({{ scope.row.score4rate }}%)</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="5分(数量、百分比)" min-width="130px" align="center">
|
|
|
+ <el-table-column :label="$t('message.msg87')" min-width="130px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.score5 }}({{ scope.row.score5rate }}%)</span>
|
|
|
</template>
|
|
@@ -1536,7 +1541,7 @@ export default {
|
|
|
changeRecipeTemplate(item, row) {
|
|
|
row.myccname = this.recipeTemplateList.find(obj => obj.id == item).ccname
|
|
|
if (row.bigcowclass !== row.myccname) {
|
|
|
- this.$message({ type: 'warning', message: '所选配方模板牲畜类别与栏舍对应牲畜类别不一致', duration: 2000 })
|
|
|
+ this.$message({ type: 'warning', message: this.$t('message.msg116'), duration: 2000 })
|
|
|
}
|
|
|
console.log(row.supplyweight, 'row.supplyweight')
|
|
|
row.ftname = this.recipeTemplateList.find(obj => obj.id == item).tname
|
|
@@ -1622,7 +1627,7 @@ export default {
|
|
|
// 投喂量 = 配方重量 + 补料重量
|
|
|
row.myccname = this.feedingFormulaList.find(obj => obj.id == item).ccname
|
|
|
if (row.bigcowclass !== row.myccname) {
|
|
|
- this.$message({ type: 'warning', message: '所选补料配方与栏舍对应牲畜类别不一致', duration: 2000 })
|
|
|
+ this.$message({ type: 'warning', message:this.$t('message.msg117'), duration: 2000 })
|
|
|
}
|
|
|
if (item !== '') {
|
|
|
console.log(456)
|
|
@@ -2297,39 +2302,39 @@ export default {
|
|
|
obj.data.push({'old':this.oldRowList.bw6,'new':row.bw6,times:6,'ptid':row.ftid,'ptsid':row.ptsfid})
|
|
|
}
|
|
|
if (this.table.temp.ccount == '' && this.table.temp.ratio == '' && this.table.temp.ccountratio == '' && this.table.temp.ftid == '') {
|
|
|
- this.$message({ type: 'error', message: '实际牛头数/系数/系数头数/配方模版不能为空', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg118'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
if (this.table.temp.ratio == '' && this.table.temp.ccountratio == '' && this.table.temp.ftid == '') {
|
|
|
- this.$message({ type: 'error', message: '系数/系数头数/配方模版不能为空', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg119'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
if (this.table.temp.ccountratio == '' && this.table.temp.ftid == '') {
|
|
|
- this.$message({ type: 'error', message: '系数头数/配方模版不能为空', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message:this.$t('message.msg120'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
console.log(this.table.temp.ccount, '实际牛头数不能为空')
|
|
|
if (this.table.temp.ccount === '') {
|
|
|
- this.$message({ type: 'error', message: '实际牛头数不能为空', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg121'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
if (this.table.temp.ratio === '') {
|
|
|
- this.$message({ type: 'error', message: '系数不能为空', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg122'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
if (this.table.temp.ccountratio === '') {
|
|
|
- this.$message({ type: 'error', message: '系数头数不能为空', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg123'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
if (this.table.temp.ftid == '') {
|
|
|
- this.$message({ type: 'error', message: '配方模版不能为空', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg124'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
const positiveInteger = /^[0-9]\d*$/
|
|
|
if (!positiveInteger.test(parseFloat(this.table.temp.ccount))) {
|
|
|
this.$message({
|
|
|
type: 'error',
|
|
|
- message: '实际牛头数请输入正整数',
|
|
|
+ message: this.$t('message.msg125'),
|
|
|
duration: 2000
|
|
|
})
|
|
|
return false
|
|
@@ -2477,7 +2482,7 @@ export default {
|
|
|
console.log('点击了营养评估')
|
|
|
this.dialogFull = false
|
|
|
if (this.selectList.length !== 1) {
|
|
|
- this.$message({ type: 'error', message: '请选择一条栏舍信息进行营养评估', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg126'), duration: 2000 })
|
|
|
return false
|
|
|
} else {
|
|
|
console.log(this.nutritional.temp)
|
|
@@ -2684,14 +2689,14 @@ export default {
|
|
|
this.$refs['temp'].validate(valid => {
|
|
|
if (valid) {
|
|
|
if (this.nutritional.tab1.inputDatetime == '' || this.nutritional.tab1.inputDatetime == null) {
|
|
|
- this.$message({ type: 'error', message: '开始日期结束日期不能为空', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg127'), duration: 2000 })
|
|
|
return false
|
|
|
} else {
|
|
|
// 牛头数
|
|
|
const positiveInteger = /^[1-9]\d*$/
|
|
|
if (this.nutritional.tab1.temp.cowsum !== '') {
|
|
|
if (!positiveInteger.test(parseFloat(this.nutritional.tab1.temp.cowsum))) {
|
|
|
- this.$message({ type: 'error', message: '牛头数请输入正整数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg128'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2699,28 +2704,28 @@ export default {
|
|
|
// 温度环境
|
|
|
if (this.nutritional.tab1.temp.tem !== '') {
|
|
|
if (!twoDecimalPlaces.test(parseFloat(this.nutritional.tab1.temp.tem))) {
|
|
|
- this.$message({ type: 'error', message: '温度环境请保留两位小数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg129'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
// 平均月龄
|
|
|
if (this.nutritional.tab1.temp.avgmonthage !== '') {
|
|
|
if (!twoDecimalPlaces.test(parseFloat(this.nutritional.tab1.temp.avgmonthage))) {
|
|
|
- this.$message({ type: 'error', message: '平均月龄请保留两位小数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg130'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
// 体重
|
|
|
if (this.nutritional.tab1.temp.bw !== '') {
|
|
|
if (!twoDecimalPlaces.test(parseFloat(this.nutritional.tab1.temp.bw))) {
|
|
|
- this.$message({ type: 'error', message: '体重请保留两位小数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg131'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
// 日增重
|
|
|
if (this.nutritional.tab1.temp.dayw !== '') {
|
|
|
if (!twoDecimalPlaces.test(parseFloat(this.nutritional.tab1.temp.dayw))) {
|
|
|
- this.$message({ type: 'error', message: '日增重请保留两位小数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg132'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2728,7 +2733,7 @@ export default {
|
|
|
// 怀孕天数
|
|
|
if (this.nutritional.tab1.temp.dayspre !== '') {
|
|
|
if (!dayspre.test(parseFloat(this.nutritional.tab1.temp.dayspre))) {
|
|
|
- this.$message({ type: 'error', message: '怀孕天数请输入大于0小于280整数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message:this.$t('message.msg133'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2736,42 +2741,42 @@ export default {
|
|
|
// 胎次
|
|
|
if (this.nutritional.tab1.temp.fetal !== '') {
|
|
|
if (!fetal.test(parseFloat(this.nutritional.tab1.temp.fetal))) {
|
|
|
- this.$message({ type: 'error', message: '胎次请输入大于0小于20整数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg134'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
// 平均泌乳
|
|
|
if (this.nutritional.tab1.temp.avgdim !== '') {
|
|
|
if (!positiveInteger.test(parseFloat(this.nutritional.tab1.temp.avgdim))) {
|
|
|
- this.$message({ type: 'error', message: '平均泌乳天数请输入正整数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg135'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
// 产奶量
|
|
|
if (this.nutritional.tab1.temp.product !== '') {
|
|
|
if (!twoDecimalPlaces.test(parseFloat(this.nutritional.tab1.temp.product))) {
|
|
|
- this.$message({ type: 'error', message: '产奶量请保留两位小数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg136'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
// 乳脂率
|
|
|
if (this.nutritional.tab1.temp.fat !== '') {
|
|
|
if (!twoDecimalPlaces.test(parseFloat(this.nutritional.tab1.temp.fat))) {
|
|
|
- this.$message({ type: 'error', message: '乳脂率请保留两位小数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg137'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
// 乳蛋白率
|
|
|
if (this.nutritional.tab1.temp.pro !== '') {
|
|
|
if (!twoDecimalPlaces.test(parseFloat(this.nutritional.tab1.temp.pro))) {
|
|
|
- this.$message({ type: 'error', message: '乳蛋白率请保留两位小数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg138'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
// 乳糖率
|
|
|
if (this.nutritional.tab1.temp.lactose !== '') {
|
|
|
if (!twoDecimalPlaces.test(parseFloat(this.nutritional.tab1.temp.lactose))) {
|
|
|
- this.$message({ type: 'error', message: '乳糖率请保留两位小数', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg139'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -3158,29 +3163,25 @@ export default {
|
|
|
} else {
|
|
|
this.download.list = []
|
|
|
}
|
|
|
- var downloadList = [
|
|
|
- { 'obj1': '1、文件类型为xlsx类型,对应表格文件名格式为:文件名称.xlsx;' },
|
|
|
- { 'obj1': '2、底部工作表名称不可更改,默认为:Sheet1;' },
|
|
|
- { 'obj1': '3、栏舍名称,实际牛头数,系数(%),系数头数,配方模板,补料配方字体为必填;' },
|
|
|
- { 'obj1': '4、第一列栏舍名称默认为系统中栏舍,不可修改;' },
|
|
|
- { 'obj1': '5、实际牛头数为正整数,系数为正数,至多保留俩位小数;' },
|
|
|
- { 'obj1': '6、配方模板名称必须与系统中配方计划—配方模板中的饲喂配方匹配;若补料配方开启,需与配方模板中的补料配方匹配;' },
|
|
|
- { 'obj1': '7、数据最多可导入200条,超过200条请分多个文件导入。' }
|
|
|
- ]
|
|
|
+ var downloadList =this.$t('message.downloadList')
|
|
|
+ const table = this.$refs.table;
|
|
|
+ const columns = table.columns;
|
|
|
+ const labels = columns.map(column => column.label);
|
|
|
+
|
|
|
var excelDatas = [
|
|
|
{
|
|
|
- tHeader: ['栏舍名称', '实际牛头数', '系数(%)', '配方模板', '补料配方', '第一班比例(%)', '第二班比例(%)', '第三班比例(%)', '第四班比例(%)','第五班比例(%)','第六班比例(%)'],
|
|
|
+ tHeader: labels,
|
|
|
filterVal: ['barname', '', '', '', '', '', '', '', ''],
|
|
|
tableDatas: this.download.list,
|
|
|
sheetName: 'Sheet1'
|
|
|
}, {
|
|
|
- tHeader: ['填写规范:'],
|
|
|
+ tHeader: [this.$t('message.msg113')],
|
|
|
filterVal: ['obj1'],
|
|
|
tableDatas: downloadList,
|
|
|
sheetName: 'Sheet2'
|
|
|
}
|
|
|
]
|
|
|
- json2excel(excelDatas, '栏舍配方导入模板', true, 'xlsx')
|
|
|
+ json2excel(excelDatas, this.$t('message.msg112'), true, 'xlsx')
|
|
|
})
|
|
|
} else {
|
|
|
console.log('点击了导出数据')
|
|
@@ -3290,7 +3291,7 @@ export default {
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
- json2excel(excelDatas, '栏舍配方', true, 'xlsx')
|
|
|
+ json2excel(excelDatas, this.$t('message.msg140'), true, 'xlsx')
|
|
|
})
|
|
|
}
|
|
|
},
|
|
@@ -3354,7 +3355,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
}).catch(() => {
|
|
|
- this.$message({ type: 'info', message: '已取消软件牛头数同步' })
|
|
|
+ this.$message({ type: 'info', message: this.$t('message.msg114') })
|
|
|
})
|
|
|
},
|
|
|
handle_batchEdit(){
|
|
@@ -3484,7 +3485,7 @@ export default {
|
|
|
this.isproportion = false
|
|
|
})
|
|
|
}).catch(() => {
|
|
|
- this.$message({ type: 'info', message: '已取消恢复' })
|
|
|
+ this.$message({ type: 'info', message: this.$t('message.msg115') })
|
|
|
})
|
|
|
}
|
|
|
|