[#include "/business/pages/include/static.html" /] [#include "/component/webupload.html" /] [#include "/component/HtmlEditor.html" /]
[#if curnodeId == Constants.WTZD]
[#if zdmsg??] [@htmleditor id="reason" simple="true" class="general" height="200px;" value="${zdmsg.REASON}"/] [#else] [@htmleditor id="reason" simple="true" class="general" height="200px;" value="${tempMsg.EXTEND2}"/] [/#if]
[#if zdmsg??] [@htmleditor id="resolve" simple="true" class="general" height="200px;" value="${zdmsg.RESOLVE}"/] [#else] [@htmleditor id="resolve" simple="true" class="general" height="200px;" value="${tempMsg.EXTEND3}"/] [/#if]
[#if zdmsg??] [@htmleditor id="suggest" simple="true" class="general" height="200px;" value="${zdmsg.SUGGEST}"/] [#else] [@htmleditor id="suggest" simple="true" class="general" height="200px;" value="${tempMsg.EXTEND4}"/] [/#if]
[@webupload id="files" multiple="true" extensions="*" /]
[/#if]
下一环节: [#if nodeList?? && nodeList?size>0] [#list nodeList as node]
${node.nodeName}
[/#list] [/#if]
处理人: 选择处理人
${tempMsg.userName}