diff --git a/src/views/emis/emisTmsPack/packageManagement.vue b/src/views/emis/emisTmsPack/packageManagement.vue
index 801a940a..fd2734f7 100644
--- a/src/views/emis/emisTmsPack/packageManagement.vue
+++ b/src/views/emis/emisTmsPack/packageManagement.vue
@@ -104,9 +104,9 @@
-
+
- {{ scope.row.sendCountry }}
+ {{ scope.row.sendCountryName }}
@@ -133,9 +133,17 @@
{{ scope.row.receiveCompany }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -173,9 +181,9 @@
-
+
- {{ scope.row.sendCountry }}
+ {{ scope.row.sendCountryName }}
@@ -202,9 +210,17 @@
{{ scope.row.receiveCompany }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -437,9 +453,9 @@
-
+
- {{ scope.row.sendCountry }}
+ {{ scope.row.sendCountryName }}
@@ -466,9 +482,17 @@
{{ scope.row.receiveCompany }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -582,9 +606,9 @@
-
+
- {{ scope.row.sendCountry }}
+ {{ scope.row.sendCountryName }}
@@ -611,9 +635,17 @@
{{ scope.row.receiveCompany }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -648,7 +680,7 @@ import { parseTime, dateToStr } from "@/utils/custom";
export default {
name: "PackageManagement",
components: { EmisGetNextSitePicker, CountryPicker, EmisSiteSimplePicker, elDateAdvPicker, emisTmsPackForm, TransLinePicker, TransProductPicker},
- dicts: ['emis_pack_status'],
+ dicts: ['emis_pack_status', 'emis_qujian_fangshi', 'emis_payment_type'],
data() {
return {
// 遮罩层
diff --git a/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue b/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue
index f7eb033a..6545a370 100644
--- a/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue
+++ b/src/views/emis/emisTmsSiteBatch/centerGenBatchMgnt.vue
@@ -153,9 +153,9 @@
-
+
- {{ scope.row.sendCountry }}
+ {{ scope.row.sendCountryName }}
@@ -182,9 +182,17 @@
{{ scope.row.receiveCompany }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -222,9 +230,9 @@
-
+
- {{ scope.row.sendCountry }}
+ {{ scope.row.sendCountryName }}
@@ -251,9 +259,17 @@
{{ scope.row.receiveCompany }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -530,9 +546,9 @@
-
+
- {{ scope.row.sendCountry }}
+ {{ scope.row.sendCountryName }}
@@ -559,9 +575,17 @@
{{ scope.row.receiveCompany }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -684,9 +708,9 @@
-
+
- {{ scope.row.sendCountry }}
+ {{ scope.row.sendCountryName }}
@@ -713,9 +737,17 @@
{{ scope.row.receiveCompany }}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -751,7 +783,7 @@ import { parseTime, dateToStr } from "@/utils/custom";
export default {
name: "CenterGenBatchMgnt",
components: { EmisGetNextSitePicker, CountryPicker, EmisSiteSimplePicker, elDateAdvPicker, emisTmsPackForm, TransLinePicker, TransProductPicker},
- dicts: ['emis_pack_status', 'emis_payment_type', 'emis_biz_shipping_method'],
+ dicts: ['emis_pack_status', 'emis_payment_type', 'emis_biz_shipping_method', 'emis_qujian_fangshi'],
data() {
return {
// 遮罩层