|
@@ -261,11 +261,13 @@ const columnGroupsMap: {
|
|
|
columnName: 'IATACode',
|
|
|
columnLabel: '航司',
|
|
|
needFilters: 1,
|
|
|
+ width: 50,
|
|
|
},
|
|
|
{
|
|
|
columnName: 'flightNO',
|
|
|
columnLabel: '航班号',
|
|
|
needFilters: 1,
|
|
|
+ width: 60,
|
|
|
},
|
|
|
{
|
|
|
columnName: 'flightDate',
|
|
@@ -289,6 +291,7 @@ const columnGroupsMap: {
|
|
|
columnName: 'planeType',
|
|
|
columnLabel: '机型',
|
|
|
needFilters: 1,
|
|
|
+ width: 50,
|
|
|
},
|
|
|
{
|
|
|
columnName: 'flightType',
|
|
@@ -361,6 +364,7 @@ const columnGroupsMap: {
|
|
|
{
|
|
|
columnName: 'tally',
|
|
|
columnLabel: '理货\n(运单/件/重量)',
|
|
|
+ width: 120,
|
|
|
},
|
|
|
{
|
|
|
columnName: 'tallyTime_in',
|
|
@@ -369,6 +373,7 @@ const columnGroupsMap: {
|
|
|
{
|
|
|
columnName: 'outWarehouse',
|
|
|
columnLabel: '出库\n(运单/件/重量)',
|
|
|
+ width: 120,
|
|
|
},
|
|
|
{
|
|
|
columnName: 'outWarehouseTime',
|