|
@@ -136,114 +136,18 @@ const tableColumnsMap: {
|
|
|
needFilters: 1,
|
|
|
width: 60,
|
|
|
},
|
|
|
- {
|
|
|
- columnLabel: '收运核单',
|
|
|
- columnName: 'DEH',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- // {
|
|
|
- // columnLabel: '收运核查',
|
|
|
- // columnName: 'ACC_CHECK',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // columnLabel: '拒运',
|
|
|
- // columnName: 'ACC_CHECK_2',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- {
|
|
|
- columnLabel: '安检',
|
|
|
- columnName: '安检',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '加货',
|
|
|
- columnName: 'ACC_BUP',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '预配载',
|
|
|
- columnName: 'LS_CARGO',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- // {
|
|
|
- // columnLabel: '待运区',
|
|
|
- // columnName: 'WAT_LOC',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // columnLabel: '货站交接',
|
|
|
- // columnName: 'CARGOS_HANDOVER_STATUS_02',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- {
|
|
|
- columnLabel: '交接复核',
|
|
|
- columnName: 'CARGOS_HANDOVER_STATUS_03',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '机下交接',
|
|
|
- columnName: '出港货邮',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '装机',
|
|
|
- columnName: '装载完成',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '关闭舱门',
|
|
|
- columnName: '关闭舱门',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '拉下登记',
|
|
|
- columnName: 'CARGOS_OFFLOAD',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- defaultDisabled: true,
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '拉回确认',
|
|
|
- columnName: 'OFFLOAD_CONFIRM',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- defaultDisabled: true,
|
|
|
- },
|
|
|
- // {
|
|
|
- // columnLabel: '起飞',
|
|
|
- // columnName: 'C15',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- {
|
|
|
- columnLabel: '退运',
|
|
|
- columnName: 'BILL_RETURN',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- defaultDisabled: true,
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '卸机',
|
|
|
- columnName: 'CARGOS_ARR_HANDOVER',
|
|
|
+ ...NODE_CODE.departure.map(node => ({
|
|
|
+ columnLabel: node.nodeName,
|
|
|
+ columnName: node.nodeCode,
|
|
|
+ className: 'cell-filter cell-filter-green node-departure',
|
|
|
+ defaultDisabled: node.defaultDisabled,
|
|
|
+ })),
|
|
|
+ ...NODE_CODE.arrival.map(node => ({
|
|
|
+ columnLabel: node.nodeName,
|
|
|
+ columnName: node.nodeCode,
|
|
|
className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '库区到达',
|
|
|
- columnName: 'CARGOS_HANDOVER_STATUS_01',
|
|
|
- className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '货站交接',
|
|
|
- columnName: '货站交接',
|
|
|
- className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '理货',
|
|
|
- columnName: 'IMP_TALLY',
|
|
|
- className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '出库',
|
|
|
- columnName: 'FSU_DLV',
|
|
|
- className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
+ defaultDisabled: node.defaultDisabled,
|
|
|
+ })),
|
|
|
],
|
|
|
DepartureWaybillPull: [
|
|
|
{
|
|
@@ -392,114 +296,18 @@ const tableColumnsMap: {
|
|
|
// needFilters: 1,
|
|
|
// width: 60,
|
|
|
// },
|
|
|
- {
|
|
|
- columnLabel: '卸机',
|
|
|
- columnName: 'CARGOS_ARR_HANDOVER',
|
|
|
+ ...NODE_CODE.arrival.map(node => ({
|
|
|
+ columnLabel: node.nodeName,
|
|
|
+ columnName: node.nodeCode,
|
|
|
className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '库区到达',
|
|
|
- columnName: 'CARGOS_HANDOVER_STATUS_01',
|
|
|
- className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '货站交接',
|
|
|
- columnName: 'CARGOS_HANDOVER_STATUS_99',
|
|
|
- className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '理货',
|
|
|
- columnName: 'IMP_TALLY',
|
|
|
- className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '出库',
|
|
|
- columnName: 'FSU_DLV',
|
|
|
- className: 'cell-filter cell-filter-cyan node-arrival',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '收运核单',
|
|
|
- columnName: 'DEH',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- // {
|
|
|
- // columnLabel: '收运核查',
|
|
|
- // columnName: 'ACC_CHECK',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // columnLabel: '拒运',
|
|
|
- // columnName: 'ACC_CHECK_2',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- {
|
|
|
- columnLabel: '安检',
|
|
|
- columnName: '安检',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '加货',
|
|
|
- columnName: 'ACC_BUP',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '预配载',
|
|
|
- columnName: 'LS_CARGO',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- // {
|
|
|
- // columnLabel: '待运区',
|
|
|
- // columnName: 'WAT_LOC',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // columnLabel: '货站交接',
|
|
|
- // columnName: 'CARGOS_HANDOVER_STATUS_02',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- {
|
|
|
- columnLabel: '交接复核',
|
|
|
- columnName: 'CARGOS_HANDOVER_STATUS_03',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '机下交接',
|
|
|
- columnName: '出港货邮',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '装机',
|
|
|
- columnName: '装载完成',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '关闭舱门',
|
|
|
- columnName: '关闭舱门',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '拉下登记',
|
|
|
- columnName: 'CARGOS_OFFLOAD',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- defaultDisabled: true,
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '拉回确认',
|
|
|
- columnName: 'OFFLOAD_CONFIRM',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- defaultDisabled: true,
|
|
|
- },
|
|
|
- // {
|
|
|
- // columnLabel: '起飞',
|
|
|
- // columnName: 'C15',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- {
|
|
|
- columnLabel: '退运',
|
|
|
- columnName: 'BILL_RETURN',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- defaultDisabled: true,
|
|
|
- },
|
|
|
+ defaultDisabled: node.defaultDisabled,
|
|
|
+ })),
|
|
|
+ ...NODE_CODE.departure.map(node => ({
|
|
|
+ columnLabel: node.nodeName,
|
|
|
+ columnName: node.nodeCode,
|
|
|
+ className: 'cell-filter cell-filter-green node-departure',
|
|
|
+ defaultDisabled: node.defaultDisabled,
|
|
|
+ })),
|
|
|
],
|
|
|
ArrivalGoodsFlight: [
|
|
|
{ columnLabel: '航班号', columnName: 'C0' },
|
|
@@ -637,72 +445,12 @@ const tableColumnsMap: {
|
|
|
needFilters: 1,
|
|
|
width: 60,
|
|
|
},
|
|
|
- {
|
|
|
- columnLabel: '入园',
|
|
|
- columnName: 'EPORTREL',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '海关',
|
|
|
- columnName: 'MTREL_out',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '运抵',
|
|
|
- columnName: 'FOH',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '安检',
|
|
|
- columnName: 'REH',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '收运核单',
|
|
|
- columnName: 'RCS',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '理货',
|
|
|
- columnName: 'ACC_BUP',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- // {
|
|
|
- // columnLabel: '待运区',
|
|
|
- // columnName: 'WAT_LOC',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // columnLabel: '货站交接',
|
|
|
- // columnName: 'CARGOS_HANDOVER_STATUS_02',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
- {
|
|
|
- columnLabel: '交接复核',
|
|
|
- columnName: 'CARGOS_HANDOVER_STATUS_03',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '机下交接',
|
|
|
- columnName: '出港货邮',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '装机',
|
|
|
- columnName: '装载完成',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '拉下',
|
|
|
- columnName: 'CARGOS_OFFLOAD',
|
|
|
+ ...NODE_CODE.internationalDeparture.map(node => ({
|
|
|
+ columnLabel: node.nodeName,
|
|
|
+ columnName: node.nodeCode,
|
|
|
className: 'cell-filter cell-filter-green node-departure',
|
|
|
- defaultDisabled: true,
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '实配',
|
|
|
- columnName: 'LS_CARGO',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
+ defaultDisabled: node.defaultDisabled,
|
|
|
+ })),
|
|
|
],
|
|
|
InternationalDepartureWaybillPull: [
|
|
|
{
|
|
@@ -861,41 +609,12 @@ const tableColumnsMap: {
|
|
|
needFilters: 1,
|
|
|
width: 100,
|
|
|
},
|
|
|
- {
|
|
|
- columnLabel: '卸机',
|
|
|
- columnName: 'FFM',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '机下交接',
|
|
|
- columnName: 'CARGOS_HANDOVER_STATUS_01',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '货站交接',
|
|
|
- columnName: 'CARGOS_HANDOVER_STATUS_99',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '理货',
|
|
|
- columnName: 'RCF报',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '海关放行',
|
|
|
- columnName: 'MTREL_in',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '出库',
|
|
|
- columnName: 'DLV报',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- // {
|
|
|
- // columnLabel: '海关罚没',
|
|
|
- // columnName: 'C11',
|
|
|
- // className: 'cell-filter cell-filter-green node-departure',
|
|
|
- // },
|
|
|
+ ...NODE_CODE.internationalArrival.map(node => ({
|
|
|
+ columnLabel: node.nodeName,
|
|
|
+ columnName: node.nodeCode,
|
|
|
+ className: 'cell-filter cell-filter-green node-arrival',
|
|
|
+ defaultDisabled: node.defaultDisabled,
|
|
|
+ })),
|
|
|
],
|
|
|
InternationalArrivalGoodsFlight: [
|
|
|
{ columnLabel: '航班号', columnName: 'C0' },
|
|
@@ -984,41 +703,12 @@ const tableColumnsMap: {
|
|
|
needFilters: 1,
|
|
|
width: 60,
|
|
|
},
|
|
|
- {
|
|
|
- columnLabel: '入园',
|
|
|
- columnName: 'EPORTREL',
|
|
|
+ ...NODE_CODE.internationalDepartureTransfer.map(node => ({
|
|
|
+ columnLabel: node.nodeName,
|
|
|
+ columnName: node.nodeCode,
|
|
|
className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '海关',
|
|
|
- columnName: 'MTREL_out',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '运抵',
|
|
|
- columnName: 'FOH',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '安检',
|
|
|
- columnName: 'REH',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '收运核单',
|
|
|
- columnName: 'RCS',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '理货',
|
|
|
- columnName: 'ACC_BUP',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
- {
|
|
|
- columnLabel: '实配',
|
|
|
- columnName: 'LS_CARGO',
|
|
|
- className: 'cell-filter cell-filter-green node-departure',
|
|
|
- },
|
|
|
+ defaultDisabled: node.defaultDisabled,
|
|
|
+ })),
|
|
|
],
|
|
|
InternationalDepartureTransferWaybillPull: [
|
|
|
{
|