|
@@ -253,12 +253,12 @@ const tableColumnsMap: {
|
|
|
},
|
|
|
{ columnLabel: '特货信息', columnName: 'speCargoInfo', needCount: 1 },
|
|
|
{
|
|
|
- columnLabel: '进港报文运单件数',
|
|
|
+ columnLabel: '运单件数',
|
|
|
columnName: 'messageCargos_in',
|
|
|
needCount: 1,
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '进港实际运单件数',
|
|
|
+ columnLabel: '理货件数',
|
|
|
columnName: 'acCargos_in',
|
|
|
needCount: 1,
|
|
|
},
|
|
@@ -448,11 +448,7 @@ const tableColumnsMap: {
|
|
|
// columnName: 'wait',
|
|
|
// className: 'cell-filter cell-filter-yellow',
|
|
|
// },
|
|
|
- {
|
|
|
- columnLabel: '预配载',
|
|
|
- columnName: 'stowage',
|
|
|
- className: 'cell-filter cell-filter-yellow',
|
|
|
- },
|
|
|
+
|
|
|
// {
|
|
|
// columnLabel: '货站交接',
|
|
|
// columnName: 'depot',
|
|
@@ -474,10 +470,15 @@ const tableColumnsMap: {
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '拉回确认',
|
|
|
- columnName: 'pullSure',
|
|
|
+ columnLabel: '实配',
|
|
|
+ columnName: 'stowage',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
+ // {
|
|
|
+ // columnLabel: '拉回确认',
|
|
|
+ // columnName: 'pullSure',
|
|
|
+ // className: 'cell-filter cell-filter-yellow',
|
|
|
+ // },
|
|
|
],
|
|
|
InternationalDepartureFlightWaybill: [
|
|
|
{ columnLabel: '运单号', columnName: 'stockCode', width: 120 },
|
|
@@ -562,7 +563,7 @@ const tableColumnsMap: {
|
|
|
className: 'cell-filter cell-filter-green node-departure',
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '预配载',
|
|
|
+ columnLabel: '实配',
|
|
|
columnName: 'LS_CARGO',
|
|
|
className: 'cell-filter cell-filter-green node-departure',
|
|
|
},
|
|
@@ -619,12 +620,12 @@ const tableColumnsMap: {
|
|
|
},
|
|
|
{ columnLabel: '特货信息', columnName: 'speCargoInfo', needCount: 1 },
|
|
|
{
|
|
|
- columnLabel: '进港报文运单件数',
|
|
|
+ columnLabel: '运单件数',
|
|
|
columnName: 'messageCargos_in',
|
|
|
needCount: 1,
|
|
|
},
|
|
|
{
|
|
|
- columnLabel: '进港实际运单件数',
|
|
|
+ columnLabel: '理货件数',
|
|
|
columnName: 'acCargos_in',
|
|
|
needCount: 1,
|
|
|
},
|