[#if type== 1] 我的待响应事件 [/#if] [#if type== 2] 我的进行中事件 [/#if] [#if type== 3] 我的已处理事件 [/#if] [#include "/business/pages/include/static.html" /] [#include "/business/pages/include/header.html" /] [#include "/component/newsel.html" /] [#if type== 1] [#assign label = GnConstants.MYSJDXY] [/#if] [#if type== 2] [#assign label = GnConstants.MYSJJXZ] [/#if] [#if type== 3] [#assign label = GnConstants.MYSJYCL] [/#if] [#include "/business/pages/include/gps.html" /]
${c.all}全部事件 ${c.fwt}服务台 ${c.yxgcs}一线处理 ${c.exgcs}二线处理 ${c.sxgcs}三线处理

开始创建事件

立即创建
[@sel id="customer_id" name="customer_id" value="${RequestParameters.customerId}" source=customers textField="ID" valueField="CUSTOMER_NAME" labelName="customer_name" callback="changeMsg"/]
[#if eventPri?? && eventPri?size>0] [#list eventPri as pri] ${pri.DATAVALUE} [/#list] [/#if]
[#if eventDg?? && eventDg?size>0] [#list eventDg as dg] ${dg.DATAVALUE} [/#list] [/#if]
[#if sources?? && sources?size>0] [#list sources as source] ${source.DATAVALUE} [/#list] [/#if]
展开全部
重置查询
[#include "/business/pages/include/footer.html" /]