split.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  35. <tr>
  36. <td class="editTableValue" colspan="2"><b>是否允许调度:</b><input class="editTableRadio" name="allowReroute" text{($.allowReroute)?'checked':''} type="radio" value="true"/>是
  37. <input class="editTableRadio" name="allowReroute" text{(!$.allowReroute)?'checked':''} type="radio" value="false"/>否</td>
  38. </tr>
  39. <tr>
  40. <td class="editTableValue" colspan="2"><b>允许调度到此活动:</b><input class="editTableRadio" name="allowRerouteTo" text{($.allowRerouteTo)?'checked':''} type="radio" value="true"/>是
  41. <input class="editTeditTableRadioableInput" class="editTableInput" name="allowRerouteTo" text{(!$.allowRerouteTo)?'checked':''} type="radio" value="false"/>否</td>
  42. </tr>
  43. </table>
  44. </div>
  45. <div title="拆分" class="MWFTab">
  46. <div class="editTableHeadTitle">拆分依据脚本</div>
  47. <div class="MWFScript" name="script"></div>
  48. <div class="MWFScriptText" name="scriptText"></div>
  49. </div>
  50. <div title="人员" class="MWFTab">
  51. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  52. <tr>
  53. <td class="editTableHeadTitle" colspan="2">待阅人</td>
  54. </tr>
  55. <tr>
  56. <td class="editTableTitle">待阅人标识:</td>
  57. <td class="editTableValue">
  58. <div class="MWFPersonIdentity" name="readIdentityList" type="identity"></div>
  59. </td>
  60. </tr>
  61. <tr>
  62. <td class="editTableTitle">待阅组织:</td>
  63. <td class="editTableValue">
  64. <div class="MWFPersonUnit" name="readUnitList"></div>
  65. </td>
  66. </tr>
  67. <tr>
  68. <td class="editTableTitle">职  位:</td>
  69. <td class="editTableValue">
  70. <div class="MWFDutySelector" name="readDuty"></div>
  71. </td>
  72. </tr>
  73. <tr>
  74. <td class="editTableTitle">流程数据:</td>
  75. <td class="editTableValue">
  76. <div class="MWFFormFieldPerson" name="readDataPathList"></div>
  77. </td>
  78. </tr>
  79. <tr>
  80. <td class="editTableTitle">脚本:</td>
  81. <td class="editTableValue">
  82. <div class="MWFScript" name="readScript"></div>
  83. </td>
  84. </tr>
  85. </table>
  86. <div class="MWFScriptText" name="readScriptText"></div>
  87. <hr />
  88. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  89. <tr>
  90. <td class="editTableHeadTitle" colspan="2">阅读人</td>
  91. </tr>
  92. <tr>
  93. <td class="editTableTitle">阅读人标识:</td>
  94. <td class="editTableValue">
  95. <div class="MWFPersonIdentity" name="reviewIdentityList" type="identity"></div>
  96. </td>
  97. </tr>
  98. <tr>
  99. <td class="editTableTitle">阅读组织:</td>
  100. <td class="editTableValue">
  101. <div class="MWFPersonUnit" name="reviewUnitList"></div>
  102. </td>
  103. </tr>
  104. <tr>
  105. <td class="editTableTitle">职  位:</td>
  106. <td class="editTableValue">
  107. <div class="MWFDutySelector" name="reviewDuty"></div>
  108. </td>
  109. </tr>
  110. <tr>
  111. <td class="editTableTitle">流程数据:</td>
  112. <td class="editTableValue">
  113. <div class="MWFFormFieldPerson" name="reviewDataPathList"></div>
  114. </td>
  115. </tr>
  116. <tr>
  117. <td class="editTableTitle">脚本:</td>
  118. <td class="editTableValue">
  119. <div class="MWFScript" name="reviewScript"></div>
  120. </td>
  121. </tr>
  122. </table>
  123. <div class="MWFScriptText" name="reviewScriptText"></div>
  124. </div>
  125. <div title="事件" class="MWFTab">
  126. <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;">
  127. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  128. <div style="margin-left: 20px; padding: 0px 5px;">工作到达前</div>
  129. </div>
  130. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  131. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  132. <tr>
  133. <td class="editTableTitle">文件收到前:</td>
  134. <td class="editTableValue">
  135. <div class="MWFScript" name="beforeArriveScript"></div>
  136. </td>
  137. </tr>
  138. </table>
  139. <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
  140. </div>
  141. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  142. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  143. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Arrive操作<br/>活动属性设置</div>
  144. </div>
  145. <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;">
  146. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  147. <div style="margin-left: 20px; padding: 0px 5px;">文件收到后</div>
  148. </div>
  149. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  150. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  151. <tr>
  152. <td class="editTableTitle">文件收到后:</td>
  153. <td class="editTableValue">
  154. <div class="MWFScript" name="afterArriveScript"></div>
  155. </td>
  156. </tr>
  157. </table>
  158. <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
  159. </div>
  160. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  161. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  162. </div>
  163. <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;">
  164. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  165. <div style="margin-left: 20px; padding: 0px 5px;">活动执行前</div>
  166. </div>
  167. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  168. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  169. <tr>
  170. <td class="editTableTitle">活动执行前:</td>
  171. <td class="editTableValue">
  172. <div class="MWFScript" name="beforeExecuteScript"></div>
  173. </td>
  174. </tr>
  175. </table>
  176. <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
  177. </div>
  178. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  179. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  180. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Execute操作<br/>执行自动活动任务</div>
  181. </div>
  182. <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;">
  183. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  184. <div style="margin-left: 20px; padding: 0px 5px;">活动执行后</div>
  185. </div>
  186. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  187. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  188. <tr>
  189. <td class="editTableTitle">文件流转后:</td>
  190. <td class="editTableValue">
  191. <div class="MWFScript" name="afterExecuteScript"></div>
  192. </td>
  193. </tr>
  194. </table>
  195. <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
  196. </div>
  197. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  198. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  199. </div>
  200. <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;">
  201. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  202. <div style="margin-left: 20px; padding: 0px 5px;">路由查询前</div>
  203. </div>
  204. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  205. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  206. <tr>
  207. <td class="editTableTitle">路由查询前:</td>
  208. <td class="editTableValue">
  209. <div class="MWFScript" name="beforeInquireScript"></div>
  210. </td>
  211. </tr>
  212. </table>
  213. <div class="MWFScriptText" name="beforeInquireScriptText"></div><hr />
  214. </div>
  215. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  216. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  217. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Inquire操作<br/>查询到达下一个活动的路由</div>
  218. </div>
  219. <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;">
  220. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  221. <div style="margin-left: 20px; padding: 0px 5px;">路由查询后</div>
  222. </div>
  223. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  224. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  225. <tr>
  226. <td class="editTableTitle">路由查询后:</td>
  227. <td class="editTableValue">
  228. <div class="MWFScript" name="afterInquireScript"></div>
  229. </td>
  230. </tr>
  231. </table>
  232. <div class="MWFScriptText" name="afterInquireScriptText"></div><hr />
  233. </div>
  234. </div>
  235. </div>