瀏覽代碼

国内进港运单表头修改

zhongxiaoyu 2 年之前
父節點
當前提交
49a005c534
共有 1 個文件被更改,包括 87 次插入42 次删除
  1. 87 42
      src/views/realTime/hooks/useTable.ts

+ 87 - 42
src/views/realTime/hooks/useTable.ts

@@ -76,7 +76,12 @@ const tableColumnsMap: {
     { columnLabel: '装载序号', columnName: 'queueNo' },
   ],
   DepartureWaybillGoods: [
-    { columnLabel: '航班号', columnName: 'flightNO', needFilters: 1, width: 70 },
+    {
+      columnLabel: '航班号',
+      columnName: 'flightNO',
+      needFilters: 1,
+      width: 70,
+    },
     {
       columnLabel: '集装器编号',
       columnName: 'stowageNo',
@@ -85,7 +90,12 @@ const tableColumnsMap: {
     },
     { columnLabel: '货物编码', columnName: 'CargoNo', needFilters: 1 },
     { columnLabel: '拉下', columnName: 'pullMark', needFilters: 1, width: 60 },
-    { columnLabel: '退运', columnName: 'returnMark', needFilters: 1, width: 60 },
+    {
+      columnLabel: '退运',
+      columnName: 'returnMark',
+      needFilters: 1,
+      width: 60,
+    },
     {
       columnLabel: '收货核单',
       columnName: 'DEH',
@@ -226,16 +236,26 @@ const tableColumnsMap: {
     { columnLabel: '装载序号', columnName: 'queueNo' },
   ],
   ArrivalWaybillGoods: [
-    { columnLabel: '航班号', columnName: 'flightNO', needFilters: 1 },
+    {
+      columnLabel: '航班号',
+      columnName: 'flightNO',
+      needFilters: 1,
+      width: 70,
+    },
     {
       columnLabel: '货物编码',
       columnName: 'CargoNo',
-      width: 120,
+      width: 100,
       needFilters: 1,
     },
     { columnLabel: '中转', columnName: 'transMark', needFilters: 1 },
-    { columnLabel: '拉下', columnName: 'pullMark', needFilters: 1 },
-    { columnLabel: '退运', columnName: 'returnMark', needFilters: 1 },
+    { columnLabel: '拉下', columnName: 'pullMark', needFilters: 1, width: 60 },
+    {
+      columnLabel: '退运',
+      columnName: 'returnMark',
+      needFilters: 1,
+      width: 60,
+    },
     {
       columnLabel: '卸机',
       columnName: 'CARGOS_ARR_HANDOVER',
@@ -261,46 +281,71 @@ const tableColumnsMap: {
       columnName: 'FSU_DLV',
       className: 'cell-filter cell-filter-cyan',
     },
+    {
+      columnLabel: '收货核单',
+      columnName: 'DEH',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '查验',
+      columnName: 'ACC_CHECK',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '拒运',
+      columnName: 'ACC_CHECK_2',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '安检',
+      columnName: '安检',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '加货',
+      columnName: 'ACC_BUP',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '待运区',
+      columnName: 'WAT_LOC',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '货站交接',
+      columnName: 'CARGOS_DEP_ULD_HANDOVER',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '机下交接',
+      columnName: '出港货邮',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '装机',
+      columnName: '装载完成',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '拉下',
+      columnName: 'CARGOS_OFFLOAD',
+      className: 'cell-filter cell-filter-green',
+    },
+    {
+      columnLabel: '拉回',
+      columnName: 'OFFLOAD_CONFIRM',
+      className: 'cell-filter cell-filter-green',
+    },
     // {
-    //   columnLabel: '收货核单',
-    //   columnName: 'C9',
-    //   className: 'cell-filter cell-filter-green',
-    // },
-    // {
-    //   columnLabel: '安检',
-    //   columnName: 'C10',
-    //   className: 'cell-filter cell-filter-green',
-    // },
-    // {
-    //   columnLabel: '理货',
-    //   columnName: 'C11',
-    //   className: 'cell-filter cell-filter-green',
-    // },
-    // {
-    //   columnLabel: '拉下',
-    //   columnName: 'C12',
-    //   className: 'cell-filter cell-filter-green',
-    // },
-    // {
-    //   columnLabel: '待运区',
-    //   columnName: 'C13',
-    //   className: 'cell-filter cell-filter-green',
-    // },
-    // {
-    //   columnLabel: '货站交接',
-    //   columnName: 'C14',
-    //   className: 'cell-filter cell-filter-green',
-    // },
-    // {
-    //   columnLabel: '机下交接',
+    //   columnLabel: '起飞',
     //   columnName: 'C15',
     //   className: 'cell-filter cell-filter-green',
     // },
-    // {
-    //   columnLabel: '装机',
-    //   columnName: 'C16',
-    //   className: 'cell-filter cell-filter-green',
-    // },
+    {
+      columnLabel: '退运',
+      columnName: 'BILL_RETURN',
+      className: 'cell-filter cell-filter-green',
+    },
   ],
   ArrivalGoodsFlight: [
     { columnLabel: '航班号', columnName: 'C0' },