|
@@ -20,7 +20,7 @@ const tableColumnsMap: {
|
|
|
{ columnLabel: '运单数', columnName: 'list', width: 60, needCount: 1 },
|
|
|
{ columnLabel: '件数', columnName: 'number', width: 60, needCount: 1 },
|
|
|
{
|
|
|
- columnLabel: '理货',
|
|
|
+ columnLabel: '加货',
|
|
|
columnName: 'tally',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
@@ -29,9 +29,14 @@ const tableColumnsMap: {
|
|
|
columnName: 'pull',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
+ // {
|
|
|
+ // columnLabel: '待运区',
|
|
|
+ // columnName: 'wait',
|
|
|
+ // className: 'cell-filter cell-filter-yellow',
|
|
|
+ // },
|
|
|
{
|
|
|
- columnLabel: '待运区',
|
|
|
- columnName: 'wait',
|
|
|
+ columnLabel: '预配载',
|
|
|
+ columnName: 'stowage',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
{
|
|
@@ -39,6 +44,11 @@ const tableColumnsMap: {
|
|
|
columnName: 'depot',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
+ {
|
|
|
+ columnLabel: '运输前复核',
|
|
|
+ columnName: 'resure',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
{
|
|
|
columnLabel: '机下交接',
|
|
|
columnName: 'planeDown',
|
|
@@ -49,6 +59,11 @@ const tableColumnsMap: {
|
|
|
columnName: 'loadPlane',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
+ {
|
|
|
+ columnLabel: '拉回确认',
|
|
|
+ columnName: 'pullSure',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
],
|
|
|
DepartureFlightWaybill: [
|
|
|
{ columnLabel: '运单号', columnName: 'stockCode', width: 120 },
|
|
@@ -56,7 +71,7 @@ const tableColumnsMap: {
|
|
|
{
|
|
|
columnLabel: '品名',
|
|
|
columnName: 'typeCode',
|
|
|
- width: 160,
|
|
|
+ width: 300,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
{ columnLabel: '特货信息', columnName: 'speCargoInfo' },
|
|
@@ -67,13 +82,13 @@ const tableColumnsMap: {
|
|
|
{ columnLabel: '最新位置', columnName: 'execPosition' },
|
|
|
{ columnLabel: '处理结果', columnName: 'execResult' },
|
|
|
{ columnLabel: '处理时间', columnName: 'execTime', width: 130 },
|
|
|
- { columnLabel: '中转进航班号', columnName: 'inFlightNO' },
|
|
|
- {
|
|
|
- columnLabel: '中转航班降落时间',
|
|
|
- columnName: 'inFlightNOLandTime',
|
|
|
- width: 130,
|
|
|
- },
|
|
|
- { columnLabel: '装载序号', columnName: 'queueNo' },
|
|
|
+ // { columnLabel: '中转进航班号', columnName: 'inFlightNO' },
|
|
|
+ // {
|
|
|
+ // columnLabel: '中转航班降落时间',
|
|
|
+ // columnName: 'inFlightNOLandTime',
|
|
|
+ // width: 130,
|
|
|
+ // },
|
|
|
+ // { columnLabel: '装载序号', columnName: 'queueNo' },
|
|
|
],
|
|
|
DepartureWaybillGoods: [
|
|
|
{
|
|
@@ -106,11 +121,11 @@ const tableColumnsMap: {
|
|
|
columnName: 'ACC_CHECK',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
- {
|
|
|
- columnLabel: '拒运',
|
|
|
- columnName: 'ACC_CHECK_2',
|
|
|
- className: 'cell-filter cell-filter-green',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnLabel: '拒运',
|
|
|
+ // columnName: 'ACC_CHECK_2',
|
|
|
+ // className: 'cell-filter cell-filter-green',
|
|
|
+ // },
|
|
|
{
|
|
|
columnLabel: '安检',
|
|
|
columnName: '安检',
|
|
@@ -118,17 +133,27 @@ const tableColumnsMap: {
|
|
|
},
|
|
|
{
|
|
|
columnLabel: '加货',
|
|
|
- columnName: 'LS_CARGO',
|
|
|
+ columnName: 'ACC_BUP',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '待运区',
|
|
|
- columnName: 'WAT_LOC',
|
|
|
+ columnLabel: '预配载',
|
|
|
+ columnName: 'LS_CARGO',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
+ // {
|
|
|
+ // columnLabel: '待运区',
|
|
|
+ // columnName: 'WAT_LOC',
|
|
|
+ // className: 'cell-filter cell-filter-green',
|
|
|
+ // },
|
|
|
{
|
|
|
columnLabel: '货站交接',
|
|
|
- columnName: 'CARGOS_DEP_ULD_HANDOVER',
|
|
|
+ columnName: 'CARGOS_HANDOVER_STATUS_02',
|
|
|
+ className: 'cell-filter cell-filter-green',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '运输前复核',
|
|
|
+ columnName: 'CARGOS_HANDOVER_STATUS_03',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
{
|
|
@@ -142,12 +167,17 @@ const tableColumnsMap: {
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '拉下',
|
|
|
+ columnLabel: '关闭舱门',
|
|
|
+ columnName: '关闭舱门',
|
|
|
+ className: 'cell-filter cell-filter-green',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '拉下登记',
|
|
|
columnName: 'CARGOS_OFFLOAD',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '拉回',
|
|
|
+ columnLabel: '拉回确认',
|
|
|
columnName: 'OFFLOAD_CONFIRM',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
@@ -168,7 +198,7 @@ const tableColumnsMap: {
|
|
|
},
|
|
|
{
|
|
|
columnLabel: '机下交接',
|
|
|
- columnName: 'CARGOS_HANDOVER_STATUS',
|
|
|
+ columnName: 'CARGOS_HANDOVER_STATUS_01',
|
|
|
className: 'cell-filter cell-filter-cyan',
|
|
|
},
|
|
|
{
|
|
@@ -183,7 +213,7 @@ const tableColumnsMap: {
|
|
|
},
|
|
|
{
|
|
|
columnLabel: '出库',
|
|
|
- columnName: 'FSU_DLV',
|
|
|
+ columnName: 'FSUDLV',
|
|
|
className: 'cell-filter cell-filter-cyan',
|
|
|
},
|
|
|
],
|
|
@@ -209,7 +239,7 @@ const tableColumnsMap: {
|
|
|
{
|
|
|
columnLabel: '品名',
|
|
|
columnName: 'typeCode',
|
|
|
- width: 160,
|
|
|
+ width: 300,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
{ columnLabel: '特货信息', columnName: 'speCargoInfo', needCount: 1 },
|
|
@@ -227,13 +257,13 @@ const tableColumnsMap: {
|
|
|
{ columnLabel: '最新位置', columnName: 'execPosition' },
|
|
|
{ columnLabel: '处理结果', columnName: 'execResult' },
|
|
|
{ columnLabel: '处理时间', columnName: 'execTime', width: 130 },
|
|
|
- { columnLabel: '中转出航班号', columnName: 'transferFlightNO' },
|
|
|
- {
|
|
|
- columnLabel: '中转航班起飞时间',
|
|
|
- columnName: 'transferFlightDepTime',
|
|
|
- width: 130,
|
|
|
- },
|
|
|
- { columnLabel: '装载序号', columnName: 'queueNo' },
|
|
|
+ // { columnLabel: '中转出航班号', columnName: 'transferFlightNO' },
|
|
|
+ // {
|
|
|
+ // columnLabel: '中转航班起飞时间',
|
|
|
+ // columnName: 'transferFlightDepTime',
|
|
|
+ // width: 130,
|
|
|
+ // },
|
|
|
+ // { columnLabel: '装载序号', columnName: 'queueNo' },
|
|
|
],
|
|
|
ArrivalWaybillGoods: [
|
|
|
{
|
|
@@ -248,7 +278,7 @@ const tableColumnsMap: {
|
|
|
width: 100,
|
|
|
needFilters: 1,
|
|
|
},
|
|
|
- { columnLabel: '中转', columnName: 'transMark', needFilters: 1 },
|
|
|
+ // { columnLabel: '中转', columnName: 'transMark', needFilters: 1 },
|
|
|
{ columnLabel: '拉下', columnName: 'pullMark', needFilters: 1, width: 60 },
|
|
|
{
|
|
|
columnLabel: '退运',
|
|
@@ -278,7 +308,7 @@ const tableColumnsMap: {
|
|
|
},
|
|
|
{
|
|
|
columnLabel: '出库',
|
|
|
- columnName: 'FSU_DLV',
|
|
|
+ columnName: 'FSUDLV',
|
|
|
className: 'cell-filter cell-filter-cyan',
|
|
|
},
|
|
|
{
|
|
@@ -291,11 +321,11 @@ const tableColumnsMap: {
|
|
|
columnName: 'ACC_CHECK',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
- {
|
|
|
- columnLabel: '拒运',
|
|
|
- columnName: 'ACC_CHECK_2',
|
|
|
- className: 'cell-filter cell-filter-green',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnLabel: '拒运',
|
|
|
+ // columnName: 'ACC_CHECK_2',
|
|
|
+ // className: 'cell-filter cell-filter-green',
|
|
|
+ // },
|
|
|
{
|
|
|
columnLabel: '安检',
|
|
|
columnName: '安检',
|
|
@@ -307,13 +337,23 @@ const tableColumnsMap: {
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '待运区',
|
|
|
- columnName: 'WAT_LOC',
|
|
|
+ columnLabel: '预配载',
|
|
|
+ columnName: 'LS_CARGO',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
+ // {
|
|
|
+ // columnLabel: '待运区',
|
|
|
+ // columnName: 'WAT_LOC',
|
|
|
+ // className: 'cell-filter cell-filter-green',
|
|
|
+ // },
|
|
|
{
|
|
|
columnLabel: '货站交接',
|
|
|
- columnName: 'CARGOS_DEP_ULD_HANDOVER',
|
|
|
+ columnName: 'CARGOS_HANDOVER_STATUS_02',
|
|
|
+ className: 'cell-filter cell-filter-green',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '运输前复核',
|
|
|
+ columnName: 'CARGOS_HANDOVER_STATUS_03',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
{
|
|
@@ -327,12 +367,17 @@ const tableColumnsMap: {
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '拉下',
|
|
|
+ columnLabel: '关闭舱门',
|
|
|
+ columnName: '关闭舱门',
|
|
|
+ className: 'cell-filter cell-filter-green',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '拉下登记',
|
|
|
columnName: 'CARGOS_OFFLOAD',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '拉回',
|
|
|
+ columnLabel: '拉回确认',
|
|
|
columnName: 'OFFLOAD_CONFIRM',
|
|
|
className: 'cell-filter cell-filter-green',
|
|
|
},
|