tProcessBusconfig-add.jsp 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <%@ page language="java" import="java.util.*" 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_process_busconfig</title>
  7. <t:base type="jquery,easyui,tools,DatePicker"></t:base>
  8. <script type="text/javascript">
  9. //编写自定义JS代码
  10. </script>
  11. </head>
  12. <body>
  13. <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="tProcessBusconfigController.do?doAdd" >
  14. <input id="id" name="id" type="hidden" value="${tProcessBusconfigPage.id }"/>
  15. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  16. <tr>
  17. <td align="right">
  18. <label class="Validform_label">
  19. 流程类型:
  20. </label>
  21. </td>
  22. <td class="value">
  23. <t:dictSelect field="processType" type="list" typeGroupCode="process"
  24. defaultVal="${tProcessBusconfigPage.processType}" hasLabel="false" title="流程类型" ></t:dictSelect>
  25. <span class="Validform_checktip"></span>
  26. <label class="Validform_label" style="display: none;">流程类型</label>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td align="right">
  31. <label class="Validform_label">
  32. 业务标题:
  33. </label>
  34. </td>
  35. <td class="value">
  36. <input id="showTitle" name="showTitle" type="text" style="width: 150px" class="inputxt" datatype="*"/>
  37. <span class="Validform_checktip"></span>
  38. <label class="Validform_label" style="display: none;">业务标题</label>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td align="right">
  43. <label class="Validform_label">
  44. 业务标题表达式:
  45. </label>
  46. </td>
  47. <td class="value">
  48. <input id="realTitle" name="realTitle" type="text" style="width: 150px" class="inputxt" datatype="*" />
  49. <span class="Validform_checktip"></span>
  50. <label class="Validform_label" style="display: none;">业务标题表达式</label>
  51. </td>
  52. </tr>
  53. <tr>
  54. <td align="right">
  55. <label class="Validform_label">
  56. 业务表名称:
  57. </label>
  58. </td>
  59. <td class="value">
  60. <input id="showTablename" name="showTablename" type="text" style="width: 150px" class="inputxt" datatype="*"/>
  61. <span class="Validform_checktip"></span>
  62. <label class="Validform_label" style="display: none;">业务表名称</label>
  63. </td>
  64. </tr>
  65. <tr>
  66. <td align="right">
  67. <label class="Validform_label">
  68. 业务表:
  69. </label>
  70. </td>
  71. <td class="value">
  72. <input id="realTablename" name="realTablename" type="text" style="width: 150px" class="inputxt" datatype="*" />
  73. <span class="Validform_checktip"></span>
  74. <label class="Validform_label" style="display: none;">业务表</label>
  75. </td>
  76. </tr>
  77. <tr>
  78. <td align="right">
  79. <label class="Validform_label">
  80. 处理类:
  81. </label>
  82. </td>
  83. <td class="value">
  84. <input id="activitiConfigClass" name="activitiConfigClass" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  85. <span class="Validform_checktip"></span>
  86. <label class="Validform_label" style="display: none;">处理类</label>
  87. </td>
  88. </tr>
  89. </table>
  90. </t:formvalid>
  91. </body>
  92. <script src = "webpage/cn/com/lzt/aa/tProcessBusconfig.js"></script>