begin.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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>
  32. </td>
  33. </tr>
  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. </table>
  45. </div>
  46. <div title="人员" class="MWFTab">
  47. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  48. <tr>
  49. <td class="editTableHeadTitle" colspan="2">待阅人</td>
  50. </tr>
  51. <tr>
  52. <td class="editTableTitle">待阅人标识:</td>
  53. <td class="editTableValue">
  54. <div class="MWFPersonIdentity" name="readIdentityList" type="identity"></div>
  55. </td>
  56. </tr>
  57. <tr>
  58. <td class="editTableTitle">待阅组织:</td>
  59. <td class="editTableValue">
  60. <div class="MWFPersonUnit" name="readUnitList"></div>
  61. </td>
  62. </tr>
  63. <tr>
  64. <td class="editTableTitle">职  位:</td>
  65. <td class="editTableValue">
  66. <div class="MWFDutySelector" name="readDuty"></div>
  67. </td>
  68. </tr>
  69. <tr>
  70. <td class="editTableTitle">流程数据:</td>
  71. <td class="editTableValue">
  72. <div class="MWFFormFieldPerson" name="readDataPathList"></div>
  73. </td>
  74. </tr>
  75. <tr>
  76. <td class="editTableTitle">脚本:</td>
  77. <td class="editTableValue">
  78. <div class="MWFScript" name="readScript"></div>
  79. </td>
  80. </tr>
  81. </table>
  82. <div class="MWFScriptText" name="readScriptText"></div>
  83. <hr />
  84. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  85. <tr>
  86. <td class="editTableHeadTitle" colspan="2">阅读人</td>
  87. </tr>
  88. <tr>
  89. <td class="editTableTitle">阅读人标识:</td>
  90. <td class="editTableValue">
  91. <div class="MWFPersonIdentity" name="reviewIdentityList" type="identity"></div>
  92. </td>
  93. </tr>
  94. <tr>
  95. <td class="editTableTitle">阅读组织:</td>
  96. <td class="editTableValue">
  97. <div class="MWFPersonUnit" name="reviewUnitList"></div>
  98. </td>
  99. </tr>
  100. <tr>
  101. <td class="editTableTitle">职  位:</td>
  102. <td class="editTableValue">
  103. <div class="MWFDutySelector" name="reviewDuty"></div>
  104. </td>
  105. </tr>
  106. <tr>
  107. <td class="editTableTitle">流程数据:</td>
  108. <td class="editTableValue">
  109. <div class="MWFFormFieldPerson" name="reviewDataPathList"></div>
  110. </td>
  111. </tr>
  112. <tr>
  113. <td class="editTableTitle">脚本:</td>
  114. <td class="editTableValue">
  115. <div class="MWFScript" name="reviewScript"></div>
  116. </td>
  117. </tr>
  118. </table>
  119. <div class="MWFScriptText" name="reviewScriptText"></div>
  120. </div>
  121. <div title="事件" class="MWFTab">
  122. <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;">
  123. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  124. <div style="margin-left: 20px; padding: 0px 5px;">工作到达前</div>
  125. </div>
  126. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  127. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  128. <tr>
  129. <td class="editTableTitle">文件收到前:</td>
  130. <td class="editTableValue">
  131. <div class="MWFScript" name="beforeArriveScript"></div>
  132. </td>
  133. </tr>
  134. </table>
  135. <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
  136. </div>
  137. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  138. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  139. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Arrive操作<br/>活动属性设置</div>
  140. </div>
  141. <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;">
  142. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  143. <div style="margin-left: 20px; padding: 0px 5px;">文件收到后</div>
  144. </div>
  145. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  146. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  147. <tr>
  148. <td class="editTableTitle">文件收到后:</td>
  149. <td class="editTableValue">
  150. <div class="MWFScript" name="afterArriveScript"></div>
  151. </td>
  152. </tr>
  153. </table>
  154. <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
  155. </div>
  156. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  157. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  158. </div>
  159. <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;">
  160. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  161. <div style="margin-left: 20px; padding: 0px 5px;">活动执行前</div>
  162. </div>
  163. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  164. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  165. <tr>
  166. <td class="editTableTitle">活动执行前:</td>
  167. <td class="editTableValue">
  168. <div class="MWFScript" name="beforeExecuteScript"></div>
  169. </td>
  170. </tr>
  171. </table>
  172. <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
  173. </div>
  174. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  175. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  176. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Execute操作<br/>执行自动活动任务</div>
  177. </div>
  178. <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;">
  179. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  180. <div style="margin-left: 20px; padding: 0px 5px;">活动执行后</div>
  181. </div>
  182. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  183. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  184. <tr>
  185. <td class="editTableTitle">文件流转后:</td>
  186. <td class="editTableValue">
  187. <div class="MWFScript" name="afterExecuteScript"></div>
  188. </td>
  189. </tr>
  190. </table>
  191. <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
  192. </div>
  193. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  194. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  195. </div>
  196. <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;">
  197. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  198. <div style="margin-left: 20px; padding: 0px 5px;">路由查询前</div>
  199. </div>
  200. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  201. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  202. <tr>
  203. <td class="editTableTitle">路由查询前:</td>
  204. <td class="editTableValue">
  205. <div class="MWFScript" name="beforeInquireScript"></div>
  206. </td>
  207. </tr>
  208. </table>
  209. <div class="MWFScriptText" name="beforeInquireScriptText"></div><hr />
  210. </div>
  211. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  212. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  213. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Inquire操作<br/>查询到达下一个活动的路由</div>
  214. </div>
  215. <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;">
  216. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  217. <div style="margin-left: 20px; padding: 0px 5px;">路由查询后</div>
  218. </div>
  219. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  220. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  221. <tr>
  222. <td class="editTableTitle">路由查询后:</td>
  223. <td class="editTableValue">
  224. <div class="MWFScript" name="afterInquireScript"></div>
  225. </td>
  226. </tr>
  227. </table>
  228. <div class="MWFScriptText" name="afterInquireScriptText"></div><hr />
  229. </div>
  230. </div>
  231. </div>