|
@@ -1,35 +1,103 @@
|
|
|
var NODE_CODE = {
|
|
|
- NEW: '获取运单',
|
|
|
- FWB: '获取运单',
|
|
|
- DEH: '收运核单',
|
|
|
- ACC_CHECK: '查验',
|
|
|
- ACC_BUP: '加货',
|
|
|
- LS_CARGO: '预配载',
|
|
|
- FSUDEP: '预配载',
|
|
|
- FSU_DEP: '预配载',
|
|
|
- CARGOS_HANDOVER_STATUS_02: '货站交接',
|
|
|
- CARGOS_HANDOVER_STATUS_03: '交接复核',
|
|
|
- 出港货邮: '机下交接',
|
|
|
- 装载完成: '装机完成',
|
|
|
- 货舱关闭: '关货舱门',
|
|
|
- CARGOS_OFFLOAD: '拉下登记',
|
|
|
- OFFLOAD_CONFIRM: '拉下确认',
|
|
|
- BILL_RETURN: '退运',
|
|
|
- CARGOS_ARR_HANDOVER: '卸机',
|
|
|
- CARGOS_HANDOVER_STATUS_01: '机下交接',
|
|
|
- CARGOS_HANDOVER_STATUS_99: '货站交接',
|
|
|
- IMP_TALLY: '理货',
|
|
|
- FSU_DLV: '出库',
|
|
|
- FSUDLV: '出库',
|
|
|
- EPORTREL: '入园',
|
|
|
- FOH: '运抵货站',
|
|
|
- MTREL_out: '海关放行',
|
|
|
- RCS: '收运核单',
|
|
|
- MTREL_in: '海关放行',
|
|
|
- MTREL: '海关放行',
|
|
|
- DLV: '出库',
|
|
|
- RCF报: '理货',
|
|
|
- CARGOS_HANDOVER_STATUS99: '货站交接',
|
|
|
+ common: [
|
|
|
+ { nodeName: '获取运单', nodeCode: 'NEW' },
|
|
|
+ { nodeName: '获取运单', nodeCode: 'FWB' },
|
|
|
+ { nodeName: '收运核单', nodeCode: 'DEH' },
|
|
|
+ { nodeName: '查验', nodeCode: 'ACC_CHECK' },
|
|
|
+ { nodeName: '加货', nodeCode: 'ACC_BUP' },
|
|
|
+ { nodeName: '预配载', nodeCode: 'LS_CARGO' },
|
|
|
+ { nodeName: '预配载', nodeCode: 'FSUDEP' },
|
|
|
+ { nodeName: '预配载', nodeCode: 'FSU_DEP' },
|
|
|
+ { nodeName: '货站交接', nodeCode: 'CARGOS_HANDOVER_STATUS_02' },
|
|
|
+ { nodeName: '交接复核', nodeCode: 'CARGOS_HANDOVER_STATUS_03' },
|
|
|
+ { nodeName: '机下交接', nodeCode: '出港货邮' },
|
|
|
+ { nodeName: '装机完成', nodeCode: '装载完成' },
|
|
|
+ { nodeName: '关货舱门', nodeCode: '货舱关闭' },
|
|
|
+ { nodeName: '拉下登记', nodeCode: 'CARGOS_OFFLOAD' },
|
|
|
+ { nodeName: '拉下确认', nodeCode: 'OFFLOAD_CONFIRM' },
|
|
|
+ { nodeName: '退运', nodeCode: 'BILL_RETURN' },
|
|
|
+ { nodeName: '卸机', nodeCode: 'CARGOS_ARR_HANDOVER' },
|
|
|
+ { nodeName: '机下交接', nodeCode: 'CARGOS_HANDOVER_STATUS_01' },
|
|
|
+ { nodeName: '货站交接', nodeCode: 'CARGOS_HANDOVER_STATUS_99' },
|
|
|
+ { nodeName: '理货', nodeCode: 'IMP_TALLY' },
|
|
|
+ { nodeName: '出库', nodeCode: 'FSU_DLV' },
|
|
|
+ { nodeName: '出库', nodeCode: 'FSUDLV' },
|
|
|
+ { nodeName: '入园', nodeCode: 'EPORTREL' },
|
|
|
+ { nodeName: '运抵货站', nodeCode: 'FOH' },
|
|
|
+ { nodeName: '海关放行', nodeCode: 'MTREL_out' },
|
|
|
+ { nodeName: '收运核单', nodeCode: 'RCS' },
|
|
|
+ { nodeName: '海关放行', nodeCode: 'MTREL_in' },
|
|
|
+ { nodeName: '海关放行', nodeCode: 'MTREL' },
|
|
|
+ { nodeName: '出库', nodeCode: 'DLV' },
|
|
|
+ { nodeName: '理货', nodeCode: 'RCF报' },
|
|
|
+ { nodeName: '货站交接', nodeCode: 'CARGOS_HANDOVER_STATUS99' },
|
|
|
+ ],
|
|
|
+ departure: [
|
|
|
+ { nodeName: '收运核单', nodeCode: 'DEH' },
|
|
|
+ // { nodeName: '收运核查', nodeCode: 'ACC_CHECK' },
|
|
|
+ {
|
|
|
+ nodeName: '安检',
|
|
|
+ nodeCode: '安检',
|
|
|
+ // nodeCode: 'SECURITY', // 临时-复制加货
|
|
|
+ },
|
|
|
+ {
|
|
|
+ nodeName: '加货',
|
|
|
+ nodeCode: 'ACC_BUP',
|
|
|
+ sync: true, // sync为true时与前一个节点并列显示
|
|
|
+ },
|
|
|
+ { nodeName: '预配载', nodeCode: 'LS_CARGO' },
|
|
|
+ // { nodeName: '待运区', nodeCode: 'WAT_LOC' },
|
|
|
+ // { nodeName: '货站交接', nodeCode: 'CARGOS_HANDOVER_STATUS_02' },
|
|
|
+ { nodeName: '交接复核', nodeCode: 'CARGOS_HANDOVER_STATUS_03' },
|
|
|
+ { nodeName: '机下交接', nodeCode: '出港货邮' },
|
|
|
+ { nodeName: '装机', nodeCode: '装载完成' },
|
|
|
+ { nodeName: '关闭舱门', nodeCode: '关闭舱门' },
|
|
|
+ { nodeName: '拉下登记', nodeCode: 'CARGOS_OFFLOAD' },
|
|
|
+ { nodeName: '拉回确认', nodeCode: 'OFFLOAD_CONFIRM' },
|
|
|
+ // { nodeName: '起飞', nodeCode: 'TAKEOFF', // 待定 },
|
|
|
+ { nodeName: '退运', nodeCode: 'BILL_RETURN' },
|
|
|
+ ],
|
|
|
+ arrival: [
|
|
|
+ { nodeName: '卸机', nodeCode: 'CARGOS_ARR_HANDOVER' },
|
|
|
+ { nodeName: '库区到达', nodeCode: 'CARGOS_HANDOVER_STATUS_01' },
|
|
|
+ { nodeName: '货站交接', nodeCode: 'CARGOS_HANDOVER_STATUS_99' },
|
|
|
+ { nodeName: '理货', nodeCode: 'IMP_TALLY' },
|
|
|
+ { nodeName: '出库', nodeCode: 'FSUDLV' },
|
|
|
+ ],
|
|
|
+ internationalDeparture: [
|
|
|
+ { nodeName: '入园', nodeCode: 'EPORTREL' },
|
|
|
+ { nodeName: '海关', nodeCode: 'MTREL_out' },
|
|
|
+ { nodeName: '运抵', nodeCode: 'FOH' },
|
|
|
+ { nodeName: '安检', nodeCode: 'REH' },
|
|
|
+ { nodeName: '收运核单', nodeCode: 'RCS' },
|
|
|
+ { nodeName: '理货', nodeCode: 'ACC_BUP' },
|
|
|
+ { nodeName: '实配', nodeCode: 'LS_CARGO' },
|
|
|
+ // { nodeName: '待运区', nodeCode: 'WAT_LOC' },
|
|
|
+ // { nodeName: '货站交接', nodeCode: 'CARGOS_HANDOVER_STATUS_02' },
|
|
|
+ { nodeName: '交接复核', nodeCode: 'CARGOS_HANDOVER_STATUS_03' },
|
|
|
+ { nodeName: '机下交接', nodeCode: '出港货邮' },
|
|
|
+ { nodeName: '装机', nodeCode: '装载完成' },
|
|
|
+ { nodeName: '拉下', nodeCode: 'CARGOS_OFFLOAD' },
|
|
|
+ // { nodeName: '退运', nodeCode: '' },
|
|
|
+ ],
|
|
|
+ internationalArrival: [
|
|
|
+ { nodeName: '卸机', nodeCode: 'FFM' },
|
|
|
+ { nodeName: '机下交接', nodeCode: 'CARGOS_HANDOVER_STATUS_01' },
|
|
|
+ { nodeName: '货站交接', nodeCode: 'CARGOS_HANDOVER_STATUS_99' },
|
|
|
+ { nodeName: '理货', nodeCode: 'RCF报' },
|
|
|
+ // { nodeName: '快件运抵', nodeCode: '' },
|
|
|
+ { nodeName: '海关放行', nodeCode: 'MTREL_in' },
|
|
|
+ { nodeName: '出库', nodeCode: 'DLV报' },
|
|
|
+ ],
|
|
|
+ internationalDepartureTransfer: [
|
|
|
+ { nodeName: '入园', nodeCode: 'EPORTREL' },
|
|
|
+ { nodeName: '海关', nodeCode: 'MTREL_out' },
|
|
|
+ { nodeName: '运抵', nodeCode: 'FOH' },
|
|
|
+ { nodeName: '安检', nodeCode: 'REH' },
|
|
|
+ { nodeName: '收运核单', nodeCode: 'RCS' },
|
|
|
+ { nodeName: '理货', nodeCode: 'ACC_BUP' },
|
|
|
+ { nodeName: '实配', nodeCode: 'LS_CARGO' },
|
|
|
+ ],
|
|
|
}
|
|
|
|
|
|
var MESSAGE_TYPE = {
|