|
@@ -34,11 +34,21 @@ const tableColumnsMap: {
|
|
|
columnName: 'wait',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
+ {
|
|
|
+ columnLabel: '预配载',
|
|
|
+ columnName: 'stowage',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
{
|
|
|
columnLabel: '货站交接',
|
|
|
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: [
|
|
|
{
|
|
@@ -209,7 +224,7 @@ const tableColumnsMap: {
|
|
|
{
|
|
|
columnLabel: '品名',
|
|
|
columnName: 'typeCode',
|
|
|
- width: 160,
|
|
|
+ width: 300,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
{ columnLabel: '特货信息', columnName: 'speCargoInfo', needCount: 1 },
|
|
@@ -227,13 +242,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: [
|
|
|
{
|