Jelajahi Sumber

多语言修改

Shan9312 9 bulan lalu
induk
melakukan
95cec43511

+ 1 - 1
src/lang/en/langModule/dailyExecutionPlan.js

@@ -47,7 +47,7 @@ printingTypeList: [{ lable: 'Concentrate Feed', value: '1' }, { lable: 'Forklift
 
 planningDimensionList: [{ lable: 'Material Issuance Order', value: '0' }, { lable: 'TMR', value: '1' }],
 
-exportTypeList: [{ lable: 'Material Feeding and Printing', value: '0' }, { lable: 'Cumulative Batch Feeding', value: '1' }, { lable: 'Feed Distribution and Printing', value: '2' }, { lable: 'Feed Dispensing and Printing', value: '3' }, { lable: 'Cumulative Dispensing of Feed', value: '4' }, { lable: 'Packaging Printing', value: '5' }, { lable: 'Actual Printing”', value: '6' }],
+exportTypeList: [{ lable: 'Simple Feeding ', value: '0' }, { lable: 'Cumulative Feeding ', value: '1' }, { lable: 'Simple Spreading ', value: '2' }, { lable: 'Simple Feed and Spread', value: '3' }, { lable: 'Cumulative Feed and Spread', value: '4' }, { lable: 'Simple Packaging ', value: '5' }, { lable: 'Actual Dispatch', value: '6' }],
 
 iscompletedList: [{ lable: 'Yes', value: '1' },{ lable: 'No', value: '0' }  ],
 

+ 2 - 2
src/lang/en/langModule/message.js

@@ -325,8 +325,8 @@ msg302: "Spreading data upload",
 msg303: "Copy plan",
 msg304: "Apply",
 msg305: "Pen formula",
-msg306: "Spreading plan",
-msg307: "Premix plan",
+msg306: "Feed Spreading Plan",
+msg307: "Pre-mixed Plan",
 msg308: "Surplus feed plan",
 msg309: "Are you sure to apply the current modified plan to",
 msg310: "Are you sure to clear all data below this operation number? If you clear the mixing truck data, the spreading truck data will also be cleared synchronously?",

+ 10 - 3
src/lang/zn/langModule/message.js

@@ -372,12 +372,19 @@ msg333:'是否进行恢复?',
   msg341: " 当前有栏舍未分配,建议及时进行分配,未分配栏舍如下:",
   msg342:"已分配完:当前栏舍已分配完善",
   msg343:'是否获取UD栏舍?',
-  
+
   msg344: '是否确认恢复默认设置?',
   msg345: '是否确认同步数据?',
   msg346: '启用',
-  
-  
+
+  //
+
+  msg347: '撒料计划-混料', // Feed Spreading Plan-mixing
+  msg348: '撒料计划-撒料', // Feed Spreading Plan-Spreading Feed
+  msg349: '剩料计划' //
+
+
+
 
 
 

+ 6 - 22
src/views/formulationPlan/dailyExecutionPlan/index.vue

@@ -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', '预称重计划')
                   }