condition.html 13 KB

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