manual.html 32 KB

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