end.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <div>
  2. <div title="基本" class="MWFTab">
  3. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  4. <tr>
  5. <td class="editTableTitle">标识:</td>
  6. <td class="editTableValue">text{$.id}</td>
  7. </tr>
  8. <tr>
  9. <td class="editTableTitle">创建时间:</td>
  10. <td class="editTableValue">text{$.createTime}</td>
  11. </tr>
  12. <tr>
  13. <td class="editTableTitle">类型:</td>
  14. <td class="editTableValue">text{$.type}</td>
  15. </tr>
  16. <tr>
  17. <td class="editTableTitle">名称:</td>
  18. <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  19. </tr>
  20. <tr>
  21. <td class="editTableTitle">别名:</td>
  22. <td class="editTableValue"><input type="text" name="alias" value="text{$.alias}" class="editTableInput"/></td>
  23. </tr>
  24. <tr>
  25. <td class="editTableTitle">描述:</td>
  26. <td class="editTableValue"><textarea name="description" class="editTableTextarea">text{$.description}</textarea></td>
  27. </tr>
  28. <tr>
  29. <td class="editTableTitle">表单:</td>
  30. <td class="editTableValue">
  31. <div class="MWFFormSelect" name="form"></div></td>
  32. </tr>
  33. </table>
  34. </div>
  35. <div title="人员" class="MWFTab">
  36. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  37. <tr>
  38. <td class="editTableHeadTitle" colspan="2">待阅人</td>
  39. </tr>
  40. <tr>
  41. <td class="editTableTitle">待阅人标识:</td>
  42. <td class="editTableValue">
  43. <div class="MWFPersonIdentity" name="readIdentityList" type="identity"></div>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td class="editTableTitle">待阅组织:</td>
  48. <td class="editTableValue">
  49. <div class="MWFPersonUnit" name="readUnitList"></div>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td class="editTableTitle">职  位:</td>
  54. <td class="editTableValue">
  55. <div class="MWFDutySelector" name="readDuty"></div>
  56. </td>
  57. </tr>
  58. <tr>
  59. <td class="editTableTitle">流程数据:</td>
  60. <td class="editTableValue">
  61. <div class="MWFFormFieldPerson" name="readDataPathList"></div>
  62. </td>
  63. </tr>
  64. <tr>
  65. <td class="editTableTitle">脚本:</td>
  66. <td class="editTableValue">
  67. <div class="MWFScript" name="readScript"></div>
  68. </td>
  69. </tr>
  70. </table>
  71. <div class="MWFScriptText" name="readScriptText"></div>
  72. <hr />
  73. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  74. <tr>
  75. <td class="editTableHeadTitle" colspan="2">阅读人</td>
  76. </tr>
  77. <tr>
  78. <td class="editTableTitle">阅读人标识:</td>
  79. <td class="editTableValue">
  80. <div class="MWFPersonIdentity" name="reviewIdentityList" type="identity"></div>
  81. </td>
  82. </tr>
  83. <tr>
  84. <td class="editTableTitle">阅读组织:</td>
  85. <td class="editTableValue">
  86. <div class="MWFPersonUnit" name="reviewUnitList"></div>
  87. </td>
  88. </tr>
  89. <tr>
  90. <td class="editTableTitle">职  位:</td>
  91. <td class="editTableValue">
  92. <div class="MWFDutySelector" name="reviewDuty"></div>
  93. </td>
  94. </tr>
  95. <tr>
  96. <td class="editTableTitle">流程数据:</td>
  97. <td class="editTableValue">
  98. <div class="MWFFormFieldPerson" name="reviewDataPathList"></div>
  99. </td>
  100. </tr>
  101. <tr>
  102. <td class="editTableTitle">脚本:</td>
  103. <td class="editTableValue">
  104. <div class="MWFScript" name="reviewScript"></div>
  105. </td>
  106. </tr>
  107. </table>
  108. <div class="MWFScriptText" name="reviewScriptText"></div>
  109. </div>
  110. <div title="事件" class="MWFTab">
  111. <div onclick="var node = this.getNext(); if (node.getStyle('display')=='none'){node.setStyle('display', 'block');}else{node.setStyle('display', 'none');}" style="cursor: pointer; line-height: 28px; height: 30px; font-weight: bold; background-color: #EEEEEE;">
  112. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  113. <div style="margin-left: 20px; padding: 0px 5px;">工作到达前</div>
  114. </div>
  115. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  116. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  117. <tr>
  118. <td class="editTableTitle">文件收到前:</td>
  119. <td class="editTableValue">
  120. <div class="MWFScript" name="beforeArriveScript"></div>
  121. </td>
  122. </tr>
  123. </table>
  124. <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
  125. </div>
  126. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  127. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  128. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Arrive操作<br/>活动属性设置</div>
  129. </div>
  130. <div onclick="var node = this.getNext(); if (node.getStyle('display')=='none'){node.setStyle('display', 'block');}else{node.setStyle('display', 'none');}" style="cursor: pointer; line-height: 28px; height: 30px; font-weight: bold; background-color: #EEEEEE;">
  131. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  132. <div style="margin-left: 20px; padding: 0px 5px;">文件收到后</div>
  133. </div>
  134. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  135. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  136. <tr>
  137. <td class="editTableTitle">文件收到后:</td>
  138. <td class="editTableValue">
  139. <div class="MWFScript" name="afterArriveScript"></div>
  140. </td>
  141. </tr>
  142. </table>
  143. <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
  144. </div>
  145. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  146. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  147. </div>
  148. <div onclick="var node = this.getNext(); if (node.getStyle('display')=='none'){node.setStyle('display', 'block');}else{node.setStyle('display', 'none');}" style="cursor: pointer; line-height: 28px; height: 30px; font-weight: bold; background-color: #EEEEEE;">
  149. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  150. <div style="margin-left: 20px; padding: 0px 5px;">活动执行前</div>
  151. </div>
  152. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  153. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  154. <tr>
  155. <td class="editTableTitle">活动执行前:</td>
  156. <td class="editTableValue">
  157. <div class="MWFScript" name="beforeExecuteScript"></div>
  158. </td>
  159. </tr>
  160. </table>
  161. <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
  162. </div>
  163. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  164. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  165. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Execute操作<br/>执行自动活动任务</div>
  166. </div>
  167. <div onclick="var node = this.getNext(); if (node.getStyle('display')=='none'){node.setStyle('display', 'block');}else{node.setStyle('display', 'none');}" style="cursor: pointer; line-height: 28px; height: 30px; font-weight: bold; background-color: #EEEEEE;">
  168. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  169. <div style="margin-left: 20px; padding: 0px 5px;">活动执行后</div>
  170. </div>
  171. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  172. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  173. <tr>
  174. <td class="editTableTitle">文件流转后:</td>
  175. <td class="editTableValue">
  176. <div class="MWFScript" name="afterExecuteScript"></div>
  177. </td>
  178. </tr>
  179. </table>
  180. <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
  181. </div>
  182. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  183. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  184. </div>
  185. <div onclick="var node = this.getNext(); if (node.getStyle('display')=='none'){node.setStyle('display', 'block');}else{node.setStyle('display', 'none');}" style="cursor: pointer; line-height: 28px; height: 30px; font-weight: bold; background-color: #EEEEEE;">
  186. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  187. <div style="margin-left: 20px; padding: 0px 5px;">路由查询前</div>
  188. </div>
  189. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  190. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  191. <tr>
  192. <td class="editTableTitle">路由查询前:</td>
  193. <td class="editTableValue">
  194. <div class="MWFScript" name="beforeInquiryScript"></div>
  195. </td>
  196. </tr>
  197. </table>
  198. <div class="MWFScriptText" name="beforeInquiryScriptText"></div><hr />
  199. </div>
  200. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  201. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  202. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Inquiry操作<br/>查询到达下一个活动的路由</div>
  203. </div>
  204. <div onclick="var node = this.getNext(); if (node.getStyle('display')=='none'){node.setStyle('display', 'block');}else{node.setStyle('display', 'none');}" style="cursor: pointer; line-height: 28px; height: 30px; font-weight: bold; background-color: #EEEEEE;">
  205. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  206. <div style="margin-left: 20px; padding: 0px 5px;">路由查询后</div>
  207. </div>
  208. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  209. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  210. <tr>
  211. <td class="editTableTitle">路由查询后:</td>
  212. <td class="editTableValue">
  213. <div class="MWFScript" name="afterInquiryScript"></div>
  214. </td>
  215. </tr>
  216. </table>
  217. <div class="MWFScriptText" name="afterInquiryScriptText"></div><hr />
  218. </div>
  219. </div>
  220. </div>