Jelajahi Sumber

"20230131-0201管理端修改建议"二次修改

zhongxiaoyu 2 tahun lalu
induk
melakukan
6195fe4579

+ 1 - 1
public/nodeCode.js

@@ -5,7 +5,7 @@ var NODE_CODE = {
   ACC_BUP: '加货',
   LS_CARGO: '预配载',
   CARGOS_HANDOVER_STATUS_02: '货站交接',
-  CARGOS_HANDOVER_STATUS_03: '运输前复核',
+  CARGOS_HANDOVER_STATUS_03: '交接复核',
   出港货邮: '机下交接',
   装载完成: '装机完成',
   关货舱门: '关货舱门',

+ 6 - 6
src/views/realTime/components/FlightView/useFlightInfo.ts

@@ -24,11 +24,11 @@ const flightInfoItemsMap = {
     ],
     [
       {
-        label: '核单运单收数/件数',
+        label: '特货信息/货物数',
         key: 'speCargoInfo',
       },
       {
-        label: '托运运单数/货物数',
+        label: '核单运单收数/件数',
         key: 'loadInfo',
       },
       // {
@@ -109,10 +109,10 @@ const flightInfoItemsMap = {
         label: '卸载数量(板/箱/卡)',
         key: 'unloadPlaneInfo',
       },
-      {
-        label: '货站交接数量(板/箱/卡)',
-        key: 'pull',
-      },
+      // {
+      //   label: '货站交接数量(板/箱/卡)',
+      //   key: 'pull',
+      // },
     ],
     [
       {

+ 1 - 1
src/views/realTime/components/WaybillView/index.vue

@@ -155,7 +155,7 @@ watch(trackData, data => {
       '安检',
       'ACC_BUP',
       'LS_CARGO',
-      'CARGOS_HANDOVER_STATUS_02',
+      // 'CARGOS_HANDOVER_STATUS_02',
       'CARGOS_HANDOVER_STATUS_03',
       '出港货邮',
       '装载完成',

+ 30 - 30
src/views/realTime/hooks/useTable.ts

@@ -47,13 +47,13 @@ const tableColumnsMap: {
       columnName: 'stowage',
       className: 'cell-filter cell-filter-yellow',
     },
+    // {
+    //   columnLabel: '货站交接',
+    //   columnName: 'depot',
+    //   className: 'cell-filter cell-filter-yellow',
+    // },
     {
-      columnLabel: '货站交接',
-      columnName: 'depot',
-      className: 'cell-filter cell-filter-yellow',
-    },
-    {
-      columnLabel: '运输前复核',
+      columnLabel: '交接复核',
       columnName: 'resure',
       className: 'cell-filter cell-filter-yellow',
     },
@@ -126,7 +126,7 @@ const tableColumnsMap: {
       className: 'cell-filter cell-filter-green node-departure',
     },
     {
-      columnLabel: '查',
+      columnLabel: '收运核查',
       columnName: 'ACC_CHECK',
       className: 'cell-filter cell-filter-green node-departure',
     },
@@ -155,13 +155,13 @@ const tableColumnsMap: {
     //   columnName: 'WAT_LOC',
     //   className: 'cell-filter cell-filter-green node-departure',
     // },
+    // {
+    //   columnLabel: '货站交接',
+    //   columnName: 'CARGOS_HANDOVER_STATUS_02',
+    //   className: 'cell-filter cell-filter-green node-departure',
+    // },
     {
-      columnLabel: '货站交接',
-      columnName: 'CARGOS_HANDOVER_STATUS_02',
-      className: 'cell-filter cell-filter-green node-departure',
-    },
-    {
-      columnLabel: '运输前复核',
+      columnLabel: '交接复核',
       columnName: 'CARGOS_HANDOVER_STATUS_03',
       className: 'cell-filter cell-filter-green node-departure',
     },
@@ -360,13 +360,13 @@ const tableColumnsMap: {
     //   columnName: 'WAT_LOC',
     //   className: 'cell-filter cell-filter-green node-departure',
     // },
+    // {
+    //   columnLabel: '货站交接',
+    //   columnName: 'CARGOS_HANDOVER_STATUS_02',
+    //   className: 'cell-filter cell-filter-green node-departure',
+    // },
     {
-      columnLabel: '货站交接',
-      columnName: 'CARGOS_HANDOVER_STATUS_02',
-      className: 'cell-filter cell-filter-green node-departure',
-    },
-    {
-      columnLabel: '运输前复核',
+      columnLabel: '交接复核',
       columnName: 'CARGOS_HANDOVER_STATUS_03',
       className: 'cell-filter cell-filter-green node-departure',
     },
@@ -453,13 +453,13 @@ const tableColumnsMap: {
       columnName: 'stowage',
       className: 'cell-filter cell-filter-yellow',
     },
+    // {
+    //   columnLabel: '货站交接',
+    //   columnName: 'depot',
+    //   className: 'cell-filter cell-filter-yellow',
+    // },
     {
-      columnLabel: '货站交接',
-      columnName: 'depot',
-      className: 'cell-filter cell-filter-yellow',
-    },
-    {
-      columnLabel: '运输前复核',
+      columnLabel: '交接复核',
       columnName: 'resure',
       className: 'cell-filter cell-filter-yellow',
     },
@@ -566,11 +566,11 @@ const tableColumnsMap: {
       columnName: 'LS_CARGO',
       className: 'cell-filter cell-filter-green node-departure',
     },
-    {
-      columnLabel: '货站交接',
-      columnName: 'CARGOS_HANDOVER_STATUS_02',
-      className: 'cell-filter cell-filter-green node-departure',
-    },
+    // {
+    //   columnLabel: '货站交接',
+    //   columnName: 'CARGOS_HANDOVER_STATUS_02',
+    //   className: 'cell-filter cell-filter-green node-departure',
+    // },
     {
       columnLabel: '机下交接',
       columnName: '出港货邮',

+ 10 - 11
src/views/realTime/hooks/useTrackData.ts

@@ -26,7 +26,7 @@ const trackNodesMap = {
       nodeCode: 'DEH',
     },
     {
-      name: '查',
+      name: '收运核查',
       nodeCode: 'ACC_CHECK',
     },
     {
@@ -45,13 +45,12 @@ const trackNodesMap = {
     //   name: '待运区',
     //   nodeCode: 'WAT_LOC',
     // },
+    // {
+    //   name: '货站交接',
+    //   nodeCode: 'CARGOS_HANDOVER_STATUS_02',
+    // },
     {
-      name: '货站交接',
-      // nodeCode: 'CARGOS_DEP_ULD_HANDOVER',
-      nodeCode: 'CARGOS_HANDOVER_STATUS_02',
-    },
-    {
-      name: '运输前复核',
+      name: '交接复核',
       nodeCode: 'CARGOS_HANDOVER_STATUS_03',
       labelWidth: 70,
     },
@@ -139,10 +138,10 @@ const trackNodesMap = {
       name: '预配载',
       nodeCode: 'LS_CARGO',
     },
-    {
-      name: '货站交接',
-      nodeCode: 'CARGOS_HANDOVER_STATUS_02',
-    },
+    // {
+    //   name: '货站交接',
+    //   nodeCode: 'CARGOS_HANDOVER_STATUS_02',
+    // },
     {
       name: '机下交接',
       nodeCode: '出港货邮',

+ 10 - 10
src/views/realTime/trackMap/index.vue

@@ -46,7 +46,7 @@ const trackNodesMap = {
       nodeCode: 'DEH',
     },
     {
-      name: '查',
+      name: '收运核查',
       nodeCode: 'ACC_CHECK',
     },
     {
@@ -61,12 +61,12 @@ const trackNodesMap = {
       name: '预配载',
       nodeCode: 'LS_CARGO',
     },
+    // {
+    //   name: '货站交接(离港)',
+    //   nodeCode: 'CARGOS_HANDOVER_STATUS_02',
+    // },
     {
-      name: '货站交接(离港)',
-      nodeCode: 'CARGOS_HANDOVER_STATUS_02',
-    },
-    {
-      name: '运输前复核',
+      name: '交接复核',
       nodeCode: 'CARGOS_HANDOVER_STATUS_03',
     },
     {
@@ -153,10 +153,10 @@ const trackNodesMap = {
       name: '预配载',
       nodeCode: 'LS_CARGO',
     },
-    {
-      name: '货站交接',
-      nodeCode: 'CARGOS_HANDOVER_STATUS_02',
-    },
+    // {
+    //   name: '货站交接',
+    //   nodeCode: 'CARGOS_HANDOVER_STATUS_02',
+    // },
     {
       name: '机下交接',
       nodeCode: '出港货邮',