|
@@ -25,6 +25,7 @@ const tableColumnsMap: {
|
|
|
needCount: 1,
|
|
|
countMode: 'all',
|
|
|
},
|
|
|
+ { columnLabel: '目的地', columnName: 'destination' },
|
|
|
{ columnLabel: '配载运单', columnName: 'list', width: 60 },
|
|
|
{ columnLabel: '件数', columnName: 'number', width: 60, needCount: 1 },
|
|
|
{ columnLabel: '重量', columnName: 'weight', width: 60, needCount: 1 },
|
|
@@ -189,13 +190,13 @@ const tableColumnsMap: {
|
|
|
columnLabel: '拉下登记',
|
|
|
columnName: 'CARGOS_OFFLOAD',
|
|
|
className: 'cell-filter cell-filter-green node-departure',
|
|
|
- checkDisabled: true,
|
|
|
+ defaultDisabled: true,
|
|
|
},
|
|
|
{
|
|
|
columnLabel: '拉回确认',
|
|
|
columnName: 'OFFLOAD_CONFIRM',
|
|
|
className: 'cell-filter cell-filter-green node-departure',
|
|
|
- checkDisabled: true,
|
|
|
+ defaultDisabled: true,
|
|
|
},
|
|
|
// {
|
|
|
// columnLabel: '起飞',
|
|
@@ -401,13 +402,11 @@ const tableColumnsMap: {
|
|
|
columnLabel: '拉下登记',
|
|
|
columnName: 'CARGOS_OFFLOAD',
|
|
|
className: 'cell-filter cell-filter-green node-departure',
|
|
|
- checkDisabled: true,
|
|
|
},
|
|
|
{
|
|
|
columnLabel: '拉回确认',
|
|
|
columnName: 'OFFLOAD_CONFIRM',
|
|
|
className: 'cell-filter cell-filter-green node-departure',
|
|
|
- checkDisabled: true,
|
|
|
},
|
|
|
// {
|
|
|
// columnLabel: '起飞',
|
|
@@ -444,6 +443,7 @@ const tableColumnsMap: {
|
|
|
needCount: 1,
|
|
|
countMode: 'all',
|
|
|
},
|
|
|
+ { columnLabel: '目的地', columnName: 'destination' },
|
|
|
{ columnLabel: '配载运单', columnName: 'list', width: 60 },
|
|
|
{ columnLabel: '件数', columnName: 'number', width: 60, needCount: 1 },
|
|
|
{ columnLabel: '重量', columnName: 'weight', width: 60, needCount: 1 },
|
|
@@ -605,7 +605,7 @@ const tableColumnsMap: {
|
|
|
columnLabel: '拉下',
|
|
|
columnName: 'CARGOS_OFFLOAD',
|
|
|
className: 'cell-filter cell-filter-green node-departure',
|
|
|
- checkDisabled: true,
|
|
|
+ defaultDisabled: true,
|
|
|
},
|
|
|
{
|
|
|
columnLabel: '实配',
|