|
@@ -139,6 +139,10 @@ const trackNodesMap = {
|
|
|
name: '理货',
|
|
|
nodeCode: 'ACC_BUP',
|
|
|
},
|
|
|
+ {
|
|
|
+ name: '实配',
|
|
|
+ nodeCode: 'LS_CARGO',
|
|
|
+ },
|
|
|
// {
|
|
|
// name: '待运区',
|
|
|
// nodeCode: 'WAT_LOC',
|
|
@@ -164,10 +168,6 @@ const trackNodesMap = {
|
|
|
nodeCode: 'CARGOS_OFFLOAD',
|
|
|
},
|
|
|
// {
|
|
|
- // name: '实配',
|
|
|
- // nodeCode: 'LS_CARGO',
|
|
|
- // },
|
|
|
- // {
|
|
|
// name: '退运',
|
|
|
// nodeCode: '',
|
|
|
// },
|