process.html 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. <div class="editNode">
  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{$.creatorPerson}</td>
  11. </tr>
  12. <tr>
  13. <td class="editTableTitle">创建时间:</td>
  14. <td class="editTableValue">text{$.createTime}</td>
  15. </tr>
  16. <tr>
  17. <td class="editTableTitle">更新人:</td>
  18. <td class="editTableValue">text{$.lastUpdatePerson}</td>
  19. </tr>
  20. <tr>
  21. <td class="editTableTitle">更新时间:</td>
  22. <td class="editTableValue">text{$.lastUpdateTime}</td>
  23. </tr>
  24. <tr>
  25. <td class="editTableTitle">应用:</td>
  26. <td class="editTableValue">text{$.applicationName}</td>
  27. </tr>
  28. <tr>
  29. <td class="editTableTitle">名称:</td>
  30. <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  31. </tr>
  32. <tr>
  33. <td class="editTableTitle">别名:</td>
  34. <td class="editTableValue"><input type="text" name="alias" value="text{$.alias}" class="editTableInput"/></td>
  35. </tr>
  36. <tr>
  37. <td class="editTableTitle">描述:</td>
  38. <td class="editTableValue"><textarea name="description" class="editTableTextarea">text{$.description}</textarea></td>
  39. </tr>
  40. <tr>
  41. <td class="editTableTitle">图标:</td>
  42. <td class="editTableValue"><div class="MWFIcon" name="icon"></div></td>
  43. </tr>
  44. <tr>
  45. <td class="editTableTitle">新建检查:</td>
  46. <td class="editTableValue">
  47. <input class="editTableRadio" name="checkDraft" text{($.checkDraft===true)?'checked':''} type="radio" value="true"/>是
  48. <input class="editTableRadio" name="checkDraft" text{($.checkDraft!==true)?'checked':''} type="radio" value="false"/>否
  49. <br/>(选择“是”:未保存过的流程实例不会保留)
  50. </td>
  51. </tr>
  52. <tr>
  53. <td class="editTableTitle">使用路由名称作为缺省意见:</td>
  54. <td class="editTableValue">
  55. <input class="editTableRadio" name="routeNameAsOpinion" text{($.routeNameAsOpinion===true)?'checked':''} type="radio" value="true"/>是
  56. <input class="editTableRadio" name="routeNameAsOpinion" text{($.routeNameAsOpinion!==true)?'checked':''} type="radio" value="false"/>否
  57. <br/>(选择“否”:处理意见没填写则意见为空)
  58. </td>
  59. </tr>
  60. </table>
  61. <div style="height: 22px; line-height: 22px; background-color: #f1f1f1; text-align: center; font-weight: bold; border-top: 1px solid #cccccc">权 限</div>
  62. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable" id="processEditStarter"">
  63. <tr>
  64. <td class="editTableTitle">启动人:</td>
  65. <td class="editTableValue">
  66. <div class="MWFPersonIdentity" name="startableIdentityList"></div>
  67. </td>
  68. </tr>
  69. <tr>
  70. <td class="editTableTitle">启动组织:</td>
  71. <td class="editTableValue">
  72. <div class="MWFPersonUnit" name="startableUnitList"></div>
  73. </td>
  74. </tr>
  75. <!--<tr>-->
  76. <!--<td class="editTableTitle">启动部门:</td>-->
  77. <!--<td class="editTableValue">-->
  78. <!--<div class="MWFPersonDepartment" name="startableDepartmentList"></div>-->
  79. <!--</td>-->
  80. <!--</tr>-->
  81. <!--<tr>-->
  82. <!--<td class="editTableTitle">启动公司:</td>-->
  83. <!--<td class="editTableValue">-->
  84. <!--<div class="MWFPersonCompany" name="startableCompanyList"></div>-->
  85. <!--</td>-->
  86. <!--</tr>-->
  87. </table>
  88. <hr />
  89. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  90. <tr>
  91. <td class="editTableTitle">管理者:</td>
  92. <td class="editTableValue">
  93. <div class="MWFPersonPerson" name="controllerList"></div>
  94. </td>
  95. </tr>
  96. <!--<tr>-->
  97. <!--<td class="editTableTitle">管理部门:</td>-->
  98. <!--<td class="editTableValue">-->
  99. <!--<div class="MWFPersonDepartment" name="manageDepartmentList"></div>-->
  100. <!--</td>-->
  101. <!--</tr>-->
  102. <!--<tr>-->
  103. <!--<td class="editTableTitle">管理者脚本:</td>-->
  104. <!--<td class="editTableValue">-->
  105. <!--&lt;!&ndash; <textarea type="text" jsondata="reviewerScriptIdList" value="text{$.reviewerScriptIdList}" class="editTableInput"></textarea> &ndash;&gt;-->
  106. <!--<div class="MWFScript" name="manageScriptList"></div>-->
  107. <!--</td>-->
  108. <!--</tr>-->
  109. </table>
  110. <hr />
  111. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  112. <tr>
  113. <td class="editTableTitle">阅读者:</td>
  114. <td class="editTableValue">
  115. <div class="MWFPersonIdentity" name="reviewIdentityList"></div>
  116. </td>
  117. </tr>
  118. <!--<tr>-->
  119. <!--<td class="editTableTitle">阅读部门:</td>-->
  120. <!--<td class="editTableValue">-->
  121. <!--<div class="MWFPersonDepartment" name="reviewDepartmentList"></div>-->
  122. <!--</td>-->
  123. <!--</tr>-->
  124. <!--<tr>-->
  125. <!--<td class="editTableTitle">阅读人脚本:</td>-->
  126. <!--<td class="editTableValue">-->
  127. <!--&lt;!&ndash; <textarea type="text" jsondata="reviewerScriptIdList" value="text{$.reviewerScriptIdList}" class="editTableInput"></textarea> &ndash;&gt;-->
  128. <!--<div class="MWFScript" name="reviewScriptList"></div>-->
  129. <!--</td>-->
  130. <!--</tr>-->
  131. </table>
  132. </div>
  133. <div title="编号" class="MWFTab">
  134. <div class="MWFSerial" name="serialTexture"></div>
  135. <div style="border-top: 1px solid #CCC">
  136. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  137. <tr>
  138. <td class="editTableTitle">编号活动:</td>
  139. <td class="editTableValue">
  140. <div class="MWFSericalActivitySelect" name="serialActivity"></div></td>
  141. </tr>
  142. <tr>
  143. <td class="editTableTitle">触发条件:</td>
  144. <td class="editTableValue">
  145. <input class="editTableRadio" name="serialPhase" text{($.serialPhase!="inquire")?'checked':''} type="radio" value="arrive"/>到达
  146. <input class="editTableRadio" name="serialPhase" text{($.serialPhase=="inquire")?'checked':''} type="radio" value="inquire"/>提交
  147. </td>
  148. </tr>
  149. </table>
  150. </div>
  151. </div>
  152. <div title="时效" class="MWFTab">
  153. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  154. <tr>
  155. <td class="editTableTitle">流程超时:</td>
  156. <td class="editTableValue">
  157. <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}expireTypeAppointEditArea').setStyle('display', 'none'); $('text{$.id}expireTypeScriptEditArea').setStyle('display', 'none');}" name="expireType" text{($.expireType!='appoint' && $.expireType!='script')?'checked':''} type="radio" value="never"/>不超时
  158. <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}expireTypeAppointEditArea').setStyle('display', 'block'); $('text{$.id}expireTypeScriptEditArea').setStyle('display', 'none');}" name="expireType" text{($.expireType=='appoint')?'checked':''} type="radio" value="appoint"/>指定时长
  159. <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}expireTypeAppointEditArea').setStyle('display', 'none'); $('text{$.id}expireTypeScriptEditArea').setStyle('display', 'block');}" name="expireType" text{($.expireType=='script')?'checked':''} type="radio" value="script"/>通过脚本设定
  160. </td>
  161. </tr>
  162. </table>
  163. <div id="text{$.id}expireTypeAppointEditArea" style="display: text{($.expireType=='appoint')?'block':'none'}; margin-top: 5px;">
  164. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  165. <tr>
  166. <td class="editTableTitle">超时时长:</td>
  167. <td class="editTableValue">
  168. <input type="text" name="expireDay" value="text{ $.expireDay === 0 ? 0 : ($.expireDay || 7) }" style="width: 80px; border: 1px solid #cccccc"/> 天 <br/>
  169. <input type="text" name="expireHour" value="text{($.expireHour) ? $.expireHour : 0}" style="width: 80px; border: 1px solid #cccccc"/> 小时
  170. </td>
  171. </tr>
  172. <tr>
  173. <td class="editTableTitle"></td>
  174. <td class="editTableValue">
  175. <input class="editTableRadio" name="expireWorkTime" text{!($.expireWorkTime===false)?'checked':''} type="radio" value="true"/>仅计算工作时间
  176. <input class="editTableRadio" name="expireWorkTime" text{($.expireWorkTime===false)?'checked':''} type="radio" value="false"/>包含非指定时长
  177. </td>
  178. </tr>
  179. </table>
  180. </div>
  181. <div id="text{$.id}expireTypeScriptEditArea" style="display: text{($.expireType=='script')?'block':'none'}; margin-top: 5px;">
  182. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  183. <tr>
  184. <td class="editTableTitle">脚本:</td>
  185. <td class="editTableValue">
  186. <div class="MWFScript" name="expireScript"></div>
  187. </td>
  188. </tr>
  189. </table>
  190. <div class="MWFScriptText" name="expireScriptText"></div><hr />
  191. <div style="margin: 5px;">脚本返回JSON数据: <br>
  192. {<br>
  193. <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>hour: 3 <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>//几小时后超时<br>
  194. <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>workHour: 5 <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>//几个工作小时后超时<br>
  195. <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>date: '2016-08-01' <span>&nbsp;&nbsp;</span>//到达指定时间后超时<br>
  196. }<br>
  197. 三个值任选其一</div>
  198. </div>
  199. </div>
  200. <div title="映射" class="MWFTab">
  201. <div class="MWFProjection" name="projection">
  202. <div style="margin: 0px; height: 20px; padding: 5px; background-color: #F6F6F6; line-height: 20px; text-align: center">映射业务数据</div>
  203. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  204. <tr>
  205. <td class="editTableTitle">数据名称:</td>
  206. <td class="editTableValue"><input type="text" value="" class="editTableInput"/></td>
  207. </tr>
  208. <tr>
  209. <td class="editTableTitle">数据路径:</td>
  210. <td class="editTableValue"><input type="text" value="" class="editTableInput"/></td>
  211. </tr>
  212. <tr>
  213. <td class="editTableTitle">数据类型:</td>
  214. <td class="editTableValue"><select>
  215. <option value='string'>string</option>
  216. <option value='long'>long</option>
  217. <option value='double'>double</option>
  218. <option value='boolean'>boolean</option>
  219. <option value='date'>date</option>
  220. <option value='time'>time</option>
  221. <option value='datetime'>datetime</option>
  222. </select></td>
  223. </tr>
  224. </table>
  225. <div></div>
  226. <div></div>
  227. </div>
  228. <hr/>
  229. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  230. <tr>
  231. <td class="editTableValue">
  232. <b>每次流转刷新映射数据:</b>
  233. <input class="editTableRadio" name="projectionFully" text{($.projectionFully!==false)?'checked':''} type="radio" value="true"/>是
  234. <input class="editTableRadio" name="projectionFully" text{($.projectionFully===false)?'checked':''} type="radio" value="false"/>否
  235. </td>
  236. </tr>
  237. </table>
  238. </div>
  239. <div title="事件" class="MWFTab">
  240. <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;">
  241. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  242. <div style="margin-left: 20px; padding: 0px 5px;">流程启动前</div>
  243. </div>
  244. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  245. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  246. <tr>
  247. <td class="editTableTitle">流程启动前:</td>
  248. <td class="editTableValue">
  249. <div class="MWFScript" name="beforeBeginScript"></div>
  250. </td>
  251. </tr>
  252. </table>
  253. <div class="MWFScriptText" name="beforeBeginScriptText"></div><hr />
  254. </div>
  255. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  256. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  257. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">启动流程生成work实例</div>
  258. </div>
  259. <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;">
  260. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  261. <div style="margin-left: 20px; padding: 0px 5px;">流程启动后</div>
  262. </div>
  263. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  264. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  265. <tr>
  266. <td class="editTableTitle">流程启动后:</td>
  267. <td class="editTableValue">
  268. <div class="MWFScript" name="afterBeginScript"></div>
  269. </td>
  270. </tr>
  271. </table>
  272. <div class="MWFScriptText" name="afterBeginScriptText"></div><hr />
  273. </div>
  274. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  275. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  276. </div>
  277. <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;">
  278. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  279. <div style="margin-left: 20px; padding: 0px 5px;">活动到达前</div>
  280. </div>
  281. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  282. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  283. <tr>
  284. <td class="editTableTitle">活动到达前:</td>
  285. <td class="editTableValue">
  286. <div class="MWFScript" name="beforeArriveScript"></div>
  287. </td>
  288. </tr>
  289. </table>
  290. <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
  291. </div>
  292. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  293. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  294. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Arrive操作<br/>活动属性设置</div>
  295. </div>
  296. <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;">
  297. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  298. <div style="margin-left: 20px; padding: 0px 5px;">活动到达后</div>
  299. </div>
  300. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  301. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  302. <tr>
  303. <td class="editTableTitle">活动到达后:</td>
  304. <td class="editTableValue">
  305. <div class="MWFScript" name="afterArriveScript"></div>
  306. </td>
  307. </tr>
  308. </table>
  309. <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
  310. </div>
  311. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  312. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  313. </div>
  314. <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;">
  315. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  316. <div style="margin-left: 20px; padding: 0px 5px;">活动执行前</div>
  317. </div>
  318. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  319. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  320. <tr>
  321. <td class="editTableTitle">活动执行前:</td>
  322. <td class="editTableValue">
  323. <div class="MWFScript" name="beforeExecuteScript"></div>
  324. </td>
  325. </tr>
  326. </table>
  327. <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
  328. </div>
  329. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  330. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  331. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Execute操作<br/>执行自动活动任务</div>
  332. </div>
  333. <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;">
  334. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  335. <div style="margin-left: 20px; padding: 0px 5px;">活动执行后</div>
  336. </div>
  337. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  338. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  339. <tr>
  340. <td class="editTableTitle">活动执行后:</td>
  341. <td class="editTableValue">
  342. <div class="MWFScript" name="afterExecuteScript"></div>
  343. </td>
  344. </tr>
  345. </table>
  346. <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
  347. </div>
  348. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  349. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  350. </div>
  351. <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;">
  352. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  353. <div style="margin-left: 20px; padding: 0px 5px;">路由查询前</div>
  354. </div>
  355. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  356. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  357. <tr>
  358. <td class="editTableTitle">路由查询前:</td>
  359. <td class="editTableValue">
  360. <div class="MWFScript" name="beforeInquireScript"></div>
  361. </td>
  362. </tr>
  363. </table>
  364. <div class="MWFScriptText" name="beforeInquireScriptText"></div><hr />
  365. </div>
  366. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  367. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  368. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Inquire操作<br/>查询到达下一个活动的路由</div>
  369. </div>
  370. <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;">
  371. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  372. <div style="margin-left: 20px; padding: 0px 5px;">路由查询后</div>
  373. </div>
  374. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  375. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  376. <tr>
  377. <td class="editTableTitle">路由查询后:</td>
  378. <td class="editTableValue">
  379. <div class="MWFScript" name="afterInquireScript"></div>
  380. </td>
  381. </tr>
  382. </table>
  383. <div class="MWFScriptText" name="afterInquireScriptText"></div><hr />
  384. </div>
  385. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  386. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></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="beforeEndScript"></div>
  398. </td>
  399. </tr>
  400. </table>
  401. <div class="MWFScriptText" name="beforeEndScriptText"></div><hr />
  402. </div>
  403. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  404. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  405. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">结束流程<br/>生成workCompleted</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="afterEndScript"></div>
  417. </td>
  418. </tr>
  419. </table>
  420. <div class="MWFScriptText" name="afterEndScriptText"></div><hr />
  421. </div>
  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="beforeBeginScript"></div>-->
  427. <!-- </td>-->
  428. <!-- </tr>-->
  429. <!-- </table>-->
  430. <!-- <div class="MWFScriptText" name="beforeBeginScriptText"></div><hr />-->
  431. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  432. <!-- <tr>-->
  433. <!-- <td class="editTableTitle">流程启动后:</td>-->
  434. <!-- <td class="editTableValue">-->
  435. <!-- <div class="MWFScript" name="afterBeginScript"></div>-->
  436. <!-- </td>-->
  437. <!-- </tr>-->
  438. <!-- </table>-->
  439. <!-- <div class="MWFScriptText" name="afterBeginScriptText"></div><hr />-->
  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="beforeEndScript"></div>-->
  445. <!-- </td>-->
  446. <!-- </tr>-->
  447. <!-- </table>-->
  448. <!-- <div class="MWFScriptText" name="beforeEndScriptText"></div><hr />-->
  449. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  450. <!-- <tr>-->
  451. <!-- <td class="editTableTitle">流程结束后:</td>-->
  452. <!-- <td class="editTableValue">-->
  453. <!-- <div class="MWFScript" name="afterEndScript"></div>-->
  454. <!-- </td>-->
  455. <!-- </tr>-->
  456. <!-- </table>-->
  457. <!-- <div class="MWFScriptText" name="afterEndScriptText"></div><hr />-->
  458. </div>
  459. </div>