cancel.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <div>
  2. <div title="基本" class="MWFTab">
  3. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  4. <tr>
  5. <td class="editTableTitle">标识:</td>
  6. <td class="editTableValue">text{$.id}</td>
  7. </tr>
  8. <tr>
  9. <td class="editTableTitle">创建时间:</td>
  10. <td class="editTableValue">text{$.createTime}</td>
  11. </tr>
  12. <tr>
  13. <td class="editTableTitle">类型:</td>
  14. <td class="editTableValue">text{$.type}</td>
  15. </tr>
  16. <tr>
  17. <td class="editTableTitle">名称:</td>
  18. <td class="editTableValue"><input type="text" name="name" jsondata="name" value="text{$.name}" class="editTableInput"/></td>
  19. </tr>
  20. <tr>
  21. <td class="editTableTitle">别名:</td>
  22. <td class="editTableValue"><input type="text" name="alias" jsondata="alias" value="text{$.alias}" class="editTableInput"/></td>
  23. </tr>
  24. <tr>
  25. <td class="editTableTitle">描述:</td>
  26. <td class="editTableValue"><textarea name="description" jsondata="description" class="editTableTextarea">text{$.description}</textarea></td>
  27. </tr>
  28. <tr>
  29. <td class="editTableTitle">表单:</td>
  30. <td class="editTableValue">
  31. <div class="MWFFormSelect" name="form"></div></td>
  32. </tr>
  33. </table>
  34. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  35. <tr>
  36. <td class="editTableValue" colspan="2"><b>是否允许调度:</b><input class="editTableRadio" name="allowReroute" text{($.allowReroute)?'checked':''} type="radio" value="true"/>是
  37. <input class="editTableRadio" name="allowReroute" text{(!$.allowReroute)?'checked':''} type="radio" value="false"/>否</td>
  38. </tr>
  39. <tr>
  40. <td class="editTableValue" colspan="2"><b>允许调度到此活动:</b><input class="editTableRadio" name="allowRerouteTo" text{($.allowRerouteTo)?'checked':''} type="radio" value="true"/>是
  41. <input class="editTeditTableRadioableInput" class="editTableInput" name="allowRerouteTo" text{(!$.allowRerouteTo)?'checked':''} type="radio" value="false"/>否</td>
  42. </tr>
  43. </table>
  44. </div>
  45. <div title="人员" class="MWFTab">
  46. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  47. <tr>
  48. <td class="editTableHeadTitle" colspan="2">待阅人</td>
  49. </tr>
  50. <tr>
  51. <td class="editTableTitle">待阅人标识:</td>
  52. <td class="editTableValue">
  53. <div class="MWFPersonIdentity" name="readIdentityList" type="identity"></div>
  54. </td>
  55. </tr>
  56. <tr>
  57. <td class="editTableTitle">待阅组织:</td>
  58. <td class="editTableValue">
  59. <div class="MWFPersonUnit" name="readUnitList"></div>
  60. </td>
  61. </tr>
  62. <tr>
  63. <td class="editTableTitle">职  位:</td>
  64. <td class="editTableValue">
  65. <div class="MWFDutySelector" name="readDuty"></div>
  66. </td>
  67. </tr>
  68. <tr>
  69. <td class="editTableTitle">流程数据:</td>
  70. <td class="editTableValue">
  71. <div class="MWFFormFieldPerson" name="readDataPathList"></div>
  72. </td>
  73. </tr>
  74. <tr>
  75. <td class="editTableTitle">脚本:</td>
  76. <td class="editTableValue">
  77. <div class="MWFScript" name="readScript"></div>
  78. </td>
  79. </tr>
  80. </table>
  81. <div class="MWFScriptText" name="readScriptText"></div>
  82. <hr />
  83. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  84. <tr>
  85. <td class="editTableHeadTitle" colspan="2">阅读人</td>
  86. </tr>
  87. <tr>
  88. <td class="editTableTitle">阅读人标识:</td>
  89. <td class="editTableValue">
  90. <div class="MWFPersonIdentity" name="reviewIdentityList" type="identity"></div>
  91. </td>
  92. </tr>
  93. <tr>
  94. <td class="editTableTitle">阅读组织:</td>
  95. <td class="editTableValue">
  96. <div class="MWFPersonUnit" name="reviewUnitList"></div>
  97. </td>
  98. </tr>
  99. <tr>
  100. <td class="editTableTitle">职  位:</td>
  101. <td class="editTableValue">
  102. <div class="MWFDutySelector" name="reviewDuty"></div>
  103. </td>
  104. </tr>
  105. <tr>
  106. <td class="editTableTitle">流程数据:</td>
  107. <td class="editTableValue">
  108. <div class="MWFFormFieldPerson" name="reviewDataPathList"></div>
  109. </td>
  110. </tr>
  111. <tr>
  112. <td class="editTableTitle">脚本:</td>
  113. <td class="editTableValue">
  114. <div class="MWFScript" name="reviewScript"></div>
  115. </td>
  116. </tr>
  117. </table>
  118. <div class="MWFScriptText" name="reviewScriptText"></div>
  119. </div>
  120. <div title="事件" class="MWFTab">
  121. <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;">
  122. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.beforeArriveScript || $.beforeArriveScriptText) ? "event_code" : "event"}.png) no-repeat center center;"></div>
  123. <div style="margin-left: 20px; padding: 0px 5px;">工作到达前</div>
  124. </div>
  125. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  126. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  127. <tr>
  128. <td class="editTableTitle">文件收到前:</td>
  129. <td class="editTableValue">
  130. <div class="MWFScript" name="beforeArriveScript"></div>
  131. </td>
  132. </tr>
  133. </table>
  134. <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
  135. </div>
  136. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  137. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  138. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Arrive操作<br/>活动属性设置</div>
  139. </div>
  140. <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;">
  141. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.afterArriveScript || $.afterArriveScriptText) ? "event_code" : "event"}.png) no-repeat center center;"></div>
  142. <div style="margin-left: 20px; padding: 0px 5px;">文件收到后</div>
  143. </div>
  144. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  145. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  146. <tr>
  147. <td class="editTableTitle">文件收到后:</td>
  148. <td class="editTableValue">
  149. <div class="MWFScript" name="afterArriveScript"></div>
  150. </td>
  151. </tr>
  152. </table>
  153. <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
  154. </div>
  155. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  156. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  157. </div>
  158. <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;">
  159. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.beforeExecuteScript || $.beforeExecuteScriptText) ? "event_code" : "event"}.png) no-repeat center center;"></div>
  160. <div style="margin-left: 20px; padding: 0px 5px;">活动执行前</div>
  161. </div>
  162. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  163. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  164. <tr>
  165. <td class="editTableTitle">活动执行前:</td>
  166. <td class="editTableValue">
  167. <div class="MWFScript" name="beforeExecuteScript"></div>
  168. </td>
  169. </tr>
  170. </table>
  171. <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
  172. </div>
  173. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  174. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  175. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Execute操作<br/>执行自动活动任务</div>
  176. </div>
  177. <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;">
  178. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.afterExecuteScript || $.afterExecuteScriptText) ? "event_code" : "event"}.png) no-repeat center center;"></div>
  179. <div style="margin-left: 20px; padding: 0px 5px;">活动执行后</div>
  180. </div>
  181. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  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="afterExecuteScript"></div>
  187. </td>
  188. </tr>
  189. </table>
  190. <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
  191. </div>
  192. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  193. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  194. </div>
  195. <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;">
  196. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.beforeInquireScript || $.beforeInquireScriptText) ? "event_code" : "event"}.png) no-repeat center center;"></div>
  197. <div style="margin-left: 20px; padding: 0px 5px;">路由查询前</div>
  198. </div>
  199. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  200. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  201. <tr>
  202. <td class="editTableTitle">路由查询前:</td>
  203. <td class="editTableValue">
  204. <div class="MWFScript" name="beforeInquireScript"></div>
  205. </td>
  206. </tr>
  207. </table>
  208. <div class="MWFScriptText" name="beforeInquireScriptText"></div><hr />
  209. </div>
  210. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  211. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  212. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Inquire操作<br/>查询到达下一个活动的路由</div>
  213. </div>
  214. <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;">
  215. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.afterInquireScript || $.afterInquireScriptText) ? "event_code" : "event"}.png) no-repeat center center;"></div>
  216. <div style="margin-left: 20px; padding: 0px 5px;">路由查询后</div>
  217. </div>
  218. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  219. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  220. <tr>
  221. <td class="editTableTitle">路由查询后:</td>
  222. <td class="editTableValue">
  223. <div class="MWFScript" name="afterInquireScript"></div>
  224. </td>
  225. </tr>
  226. </table>
  227. <div class="MWFScriptText" name="afterInquireScriptText"></div><hr />
  228. </div>
  229. </div>
  230. </div>