manual.html 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  15. </tr>
  16. <tr>
  17. <td class="editTableTitle">别名:</td>
  18. <td class="editTableValue"><input type="text" name="alias" value="text{$.alias}" class="editTableInput"/></td>
  19. </tr>
  20. <tr>
  21. <td class="editTableTitle">描述:</td>
  22. <td class="editTableValue"><textarea name="description" class="editTableTextarea">text{$.description}</textarea></td>
  23. </tr>
  24. <tr>
  25. <td class="editTableTitle">处理方式:</td>
  26. <td class="editTableValue">
  27. <input class="editTableRadio" name="manualMode" text{($.manualMode=='single')?'checked':''} type="radio" value="single"/>单人
  28. <input class="editTableRadio" name="manualMode" text{($.manualMode=='parallel')?'checked':''} type="radio" value="parallel"/>并行
  29. <input class="editTableRadio" name="manualMode" text{($.manualMode=='queue')?'checked':''} type="radio" value="queue"/>串行
  30. </td>
  31. </tr>
  32. <tr>
  33. <td class="editTableTitle">表单:</td>
  34. <td class="editTableValue">
  35. <div class="MWFFormSelect" name="form"></div></td>
  36. </tr>
  37. <tr>
  38. <td class="editTableTitle">活动组:</td>
  39. <td class="editTableValue"><input type="text" name="group" value="text{$.group}" class="editTableInput"/></td>
  40. </tr>
  41. </table>
  42. </div>
  43. <div title="人员" class="MWFTab">
  44. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  45. <tr>
  46. <td class="editTableHeadTitle" colspan="2">处理人</td>
  47. </tr>
  48. <tr>
  49. <td class="editTableTitle">用户标识:</td>
  50. <td class="editTableValue">
  51. <div class="MWFPersonIdentity" name="taskIdentityList"></div>
  52. </td>
  53. </tr>
  54. <tr>
  55. <td class="editTableTitle">处理组织:</td>
  56. <td class="editTableValue">
  57. <div class="MWFPersonUnit" name="taskUnitList"></div>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td class="editTableTitle">职  位:</td>
  62. <td class="editTableValue">
  63. <div class="MWFDutySelector" name="taskDuty"></div>
  64. </td>
  65. </tr>
  66. <tr>
  67. <td class="editTableTitle">流程数据:</td>
  68. <td class="editTableValue">
  69. <div class="MWFFormFieldPerson" name="taskDataPathList"></div>
  70. </td>
  71. </tr>
  72. <tr>
  73. <td class="editTableTitle">脚本:</td>
  74. <td class="editTableValue">
  75. <div class="MWFScript" name="taskScript"></div>
  76. </td>
  77. </tr>
  78. </table>
  79. <div class="MWFScriptText" name="taskScriptText"></div>
  80. <hr />
  81. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  82. <tr>
  83. <td class="editTableHeadTitle" colspan="2">待阅人</td>
  84. </tr>
  85. <tr>
  86. <td class="editTableTitle">待阅人标识:</td>
  87. <td class="editTableValue">
  88. <div class="MWFPersonIdentity" name="readIdentityList" type="identity"></div>
  89. </td>
  90. </tr>
  91. <tr>
  92. <td class="editTableTitle">待阅组织:</td>
  93. <td class="editTableValue">
  94. <div class="MWFPersonUnit" name="readUnitList"></div>
  95. </td>
  96. </tr>
  97. <tr>
  98. <td class="editTableTitle">职  位:</td>
  99. <td class="editTableValue">
  100. <div class="MWFDutySelector" name="readDuty"></div>
  101. </td>
  102. </tr>
  103. <tr>
  104. <td class="editTableTitle">流程数据:</td>
  105. <td class="editTableValue">
  106. <div class="MWFFormFieldPerson" name="readDataPathList"></div>
  107. </td>
  108. </tr>
  109. <tr>
  110. <td class="editTableTitle">脚本:</td>
  111. <td class="editTableValue">
  112. <div class="MWFScript" name="readScript"></div>
  113. </td>
  114. </tr>
  115. </table>
  116. <div class="MWFScriptText" name="readScriptText"></div>
  117. <hr />
  118. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  119. <tr>
  120. <td class="editTableHeadTitle" colspan="2">阅读人</td>
  121. </tr>
  122. <tr>
  123. <td class="editTableTitle">阅读人标识:</td>
  124. <td class="editTableValue">
  125. <div class="MWFPersonIdentity" name="reviewIdentityList" type="identity"></div>
  126. </td>
  127. </tr>
  128. <tr>
  129. <td class="editTableTitle">阅读组织:</td>
  130. <td class="editTableValue">
  131. <div class="MWFPersonUnit" name="reviewUnitList"></div>
  132. </td>
  133. </tr>
  134. <tr>
  135. <td class="editTableTitle">职  位:</td>
  136. <td class="editTableValue">
  137. <div class="MWFDutySelector" name="reviewDuty"></div>
  138. </td>
  139. </tr>
  140. <tr>
  141. <td class="editTableTitle">流程数据:</td>
  142. <td class="editTableValue">
  143. <div class="MWFFormFieldPerson" name="reviewDataPathList"></div>
  144. </td>
  145. </tr>
  146. <tr>
  147. <td class="editTableTitle">脚本:</td>
  148. <td class="editTableValue">
  149. <div class="MWFScript" name="reviewScript"></div>
  150. </td>
  151. </tr>
  152. </table>
  153. <div class="MWFScriptText" name="reviewScriptText"></div>
  154. </div>
  155. <div title="时效" class="MWFTab">
  156. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  157. <tr>
  158. <td class="editTableTitle">流程超时:</td>
  159. <td class="editTableValue">
  160. <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}taskExpireTypeAppointEditArea').setStyle('display', 'none'); $('text{$.id}taskExpireTypeScriptEditArea').setStyle('display', 'none');}" name="taskExpireType" text{($.taskExpireType!='appoint' && $.taskExpireType!='script')?'checked':''} type="radio" value="never"/>不超时
  161. <input class="editTableRadio" onclick="debugger;if (this.checked){ $('text{$.id}taskExpireTypeAppointEditArea').setStyle('display', 'block'); $('text{$.id}taskExpireTypeScriptEditArea').setStyle('display', 'none');}" name="taskExpireType" text{($.taskExpireType=='appoint')?'checked':''} type="radio" value="appoint"/>指定时长
  162. <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}taskExpireTypeAppointEditArea').setStyle('display', 'none'); $('text{$.id}taskExpireTypeScriptEditArea').setStyle('display', 'block');}" name="taskExpireType" text{($.taskExpireType=='script')?'checked':''} type="radio" value="script"/>通过脚本设定
  163. </td>
  164. </tr>
  165. </table>
  166. <div id="text{$.id}taskExpireTypeAppointEditArea" style="display: text{($.taskExpireType=='appoint')?'block':'none'}; margin-top: 5px;">
  167. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  168. <tr>
  169. <td class="editTableTitle">超时时长:</td>
  170. <td class="editTableValue">
  171. <input type="text" name="taskExpireDay" value="text{$.taskExpireDay}" style="width: 80px; border: 1px solid #cccccc"/> 天 <br/>
  172. <input type="text" name="taskExpireHour" value="text{($.taskExpireHour) ? $.taskExpireHour : 0}" style="width: 80px; border: 1px solid #cccccc"/> 小时
  173. </td>
  174. </tr>
  175. <tr>
  176. <td class="editTableTitle"></td>
  177. <td class="editTableValue">
  178. <input class="editTableRadio" name="taskExpireWorkTime" text{!($.taskExpireWorkTime===false)?'checked':''} type="radio" value="true"/>仅计算工作时间
  179. <input class="editTableRadio" name="taskExpireWorkTime" text{($.taskExpireWorkTime===false)?'checked':''} type="radio" value="false"/>包含非指定时长
  180. </td>
  181. </tr>
  182. </table>
  183. </div>
  184. <div id="text{$.id}taskExpireTypeScriptEditArea" style="display: text{($.taskExpireType=='script')?'block':'none'}; margin-top: 5px;">
  185. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  186. <tr>
  187. <td class="editTableTitle">脚本:</td>
  188. <td class="editTableValue">
  189. <div class="MWFScript" name="taskExpireScript"></div>
  190. </td>
  191. </tr>
  192. </table>
  193. <div class="MWFScriptText" name="taskExpireScriptText"></div><hr />
  194. <div style="margin: 5px;">设置指定的超时时间:<br>this.expire.setDate([Date or String] date)</div>
  195. <div style="margin: 5px;">设置几小时后超时:<br>this.expire.setHour([Int] hour)</div>
  196. <div style="margin: 5px;">设置几个工作小时后超时:<br>this.expire.setWorkHour([Int] hour)</div>
  197. </div>
  198. </div>
  199. <div title="权限" class="MWFTab">
  200. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  201. <!--<tr>
  202. <td class="editTableValue" colspan="2"><b>允许填写意见:</b><input class="editTableRadio" name="allowOpinion" text{($.allowOpinion)?'checked':''} type="radio" value="true"/>是
  203. <input class="editTableRadio" name="allowOpinion" text{($.allowOpinion)?'checked':''} type="radio" value="false"/>否</td>
  204. </tr>-->
  205. <tr>
  206. <td class="editTableValue" colspan="2"><b>允许删除文件:</b><input class="editTableRadio" name="allowDeleteWork" text{($.allowDeleteWork)?'checked':''} type="radio" value="true"/>是
  207. <input class="editTableRadio" name="allowDeleteWork" text{(!$.allowDeleteWork)?'checked':''} type="radio" value="false"/>否</td>
  208. </tr>
  209. <!--<tr>-->
  210. <!--<td class="editTableValue" colspan="2"><b>允许添加附件:</b><input class="editTableRadio" name="canAddAttachment" text{($.canAddAttachment)?'checked':''} type="radio" value="true"/>是-->
  211. <!--<input class="editTableRadio" name="canAddAttachment" text{(!$.canAddAttachment)?'checked':''} type="radio" value="false"/>否</td>-->
  212. <!--</tr>-->
  213. <!--<tr>-->
  214. <!--<td class="editTableValue" colspan="2"><b>允许删除附件:</b><input class="editTableRadio" name="canDeleteAttachment" text{($.canDeleteAttachment)?'checked':''} type="radio" value="true"/>是-->
  215. <!--<input class="editTableRadio" name="canDeleteAttachment" text{(!$.canDeleteAttachment)?'checked':''} type="radio" value="false"/>否</td>-->
  216. <!--</tr>-->
  217. </table>
  218. <hr />
  219. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  220. <tr>
  221. <td class="editTableValue" colspan="2"><b>是否允许调度:</b><input class="editTableRadio" name="allowReroute" text{($.allowReroute)?'checked':''} type="radio" value="true"/>是
  222. <input class="editTableRadio" name="allowReroute" text{(!$.allowReroute)?'checked':''} type="radio" value="false"/>否</td>
  223. </tr>
  224. <tr>
  225. <td class="editTableValue" colspan="2"><b>允许调度到此活动:</b><input class="editTableRadio" name="allowRerouteTo" text{($.allowRerouteTo)?'checked':''} type="radio" value="true"/>是
  226. <input class="editTeditTableRadioableInput" class="editTableInput" name="allowRerouteTo" text{(!$.allowRerouteTo)?'checked':''} type="radio" value="false"/>否</td>
  227. </tr>
  228. </table>
  229. <hr />
  230. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  231. <tr>
  232. <td class="editTableValue" colspan="2"><b>是否允许重置:</b><input class="editTableRadio" name="allowReset" text{($.allowReset)?'checked':''} type="radio" value="true"/>是
  233. <input class="editTableRadio" name="allowReset" text{(!$.allowReset)?'checked':''} type="radio" value="false"/>否</td>
  234. </tr>
  235. <tr>
  236. <td class="editTableTitle">重置人数:</td>
  237. <td class="editTableValue"><input type="text" name="resetCount" value="text{$.resetCount}" class="editTableInput"/></td>
  238. </tr>
  239. <tr>
  240. <td class="editTableTitle">重置范围:</td>
  241. <td class="editTableValue">
  242. <input class="editTableRadio" name="resetRange" text{($.resetRange=='all')?'checked':''} type="radio" value="all"/>所有人
  243. <input class="editTableRadio" name="resetRange" text{($.resetRange=='company')?'checked':''} type="radio" value="unit"/>直接组织
  244. <input class="editTableRadio" name="resetRange" text{($.resetRange=='department')?'checked':''} type="radio" value="topUnit"/>顶层组织
  245. </td>
  246. </tr>
  247. </table>
  248. <hr />
  249. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  250. <!--<tr>-->
  251. <!--<td class="editTableValue" colspan="2"><b>是否允许挂起:</b><input class="editTableRadio" name="canHang" text{($.canHang)?'checked':''} type="radio" value="true"/>是-->
  252. <!--<input class="editTableRadio" name="canHang" text{(!$.canHang)?'checked':''} type="radio" value="false"/>否</td>-->
  253. <!--</tr>-->
  254. <tr>
  255. <td class="editTableValue" colspan="2"><b>是否允许撤回:</b><input class="editTableRadio" name="allowRetract" text{($.allowRetract)?'checked':''} type="radio" value="true"/>是
  256. <input class="editTableRadio" name="allowRetract" text{(!$.allowRetract)?'checked':''} type="radio" value="false"/>否</td>
  257. </tr>
  258. <!--<tr>-->
  259. <!--<td class="editTableValue" colspan="2"><b>是否允许退回:</b><input class="editTableRadio" name="canGoBack" text{($.canGoBack)?'checked':''} type="radio" value="true"/>是-->
  260. <!--<input class="editTableRadio" name="canGoBack" text{(!$.canGoBack)?'checked':''} type="radio" value="false"/>否</td>-->
  261. <!--</tr>-->
  262. </table>
  263. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  264. <tr>
  265. <td class="editTableValue" colspan="2"><b>允许快速处理:</b><input class="editTableRadio" name="allowRapid" text{($.allowRapid)?'checked':''} type="radio" value="true"/>是
  266. <input class="editTableRadio" name="allowRapid" text{(!$.allowRapid)?'checked':''} type="radio" value="false"/>否</td>
  267. </tr>
  268. </table>
  269. </div>
  270. <div title="事件" class="MWFTab">
  271. <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;">
  272. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  273. <div style="margin-left: 20px; padding: 0px 5px;">工作到达前</div>
  274. </div>
  275. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  276. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  277. <tr>
  278. <td class="editTableTitle">工作到达前:</td>
  279. <td class="editTableValue">
  280. <div class="MWFScript" name="beforeArriveScript"></div>
  281. </td>
  282. </tr>
  283. </table>
  284. <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
  285. </div>
  286. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  287. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  288. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Arrive操作<br/>活动属性设置,计算可能的活动所有者</div>
  289. </div>
  290. <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;">
  291. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  292. <div style="margin-left: 20px; padding: 0px 5px;">工作到达后</div>
  293. </div>
  294. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  295. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  296. <tr>
  297. <td class="editTableTitle">工作到达后:</td>
  298. <td class="editTableValue">
  299. <div class="MWFScript" name="afterArriveScript"></div>
  300. </td>
  301. </tr>
  302. </table>
  303. <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
  304. </div>
  305. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  306. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  307. </div>
  308. <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;">
  309. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  310. <div style="margin-left: 20px; padding: 0px 5px;">活动执行前</div>
  311. </div>
  312. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  313. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  314. <tr>
  315. <td class="editTableTitle">活动执行前:</td>
  316. <td class="editTableValue">
  317. <div class="MWFScript" name="beforeExecuteScript"></div>
  318. </td>
  319. </tr>
  320. </table>
  321. <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
  322. </div>
  323. <div style="border-left: 20px solid #eeeeee;">
  324. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; background-color:#f6f6f6;">
  325. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  326. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Execute操作<br/>生成待办</div>
  327. </div>
  328. <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;">
  329. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  330. <div style="margin-left: 20px; padding: 0px 5px;">等待人工处理时</div>
  331. </div>
  332. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  333. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  334. <tr>
  335. <td class="editTableTitle">等待人工处理时:</td>
  336. <td class="editTableValue">
  337. <div class="MWFScript" name="manualStayScript"></div>
  338. </td>
  339. </tr>
  340. </table>
  341. <div class="MWFScriptText" name="manualStayScriptText"></div><hr />
  342. </div>
  343. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; background-color:#f6f6f6;">
  344. <div style="height: 26px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  345. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">用户流转待办</div>
  346. </div>
  347. <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;">
  348. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  349. <div style="margin-left: 20px; padding: 0px 5px;">待办处理前</div>
  350. </div>
  351. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  352. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  353. <tr>
  354. <td class="editTableTitle">待办处理前:</td>
  355. <td class="editTableValue">
  356. <div class="MWFScript" name="manualBeforeTaskScript"></div>
  357. </td>
  358. </tr>
  359. </table>
  360. <div class="MWFScriptText" name="manualBeforeTaskScriptText"></div><hr />
  361. </div>
  362. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; background-color:#f6f6f6;">
  363. <div style="height: 26px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  364. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">处理待办,转已办</div>
  365. </div>
  366. <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;">
  367. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  368. <div style="margin-left: 20px; padding: 0px 5px;">待办处理后</div>
  369. </div>
  370. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  371. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  372. <tr>
  373. <td class="editTableTitle">待办处理后:</td>
  374. <td class="editTableValue">
  375. <div class="MWFScript" name="manualAfterTaskScript"></div>
  376. </td>
  377. </tr>
  378. </table>
  379. <div class="MWFScriptText" name="manualAfterTaskScriptText"></div><hr />
  380. </div>
  381. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; background-color:#f6f6f6;">
  382. <div style="height: 26px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  383. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">判断是否满足条件进入下一个活动</div>
  384. </div>
  385. </div>
  386. <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;">
  387. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  388. <div style="margin-left: 20px; padding: 0px 5px;">活动执行后</div>
  389. </div>
  390. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  391. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  392. <tr>
  393. <td class="editTableTitle">活动执行后:</td>
  394. <td class="editTableValue">
  395. <div class="MWFScript" name="afterExecuteScript"></div>
  396. </td>
  397. </tr>
  398. </table>
  399. <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
  400. </div>
  401. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  402. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  403. </div>
  404. <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;">
  405. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  406. <div style="margin-left: 20px; padding: 0px 5px;">路由查询前</div>
  407. </div>
  408. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  409. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  410. <tr>
  411. <td class="editTableTitle">路由查询前:</td>
  412. <td class="editTableValue">
  413. <div class="MWFScript" name="beforeInquireScript"></div>
  414. </td>
  415. </tr>
  416. </table>
  417. <div class="MWFScriptText" name="beforeInquireScriptText"></div><hr />
  418. </div>
  419. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  420. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  421. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Inquire操作<br/>查询到达下一个活动的路由</div>
  422. </div>
  423. <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;">
  424. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  425. <div style="margin-left: 20px; padding: 0px 5px;">路由查询后</div>
  426. </div>
  427. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  428. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  429. <tr>
  430. <td class="editTableTitle">路由查询后:</td>
  431. <td class="editTableValue">
  432. <div class="MWFScript" name="afterInquireScript"></div>
  433. </td>
  434. </tr>
  435. </table>
  436. <div class="MWFScriptText" name="afterInquireScriptText"></div><hr />
  437. </div>
  438. </div>
  439. </div>