|
@@ -2879,7 +2879,7 @@ export default {
|
|
|
},
|
|
|
lpplantype: function (cellValue) {
|
|
|
if (cellValue.lpplantype == 0) {
|
|
|
- return this.$t('message.msg306')
|
|
|
+ return '撒料计划'
|
|
|
} else if (cellValue.lpplantype == 1) {
|
|
|
return '撒料计划-混料'
|
|
|
} else if (cellValue.lpplantype == 2) {
|
|
@@ -2887,7 +2887,7 @@ export default {
|
|
|
} else if (cellValue.lpplantype == 3) {
|
|
|
return '剩料计划'
|
|
|
} else if (cellValue.lpplantype == 4) {
|
|
|
- return this.$t('message.msg307')
|
|
|
+ return '预混计划'
|
|
|
} else if (cellValue.lpplantype == 5) {
|
|
|
return '预称重计划'
|
|
|
}
|
|
@@ -3834,11 +3834,7 @@ export default {
|
|
|
// 预混计划4
|
|
|
// 预称重计划5
|
|
|
if (targetRow3.lpplantype == 0) {
|
|
|
- that.$set(
|
|
|
- targetRow3,
|
|
|
- 'mylpplantype',
|
|
|
- this.$t('message.msg306')
|
|
|
- )
|
|
|
+ that.$set(targetRow3, 'mylpplantype', '撒料计划')
|
|
|
} else if (targetRow3.lpplantype == 1) {
|
|
|
that.$set(targetRow3, 'mylpplantype', '撒料计划-混料')
|
|
|
} else if (targetRow3.lpplantype == 2) {
|
|
@@ -3846,20 +3842,12 @@ export default {
|
|
|
} else if (targetRow3.lpplantype == 3) {
|
|
|
that.$set(targetRow3, 'mylpplantype', '剩料计划')
|
|
|
} else if (targetRow3.lpplantype == 4) {
|
|
|
- that.$set(
|
|
|
- targetRow3,
|
|
|
- 'mylpplantype',
|
|
|
- this.$t('message.msg307')
|
|
|
- )
|
|
|
+ that.$set(targetRow3, 'mylpplantype', '预混计划')
|
|
|
} else if (targetRow3.lpplantype == 5) {
|
|
|
that.$set(targetRow3, 'mylpplantype', '预称重计划')
|
|
|
}
|
|
|
if (targetRow2.lpplantype == 0) {
|
|
|
- that.$set(
|
|
|
- targetRow2,
|
|
|
- 'mylpplantype',
|
|
|
- this.$t('message.msg306')
|
|
|
- )
|
|
|
+ that.$set(targetRow2, 'mylpplantype', '撒料计划')
|
|
|
} else if (targetRow2.lpplantype == 1) {
|
|
|
that.$set(targetRow2, 'mylpplantype', '撒料计划-混料')
|
|
|
} else if (targetRow2.lpplantype == 2) {
|
|
@@ -3867,11 +3855,7 @@ export default {
|
|
|
} else if (targetRow2.lpplantype == 3) {
|
|
|
that.$set(targetRow2, 'mylpplantype', '剩料计划')
|
|
|
} else if (targetRow2.lpplantype == 4) {
|
|
|
- that.$set(
|
|
|
- targetRow2,
|
|
|
- 'mylpplantype',
|
|
|
- this.$t('message.msg307')
|
|
|
- )
|
|
|
+ that.$set(targetRow2, 'mylpplantype', '预混计划')
|
|
|
} else if (targetRow2.lpplantype == 5) {
|
|
|
that.$set(targetRow2, 'mylpplantype', '预称重计划')
|
|
|
}
|