|
|
|
@ -5,15 +5,15 @@ export default {
|
|
|
|
|
{
|
|
|
|
|
field: 'bsstatus',
|
|
|
|
|
label: 'bsstatus',
|
|
|
|
|
width: 160,
|
|
|
|
|
title: '业务状态',
|
|
|
|
|
showHeaderOverflow: true,
|
|
|
|
|
showOverflow: false,
|
|
|
|
|
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: 'bookingno', label: 'bookingno', title: '订舱编号', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'carrier', title: '船公司', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{ field: 'bookingTenantName', title: '订舱人', showHeaderOverflow: true },
|
|
|
|
|
{
|
|
|
|
|
field: 'cntrtotal',
|
|
|
|
|
label: 'CNTRTOTAL',
|
|
|
|
@ -22,14 +22,6 @@ export default {
|
|
|
|
|
showHeaderOverflow: true,
|
|
|
|
|
sortable: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'bookstatus',
|
|
|
|
|
label: 'BOOKSTATUS',
|
|
|
|
|
minWidth: 140,
|
|
|
|
|
title: '运踪',
|
|
|
|
|
showHeaderOverflow: true,
|
|
|
|
|
slots: { default: 'bookstatus' }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'etd',
|
|
|
|
|
label: 'ETD',
|
|
|
|
@ -39,7 +31,14 @@ export default {
|
|
|
|
|
sortable: true,
|
|
|
|
|
slots: { default: 'etd' }
|
|
|
|
|
},
|
|
|
|
|
{ field: 'blfrt', label: 'BLFRT', width: 120, title: '付费方式', showHeaderOverflow: true, sortable: true },
|
|
|
|
|
{
|
|
|
|
|
field: 'createdTime',
|
|
|
|
|
label: 'createdTime',
|
|
|
|
|
width: 150,
|
|
|
|
|
title: '订舱日期',
|
|
|
|
|
showHeaderOverflow: true
|
|
|
|
|
},
|
|
|
|
|
{ field: 'blfrt', label: 'BLFRT', 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 },
|
|
|
|
@ -477,49 +476,23 @@ export default {
|
|
|
|
|
],
|
|
|
|
|
// ==== 表单部分 ====
|
|
|
|
|
condAllData: [
|
|
|
|
|
{ title: '订舱编号', align: 'center', width: 160, label: 'bookingno', type: 'input' },
|
|
|
|
|
{
|
|
|
|
|
title: '船公司',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 120,
|
|
|
|
|
label: 'CARRIER',
|
|
|
|
|
type: 'select',
|
|
|
|
|
showLabel: 'enName',
|
|
|
|
|
showLabel2: 'cnName'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '场站',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 120,
|
|
|
|
|
label: 'YARDID',
|
|
|
|
|
type: 'select',
|
|
|
|
|
showLabel: 'code',
|
|
|
|
|
showLabel2: 'name'
|
|
|
|
|
},
|
|
|
|
|
{ title: '目的港', align: 'center', width: 120, label: 'DESTINATION', type: 'complete', showLabel: 'enName' },
|
|
|
|
|
{ title: '开船日期', align: 'center', width: 160, label: 'ETD', type: 'dateRange', resLabel: ['etdStart', 'etdEnd'] },
|
|
|
|
|
{ title: '订舱日期', align: 'center', width: 160, label: 'time', type: 'dateRange', resLabel: ['createdTimeStart', 'createdTimeEnd'] },
|
|
|
|
|
{ title: '船名', align: 'center', width: 120, label: 'VESSEL', type: 'complete', showLabel: 'name' },
|
|
|
|
|
{ title: '航次', align: 'center', width: 120, label: 'VOYNO', type: 'input' },
|
|
|
|
|
{ title: '订舱公司', align: 'center', width: 120, label: 'bookingTenantName', type: 'input' },
|
|
|
|
|
{
|
|
|
|
|
title: '业务状态',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 160,
|
|
|
|
|
width: 120,
|
|
|
|
|
label: 'bsStatusList',
|
|
|
|
|
type: 'select',
|
|
|
|
|
showLabel: 'name',
|
|
|
|
|
data: [
|
|
|
|
|
{ name: 'ONE' },
|
|
|
|
|
{ name: 'TWO' },
|
|
|
|
|
{ name: 'THREE' },
|
|
|
|
|
{ name: 'FOUR' },
|
|
|
|
|
{ name: 'FIVE' },
|
|
|
|
|
{ name: 'SIX' },
|
|
|
|
|
{ name: 'SEVEN' },
|
|
|
|
|
{ name: 'EIGHT' },
|
|
|
|
|
{ name: 'NINE' },
|
|
|
|
|
{ name: 'TEN' }
|
|
|
|
|
{ name: '已审核' },
|
|
|
|
|
{ name: '已驳回' },
|
|
|
|
|
{ name: '已提交' },
|
|
|
|
|
{ name: '已录入' }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{ title: '订舱日期', align: 'center', width: 160, label: 'time', type: 'dateRange', resLabel: ['createdTimeStart', 'createdTimeEnd'] },
|
|
|
|
|
{ title: '开船日期', align: 'center', width: 160, label: 'ETD', type: 'dateRange', resLabel: ['etdStart', 'etdEnd'] },
|
|
|
|
|
{ title: '箱型', align: 'center', width: 120, label: 'CNTRTOTAL', type: 'select', showLabel: 'name' }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|