process.html 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  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="routeNameAsOpinion" text{($.routeNameAsOpinion===true)?'checked':''} type="radio" value="true"/>是
  48. <input class="editTableRadio" name="routeNameAsOpinion" text{($.routeNameAsOpinion!==true)?'checked':''} type="radio" value="false"/>否
  49. <br/>(选择“否”:处理意见没填写则意见为空)
  50. </td>
  51. </tr>
  52. </table>
  53. <div style="height: 22px; line-height: 22px; background-color: #f1f1f1; text-align: center; font-weight: bold; border-top: 1px solid #cccccc">版 本</div>
  54. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  55. <tr>
  56. <td class="editTableTitle">版本名称:</td>
  57. <td class="editTableValue">text{$.editionName}</td>
  58. </tr>
  59. <tr>
  60. <td class="editTableTitle">版本标识:</td>
  61. <td class="editTableValue">text{$.edition}</td>
  62. </tr>
  63. <tr>
  64. <td class="editTableTitle">版本描述:</td>
  65. <td class="editTableValue"><textarea name="editionDes" class="editTableTextarea">text{$.editionDes}</textarea></td>
  66. </tr>
  67. </table>
  68. <div style="height: 22px; line-height: 22px; background-color: #f1f1f1; text-align: center; font-weight: bold; border-top: 1px solid #cccccc">启 动</div>
  69. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  70. <tr>
  71. <td class="editTableTitle">启动终端:</td>
  72. <td class="editTableValue">
  73. <input class="editTableRadio" name="startableTerminal" text{($.startableTerminal!=='client' && $.startableTerminal!=='mobile')?'checked':''} type="radio" value="all"/>PC端和移动端
  74. <input class="editTableRadio" name="startableTerminal" text{($.startableTerminal==='client')?'checked':''} type="radio" value="client"/>仅PC端
  75. <!-- <input class="editTableRadio" name="startableTerminal" text{($.startableTerminal==='mobile')?'checked':''} type="radio" value="mobile"/>移动端-->
  76. </td>
  77. </tr>
  78. </table>
  79. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  80. <tr>
  81. <td class="editTableTitle">启动模式:</td>
  82. <td class="editTableValue">
  83. <input class="editTableRadio" name="defaultStartMode" onclick="if (this.checked){ $('text{$.id}checkDraftArea').setStyle('display', 'block');}" text{($.defaultStartMode!=='draft')?'checked':''} type="radio" value="instance"/>实例模式
  84. <span style="color: #999999; font-size: 12px"> (新建流程时直接创建流程实例,给拟稿人生成待办)</span>
  85. <br/><input class="editTableRadio" name="defaultStartMode" onclick="if (this.checked){ $('text{$.id}checkDraftArea').setStyle('display', 'none');}" text{($.defaultStartMode==='draft')?'checked':''} type="radio" value="draft"/>草稿模式
  86. <span style="color: #999999; font-size: 12px"> (新建流程时不创建流程实例,不生成待办,产生一个草稿文档,直到流转时才创建流程实例)</span>
  87. </td>
  88. </tr>
  89. </table>
  90. <div id="text{$.id}checkDraftArea" style="display: text{($.defaultStartMode=='draft')?'none':'block'};">
  91. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  92. <tr>
  93. <td class="editTableTitle">新建检查:</td>
  94. <td class="editTableValue">
  95. <input class="editTableRadio" name="checkDraft" text{($.checkDraft===true)?'checked':''} type="radio" value="true"/>是
  96. <input class="editTableRadio" name="checkDraft" text{($.checkDraft!==true)?'checked':''} type="radio" value="false"/>否
  97. <br/>(选择“是”:未保存过的流程实例不会保留)
  98. </td>
  99. </tr>
  100. </table>
  101. </div>
  102. <div style="height: 22px; line-height: 22px; background-color: #f1f1f1; text-align: center; font-weight: bold; border-top: 1px solid #cccccc">权 限</div>
  103. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable" id="processEditStarter">
  104. <tr>
  105. <td class="editTableTitle">启动人:</td>
  106. <td class="editTableValue">
  107. <div class="MWFPersonIdentity" name="startableIdentityList"></div>
  108. </td>
  109. </tr>
  110. <tr>
  111. <td class="editTableTitle">启动组织:</td>
  112. <td class="editTableValue">
  113. <div class="MWFPersonUnit" name="startableUnitList"></div>
  114. </td>
  115. </tr>
  116. <!--<tr>-->
  117. <!--<td class="editTableTitle">启动部门:</td>-->
  118. <!--<td class="editTableValue">-->
  119. <!--<div class="MWFPersonDepartment" name="startableDepartmentList"></div>-->
  120. <!--</td>-->
  121. <!--</tr>-->
  122. <!--<tr>-->
  123. <!--<td class="editTableTitle">启动公司:</td>-->
  124. <!--<td class="editTableValue">-->
  125. <!--<div class="MWFPersonCompany" name="startableCompanyList"></div>-->
  126. <!--</td>-->
  127. <!--</tr>-->
  128. </table>
  129. <hr />
  130. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  131. <tr>
  132. <td class="editTableTitle">管理者:</td>
  133. <td class="editTableValue">
  134. <div class="MWFPersonPerson" name="controllerList"></div>
  135. </td>
  136. </tr>
  137. <!--<tr>-->
  138. <!--<td class="editTableTitle">管理部门:</td>-->
  139. <!--<td class="editTableValue">-->
  140. <!--<div class="MWFPersonDepartment" name="manageDepartmentList"></div>-->
  141. <!--</td>-->
  142. <!--</tr>-->
  143. <!--<tr>-->
  144. <!--<td class="editTableTitle">管理者脚本:</td>-->
  145. <!--<td class="editTableValue">-->
  146. <!--&lt;!&ndash; <textarea type="text" jsondata="reviewerScriptIdList" value="text{$.reviewerScriptIdList}" class="editTableInput"></textarea> &ndash;&gt;-->
  147. <!--<div class="MWFScript" name="manageScriptList"></div>-->
  148. <!--</td>-->
  149. <!--</tr>-->
  150. </table>
  151. <hr />
  152. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  153. <tr>
  154. <td class="editTableTitle">阅读者:</td>
  155. <td class="editTableValue">
  156. <div class="MWFPersonIdentity" name="reviewIdentityList"></div>
  157. </td>
  158. </tr>
  159. <!--<tr>-->
  160. <!--<td class="editTableTitle">阅读部门:</td>-->
  161. <!--<td class="editTableValue">-->
  162. <!--<div class="MWFPersonDepartment" name="reviewDepartmentList"></div>-->
  163. <!--</td>-->
  164. <!--</tr>-->
  165. <!--<tr>-->
  166. <!--<td class="editTableTitle">阅读人脚本:</td>-->
  167. <!--<td class="editTableValue">-->
  168. <!--&lt;!&ndash; <textarea type="text" jsondata="reviewerScriptIdList" value="text{$.reviewerScriptIdList}" class="editTableInput"></textarea> &ndash;&gt;-->
  169. <!--<div class="MWFScript" name="reviewScriptList"></div>-->
  170. <!--</td>-->
  171. <!--</tr>-->
  172. </table>
  173. </div>
  174. <div title="编号" class="MWFTab">
  175. <div class="MWFSerial" name="serialTexture"></div>
  176. <div style="border-top: 1px solid #CCC">
  177. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  178. <tr>
  179. <td class="editTableTitle">编号活动:</td>
  180. <td class="editTableValue">
  181. <div class="MWFSericalActivitySelect" name="serialActivity"></div></td>
  182. </tr>
  183. <tr>
  184. <td class="editTableTitle">触发条件:</td>
  185. <td class="editTableValue">
  186. <input class="editTableRadio" name="serialPhase" text{($.serialPhase!="inquire")?'checked':''} type="radio" value="arrive"/>到达
  187. <input class="editTableRadio" name="serialPhase" text{($.serialPhase=="inquire")?'checked':''} type="radio" value="inquire"/>提交
  188. </td>
  189. </tr>
  190. </table>
  191. </div>
  192. </div>
  193. <div title="时效" class="MWFTab">
  194. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  195. <tr>
  196. <td class="editTableTitle">流程超时:</td>
  197. <td class="editTableValue">
  198. <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"/>不超时
  199. <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"/>指定时长
  200. <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"/>通过脚本设定
  201. </td>
  202. </tr>
  203. </table>
  204. <div id="text{$.id}expireTypeAppointEditArea" style="display: text{($.expireType=='appoint')?'block':'none'}; margin-top: 5px;">
  205. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  206. <tr>
  207. <td class="editTableTitle">超时时长:</td>
  208. <td class="editTableValue">
  209. <input type="text" name="expireDay" value="text{ $.expireDay === 0 ? 0 : ($.expireDay || 7) }" style="width: 80px; border: 1px solid #cccccc"/> 天 <br/>
  210. <input type="text" name="expireHour" value="text{($.expireHour) ? $.expireHour : 0}" style="width: 80px; border: 1px solid #cccccc"/> 小时
  211. </td>
  212. </tr>
  213. <tr>
  214. <td class="editTableTitle"></td>
  215. <td class="editTableValue">
  216. <input class="editTableRadio" name="expireWorkTime" text{!($.expireWorkTime===false)?'checked':''} type="radio" value="true"/>仅计算工作时间
  217. <input class="editTableRadio" name="expireWorkTime" text{($.expireWorkTime===false)?'checked':''} type="radio" value="false"/>包含非指定时长
  218. </td>
  219. </tr>
  220. </table>
  221. </div>
  222. <div id="text{$.id}expireTypeScriptEditArea" style="display: text{($.expireType=='script')?'block':'none'}; margin-top: 5px;">
  223. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  224. <tr>
  225. <td class="editTableTitle">脚本:</td>
  226. <td class="editTableValue">
  227. <div class="MWFScript" name="expireScript"></div>
  228. </td>
  229. </tr>
  230. </table>
  231. <div class="MWFScriptText" name="expireScriptText"></div><hr />
  232. <div style="margin: 5px;">脚本返回JSON数据: <br>
  233. {<br>
  234. <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>
  235. <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>workHour: 5 <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>//几个工作小时后超时<br>
  236. <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>date: '2016-08-01' <span>&nbsp;&nbsp;</span>//到达指定时间后超时<br>
  237. }<br>
  238. 三个值任选其一</div>
  239. </div>
  240. </div>
  241. <div title="映射" class="MWFTab">
  242. <div class="MWFProjection" name="projection">
  243. <div style="margin: 0px; height: 20px; padding: 5px; background-color: #F6F6F6; line-height: 20px; text-align: center">映射业务数据</div>
  244. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  245. <tr>
  246. <td class="editTableTitle">数据名称:</td>
  247. <td class="editTableValue"><input type="text" value="" class="editTableInput"/></td>
  248. </tr>
  249. <tr>
  250. <td class="editTableTitle">数据路径:</td>
  251. <td class="editTableValue"><input type="text" value="" class="editTableInput"/></td>
  252. </tr>
  253. <tr>
  254. <td class="editTableTitle">数据类型:</td>
  255. <td class="editTableValue"><select>
  256. <option value='string'>string</option>
  257. <option value='long'>long</option>
  258. <option value='double'>double</option>
  259. <option value='boolean'>boolean</option>
  260. <option value='date'>date</option>
  261. <option value='time'>time</option>
  262. <option value='datetime'>datetime</option>
  263. </select></td>
  264. </tr>
  265. </table>
  266. <div></div>
  267. <div></div>
  268. </div>
  269. <hr/>
  270. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  271. <tr>
  272. <td class="editTableValue">
  273. <b>每次流转刷新映射数据:</b>
  274. <input class="editTableRadio" name="projectionFully" text{($.projectionFully!==false)?'checked':''} type="radio" value="true"/>是
  275. <input class="editTableRadio" name="projectionFully" text{($.projectionFully===false)?'checked':''} type="radio" value="false"/>否
  276. </td>
  277. </tr>
  278. </table>
  279. </div>
  280. <div title="事件" class="MWFTab">
  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="beforeBeginScript"></div>
  291. </td>
  292. </tr>
  293. </table>
  294. <div class="MWFScriptText" name="beforeBeginScriptText"></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;">启动流程生成work实例</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="afterBeginScript"></div>
  310. </td>
  311. </tr>
  312. </table>
  313. <div class="MWFScriptText" name="afterBeginScriptText"></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="beforeArriveScript"></div>
  328. </td>
  329. </tr>
  330. </table>
  331. <div class="MWFScriptText" name="beforeArriveScriptText"></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;">执行Arrive操作<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="afterArriveScript"></div>
  347. </td>
  348. </tr>
  349. </table>
  350. <div class="MWFScriptText" name="afterArriveScriptText"></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="beforeExecuteScript"></div>
  365. </td>
  366. </tr>
  367. </table>
  368. <div class="MWFScriptText" name="beforeExecuteScriptText"></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;">执行Execute操作<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="afterExecuteScript"></div>
  384. </td>
  385. </tr>
  386. </table>
  387. <div class="MWFScriptText" name="afterExecuteScriptText"></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="beforeInquireScript"></div>
  402. </td>
  403. </tr>
  404. </table>
  405. <div class="MWFScriptText" name="beforeInquireScriptText"></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;">执行Inquire操作<br/>查询到达下一个活动的路由</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="afterInquireScript"></div>
  421. </td>
  422. </tr>
  423. </table>
  424. <div class="MWFScriptText" name="afterInquireScriptText"></div><hr />
  425. </div>
  426. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  427. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  428. </div>
  429. <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;">
  430. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  431. <div style="margin-left: 20px; padding: 0px 5px;">流程结束前</div>
  432. </div>
  433. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  434. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  435. <tr>
  436. <td class="editTableTitle">流程结束前:</td>
  437. <td class="editTableValue">
  438. <div class="MWFScript" name="beforeEndScript"></div>
  439. </td>
  440. </tr>
  441. </table>
  442. <div class="MWFScriptText" name="beforeEndScriptText"></div><hr />
  443. </div>
  444. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  445. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  446. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">结束流程<br/>生成workCompleted</div>
  447. </div>
  448. <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;">
  449. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  450. <div style="margin-left: 20px; padding: 0px 5px;">流程结束后</div>
  451. </div>
  452. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  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. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  464. <!-- <tr>-->
  465. <!-- <td class="editTableTitle">流程启动前:</td>-->
  466. <!-- <td class="editTableValue">-->
  467. <!-- <div class="MWFScript" name="beforeBeginScript"></div>-->
  468. <!-- </td>-->
  469. <!-- </tr>-->
  470. <!-- </table>-->
  471. <!-- <div class="MWFScriptText" name="beforeBeginScriptText"></div><hr />-->
  472. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  473. <!-- <tr>-->
  474. <!-- <td class="editTableTitle">流程启动后:</td>-->
  475. <!-- <td class="editTableValue">-->
  476. <!-- <div class="MWFScript" name="afterBeginScript"></div>-->
  477. <!-- </td>-->
  478. <!-- </tr>-->
  479. <!-- </table>-->
  480. <!-- <div class="MWFScriptText" name="afterBeginScriptText"></div><hr />-->
  481. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  482. <!-- <tr>-->
  483. <!-- <td class="editTableTitle">流程结束前:</td>-->
  484. <!-- <td class="editTableValue">-->
  485. <!-- <div class="MWFScript" name="beforeEndScript"></div>-->
  486. <!-- </td>-->
  487. <!-- </tr>-->
  488. <!-- </table>-->
  489. <!-- <div class="MWFScriptText" name="beforeEndScriptText"></div><hr />-->
  490. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  491. <!-- <tr>-->
  492. <!-- <td class="editTableTitle">流程结束后:</td>-->
  493. <!-- <td class="editTableValue">-->
  494. <!-- <div class="MWFScript" name="afterEndScript"></div>-->
  495. <!-- </td>-->
  496. <!-- </tr>-->
  497. <!-- </table>-->
  498. <!-- <div class="MWFScriptText" name="afterEndScriptText"></div><hr />-->
  499. </div>
  500. </div>