Jelajahi Sumber

翻译修改

Shan9312 9 bulan lalu
induk
melakukan
77006959dd

+ 1 - 1
src/lang/zn/langModule/common.js

@@ -39,7 +39,7 @@ export default {
     cancelMsg:"已取消删除",
     delSuccess:"删除成功",
     delfail:"删除失败",
-    succes:'成功',
+    succes: "成功",
     please:"请选择",
     sum:"合计"
 

+ 13 - 0
src/lang/zn/langModule/message.js

@@ -171,6 +171,19 @@ msg149:'混料重量不能为空',
 msg150:'车次不可重复',
 msg151:'车次请输入整数',
 
+//
+msg152:'本车次已添加栏舍不可删除',
+msg153:'成功',
+msg154:'重量不可输入小于0的数据',
+msg155: '撒料车总重量大于最大重量',
+msg156:'计划配方已经是最大容量',
+msg157:'固定式设备无法撒料,请选择撒料设备',
+msg158:'请选择车次',
+
+
+
+
+
 
 
 

+ 2 - 2
src/views/formulationPlan/dailyExecutionPlan/index.vue

@@ -2528,7 +2528,7 @@ export default {
           if (response.msg === 'fail') {
             this.$notify({ title:this.$t('message.msg37'), message: response.data, type: 'error', 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.msg153'), type: 'success', duration: 2000 })
             this.getList()
           }
         })
@@ -3000,7 +3000,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.msg153'), type: 'success', duration: 2000 })
               this.sapUpload.dialogFormVisible = false
               this.getList()
             }else{

+ 9 - 9
src/views/formulationPlan/dailyExecutionPlan/typePage/materialIssuancePlan.vue

@@ -826,7 +826,7 @@ export default {
       } else {
         this.$message({
           type: 'error',
-          message: '本车次已添加栏舍不可删除',
+          message:  this.$t('message.msg152'),
           duration: 2000
         })
         return false
@@ -924,7 +924,7 @@ export default {
         if (response.msg === 'fail') {
           this.$notify({ title:this.$t('message.msg37'), message: response.data, type: 'warning', duration: 2000 })
         } else {
-          this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+          this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
           this.create.temp.maxweight = this.TMRNumberList.find(obj => obj.id === this.create.temp.tmrid2).maxstirfeed
           this.create.temp.tclassname = this.TMRNumberList.find(obj => obj.id === this.create.temp.tmrid2).tclassname
           this.create.temp.tmrvolume = this.TMRNumberList.find(obj => obj.id === this.create.temp.tmrid2).tmrvolume
@@ -972,7 +972,7 @@ export default {
         } else {
           this.$notify({
             title: '',
-            message: '成功',
+            message:  this.$t('message.msg153'),
             type: 'success',
             duration: 2000
           })
@@ -1015,7 +1015,7 @@ export default {
       if (parseFloat(item.weight) <= 0) {
         this.$message({
           type: 'error',
-          message: '重量不可输入小于0的数据',
+          message:  this.$t('message.msg154'),
           duration: 2000
         })
         return false
@@ -1032,7 +1032,7 @@ export default {
       if (sum > this.create.temp.maxweight) {
         this.$message({
           type: 'error',
-          message: '撒料车总重量大于最大重量',
+          message:  this.$t('message.msg155'),
           duration: 2000
         })
         return false
@@ -1318,7 +1318,7 @@ export default {
         }
       }
       if (parseFloat(evt.maxweight) == parseFloat(evt.sumweight) || parseFloat(evt.maxweight) < parseFloat(evt.sumweight)) {
-        this.$message({ type: 'error', message: '计划配方已经是最大容量', duration: 2000 })
+        this.$message({ type: 'error', message:  this.$t('message.msg156'), duration: 2000 })
         this.getCreateList1()
         return
       }
@@ -1536,7 +1536,7 @@ export default {
       let tclassname = this.equipmentList.find(obj => obj.id == item).tclassname
       let maxstirfeed = this.equipmentList.find(obj => obj.id == item).maxstirfeed
       if(tclassname == '固定式'){
-        this.$message({ type: 'error', message: '固定式设备无法撒料,请选择撒料设备', duration: 2000 })
+        this.$message({ type: 'error', message:  this.$t('message.msg157'), duration: 2000 })
         this.getCreateList2()
         return
       }
@@ -1609,7 +1609,7 @@ export default {
       if (this.selectList.length == 0) {
         this.$message({
           type: 'error',
-          message: '请选择车次',
+          message:  this.$t('message.msg158'),
           duration: 2000
         })
         return false
@@ -1619,7 +1619,7 @@ export default {
           if (this.selectList[i].arrList.length > 0) {
             this.$message({
               type: 'error',
-              message: '本车次已添加栏舍不可删除',
+              message:  this.$t('message.msg152'),
               duration: 2000
             })
             return false

+ 9 - 9
src/views/formulationPlan/materialIssuancePlan/index.vue

@@ -862,7 +862,7 @@ export default {
           this.$message({ type: 'info', message: this.$t('common.cancelMsg') })
         })
       } else {
-        this.$message({ type: 'error', message: '本车次已添加栏舍不可删除', duration: 2000 })
+        this.$message({ type: 'error', message:  this.$t('message.msg152'), duration: 2000 })
         return false
       }
     },
@@ -957,7 +957,7 @@ export default {
         if (response.msg === 'fail') {
           this.$notify({ title:this.$t('message.msg37'), message: response.data, type: 'warning', duration: 2000 })
         } else {
-          this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+          this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
           this.create.temp.maxweight = this.TMRNumberList.find(obj => obj.id === this.create.temp.tmrid2).maxstirfeed
           this.create.temp.tclassname = this.TMRNumberList.find(obj => obj.id === this.create.temp.tmrid2).tclassname
           this.create.temp.tmrvolume = this.TMRNumberList.find(obj => obj.id === this.create.temp.tmrid2).tmrvolume
@@ -998,7 +998,7 @@ export default {
         if (response.msg === 'fail') {
           this.$notify({ title:this.$t('message.msg37'), message: response.data, type: 'warning', duration: 2000 })
         } else {
-          this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+          this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
           this.getCreateList1()
         }
       })
@@ -1039,7 +1039,7 @@ export default {
       this.isDropState = false
 
       if (parseFloat(item.weight) <= 0) {
-        this.$message({ type: 'error', message: '重量不可输入小于0的数据', duration: 2000 })
+        this.$message({ type: 'error', message:  this.$t('message.msg154'), duration: 2000 })
         return false
       }
       if (item.weight == '') {
@@ -1052,7 +1052,7 @@ export default {
         sum += parseFloat(item.weight)
       })
       if (sum > this.create.temp.maxweight) {
-        this.$message({ type: 'error', message: '撒料车总重量大于最大重量', duration: 2000 })
+        this.$message({ type: 'error', message:  this.$t('message.msg155'), duration: 2000 })
         return false
       }
       this.requestParam = {}
@@ -1261,7 +1261,7 @@ export default {
         }
       }
       if (parseFloat(evt.maxweight) == parseFloat(evt.sumweight) || parseFloat(evt.maxweight) < parseFloat(evt.sumweight)) {
-        this.$message({ type: 'error', message: '计划配方已经是最大容量', duration: 2000 })
+        this.$message({ type: 'error', message:  this.$t('message.msg156'), duration: 2000 })
         this.getCreateList1()
         return
       }
@@ -1461,7 +1461,7 @@ export default {
       let tclassname = this.equipmentList.find(obj => obj.id == item).tclassname
       let maxstirfeed = this.equipmentList.find(obj => obj.id == item).maxstirfeed
       if(tclassname == '固定式'){
-        this.$message({ type: 'error', message: '固定式设备无法撒料,请选择撒料设备', duration: 2000 })
+        this.$message({ type: 'error', message:  this.$t('message.msg157'), duration: 2000 })
         this.getCreateList2()
         return
       }
@@ -1530,13 +1530,13 @@ export default {
     // 减少车次
     handleReduceTrains() {
       if (this.selectList.length == 0) {
-        this.$message({ type: 'error', message: '请选择车次', duration: 2000 })
+        this.$message({ type: 'error', message:  this.$t('message.msg158'), duration: 2000 })
         return false
       } else {
         // 减少对应车次
         for (let i = 0; i < this.selectList.length; i++) {
           if (this.selectList[i].arrList.length > 0) {
-            this.$message({ type: 'error', message: '本车次已添加栏舍不可删除', duration: 2000 })
+            this.$message({ type: 'error', message:  this.$t('message.msg152'), duration: 2000 })
             return false
           }
         }

+ 3 - 3
src/views/inventoryManagement/feedContract/index.vue

@@ -463,7 +463,7 @@ export default {
                 this.$notify({ title: this.$t('driver.saveFail'), message: response.data, type: 'warning', duration: 2000 })
               }
             } else {
-              this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+              this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
               this.create.dialogFormVisible = false
               this.getList()
             }
@@ -531,7 +531,7 @@ export default {
             if (response.msg === 'fail') {
               this.$notify({ title: this.$t('driver.saveFail'), message: response.data, type: 'warning', duration: 2000 })
             } else {
-              this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+              this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
               this.create.dialogFormVisible = false
               this.getList()
             }
@@ -583,7 +583,7 @@ export default {
           if (response.msg === 'fail') {
             this.$notify({ title: this.$t('driver.saveFail'), message: response.data, type: 'warning', duration: 2000 })
           } else {
-            this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+            this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
             this.getList()
           }
         })

+ 1 - 1
src/views/inventoryManagement/inventoryList/index.vue

@@ -458,7 +458,7 @@ export default {
                 this.$notify({ title: this.$t('driver.saveFail'), message: response.data, type: 'warning', duration: 2000 })
               }
             } else {
-              this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+              this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
               this.create.dialogFormVisible = false
               this.getList()
             }

+ 1 - 1
src/views/inventoryManagement/laborConsumption/index.vue

@@ -526,7 +526,7 @@ export default {
             if (response.msg === 'fail') {
               this.$notify({ title: this.$t('driver.saveFail'), message: response.data, type: 'warning', duration: 2000 })
             } else {
-              this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+              this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
               this.create.dialogFormVisible = false
               this.getList()
             }

+ 1 - 1
src/views/inventoryManagement/systemConsumption/index.vue

@@ -352,7 +352,7 @@ name:this.$t('supplier.no') }], // 是否审核
             if (response.msg === 'fail') {
               this.$notify({ title:this.$t('message.msg37'), message: response.data, type: 'warning', duration: 2000 })
             } else {
-              this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+              this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
               this.getList()
             }
           })

+ 3 - 3
src/views/inventoryManagement/warehousing/index.vue

@@ -873,7 +873,7 @@ export default {
               if (response.msg === 'fail') {
                 this.$notify({ title: this.$t('driver.saveFail'), message: response.data, type: 'warning', duration: 2000 })
               } else {
-                this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+                this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
                 this.create.dialogFormVisible = false
                 this.getList()
               }
@@ -1013,7 +1013,7 @@ export default {
               if (response.msg === 'fail') {
                 this.$notify({ title: this.$t('driver.saveFail'), message: response.data, type: 'warning', duration: 2000 })
               } else {
-                this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+                this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
                 this.create.dialogFormVisible = false
                 this.getList()
               }
@@ -1159,7 +1159,7 @@ export default {
         if (response.msg === 'fail') {
           this.$notify({ title: this.$t('driver.saveFail'), message: response.data, type: 'warning', duration: 2000 })
         } else {
-          this.$notify({ title: '', message: '成功', type: 'success', duration: 2000 })
+          this.$notify({ title: '', message:  this.$t('message.msg153'), type: 'success', duration: 2000 })
           this.create.dialogFormVisible = false
           this.getList()
         }

+ 1 - 1
src/views/systemManagement/reminderSettings/index.vue

@@ -905,7 +905,7 @@
         }
         postJson(url,data).then(response => {
           if(response.code == 200){
-            console.log('成功')
+            console.log( this.$t('message.msg153'))
             this.$notify({ title: this.$t('common.succes'), message: this.$t('driver.saveSuccess'), type: 'success', duration: 2000 })
             this.setUp.dialogFormVisible = false
             this.getList()