|
@@ -43,8 +43,8 @@
|
|
|
row-key="id"
|
|
|
@selection-change="handleSelect"
|
|
|
>
|
|
|
- <el-table-column type="selection" width="50" />
|
|
|
- <el-table-column :label="$t('errorAnalysis.projname')" width="50px" align="center" class-name="small-padding fixed-width" fixed="">
|
|
|
+ <el-table-column type="selection" width="50px" />
|
|
|
+ <el-table-column :label="$t('errorAnalysis.projname')" width="90px" align="center" class-name="small-padding fixed-width" fixed="">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.sort }}</span>
|
|
|
</template>
|
|
@@ -143,7 +143,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 自动生成 -->
|
|
|
- <el-dialog :fullscreen="dialogFull" :destroy-on-close="true" :visible.sync="automaticGeneration.dialogFormVisible" :close-on-click-modal="false" width="30%">
|
|
|
+ <el-dialog :fullscreen="dialogFull" :destroy-on-close="true" :visible.sync="automaticGeneration.dialogFormVisible" :close-on-click-modal="false" width="40%">
|
|
|
<template slot="title">
|
|
|
<div class="avue-crud__dialog__header">
|
|
|
<span class="el-dialog__title">
|
|
@@ -157,13 +157,13 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<div class="app-automaticGeneration" style="margin: 0 auto;">
|
|
|
- <div style="width: 210px;margin:60px auto 120px;font-weight: 16px;">
|
|
|
+ <div style="margin:60px auto 120px;font-weight: 16px;">
|
|
|
{{$t('premixedPlan.qxzzdscfa1')}};<br>
|
|
|
{{$t('premixedPlan.qxzzdscfa2')}};<br>
|
|
|
{{$t('premixedPlan.qxzzdscfa3')}};<br>
|
|
|
</div>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button style="right:240px;" class="cancelClose" @click="automaticGeneration.dialogFormVisible = false;">{{$t('common.closed')}}</el-button>
|
|
|
+ <el-button class="cancelClosess" @click="automaticGeneration.dialogFormVisible = false;">{{$t('common.closed')}}</el-button>
|
|
|
<el-button style="right:130px;" class="save" :disabled="isokDisable" @click="continueData(0)">{{$t('premixedPlan.jxsc')}} </el-button>
|
|
|
<el-button style="right:20px;" class="save" :disabled="isokDisable" @click="continueData(1)">{{$t('premixedPlan.cxsc')}} </el-button>
|
|
|
</div>
|
|
@@ -189,7 +189,10 @@
|
|
|
</keep-alive>
|
|
|
</div>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button class="cancelClose cancelClose1" @click="historyRecord.dialogFormVisible = false; ">{{$t('common.closed')}}</el-button>
|
|
|
+ <el-button class="cancelClose
|
|
|
+ cancelClose1"
|
|
|
+ :lang="$i18n.locale"
|
|
|
+ @click="historyRecord.dialogFormVisible = false; ">{{$t('common.closed')}}</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|
|
@@ -259,7 +262,9 @@
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
<div v-if="create.dialogStatus !=='update' && !isDispaly" slot="footer" class="dialog-footer">
|
|
|
- <el-button class="cancelClose" @click="create.dialogFormVisible = false;getList()">{{$t('common.closed')}}</el-button>
|
|
|
+ <el-button class="cancelClose"
|
|
|
+ :lang="$i18n.locale"
|
|
|
+ @click="create.dialogFormVisible = false;getList()">{{$t('common.closed')}}</el-button>
|
|
|
<el-button v-if="create.dialogStatus==='create'" class="save" :disabled="isokDisable" @click="distributionAndSpreading()">{{$t('premixedPlan.fpsl')}} </el-button>
|
|
|
</div>
|
|
|
<!-- 栏舍 -->
|
|
@@ -389,7 +394,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="arr-t" :style="{'background':element.background}">
|
|
|
- <i class="el-icon-close" style="position: absolute;right: 0;" @click="handleFLDelete(element)" />
|
|
|
+ <i class="el-icon-close" @click="handleFLDelete(element)" />
|
|
|
<el-popover
|
|
|
placement="bottom"
|
|
|
width="400"
|
|
@@ -410,7 +415,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div slot="footer" class="dialog-footer" style="height: 55px;">
|
|
|
- <el-button class="cancelClose" :disabled="isokDisable" @click="close()" style="top:40px;">{{$t('common.closed')}}</el-button>
|
|
|
+ <el-button class="cancelClose"
|
|
|
+ :lang="$i18n.locale"
|
|
|
+ :disabled="isokDisable" @click="close()" style="top:40px;">{{$t('common.closed')}}</el-button>
|
|
|
<el-button class="save" :disabled="isokDisable" @click="updateData()" style="top:40px;">{{$t('errorAnalysis.confirm')}}</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -419,8 +426,8 @@
|
|
|
<!-- 校验 -->
|
|
|
<el-dialog :title="textMap[check.dialogStatus]" :destroy-on-close="true" :visible.sync="check.dialogFormVisible" :close-on-click-modal="false" width="30%">
|
|
|
<div class="check">
|
|
|
- <p v-if="check.temp.isDistribution == 0">当前有未分配栏舍,未分配栏舍如下:</p>
|
|
|
- <p v-else>已分配完:当前栏舍已分配完善</p>
|
|
|
+ <p v-if="check.temp.isDistribution == 0">{{$t('message.msg277')}}</p>
|
|
|
+ <p v-else>{{$t('message.msg278')}}</p>
|
|
|
<div v-for="(item,index) in check.temp.ftlist" :key="index">
|
|
|
<b v-if="item.arrList !== null && item.arrList !== undefined && item.arrList.length>0">{{item.ftname}}:</b>
|
|
|
<span v-if="item.arrList !== null && item.arrList !== undefined && item.arrList.length>0">
|
|
@@ -437,15 +444,16 @@
|
|
|
|
|
|
<!-- 更改TMR编号 -->
|
|
|
<el-dialog :title="textMap[tmrNumber.dialogStatus]" :destroy-on-close="true" :visible.sync="tmrNumber.dialogFormVisible" :close-on-click-modal="false" width="30%">
|
|
|
- <h3 style="text-align: center;">是否要改变TMR设备?</h3>
|
|
|
+ <h3 style="text-align: center;">{{$t('message.msg279')}}</h3>
|
|
|
<div class="tmrNumber" style="padding: 10px 30px;">
|
|
|
- <p>注:更换TMR撒料设备,变更后的装载重量不同,请选择处理方式</p>
|
|
|
- <el-radio v-model="tmrNumber.radio" label="0">1、多出的饲料平均从已分配的各栏舍中扣减。</el-radio><br/><br/>
|
|
|
- <el-radio v-model="tmrNumber.radio" label="1">2、多出的饲料从最后一个栏舍依次往前扣减。</el-radio><br/><br/>
|
|
|
- <el-radio v-model="tmrNumber.radio" label="2">3、清空已分配的撒料车。</el-radio>
|
|
|
+ <p>{{$t('message.msg280')}}</p>
|
|
|
+ <el-radio v-model="tmrNumber.radio" label="0">{{$t('message.msg281')}}</el-radio><br/><br/>
|
|
|
+ <el-radio v-model="tmrNumber.radio" label="1">{{$t('message.msg282')}}</el-radio><br/><br/>
|
|
|
+ <el-radio v-model="tmrNumber.radio" label="2">{{$t('message.msg283')}}</el-radio>
|
|
|
</div>
|
|
|
<div slot="footer" class="dialog-footer" style="bottom: 10px;">
|
|
|
- <el-button class="cancelClose" :disabled="isokDisable" @click="closeTmrNumber">{{$t('feedChart.no')}}</el-button>
|
|
|
+ <el-button class="cancelClose"
|
|
|
+ :lang="$i18n.locale" :disabled="isokDisable" @click="closeTmrNumber">{{$t('feedChart.no')}}</el-button>
|
|
|
<el-button class="save" :disabled="isokDisable" @click="tmrNumberData()">{{$t('feedChart.yes')}}</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
@@ -477,7 +485,8 @@
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<div slot="footer" class="dialog-footer" style="bottom: 10px;">
|
|
|
- <el-button class="cancelClose" @click="allEmpty.dialogFormVisible = false;getList()">{{$t('common.closed')}}</el-button>
|
|
|
+ <el-button class="cancelClose"
|
|
|
+ :lang="$i18n.locale" @click="allEmpty.dialogFormVisible = false;getList()">{{$t('common.closed')}}</el-button>
|
|
|
<el-button class="save" :disabled="isokDisable" @click="allEmptyData()">{{$t('errorAnalysis.confirm')}}</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
@@ -548,11 +557,11 @@ export default {
|
|
|
textMap: {
|
|
|
automaticGeneration: this.$t('message.msg111'),
|
|
|
historyRecord: this.$t('message.msg34'),
|
|
|
- create: '新增',
|
|
|
- update: '编辑',
|
|
|
+ create: this.$t('message.msg291'),
|
|
|
+ update: this.$t('message.msg290'),
|
|
|
check: this.$t('message.msg111'),
|
|
|
tmrNumber:'',
|
|
|
- allEmpty:'清空已分配的栏舍'
|
|
|
+ allEmpty:this.$t('message.msg289')
|
|
|
},
|
|
|
check: {
|
|
|
dialogFormVisible: false,
|
|
@@ -1358,21 +1367,21 @@ export default {
|
|
|
// 当超过车辆容量100%时
|
|
|
var tip = ''
|
|
|
if(parseFloat(this.create.temp.volume) > parseFloat(this.create.temp.tmrvolume)){
|
|
|
- tip = '装载量已超过车辆容量' + this.create.temp.tmrvolume + 'm³,请确认'
|
|
|
+ tip = this.$t('message.msg284') + this.create.temp.tmrvolume + this.$t('message.msg286')
|
|
|
MessageBox.confirm(tip, {
|
|
|
confirmButtonText: this.$t('common.confirm'), cancelButtonText: this.$t('common.cancel'), type: 'warning'
|
|
|
}).then(() => {
|
|
|
this.save_updateData()
|
|
|
})
|
|
|
}else if(parseFloat(this.create.temp.volume) > parseFloat(this.create.temp.maxVolume)){
|
|
|
- tip = '装载量不可超过车辆容量' + this.create.temp.maxVolume + 'm³,请确认'
|
|
|
+ tip = this.$t('message.msg285') + this.create.temp.maxVolume + this.$t('message.msg286')
|
|
|
MessageBox.confirm(tip, {
|
|
|
confirmButtonText: this.$t('common.confirm'), cancelButtonText: this.$t('common.cancel'), type: 'warning'
|
|
|
}).then(() => {
|
|
|
this.save_updateData()
|
|
|
})
|
|
|
}else if(parseFloat(this.create.temp.volume) < parseFloat(this.create.temp.minVolume)){
|
|
|
- tip = '装载量不可低于车辆容量' + this.create.temp.minVolume + 'm³,请确认'
|
|
|
+ tip = this.$t('message.msg287') + this.create.temp.minVolume + this.$t('message.msg286')
|
|
|
MessageBox.confirm(tip, {
|
|
|
confirmButtonText: this.$t('common.confirm'), cancelButtonText: this.$t('common.cancel'), type: 'warning'
|
|
|
}).then(() => {
|
|
@@ -1591,7 +1600,7 @@ export default {
|
|
|
})
|
|
|
} else {
|
|
|
console.log('点击重新生成')
|
|
|
- MessageBox.confirm('重新生成计划会将原有计划清空再生成,是否确认重新生成?', {
|
|
|
+ MessageBox.confirm(this.$t('message.msg288'), {
|
|
|
confirmButtonText: this.$t('common.confirm'), cancelButtonText: this.$t('common.cancel'), type: 'warning'
|
|
|
}).then(() => {
|
|
|
this.automaticGeneration.dialogFormVisible = false
|
|
@@ -1905,6 +1914,14 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+.cancelClosess{
|
|
|
+ left: 20px !important;
|
|
|
+}
|
|
|
+.cancelClose{
|
|
|
+ &:lang(en) {
|
|
|
+ right:173px;
|
|
|
+ }
|
|
|
+}
|
|
|
.list{min-width: 60px;display: inline-block;margin: 5px 5px;text-align: center;
|
|
|
.tmrname{
|
|
|
width:100%;padding: 5px 5px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
|