|
|
|
@ -108,10 +108,31 @@ export default {
|
|
|
|
|
{ title: '业务状态', align: 'center', width: 120, label: 'BSSTATUS', type: 'input' },
|
|
|
|
|
{ title: '客户合同号', align: 'center', width: 120, label: 'SERVICECONTRACTNO', type: 'input' },
|
|
|
|
|
{ title: '航线', align: 'center', width: 120, label: 'ROUTE', type: 'input' },
|
|
|
|
|
{ title: '航线代码', align: 'center', width: 120, label: 'LANECODE', type: 'input' },
|
|
|
|
|
{ title: '航线代码', align: 'center', width: 120, label: 'LANECODE', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '内部航次', align: 'center', width: 120, label: 'VOYNOINNER', type: 'input' },
|
|
|
|
|
{ title: '海关航次', align: 'center', width: 120, label: 'VOYNO', type: 'input' },
|
|
|
|
|
// 未完成
|
|
|
|
|
// 未完成 - 以下为东胜没有的,大简云有的
|
|
|
|
|
{ title: '发货人', align: 'center', width: 120, label: 'SHIPPER', type: 'input' },
|
|
|
|
|
{ title: '发货人代码', align: 'center', width: 120, label: 'SHIPPERID', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '通知人', align: 'center', width: 120, label: 'NOTIFYPARTY', type: 'input' },
|
|
|
|
|
{ title: '通知人代码', align: 'center', width: 120, label: 'NOTIFYPARTYID', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '第二通知人', align: 'center', width: 120, label: 'NOTIFYPARTY2', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '收货人', align: 'center', width: 120, label: 'CONSIGNEE', type: 'input' },
|
|
|
|
|
{ title: '收货人代码', align: 'center', width: 120, label: 'CONSIGNEEID', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '截单日期', align: 'center', width: 160, label: 'CLOSEDOCDATE', type: 'dateRange', resLabel: ['BCLOSEDOCDATE', 'ECLOSEDOCDATE'] }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '业务日期', align: 'center', width: 120, label: 'BSDATE', type: 'date' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '合约号', align: 'center', width: 120, label: 'CONTRACTNO', type: 'input' },
|
|
|
|
|
{ title: '船舶呼号', align: 'center', width: 120, label: 'VESSELID', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '截港日期', align: 'center', width: 160, label: 'CLOSINGDATE', type: 'dateRange', resLabel: ['BCLOSINGDATE', 'ECLOSINGDATE'] },
|
|
|
|
|
{ title: '截VGM时间', align: 'center', width: 160, label: 'CLOSEVGMDATE', type: 'dateRange', resLabel: ['BCLOSEVGMDATE', 'ECLOSEVGMDATE'] }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '收货地', align: 'center', width: 120, label: 'PLACERECEIPT', type: 'complete', showLabel: 'enName' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '目的地', align: 'center', width: 120, label: 'DESTINATION', type: 'complete', showLabel: 'enName' },
|
|
|
|
|
{ title: '交货地', align: 'center', width: 120, label: 'PLACEDELIVERY', type: 'complete', showLabel: 'enName' },
|
|
|
|
|
{ title: '收货地代码', align: 'center', width: 120, label: 'PLACERECEIPTID', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '目的地代码', align: 'center', width: 120, label: 'DESTINATIONID', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '交货地代码', align: 'center', width: 120, label: 'PLACEDELIVERYID', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '装货港代码', align: 'center', width: 120, label: 'PORTLOADID', type: 'input' }, // == 这里表格没有 ===
|
|
|
|
|
{ title: '卸货港代码', align: 'center', width: 120, label: 'PORTDISCHARGEID', type: 'input' } // == 这里表格没有 ===
|
|
|
|
|
],
|
|
|
|
|
condAllDataOld: [
|
|
|
|
|
{ title: '业务编号', align: 'center', width: 120, label: 'BSNO', type: 'input' },
|
|
|
|
|