process.html 30 KB

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