message.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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" value="text{$.name}" class="editTableInput"/></td>
  19. </tr>
  20. <tr>
  21. <td class="editTableTitle">别名:</td>
  22. <td class="editTableValue"><input type="text" name="alias" value="text{$.alias}" class="editTableInput"/></td>
  23. </tr>
  24. <tr>
  25. <td class="editTableTitle">描述:</td>
  26. <td class="editTableValue"><textarea name="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>
  38. <div title="事件" class="MWFTab">
  39. <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;">
  40. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  41. <div style="margin-left: 20px; padding: 0px 5px;">工作到达前</div>
  42. </div>
  43. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  44. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  45. <tr>
  46. <td class="editTableTitle">文件收到前:</td>
  47. <td class="editTableValue">
  48. <div class="MWFScript" name="beforeArriveScript"></div>
  49. </td>
  50. </tr>
  51. </table>
  52. <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
  53. </div>
  54. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  55. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  56. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Arrive操作<br/>活动属性设置</div>
  57. </div>
  58. <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;">
  59. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  60. <div style="margin-left: 20px; padding: 0px 5px;">文件收到后</div>
  61. </div>
  62. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  63. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  64. <tr>
  65. <td class="editTableTitle">文件收到后:</td>
  66. <td class="editTableValue">
  67. <div class="MWFScript" name="afterArriveScript"></div>
  68. </td>
  69. </tr>
  70. </table>
  71. <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
  72. </div>
  73. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  74. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  75. </div>
  76. <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;">
  77. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  78. <div style="margin-left: 20px; padding: 0px 5px;">活动执行前</div>
  79. </div>
  80. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  81. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  82. <tr>
  83. <td class="editTableTitle">活动执行前:</td>
  84. <td class="editTableValue">
  85. <div class="MWFScript" name="beforeExecuteScript"></div>
  86. </td>
  87. </tr>
  88. </table>
  89. <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
  90. </div>
  91. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  92. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  93. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Execute操作<br/>执行自动活动任务</div>
  94. </div>
  95. <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;">
  96. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  97. <div style="margin-left: 20px; padding: 0px 5px;">活动执行后</div>
  98. </div>
  99. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  100. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  101. <tr>
  102. <td class="editTableTitle">文件流转后:</td>
  103. <td class="editTableValue">
  104. <div class="MWFScript" name="afterExecuteScript"></div>
  105. </td>
  106. </tr>
  107. </table>
  108. <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
  109. </div>
  110. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  111. <div style="height: 26px; background: url(/x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  112. </div>
  113. <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;">
  114. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  115. <div style="margin-left: 20px; padding: 0px 5px;">路由查询前</div>
  116. </div>
  117. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  118. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  119. <tr>
  120. <td class="editTableTitle">路由查询前:</td>
  121. <td class="editTableValue">
  122. <div class="MWFScript" name="beforeInquiryScript"></div>
  123. </td>
  124. </tr>
  125. </table>
  126. <div class="MWFScriptText" name="beforeInquiryScriptText"></div><hr />
  127. </div>
  128. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  129. <div style="height: 46px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  130. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">执行Inquiry操作<br/>查询到达下一个活动的路由</div>
  131. </div>
  132. <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;">
  133. <div style="height: 30px; width: 30px; float: left; background: url(/x_component_process_ProcessDesigner/$Process/event.png) no-repeat center center;"></div>
  134. <div style="margin-left: 20px; padding: 0px 5px;">路由查询后</div>
  135. </div>
  136. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  137. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  138. <tr>
  139. <td class="editTableTitle">路由查询后:</td>
  140. <td class="editTableValue">
  141. <div class="MWFScript" name="afterInquiryScript"></div>
  142. </td>
  143. </tr>
  144. </table>
  145. <div class="MWFScriptText" name="afterInquiryScriptText"></div><hr />
  146. </div>
  147. </div>
  148. </div>