Просмотр исходного кода

首页 和 海运进口 国际化

lijunping 4 месяцев назад
Родитель
Сommit
7a8351ef7b

+ 14 - 14
src/views/iosBasicData/OceanFreightImport/bills/assembly/SplitList.vue

@@ -6,13 +6,13 @@
             @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 309.6)">
             <template slot-scope="scope" slot="menuLeft">
                 <el-button v-if="!typeMenu && assemblyForm.billStatus != 3" type="danger" size="small" icon="el-icon-delete"
-                    plain :disabled="disabled" @click="batchWithdrawfun">批量撤回
+                    plain :disabled="disabled" @click="batchWithdrawfun">{{ $t("btn118n.selectclearCtnrLlist") }}
                 </el-button>
             </template>
             <template slot-scope="scope" slot="menu" v-if="assemblyForm.billStatus != 3">
                 <el-button :type="scope.type" :size="scope.size" icon="el-icon-edit"
                     :disabled="disabled || assemblyForm.status == 1"
-                    @click.stop="withdrawfun(scope.row, scope.index)">撤回
+                    @click.stop="withdrawfun(scope.row, scope.index)">{{ $t("btn118n.selectclearCtnrLlist") }}
                 </el-button>
             </template>
             <template slot-scope="scope" slot="billNo">
@@ -69,29 +69,29 @@ export default {
                 menuWidth: 'auto',
                 column: [
                     {
-                        label: "单据编号",
+                        label: this.$t("sea118n.billNo"),
                         prop: "billNo",
                         width: "160",
                         overHidden: true,
                     },
                     {
-                        label: "单据日期",
+                        label: this.$t("sea118n.billDate"),
                         prop: "billDate",
                         width: "160",
                         overHidden: true,
                     },
                     {
-                        label: "客户名",
+                        label: this.$t("sea118n.corpName"),
                         prop: "corpCnName",
                         width: "160",
                         overHidden: true,
                     },
-                    {
+/*                    {
                         label: "客户英文名",
                         prop: "corpEnName",
                         width: "160",
                         overHidden: true,
-                    },
+                    },*/
                     {
                         label: "MB/L NO",
                         prop: "mblno",
@@ -105,37 +105,37 @@ export default {
                         overHidden: true,
                     },
                     {
-                        label: "唛头",
+                        label: this.$t("sea118n.marks"),
                         prop: "marks",
                         width: "160",
                         overHidden: true,
                     },
                     {
-                        label: "件数",
+                        label: this.$t("sea118n.QTY"),
                         prop: "quantity",
                         width: "100",
                         overHidden: true,
                     },
                     {
-                        label: "包装单位",
+                        label: this.$t("sea118n.package"),
                         prop: "packingUnit",
                         width: "100",
                         overHidden: true,
                     },
                     {
-                        label: "毛重 (KGM)",
+                        label: this.$t("sea118n.GW"),
                         prop: "grossWeight",
                         width: "100",
                         overHidden: true,
                     },
-                    {
+/*                    {
                         label: "净重 (KGM)",
                         prop: "netWeight",
                         width: "100",
                         overHidden: true,
-                    },
+                    },*/
                     {
-                        label: "体积 (CBM)",
+                        label: this.$t("sea118n.CBM"),
                         prop: "measurement",
                         width: "100",
                         overHidden: true,

+ 5 - 3
src/views/iosBasicData/OceanFreightImport/bills/index.vue

@@ -922,7 +922,7 @@ export default {
                         span: 6,
                         searchOrder: 16
                     },*/
-                    {
+/*                    {
                         label: this.$t("sea118n.bookingAgent"),
                         prop: "bookingAgentCnName",
                         width: "120",
@@ -941,7 +941,7 @@ export default {
                         search: true,
                         span: 6,
                         searchOrder: 17
-                    },
+                    },*/
                     {
                         label: this.$t("sea118n.scndesc"),
                         prop: "receivingAndShipping",
@@ -961,6 +961,7 @@ export default {
                         span: 6,
                         searchOrder: 18
                     },
+/*
                     {
                         label: this.$t("sea118n.issueType"),
                         prop: "issueType",
@@ -977,6 +978,7 @@ export default {
                         span: 6,
                         searchOrder: 19
                     },
+*/
                     {
                         label:this.$t("sea118n.marks"),
                         prop: "marks",
@@ -1812,7 +1814,7 @@ export default {
         },
         // 获取签单方式字典数据
         getWorkDictsfun() {
-            getWorkDicts("issue_type_F").then(res => {
+            getWorkDicts("`issue`_type_F").then(res => {
                 this.issueTypeData = res.data.data;
                 this.findObject(this.option.column, "issueType").dicData =
                     res.data.data;

+ 14 - 14
src/views/iosBasicData/SeafreightExportF/bills/assembly/SplitList.vue

@@ -6,12 +6,12 @@
             @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 309.6)">
             <template slot-scope="scope" slot="menuLeft">
                 <el-button v-if="!typeMenu && assemblyForm.billStatus != 3" type="danger" size="small" icon="el-icon-delete"
-                    plain :disabled="disabled" @click="batchWithdrawfun">批量撤回
+                    plain :disabled="disabled" @click="batchWithdrawfun">{{ $t("btn118n.selectclearCtnrLlist") }}
                 </el-button>
             </template>
             <template slot-scope="scope" slot="menu" v-if="assemblyForm.billStatus != 3">
                 <el-button :type="scope.type" :size="scope.size" icon="el-icon-edit"
-                    :disabled="disabled || assemblyForm.status == 1" @click.stop="withdrawfun(scope.row, scope.index)">撤回
+                    :disabled="disabled || assemblyForm.status == 1" @click.stop="withdrawfun(scope.row, scope.index)">{{ $t("btn118n.selectclearCtnrLlist") }}
                 </el-button>
             </template>
             <template slot-scope="scope" slot="billNo">
@@ -68,29 +68,29 @@ export default {
                 menuWidth: 'auto',
                 column: [
                     {
-                        label: "单据编号",
+                        label: this.$t("sea118n.billNo"),
                         prop: "billNo",
                         width: "160",
                         overHidden: true,
                     },
                     {
-                        label: "单据日期",
+                        label: this.$t("sea118n.billDate"),
                         prop: "billDate",
                         width: "160",
                         overHidden: true,
                     },
                     {
-                        label: "客户名",
+                        label: this.$t("sea118n.corpName"),
                         prop: "corpCnName",
                         width: "160",
                         overHidden: true,
                     },
-                    {
+/*                    {
                         label: "客户英文名",
                         prop: "corpEnName",
                         width: "160",
                         overHidden: true,
-                    },
+                    },*/
                     {
                         label: "MB/L NO",
                         prop: "mblno",
@@ -104,37 +104,37 @@ export default {
                         overHidden: true,
                     },
                     {
-                        label: "唛头",
+                        label:this.$t("sea118n.marks"),
                         prop: "marks",
                         width: "160",
                         overHidden: true,
                     },
                     {
-                        label: "件数",
+                        label: this.$t("sea118n.QTY"),
                         prop: "quantity",
                         width: "100",
                         overHidden: true,
                     },
                     {
-                        label: "包装单位",
+                        label: this.$t("sea118n.package"),
                         prop: "packingUnit",
                         width: "100",
                         overHidden: true,
                     },
                     {
-                        label: "毛重 (KGM)",
+                        label: this.$t("sea118n.GW"),
                         prop: "grossWeight",
                         width: "100",
                         overHidden: true,
                     },
-                    {
+/*                    {
                         label: "净重 (KGM)",
                         prop: "netWeight",
                         width: "100",
                         overHidden: true,
-                    },
+                    },*/
                     {
-                        label: "体积 (CBM)",
+                        label: this.$t("sea118n.CBM"),
                         prop: "measurement",
                         width: "100",
                         overHidden: true,