process.html 30 KB

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