processHandle.jsp 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html >
  4. <html>
  5. <head>
  6. <title><t:mutiLang langKey="common.process.handle"/></title>
  7. <t:base type="jquery,tools"></t:base>
  8. </head>
  9. <body style="overflow-y: hidden" scroll="no">
  10. <t:formvalid formid="formobj" action="activitiController.do?processComplete" layout="div" dialog="true">
  11. <input name="taskId" id="taskId" type="hidden" value="${taskId}" />
  12. <input name="keys" id="keys" type="hidden" />
  13. <input name="values" id="values" type="hidden" />
  14. <input name="types" id="types" type="hidden" />
  15. <fieldset class="step">
  16. <div class="form">
  17. <label class="Validform_label">
  18. <t:mutiLang langKey="common.approval.opinion"/>:
  19. </label>
  20. <textarea rows="3" cols="20" vartype="S" name="reason" id="reason" style="margin: 0px; width: 334px; height: 85px;"/></textarea>
  21. </div>
  22. <!-- 下面两个是测试服务上报流程用得 请假流程等流程不用理会 -->
  23. <div class="form" style="display:none">
  24. <label class="Validform_label">
  25. <t:mutiLang langKey="common.process.check"/>:
  26. </label>
  27. <input name="review" id="review" vartype="B" type="text" value="true" />
  28. </div>
  29. <div class="form" style="display:none">
  30. <label class="Validform_label">
  31. <t:mutiLang langKey="common.process.approval"/>:
  32. </label>
  33. <input name="approval" id="approval" vartype="B" type="text" value="true" />
  34. </div>
  35. </fieldset>
  36. </t:formvalid>
  37. </body>
  38. </html>