lijunping 6 mesi fa
parent
commit
5e76e3a152

+ 12 - 1
src/lang/en.js

@@ -64,7 +64,7 @@ export default {
     data: 'data',
     error: 'error',
     test: 'test',
-    saleOrderL:'saleOrder(L)'
+    seExport:'SEExport'
   },
   login: {
     title: 'Login ',
@@ -106,5 +106,16 @@ export default {
     clearCache: 'Clear Cache',
     closeOthers: 'Close Others',
     closeAll: 'Close All'
+  },
+  seSeaibllsList: {
+    buttonBillTypeDD:'CREATE-DD',
+    buttonBillTypeMM:'CREATE-MM',
+    buttonBillTypeMH:'CREATE-MH',
+    corpName: 'Corp',
+    branchName: 'branchName'
+  },
+  seSeaibllsFee: {
+    auditStatus:'auditStatus',
+    corpType:'corpType'
   }
 }

+ 13 - 2
src/lang/zh.js

@@ -64,7 +64,7 @@ export default {
     permission: '权限',
     error: '异常页面',
     test: '测试页面',
-    saleOrderL: '销售订单(L)'
+    seExport:'海运出口'
   },
   login: {
     title: '登录 ',
@@ -105,6 +105,17 @@ export default {
     clearCache: '清除缓存',
     closeOthers: '关闭其它',
     closeAll: '关闭所有'
-  }
+  },
+  seSeaibllsList: {
+    buttonBillTypeDD:'创建直单',
+    buttonBillTypeMM:'创建主单',
+    buttonBillTypeMH:'创建分单',
+    corpName: '客户简称',
+    branchName: '所属公司'
+  },
+   seSeaibllsFee: {
+     auditStatus:'审核状态',
+     corpType:'客户类别'
+   }
 
 }

+ 3 - 3
src/router/views/index.js

@@ -2934,7 +2934,7 @@ export default [{
     path: '/iosBasicData/SeafreightExportF/bills/index',
     name: '海运出口(F)',
     meta: {
-      i18n: '/iosBasicData/SeafreightExportF/bills/index',
+      i18n: 'seExport',
       keepAlive: true,
     },
     component: () => import( /* webpackChunkName: "views" */ '@/views/iosBasicData/SeafreightExportF/bills/index.vue')
@@ -4328,7 +4328,7 @@ export default [{
     },
     component: () => import( /* webpackChunkName: "views" */ '@/views/iosBasicData/boxPlan/boxPlan/index')
   }]
-}, 
+},
 {
   path: '/iosBasicData/boxPlan/boxStatistics/index',
   component: Layout,
@@ -4342,7 +4342,7 @@ export default [{
     },
     component: () => import( /* webpackChunkName: "views" */ '@/views/iosBasicData/boxPlan/boxStatistics/index')
   }]
-}, 
+},
 {
   path: '/boxManagement/podComeback/index',
   component: Layout,

+ 1 - 1
src/views/iosBasicData/SeafreightExportF/bills/assembly/feecenter.vue

@@ -1029,7 +1029,7 @@ export default {
                     //     overHidden: true,
                     // },
                     {
-                        label: '审核状态',
+                        label: this.$t("seSeaibllsFee.auditStatus"),
                         prop: 'auditStatus',
                         overHidden: true,
                         width: 80,

+ 9 - 6
src/views/iosBasicData/SeafreightExportF/bills/index.vue

@@ -17,11 +17,14 @@
                     </el-radio-group>
                 </template>
                 <template slot="menuLeft">
-                    <el-button type="primary" size="small" @click="addbtnfun('DD')">创建直单
+                    <el-button type="primary" size="small" @click="addbtnfun('DD')">
+                        {{ $t("seSeaibllsList.buttonBillTypeDD") }}
                     </el-button>
-                    <el-button type="success" size="small" @click="addbtnfun('MM')">创建主单
+                    <el-button type="success" size="small" @click="addbtnfun('MM')">
+                        {{ $t("seSeaibllsList.buttonBillTypeMM") }}
                     </el-button>
-                    <el-button type="warning" size="small" @click="addbtnfun('MH')">创建分单
+                    <el-button type="warning" size="small" @click="addbtnfun('MH')">
+                        {{ $t("seSeaibllsList.buttonBillTypeMH") }}
                     </el-button>
                     <el-button type="primary" size="small" plain @click="CopyDocumentsfun">复制
                     </el-button>
@@ -604,7 +607,7 @@ export default {
                 showSummary: true,
                 column: [
                     {
-                        label: "所属公司",
+                        label: this.$t("seSeaibllsList.branchName"),
                         prop: "branchId",
                         width: "120",
                         overHidden: true,
@@ -621,7 +624,7 @@ export default {
                         searchOrder: 1
                     },
                     {
-                        label: "所属公司",
+                        label: this.$t("seSeaibllsList.branchName"),
                         prop: "branchName",
                         width: "120",
                         overHidden: true,
@@ -629,7 +632,7 @@ export default {
                         //showColumn: false,
                     },
                     {
-                        label: "客户简称",
+                        label: this.$t("seSeaibllsList.corpName"),
                         prop: "corpCnName",
                         width: "160",
                         overHidden: true,