manual.html 32 KB

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