|
@@ -518,7 +518,6 @@ const tableColumnsMap: {
|
|
|
{ columnLabel: '配载运单', columnName: 'list' },
|
|
|
{ columnLabel: '件数', columnName: 'number', needCount: 1 },
|
|
|
{ columnLabel: '重量', columnName: 'weight', needCount: 1 },
|
|
|
-
|
|
|
{
|
|
|
columnLabel: '理货',
|
|
|
columnName: 'tally',
|
|
@@ -892,6 +891,137 @@ const tableColumnsMap: {
|
|
|
{ columnLabel: '发往位置', columnName: 'C12' },
|
|
|
{ columnLabel: '发往位置描述', columnName: 'C13' },
|
|
|
],
|
|
|
+ InternationalTransferDepartureFlightContainer: [
|
|
|
+ {
|
|
|
+ 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: 'stowage',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ InternationalTransferDepartureFlightWaybill: [
|
|
|
+ { columnLabel: '运单号', columnName: 'stockCode', width: 120 },
|
|
|
+ { columnLabel: '目的地', columnName: 'destination' },
|
|
|
+ { columnLabel: '分类', columnName: 'type' },
|
|
|
+ { columnLabel: '集装器数量', columnName: 'stowageNum' },
|
|
|
+ {
|
|
|
+ columnLabel: '品名',
|
|
|
+ columnName: 'typeCode',
|
|
|
+ width: 300,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '特货信息',
|
|
|
+ columnName: 'speCargoInfo',
|
|
|
+ customRender: ellipsisCell,
|
|
|
+ },
|
|
|
+ { columnLabel: '运单件数', columnName: 'luggageCount', needCount: 1 },
|
|
|
+ { columnLabel: '运单重量', columnName: 'weight', needCount: 1 },
|
|
|
+ { columnLabel: '最新节点', columnName: 'nodeCode' },
|
|
|
+ { columnLabel: '处理结果', columnName: 'execResult' },
|
|
|
+ { columnLabel: '处理时间', columnName: 'execTime', width: 130 },
|
|
|
+ { columnLabel: '拉下件数', columnName: 'pullNum', needCount: 1 },
|
|
|
+ { columnLabel: '退运件数', columnName: 'returnNum', needCount: 1 },
|
|
|
+ ],
|
|
|
+ InternationalTransferDepartureWaybillGoods: [
|
|
|
+ {
|
|
|
+ columnLabel: '航班号',
|
|
|
+ columnName: 'flightNO',
|
|
|
+ needFilters: 1,
|
|
|
+ width: 70,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '集装器编号',
|
|
|
+ columnName: 'ULDNO',
|
|
|
+ width: 100,
|
|
|
+ needFilters: 1,
|
|
|
+ },
|
|
|
+ { columnLabel: '货物编码', columnName: 'cargoSN', needFilters: 1 },
|
|
|
+ { columnLabel: '拉下', columnName: 'pullMark', needFilters: 1, width: 60 },
|
|
|
+ {
|
|
|
+ columnLabel: '退运',
|
|
|
+ columnName: 'returnMark',
|
|
|
+ needFilters: 1,
|
|
|
+ width: 60,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '入园',
|
|
|
+ columnName: 'EPORTREL',
|
|
|
+ className: 'cell-filter cell-filter-green node-departure',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '海关',
|
|
|
+ columnName: 'MTREL_out',
|
|
|
+ className: 'cell-filter cell-filter-green node-departure',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '运抵',
|
|
|
+ columnName: 'FOH',
|
|
|
+ className: 'cell-filter cell-filter-green node-departure',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '安检',
|
|
|
+ columnName: 'REH',
|
|
|
+ className: 'cell-filter cell-filter-green node-departure',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '收运核单',
|
|
|
+ columnName: 'RCS',
|
|
|
+ className: 'cell-filter cell-filter-green node-departure',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '理货',
|
|
|
+ columnName: 'ACC_BUP',
|
|
|
+ className: 'cell-filter cell-filter-green node-departure',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '实配',
|
|
|
+ columnName: 'LS_CARGO',
|
|
|
+ className: 'cell-filter cell-filter-green node-departure',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ InternationalTransferDepartureWaybillPull: [
|
|
|
+ {
|
|
|
+ columnLabel: '集装器编号',
|
|
|
+ columnName: 'ULDNO',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '是否整单拉下',
|
|
|
+ columnName: 'wholePull',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '拉下件数',
|
|
|
+ columnName: 'pullNum',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '拉下重量',
|
|
|
+ columnName: 'pullWeight',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '拉下一个码',
|
|
|
+ columnName: 'pullCode',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnLabel: '拉下时间',
|
|
|
+ columnName: 'pullTime',
|
|
|
+ },
|
|
|
+ ],
|
|
|
}
|
|
|
|
|
|
export function useTable(tableName: string, dataContent?: CommonValue[]) {
|