[#macro flowInfo orderFlowInfo = {} ]
[#if orderFlowInfo??] [#if orderFlowInfo.flowState==1] [/#if] [/#if]
${orderFlowInfo.customer_name}
${orderFlowInfo.sub_customer_name}
${orderFlowInfo.WFNAME}
[#if orderFlowInfo??] [#if orderFlowInfo.flowState==1] ${orderFlowInfo.nodeName} [#if orderFlowInfo.nodeState == 1] (待响应) [#elseif orderFlowInfo.nodeState == 2] (处理中) [/#if] [#elseif orderFlowInfo.flowState==2] 已完成 [#elseif orderFlowInfo.flowState==3] 已关闭 [/#if] [/#if]
${Constants.mapWORKFLOW_BUSINESS_TYPE_Label(orderFlowInfo.BUSINESSTYPE)}
[#if orderFlowInfo.dealType==2] ${orderFlowInfo.userName}(${orderFlowInfo.telphone}) [#elseif orderFlowInfo.dealType==1] ${orderFlowInfo.roleName}(工作组) [/#if]
[/#macro]