|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: '预定舱单号',
|
|
|
- prop: "temporaryNo",
|
|
|
+ prop: "billNo",
|
|
|
width: "100",
|
|
|
search: true,
|
|
|
overHidden: true,
|
|
|
@@ -104,12 +104,12 @@ export default {
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
- {
|
|
|
- label: '客服',
|
|
|
- prop: "customerServiceName",
|
|
|
- width: "100",
|
|
|
- overHidden: true,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: '客服',
|
|
|
+ // prop: "customerServiceName",
|
|
|
+ // width: "100",
|
|
|
+ // overHidden: true,
|
|
|
+ // },
|
|
|
{
|
|
|
label: '承运人',
|
|
|
prop: "actualShippingCompanyCname",
|
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: "起运港",
|
|
|
- prop: "polCnName",
|
|
|
+ prop: "polEnName",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
search: true,
|
|
|
@@ -160,15 +160,15 @@ export default {
|
|
|
remote: true,
|
|
|
dicUrl: "/api/blade-los/bports/list?current=1&size=5&cnName={{key}}",
|
|
|
props: {
|
|
|
- label: 'cnName',
|
|
|
- value: 'cnName',
|
|
|
+ label: 'enName',
|
|
|
+ value: 'enName',
|
|
|
desc: 'code',
|
|
|
res: 'data.records'
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
label: "卸货港",
|
|
|
- prop: "podCnName",
|
|
|
+ prop: "podEnName",
|
|
|
width: "80",
|
|
|
overHidden: true,
|
|
|
search: true,
|
|
|
@@ -177,8 +177,8 @@ export default {
|
|
|
remote: true,
|
|
|
dicUrl: "/api/blade-los/bports/list?current=1&size=5&cnName={{key}}",
|
|
|
props: {
|
|
|
- label: 'cnName',
|
|
|
- value: 'cnName',
|
|
|
+ label: 'enName',
|
|
|
+ value: 'enName',
|
|
|
desc: 'code',
|
|
|
res: 'data.records'
|
|
|
},
|