Browse Source

进口场站修改字段

Qukatie 5 months ago
parent
commit
da9beccac0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/iosBasicData/OceanFreightImport/bills/index.vue

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

@@ -806,7 +806,7 @@ export default {
                     },
                     },
                     {
                     {
                         label: this.$t("sea118n.CY"),
                         label: this.$t("sea118n.CY"),
-                        prop: "cyCnName",
+                        prop: "podCyCnName",
                         width: "120",
                         width: "120",
                         overHidden: true,
                         overHidden: true,
                         type: "select",
                         type: "select",
@@ -828,7 +828,7 @@ export default {
                     },
                     },
                     {
                     {
                         label: this.$t("sea118n.CY"),
                         label: this.$t("sea118n.CY"),
-                        prop: "cyEnName",
+                        prop: "podCyCnName",
                         overHidden: true
                         overHidden: true
                     },
                     },
                     {
                     {
@@ -2478,7 +2478,7 @@ export default {
                 ...Object.assign(params, this.query),
                 ...Object.assign(params, this.query),
                 businessType: "SI",
                 businessType: "SI",
                 seaType: "I",
                 seaType: "I",
-                status: this.query.billStatus == 3 ? 3 : undefined
+                // status: this.query.billStatus == 3 ? 3 : undefined
             }).then(res => {
             }).then(res => {
                 const data = res.data.data;
                 const data = res.data.data;
                 this.page.total = data.total;
                 this.page.total = data.total;