|
@@ -26,9 +26,9 @@ const tableColumnsMap: {
|
|
|
countMode: 'all',
|
|
|
},
|
|
|
{ columnLabel: '目的地', columnName: 'destination' },
|
|
|
- { columnLabel: '配载运单', columnName: 'list', width: 60 },
|
|
|
- { columnLabel: '件数', columnName: 'number', width: 60, needCount: 1 },
|
|
|
- { columnLabel: '重量', columnName: 'weight', width: 60, needCount: 1 },
|
|
|
+ { columnLabel: '配载运单', columnName: 'list' },
|
|
|
+ { columnLabel: '件数', columnName: 'number', needCount: 1 },
|
|
|
+ { columnLabel: '重量', columnName: 'weight', needCount: 1 },
|
|
|
{
|
|
|
columnLabel: '拉下',
|
|
|
columnName: 'pull',
|
|
@@ -252,8 +252,47 @@ const tableColumnsMap: {
|
|
|
{ columnLabel: '发往位置描述', columnName: 'C13' },
|
|
|
{ columnLabel: '集装器编号', columnName: 'C14' },
|
|
|
],
|
|
|
+ ArrivalFlightContainer: [
|
|
|
+ {
|
|
|
+ columnLabel: '集装器编号',
|
|
|
+ columnName: 'stowageNo',
|
|
|
+ width: 120,
|
|
|
+ needCount: 1,
|
|
|
+ countMode: 'all',
|
|
|
+ },
|
|
|
+ { columnLabel: '目的地', columnName: 'destination' },
|
|
|
+ { columnLabel: '配载运单', columnName: 'list' },
|
|
|
+ { columnLabel: '件数', columnName: 'number', needCount: 1 },
|
|
|
+ { columnLabel: '重量', columnName: 'weight', needCount: 1 },
|
|
|
+ {
|
|
|
+ columnLabel: '理货',
|
|
|
+ columnName: 'tally',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '出库',
|
|
|
+ columnName: 'dlv',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '机下交接',
|
|
|
+ columnName: 'jxjj',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '货站交接',
|
|
|
+ columnName: 'hzjj',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '卸机',
|
|
|
+ columnName: 'unload',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ ],
|
|
|
ArrivalFlightWaybill: [
|
|
|
{ columnLabel: '运单号', columnName: 'stockCode', width: 120 },
|
|
|
+ { columnLabel: '集装器数量', columnName: 'stowageNum' },
|
|
|
{
|
|
|
columnLabel: '品名',
|
|
|
columnName: 'typeCode',
|
|
@@ -448,9 +487,9 @@ const tableColumnsMap: {
|
|
|
countMode: 'all',
|
|
|
},
|
|
|
{ columnLabel: '目的地', columnName: 'destination' },
|
|
|
- { columnLabel: '配载运单', columnName: 'list', width: 60 },
|
|
|
- { columnLabel: '件数', columnName: 'number', width: 60, needCount: 1 },
|
|
|
- { columnLabel: '重量', columnName: 'weight', width: 60, needCount: 1 },
|
|
|
+ { columnLabel: '配载运单', columnName: 'list' },
|
|
|
+ { columnLabel: '件数', columnName: 'number', needCount: 1 },
|
|
|
+ { columnLabel: '重量', columnName: 'weight', needCount: 1 },
|
|
|
{
|
|
|
columnLabel: '拉下',
|
|
|
columnName: 'pull',
|
|
@@ -634,8 +673,52 @@ const tableColumnsMap: {
|
|
|
{ columnLabel: '发往位置描述', columnName: 'C13' },
|
|
|
{ columnLabel: '集装器编号', columnName: 'C14' },
|
|
|
],
|
|
|
+ InternationalArrivalFlightContainer: [
|
|
|
+ {
|
|
|
+ columnLabel: '集装器编号',
|
|
|
+ columnName: 'stowageNo',
|
|
|
+ width: 120,
|
|
|
+ needCount: 1,
|
|
|
+ countMode: 'all',
|
|
|
+ },
|
|
|
+ { columnLabel: '目的地', columnName: 'destination' },
|
|
|
+ { columnLabel: '配载运单', columnName: 'list' },
|
|
|
+ { columnLabel: '件数', columnName: 'number', needCount: 1 },
|
|
|
+ { columnLabel: '重量', columnName: 'weight', needCount: 1 },
|
|
|
+ {
|
|
|
+ columnLabel: '理货',
|
|
|
+ columnName: 'tally',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '出库',
|
|
|
+ columnName: 'dlv',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '机下交接',
|
|
|
+ columnName: 'jxjj',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '货站交接',
|
|
|
+ columnName: 'hzjj',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '卸机',
|
|
|
+ columnName: 'unload',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '安检',
|
|
|
+ columnName: 'anjian',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ ],
|
|
|
InternationalArrivalFlightWaybill: [
|
|
|
{ columnLabel: '运单号', columnName: 'stockCode', width: 120 },
|
|
|
+ { columnLabel: '集装器数量', columnName: 'stowageNum' },
|
|
|
{
|
|
|
columnLabel: '品名',
|
|
|
columnName: 'typeCode',
|