export const CONST_FLOW_NODE_STAT_NULL = -3; export const CONST_FLOW_NODE_STAT_DARK = -2; // #作废 export const CONST_FLOW_NODE_STAT_UNDO = -1; // #退回 export const CONST_FLOW_NODE_STAT_MAKE = 0; // #制单 export const CONST_FLOW_NODE_STAT_WAIT = 1; // #待审 export const CONST_FLOW_NODE_STAT_VOID = 2; // #终审 export const CONST_FLOW_NODE_STAT_HANG = 3; // #暂存