Merge branch 'master' of http://60.209.125.238:13080/whm/BookingHeChuanFront
commit
71e1523e3e
@ -1,61 +1,133 @@
|
||||
export default {
|
||||
columns: [
|
||||
{ type: 'checkbox', width: 60, noDraggable: true },
|
||||
{ field: 'carrier', title: '船公司', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'yard', title: '场站', showHeaderOverflow: true, sortable: true },
|
||||
{ title: '提单号', showHeaderOverflow: true, showOverflow: false, sortable: true, slots: { default: 'mblno' } },
|
||||
{ title: '船名航次', showHeaderOverflow: true, sortable: true, slots: { default: 'vessel' } },
|
||||
{ field: 'etd', title: '开船日期', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'voyno', title: '海关航次', showHeaderOverflow: true },
|
||||
{ field: 'bookingStatus', title: '定舱状态', showHeaderOverflow: true },
|
||||
{ field: 'vgm', title: 'VGM', showHeaderOverflow: true },
|
||||
{ field: 'billStatus', title: '提单状态', showHeaderOverflow: true },
|
||||
{ field: 'portdischarge', title: '卸货港', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'createdUserName', title: '创建人', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'createdTime', title: '创建时间', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'cntrtotal', title: '箱型箱量', showHeaderOverflow: true, sortable: true },
|
||||
{ title: '操作', width: 80, noDraggable: true, slots: { default: 'operate' }, fixed: 'right' }
|
||||
{ field: 'carrier', width: 120, title: '船公司', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'yard', width: 120, title: '场站', showHeaderOverflow: true, sortable: true },
|
||||
{
|
||||
field: 'mblno',
|
||||
width: 160,
|
||||
title: '主提单号',
|
||||
showHeaderOverflow: true,
|
||||
showOverflow: false,
|
||||
sortable: true,
|
||||
slots: { default: 'mblno' }
|
||||
},
|
||||
{
|
||||
field: 'vessel',
|
||||
width: 120,
|
||||
title: '船名航次',
|
||||
showHeaderOverflow: true,
|
||||
sortable: true,
|
||||
slots: { default: 'vessel' }
|
||||
},
|
||||
{ field: 'etd', width: 160, title: '开船日期', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'voyno', width: 120, title: '海关航次', showHeaderOverflow: true },
|
||||
{ field: 'bookingStatus', width: 120, title: '订舱状态', showHeaderOverflow: true },
|
||||
{ field: 'vgm', width: 120, title: 'VGM', showHeaderOverflow: true },
|
||||
{ field: 'billStatus', width: 120, title: '提单状态', showHeaderOverflow: true },
|
||||
{ field: 'portdischarge', width: 120, title: '卸货港', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'createdUserName', width: 120, title: '创建人', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'createdTime', width: 160, title: '创建时间', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'cntrtotal', width: 120, title: '箱型箱量', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'operate', title: '操作', width: 80, noDraggable: true, slots: { default: 'operate' }, fixed: 'right' }
|
||||
],
|
||||
columnsAllData: [
|
||||
{ field: 'carrier', width: 120, title: '船公司', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'yard', width: 120, title: '场站', showHeaderOverflow: true, sortable: true },
|
||||
{
|
||||
field: 'mblno',
|
||||
width: 160,
|
||||
title: '主提单号',
|
||||
showHeaderOverflow: true,
|
||||
showOverflow: false,
|
||||
sortable: true,
|
||||
slots: { default: 'mblno' }
|
||||
},
|
||||
{
|
||||
field: 'vessel',
|
||||
width: 120,
|
||||
title: '船名航次',
|
||||
showHeaderOverflow: true,
|
||||
sortable: true,
|
||||
slots: { default: 'vessel' }
|
||||
},
|
||||
{ field: 'etd', width: 160, title: '开船日期', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'voyno', width: 120, title: '海关航次', showHeaderOverflow: true },
|
||||
{ field: 'bookingStatus', width: 120, title: '订舱状态', showHeaderOverflow: true },
|
||||
{ field: 'vgm', width: 120, title: 'VGM', showHeaderOverflow: true },
|
||||
{ field: 'billStatus', width: 120, title: '提单状态', showHeaderOverflow: true },
|
||||
{ field: 'portdischarge', width: 120, title: '卸货港', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'createdUserName', width: 120, title: '创建人', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'createdTime', width: 160, title: '创建时间', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'cntrtotal', width: 120, title: '箱型箱量', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'atd', width: 160, title: '实际开船日期', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'blfrt', width: 120, title: '付费方式', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'cargoid', width: 120, title: '货物标识', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'cbm', width: 90, title: '尺码', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'consignee', width: 120, title: '收货人', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'contractno', width: 120, title: '合约号', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'customername', width: 120, title: '客户', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'customser', width: 120, title: '报关行', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'custservice', width: 120, title: '客服', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'doc', width: 120, title: '单证', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'dunno', width: 120, title: '危险品编号', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'forwarder', width: 120, title: '订舱代理', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'freightpayer', width: 120, title: '付款方', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'hblno', width: 120, title: '分提单号', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'hscode', width: 120, title: 'HS代码', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'issueplace', width: 120, title: '签单地点', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'issueplace', width: 120, title: '签单地点', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'issuetype', width: 120, title: '签单方式', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'kgs', width: 120, title: '毛重', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'kindpkgs', width: 120, title: '包装', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'pkgs', width: 120, title: '件数', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'marks', width: 120, title: '唛头', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'nobill', width: 120, title: '提单分数', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'notifyparty', width: 120, title: '通知人', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'op', width: 120, title: '操作人', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'payableat', width: 120, title: '到付地点', showHeaderOverflow: true, sortable: true },
|
||||
{ field: 'placedelivery', width: 120, title: '交货地', showHeaderOverflow: true, sortable: true }
|
||||
],
|
||||
condAllData: [
|
||||
{ title: '业务编号', align: 'center', width: '90', label: 'BSNO', type: 'input' },
|
||||
{ title: '船公司', align: 'center', width: '90', label: 'CARRIER', type: 'input' },
|
||||
{ title: '业务状态', align: 'center', width: '90', label: 'BSSTATUS', type: 'input' },
|
||||
{ title: '业务状态名称', align: 'center', width: '90', label: 'BSSTATUSNAME', type: 'input' },
|
||||
{ title: '业务日期', align: 'center', width: '90', label: 'BSDATE', type: 'date' },
|
||||
{ title: '主提单号', align: 'center', width: '90', label: 'MBLNO', type: 'input' },
|
||||
{ title: '分提单号', align: 'center', width: '90', label: 'HBLNO', type: 'input' },
|
||||
{ title: '订舱编号', align: 'center', width: '90', label: 'BOOKINGNO', type: 'input' },
|
||||
{ title: '合约号', align: 'center', width: '90', label: 'CONTRACTNO', type: 'input' },
|
||||
{ title: '客户合同号', align: 'center', width: '90', label: 'SERVICECONTRACTNO', type: 'input' },
|
||||
{ title: '发货人代码', align: 'center', width: '90', label: 'SHIPPERID', type: 'input' },
|
||||
{ title: '收货人代码', align: 'center', width: '90', label: 'CONSIGNEEID', type: 'input' },
|
||||
{ title: '通知人代码', align: 'center', width: '90', label: 'NOTIFYPARTYID', type: 'input' },
|
||||
{ title: '发货人', align: 'center', width: '90', label: 'SHIPPER', type: 'input' },
|
||||
{ title: '收货人', align: 'center', width: '90', label: 'CONSIGNEE', type: 'input' },
|
||||
{ title: '通知人', align: 'center', width: '90', label: 'NOTIFYPARTY', type: 'input' },
|
||||
{ title: '第二通知人', align: 'center', width: '90', label: 'NOTIFYPARTY2', type: 'input' },
|
||||
{ title: '场站代码', align: 'center', width: '90', label: 'YARDID', type: 'input' },
|
||||
{ title: '场站', align: 'center', width: '90', label: 'YARD', type: 'input' },
|
||||
{ title: '船舶呼号', align: 'center', width: '90', label: 'VESSELID', type: 'input' },
|
||||
{ title: '船名', align: 'center', width: '90', label: 'VESSEL', type: 'input' },
|
||||
{ title: '海关航次', align: 'center', width: '90', label: 'VOYNO', type: 'input' },
|
||||
{ title: '内部航次', align: 'center', width: '90', label: 'VOYNOINNER', type: 'input' },
|
||||
{ title: '开船日期', align: 'center', width: '90', label: 'ETD', type: 'dateRange' },
|
||||
{ title: '实际开船日期', align: 'center', width: '90', label: 'ATD', type: 'date' },
|
||||
{ title: '截港日期', align: 'center', width: '90', label: 'CLOSINGDATE', type: 'date' },
|
||||
{ title: '截单日期', align: 'center', width: '90', label: 'CLOSEDOCDATE', type: 'date' },
|
||||
{ title: '截VGM时间', align: 'center', width: '90', label: 'CLOSEVGMDATE', type: 'date' },
|
||||
{ title: '预计到港日期', align: 'center', width: '90', label: 'ETA', type: 'date' },
|
||||
{ title: '收货地代码', align: 'center', width: '90', label: 'PLACERECEIPTID', type: 'input' },
|
||||
{ title: '收货地', align: 'center', width: '90', label: 'PLACERECEIPT', type: 'input' },
|
||||
{ title: '起运港代码', align: 'center', width: '90', label: 'PORTLOADID', type: 'input' },
|
||||
{ title: '起运港', align: 'center', width: '90', label: 'PORTLOAD', type: 'input' },
|
||||
{ title: '卸货港代码', align: 'center', width: '90', label: 'PORTDISCHARGEID', type: 'input' },
|
||||
{ title: '卸货港', align: 'center', width: '90', label: 'PORTDISCHARGE', type: 'input' },
|
||||
{ title: '交货地代码', align: 'center', width: '90', label: 'PLACEDELIVERYID', type: 'input' },
|
||||
{ title: '交货地', align: 'center', width: '90', label: 'PLACEDELIVERY', type: 'input' },
|
||||
{ title: '目的地代码', align: 'center', width: '90', label: 'DESTINATIONID', type: 'input' },
|
||||
{ title: '目的地', align: 'center', width: '90', label: 'DESTINATION', type: 'input' }
|
||||
{ title: '业务编号', align: 'center', width: 120, label: 'BSNO', type: 'input' },
|
||||
{ title: '船公司', align: 'center', width: 120, label: 'CARRIER', type: 'input' },
|
||||
{ title: '业务状态', align: 'center', width: 120, label: 'BSSTATUS', type: 'input' },
|
||||
{ title: '业务状态名称', align: 'center', width: 120, label: 'BSSTATUSNAME', type: 'input' },
|
||||
{ title: '业务日期', align: 'center', width: 120, label: 'BSDATE', type: 'date' },
|
||||
{ title: '主提单号', align: 'center', width: 160, label: 'MBLNO', type: 'input' },
|
||||
{ title: '分提单号', align: 'center', width: 160, label: 'HBLNO', type: 'input' },
|
||||
{ title: '订舱编号', align: 'center', width: 120, label: 'BOOKINGNO', type: 'input' },
|
||||
{ title: '合约号', align: 'center', width: 120, label: 'CONTRACTNO', type: 'input' },
|
||||
{ title: '客户合同号', align: 'center', width: 120, label: 'SERVICECONTRACTNO', type: 'input' },
|
||||
{ title: '发货人代码', align: 'center', width: 120, label: 'SHIPPERID', type: 'input' },
|
||||
{ title: '收货人代码', align: 'center', width: 120, label: 'CONSIGNEEID', type: 'input' },
|
||||
{ title: '通知人代码', align: 'center', width: 120, label: 'NOTIFYPARTYID', type: 'input' },
|
||||
{ title: '发货人', align: 'center', width: 120, label: 'SHIPPER', type: 'input' },
|
||||
{ title: '收货人', align: 'center', width: 120, label: 'CONSIGNEE', type: 'input' },
|
||||
{ title: '通知人', align: 'center', width: 120, label: 'NOTIFYPARTY', type: 'input' },
|
||||
{ title: '第二通知人', align: 'center', width: 120, label: 'NOTIFYPARTY2', type: 'input' },
|
||||
{ title: '场站代码', align: 'center', width: 120, label: 'YARDID', type: 'input' },
|
||||
{ title: '场站', align: 'center', width: 120, label: 'YARD', type: 'input' },
|
||||
{ title: '船舶呼号', align: 'center', width: 120, label: 'VESSELID', type: 'input' },
|
||||
{ title: '船名', align: 'center', width: 120, label: 'VESSEL', type: 'input' },
|
||||
{ title: '海关航次', align: 'center', width: 120, label: 'VOYNO', type: 'input' },
|
||||
{ title: '内部航次', align: 'center', width: 120, label: 'VOYNOINNER', type: 'input' },
|
||||
{ title: '开船日期', align: 'center', width: 160, label: 'ETD', type: 'dateRange' },
|
||||
{ title: '实际开船日期', align: 'center', width: 160, label: 'ATD', type: 'date' },
|
||||
{ title: '截港日期', align: 'center', width: 160, label: 'CLOSINGDATE', type: 'date' },
|
||||
{ title: '截单日期', align: 'center', width: 160, label: 'CLOSEDOCDATE', type: 'date' },
|
||||
{ title: '截VGM时间', align: 'center', width: 160, label: 'CLOSEVGMDATE', type: 'date' },
|
||||
{ title: '预计到港日期', align: 'center', width: 160, label: 'ETA', type: 'date' },
|
||||
{ title: '收货地代码', align: 'center', width: 120, label: 'PLACERECEIPTID', type: 'input' },
|
||||
{ title: '收货地', align: 'center', width: 120, label: 'PLACERECEIPT', type: 'input' },
|
||||
{ title: '起运港代码', align: 'center', width: 120, label: 'PORTLOADID', type: 'input' },
|
||||
{ title: '起运港', align: 'center', width: 120, label: 'PORTLOAD', type: 'input' },
|
||||
{ title: '卸货港代码', align: 'center', width: 120, label: 'PORTDISCHARGEID', type: 'input' },
|
||||
{ title: '卸货港', align: 'center', width: 120, label: 'PORTDISCHARGE', type: 'input' },
|
||||
{ title: '交货地代码', align: 'center', width: 120, label: 'PLACEDELIVERYID', type: 'input' },
|
||||
{ title: '交货地', align: 'center', width: 120, label: 'PLACEDELIVERY', type: 'input' },
|
||||
{ title: '目的地代码', align: 'center', width: 120, label: 'DESTINATIONID', type: 'input' },
|
||||
{ title: '目的地', align: 'center', width: 120, label: 'DESTINATION', type: 'input' }
|
||||
// 此处省略部分数据
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue