|
|
|
@ -2,64 +2,47 @@ export default {
|
|
|
|
|
// ==== 表格部分 ====
|
|
|
|
|
columns: [
|
|
|
|
|
{ type: 'checkbox', width: 60, noDraggable: true },
|
|
|
|
|
{ field: 'carrier', width: 120, title: '船公司', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'yard', label: 'YARD', width: 120, title: '场站', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{
|
|
|
|
|
field: 'mblno',
|
|
|
|
|
label: 'MBLNO',
|
|
|
|
|
field: 'bsstatus',
|
|
|
|
|
label: 'bsstatus',
|
|
|
|
|
width: 160,
|
|
|
|
|
title: '主提单号',
|
|
|
|
|
title: '业务状态',
|
|
|
|
|
showHeaderOverflow: true,
|
|
|
|
|
showOverflow: false,
|
|
|
|
|
sortable: true,
|
|
|
|
|
slots: { default: 'mblno' }
|
|
|
|
|
},
|
|
|
|
|
{ field: 'vessel', label: 'VESSEL', width: 120, title: '船名', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{
|
|
|
|
|
field: 'etd',
|
|
|
|
|
label: 'ETD',
|
|
|
|
|
width: 110,
|
|
|
|
|
title: '开船日期',
|
|
|
|
|
showHeaderOverflow: true,
|
|
|
|
|
sortable: true,
|
|
|
|
|
slots: { default: 'etd' }
|
|
|
|
|
},
|
|
|
|
|
{ field: 'voyno', label: 'VOYNO', width: 120, title: '海关航次', showHeaderOverflow: true },
|
|
|
|
|
// { field: 'bookingStatus', label: 'BOOKINGSTATUS', width: 120, title: '订舱状态', showHeaderOverflow: true },
|
|
|
|
|
// { field: 'vgm', label: 'VGM', width: 120, title: 'VGM', showHeaderOverflow: true },
|
|
|
|
|
// { field: 'billStatus', label: 'BILLSTATUS', width: 120, title: '提单状态', showHeaderOverflow: true },
|
|
|
|
|
{
|
|
|
|
|
field: 'portdischarge',
|
|
|
|
|
label: 'PORTDISCHARGE',
|
|
|
|
|
width: 120,
|
|
|
|
|
title: '卸货港',
|
|
|
|
|
showHeaderOverflow: true,
|
|
|
|
|
sortable: true
|
|
|
|
|
slots: { default: 'bsstatusname' }
|
|
|
|
|
},
|
|
|
|
|
{ field: 'bookingno', label: 'bookingno', width: 160, title: '订舱编号', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'carrier', width: 120, title: '船公司', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{
|
|
|
|
|
field: 'createdUserName',
|
|
|
|
|
label: 'CREATEDUSERNAME',
|
|
|
|
|
field: 'cntrtotal',
|
|
|
|
|
label: 'CNTRTOTAL',
|
|
|
|
|
width: 120,
|
|
|
|
|
title: '创建人',
|
|
|
|
|
title: '箱型*箱量',
|
|
|
|
|
showHeaderOverflow: true,
|
|
|
|
|
sortable: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'createdTime',
|
|
|
|
|
label: 'CREATEDTIME',
|
|
|
|
|
width: 160,
|
|
|
|
|
title: '创建日期',
|
|
|
|
|
field: 'bookstatus',
|
|
|
|
|
label: 'BOOKSTATUS',
|
|
|
|
|
minWidth: 140,
|
|
|
|
|
title: '运踪',
|
|
|
|
|
showHeaderOverflow: true,
|
|
|
|
|
sortable: true
|
|
|
|
|
slots: { default: 'bookstatus' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'cntrtotal',
|
|
|
|
|
label: 'CNTRTOTAL',
|
|
|
|
|
width: 120,
|
|
|
|
|
title: '箱型*箱量',
|
|
|
|
|
field: 'etd',
|
|
|
|
|
label: 'ETD',
|
|
|
|
|
width: 110,
|
|
|
|
|
title: '开船日期',
|
|
|
|
|
showHeaderOverflow: true,
|
|
|
|
|
sortable: true
|
|
|
|
|
sortable: true,
|
|
|
|
|
slots: { default: 'etd' }
|
|
|
|
|
},
|
|
|
|
|
{ field: 'blfrt', label: 'BLFRT', width: 120, title: '付费方式', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'cargoid', label: 'CARGOID', width: 120, title: '货物标识', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'vessel', label: 'VESSEL', width: 120, title: '船名', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'voyno', label: 'VOYNO', width: 120, title: '航次', showHeaderOverflow: true },
|
|
|
|
|
{
|
|
|
|
|
field: 'operate',
|
|
|
|
|
title: '操作',
|
|
|
|
|