|
@@ -70,7 +70,7 @@
|
|
|
fit
|
|
|
highlight-current-row
|
|
|
style="width: 98%;"
|
|
|
- row-key="sort"
|
|
|
+ row-key="id"
|
|
|
:row-style="rowStyle1"
|
|
|
:cell-style="cellStyle"
|
|
|
class="elTable table-fixed"
|
|
@@ -835,7 +835,7 @@
|
|
|
fit
|
|
|
highlight-current-row
|
|
|
style="width: 98%;"
|
|
|
- row-key="sort"
|
|
|
+ row-key="id"
|
|
|
:row-style="rowStyle"
|
|
|
:cell-style="cellStyle"
|
|
|
class="elTable table-fixed"
|
|
@@ -1121,7 +1121,7 @@ export default {
|
|
|
textMap: {
|
|
|
newGeneration: '新生成',
|
|
|
historyRecord: this.$t('message.msg34'),
|
|
|
- revisePlan: '修改计划',
|
|
|
+ revisePlan: this.$t('message.msg220'),
|
|
|
copy: '复制计划',
|
|
|
deleteRecord:'删除记录',
|
|
|
sapUpload:'SAP上传',
|
|
@@ -1135,7 +1135,7 @@ export default {
|
|
|
rowStyle1:{ height: 80 + 'px' },
|
|
|
cellStyle: { padding: 0 + 'px' },
|
|
|
isShowDialog: false,
|
|
|
- activeName: '栏舍配方',
|
|
|
+ activeName: this.$t('message.msg193'),
|
|
|
parentDate: '',
|
|
|
downLoad: {
|
|
|
getdataListParm: {
|
|
@@ -1309,7 +1309,7 @@ export default {
|
|
|
if (response.msg === 'fail') {
|
|
|
this.$notify({ title: this.$t('message.msg40'), message: response.data, type: 'warning', duration: 2000 })
|
|
|
} else {
|
|
|
- this.$notify({ title: this.$t('common.succes'), message: '上传成功', type: 'success', duration: 2000 })
|
|
|
+ this.$notify({ title: this.$t('common.succes'), message: this.$t('message.msg190'), type: 'success', duration: 2000 })
|
|
|
|
|
|
}
|
|
|
|
|
@@ -1808,7 +1808,7 @@ export default {
|
|
|
if (response.data.list !== null) {
|
|
|
if (response.data.list[0].vmsg == '存在未分配') {
|
|
|
this.newGeneration.temp.tips = true
|
|
|
- this.$message({ type: 'warning', message: '撒料计划中存在未分配完栏舍,建议及时进行分配', duration: 2000 })
|
|
|
+ this.$message({ type: 'warning', message: this.$t('message.msg191'), duration: 2000 })
|
|
|
this.getTips()
|
|
|
}else{
|
|
|
this.newGeneration.temp.tips = false
|
|
@@ -1913,10 +1913,10 @@ export default {
|
|
|
if (arr.length !== this.table.list.length) {
|
|
|
console.log('点击了修改计划1', this.activeName)
|
|
|
this.isShowDialog = true
|
|
|
- this.activeName = '栏舍配方'
|
|
|
+ this.activeName = this.$t('message.msg193')
|
|
|
console.log('点击了修改计划2', this.activeName)
|
|
|
} else {
|
|
|
- this.$message({ type: 'error', message: '当前日期不可修改计划,请重新选择日期' })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg192') })
|
|
|
}
|
|
|
},
|
|
|
|
|
@@ -2038,7 +2038,7 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '因已执行的计划不可调整顺序', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg194'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
// 相同班次之间可以拖动
|
|
@@ -2119,7 +2119,7 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '不可将其他计划拖动至预称重计划之间', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg195'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2131,7 +2131,7 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '预称重计划不可拖动至其他位置', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg196'), duration: 2000 })
|
|
|
return false
|
|
|
} else {
|
|
|
console.log('wojinlaile', targetRow2, targetRow)
|
|
@@ -2139,14 +2139,14 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '预称重计划不可拖动至撒料计划下方', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg197'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
if (targetRow2.lpplantype !== 5 && targetRow3.lpplantype !== 5) {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '预称重计划不可拖动至其他位置', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg196'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2155,14 +2155,14 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '预称重计划不可拖动至其他位置', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg196'), duration: 2000 })
|
|
|
return false
|
|
|
} else {
|
|
|
if (targetRow2.pid !== targetRow.pid) {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '预称重计划不可拖动至撒料计划下方', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg197'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2172,20 +2172,20 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '预称重计划不可拖动至其他位置', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg196'), duration: 2000 })
|
|
|
return false
|
|
|
} else if (targetRow3.pid !== targetRow.pid) {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '预称重计划不可拖动至其他位置', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg196'), duration: 2000 })
|
|
|
return false
|
|
|
} else {
|
|
|
if (targetRow3.lpplantype == 0) {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '预称重计划不可拖动至撒料计划下方', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg197'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2196,13 +2196,13 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '不可将其他计划拖动至预称重计划之间', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg195'), duration: 2000 })
|
|
|
return false
|
|
|
} else if (targetRow3.pid == targetRow.pid && (targetRow3.lpplantype == 1 || targetRow3.lpplantype == 2)) {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '预称重计划不可拖动至其他位置', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg196'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2212,7 +2212,7 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '撒料计划-撒料不可拖动至其他位置', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg198'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
} else {
|
|
@@ -2221,7 +2221,7 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '撒料计划-撒料不可拖动至撒料计划-混料上方', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg199'), duration: 2000 })
|
|
|
return false
|
|
|
} else if (targetRow.lpplantype == 2 && (targetRow2.pid == targetRow.pid || targetRow3.pid == targetRow.pid || targetRow2 == undefined || targetRow3 == undefined)) {
|
|
|
console.log('正常拖动')
|
|
@@ -2229,7 +2229,7 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '撒料计划-撒料不可拖动至其他位置', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg198'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2238,7 +2238,7 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '不可将其他计划拖动至预称重计划之间', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg195'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2281,7 +2281,7 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '不可拖动至其他计划中间;', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg200'), duration: 2000 })
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
@@ -2292,7 +2292,7 @@ export default {
|
|
|
that.$nextTick(() => {
|
|
|
that.$set(that.table, 'list', tableList)
|
|
|
})
|
|
|
- that.$message({ type: 'error', message: '不可拖动至预称重计划跟预称重计划之间', duration: 2000 })
|
|
|
+ that.$message({ type: 'error', message: this.$t('message.msg201'), duration: 2000 })
|
|
|
return false
|
|
|
} else if (targetRow.pid == targetRow2.pid && targetRow.lpplantype == 3 && targetRow2.lpplantype == 3 || targetRow.pid == targetRow3.pid && targetRow.lpplantype == 3 && targetRow3.lpplantype == 3) {
|
|
|
console.log('剩料之间可以互相拖动')
|
|
@@ -2394,7 +2394,7 @@ export default {
|
|
|
this.newGeneration.dialogStatus = 'copy'
|
|
|
this.newGeneration.dialogFormVisible = true
|
|
|
} else {
|
|
|
- this.$message({ type: 'error', message: '当前无计划可复制' })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg202') })
|
|
|
}
|
|
|
},
|
|
|
copyData() {
|
|
@@ -2477,14 +2477,14 @@ export default {
|
|
|
console.log(response)
|
|
|
if (response.msg == 'ok') {
|
|
|
this.dataSynchronization.dialogFormVisible = false
|
|
|
- this.$notify({ title: '同步成功', message: '同步成功', type: 'success', duration: 2000 })
|
|
|
+ this.$notify({ title: this.$t('message.msg203'), message: this.$t('message.msg203'), type: 'success', duration: 2000 })
|
|
|
} else {
|
|
|
- this.$notify({ title: '同步失败', message: response.data, type: 'warning', duration: 2000 })
|
|
|
+ this.$notify({ title: this.$t('message.msg204'), message: response.data, type: 'warning', duration: 2000 })
|
|
|
this.dataSynchronization.dialogFormVisible = false
|
|
|
}
|
|
|
})
|
|
|
}).catch(() => {
|
|
|
- this.$message({ type: 'info', message: '已取消数据同步' })
|
|
|
+ this.$message({ type: 'info', message: this.$t('message.msg205') })
|
|
|
})
|
|
|
},
|
|
|
handleRowDelete(row) {
|
|
@@ -2511,12 +2511,12 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
handleRowSort(row){
|
|
|
- this.$prompt('由于混料车和撒料车是一体的,插入顺序不能隔开', '排序', {
|
|
|
- inputPlaceholder:'请输入您要插入的位置',
|
|
|
+ this.$prompt(this.$t('message.msg206'), this.$t('message.msg207'), {
|
|
|
+ inputPlaceholder:this.$t('message.msg208'),
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: this.$t('common.cancel'),
|
|
|
inputPattern: /^\d+$/ ,
|
|
|
- inputErrorMessage: '请检查插入位置序号是否正确'
|
|
|
+ inputErrorMessage: this.$t('message.msg209')
|
|
|
}).then(({ value }) => {
|
|
|
const url = 'authdata/plan/sort/edit'
|
|
|
const data = {
|
|
@@ -2535,7 +2535,7 @@ export default {
|
|
|
}).catch(() => {
|
|
|
this.$message({
|
|
|
type: 'info',
|
|
|
- message: '取消排序'
|
|
|
+ message: this.$t('message.msg210')
|
|
|
});
|
|
|
});
|
|
|
},
|
|
@@ -2803,7 +2803,7 @@ export default {
|
|
|
},
|
|
|
handleDelete(){
|
|
|
if (this.selectList.length == 0) {
|
|
|
- this.$message({ type: 'error', message: '请选择计划', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg211'), duration: 2000 })
|
|
|
} else {
|
|
|
MessageBox.confirm(this.$t('message.msg29')+ this.selectList.length + this.$t('message.msg31'), {
|
|
|
confirmButtonText: this.$t('common.confirm'), cancelButtonText: this.$t('common.cancel'), type: 'warning'
|
|
@@ -2888,7 +2888,7 @@ export default {
|
|
|
data.sort = row.sort
|
|
|
postJson(url, data).then(response => {
|
|
|
if(response.msg == 'ok'){
|
|
|
- this.$notify({ title: '', message: '修改成功', type: 'success', duration: 2000 })
|
|
|
+ this.$notify({ title: '', message: this.$t('message.msg212'), type: 'success', duration: 2000 })
|
|
|
this.getList2()
|
|
|
this.getList3()
|
|
|
}else{
|
|
@@ -2938,7 +2938,7 @@ export default {
|
|
|
data.sort = row.sort
|
|
|
postJson(url, data).then(response => {
|
|
|
if(response.msg == 'ok'){
|
|
|
- this.$notify({ title: '', message: '修改成功', type: 'success', duration: 2000 })
|
|
|
+ this.$notify({ title: '', message: this.$t('message.msg212'), type: 'success', duration: 2000 })
|
|
|
this.getList2()
|
|
|
this.getList3()
|
|
|
}else{
|
|
@@ -2966,7 +2966,7 @@ export default {
|
|
|
}
|
|
|
postJson(url, data).then(response => {
|
|
|
if(response.msg == 'ok'){
|
|
|
- this.$notify({ title: '', message: '修改成功', type: 'success', duration: 2000 })
|
|
|
+ this.$notify({ title: '', message: this.$t('message.msg212'), type: 'success', duration: 2000 })
|
|
|
this.getList()
|
|
|
}else{
|
|
|
this.$notify({ title:this.$t('message.msg37'), message: response.data, type: 'warning', duration: 2000 })
|
|
@@ -3127,9 +3127,9 @@ export default {
|
|
|
postJson(url,data).then(response => {
|
|
|
console.log('清空保存发送参数', this.requestParam)
|
|
|
if (response.msg === 'fail') {
|
|
|
- this.$notify({ title: '清除失败', message: response.data, type: 'warning', duration: 2000 })
|
|
|
+ this.$notify({ title: this.$t('message.msg214'), message: response.data, type: 'warning', duration: 2000 })
|
|
|
} else {
|
|
|
- this.$notify({ title: '', message: '清除成功', type: 'success', duration: 2000 })
|
|
|
+ this.$notify({ title: '', message: this.$t('message.msg213'), type: 'success', duration: 2000 })
|
|
|
// this.getList()
|
|
|
this.getList2()
|
|
|
this.getList3()
|
|
@@ -3139,9 +3139,9 @@ export default {
|
|
|
},
|
|
|
handleQuickcompletion(){
|
|
|
if (this.selectList.length == 0) {
|
|
|
- this.$message({ type: 'error', message: '请先选择计划', duration: 2000 })
|
|
|
+ this.$message({ type: 'error', message: this.$t('message.msg215'), duration: 2000 })
|
|
|
} else {
|
|
|
- MessageBox.confirm('您是否确定勾选的状态改为已执行的计划?', {
|
|
|
+ MessageBox.confirm(this.$t('message.msg216'), {
|
|
|
confirmButtonText: this.$t('common.confirm'), cancelButtonText: this.$t('common.cancel'), type: 'warning'
|
|
|
}).then(() => {
|
|
|
console.log(this.selectList)
|