agent.html 13 KB

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