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