invoke.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. <div>
  2. <div title="{{$.lp.base}}" class="MWFTab">
  3. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  4. <tr>
  5. <td class="editTableTitle">{{$.lp.id}}:</td>
  6. <td class="editTableValue">text{$.id}</td>
  7. </tr>
  8. <tr>
  9. <td class="editTableTitle">{{$.lp.createTime}}:</td>
  10. <td class="editTableValue">text{$.createTime}</td>
  11. </tr>
  12. <tr>
  13. <td class="editTableTitle">{{$.lp.type}}:</td>
  14. <td class="editTableValue">text{$.type}</td>
  15. </tr>
  16. <tr>
  17. <td class="editTableTitle">{{$.lp.name}}:</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">{{$.lp.alias}}:</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">{{$.lp.description}}:</td>
  26. <td class="editTableValue"><textarea name="description" jsondata="description" class="editTableTextarea">text{$.description}</textarea></td>
  27. </tr>
  28. <tr>
  29. <td class="editTableTitle">{{$.lp.form}}:</td>
  30. <td class="editTableValue">
  31. <div class="MWFFormSelect" name="form"></div>
  32. </td>
  33. </tr>
  34. </table>
  35. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  36. <tr>
  37. <td class="editTableValue" colspan="2"><b>{{$.lp.allowReroute}}: </b><input class="editTableRadio" name="allowReroute" text{($.allowReroute)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
  38. <input class="editTableRadio" name="allowReroute" text{(!$.allowReroute)?'checked':''} type="radio" value="false"/>{{$.lp.no}}</td>
  39. </tr>
  40. <tr>
  41. <td class="editTableValue" colspan="2"><b>{{$.lp.allowRerouteTo}}: </b><input class="editTableRadio" name="allowRerouteTo" text{($.allowRerouteTo)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
  42. <input class="editTeditTableRadioableInput" class="editTableInput" name="allowRerouteTo" text{(!$.allowRerouteTo)?'checked':''} type="radio" value="false"/>{{$.lp.no}}</td>
  43. </tr>
  44. </table>
  45. <div class="MWFMaplist" name="customData" title="{{$.lp.customData}}" data-o2-advanced="yes"></div>
  46. </div>
  47. <div title="{{$.lp.invoke}}" class="MWFTab">
  48. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  49. <tr>
  50. <td class="editTableTitle">{{$.lp.protocol}}:</td>
  51. <td class="editTableValue">
  52. <input class="editTableRadio" onclick="if (this.checked){$('text{$.id}webserviceInvokeModeJaxrs').setStyle('display', 'none'); $('text{$.id}webserviceInvokeModeJaxws').setStyle('display', 'block')}" name="invokeMode" text{($.invokeMode=='jaxws')?'checked':''} type="radio" value="jaxws"/>jaxws
  53. <input class="editTableRadio" onclick="if (this.checked){$('text{$.id}webserviceInvokeModeJaxrs').setStyle('display', 'block'); $('text{$.id}webserviceInvokeModeJaxws').setStyle('display', 'none')}" name="invokeMode" text{($.invokeMode=='jaxrs')?'checked':''} type="radio" value="jaxrs"/>jaxrs
  54. </td>
  55. </tr>
  56. </table>
  57. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  58. <tr>
  59. <td class="editTableTitle">{{$.lp.invokeType}}:</td>
  60. <td class="editTableValue">
  61. <input type="radio" name="async" text{(!$.async)?'checked':''} value="false"/>{{$.lp.sync}}
  62. <input type="radio" name="async" text{($.async)?'checked':''} value="true"/>{{$.lp.async}}
  63. </td>
  64. </tr>
  65. </table>
  66. <div id="text{$.id}webserviceInvokeModeJaxws" style="display: text{($.invokeMode!='jaxrs')?'block':'none'}">
  67. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  68. <tr>
  69. <td class="editTableTitle">{{$.lp.wsdlAddr}}:</td>
  70. <td class="editTableValue"><input type="text" name="jaxwsAddress" value="text{$.jaxwsAddress}" class="editTableInput"/></td>
  71. </tr>
  72. <tr>
  73. <td class="editTableTitle">{{$.lp.method}}:</td>
  74. <td class="editTableValue"><input type="text" name="jaxwsMethod" value="text{$.jaxwsMethod}" class="editTableInput"/></td>
  75. </tr>
  76. </table>
  77. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  78. <tr>
  79. <td class="editTableTitle">{{$.lp.parameterScript}}:</td>
  80. <td class="editTableValue"><div class="MWFScript" name="jaxwsParameterScript"></div></td>
  81. </tr>
  82. </table>
  83. <div class="MWFScriptText" name="jaxwsParameterScriptText" data-o2-api="../api/server.module_parameters.html#server.module_parameters"></div>
  84. <div style="padding: 5px; margin-top: 5px; line-height:20px; border-top: 1px solid #cccccc">
  85. {{$.lp.setParameterInfo2}}<br>
  86. <a href="../api/server.module_parameters.html#server.module_parameters" target="_blank">{{$.lp.apiDoc}}</a>
  87. </div>
  88. <!-- <div style="margin-left: 10px; line-height:20px">{{$.lp.addParameter}}: <font style="color: #e40000">this</font><font style="color: #666666">.parameters.add( par )</font></div>-->
  89. <!-- <div style="margin-left: 10px; line-height:20px">{{$.lp.deleteParameter}}: <font style="color: #e40000">this</font><font style="color: #666666">.parameters.remove( index )</font></div>-->
  90. <hr />
  91. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  92. <tr>
  93. <td class="editTableTitle">{{$.lp.responseScript}}:</td>
  94. <td class="editTableValue"> <div class="MWFScript" name="jaxwsResponseScript"></div></td>
  95. </tr>
  96. </table>
  97. <div class="MWFScriptText" name="jaxwsResponseScriptText" data-o2-api="../api/server.module_response.html#server.module_response"></div>
  98. <div style="padding: 5px; margin-top: 5px; line-height:20px; border-top: 1px solid #cccccc">
  99. <div style="line-height:26px">{{$.lp.use}} <font style="color: #e40000">this</font><font style="color: #666666">.response.get()</font>{{$.lp.getJaxws}}</div>
  100. <a href="../api/server.module_response.html#server.module_response" target="_blank">{{$.lp.apiDoc}}</a>
  101. </div>
  102. </div>
  103. <div id="text{$.id}webserviceInvokeModeJaxrs" style="display: text{($.invokeMode=='jaxrs')?'block':'none'}">
  104. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  105. <tr>
  106. <td class="editTableTitle">{{$.lp.systemRequest}}:</td>
  107. <td class="editTableValue">
  108. <input type="radio" onclick="if (this.checked){$('text{$.id}webserviceInvokeInternalProjectJaxrs').setStyle('display', 'block');}" name="internal" text{($.internal)?'checked':''} value="true"/>{{$.lp.yes}}
  109. <input type="radio" onclick="if (this.checked){$('text{$.id}webserviceInvokeInternalProjectJaxrs').setStyle('display', 'none');}" name="internal" text{(!$.internal)?'checked':''} value="false"/>{{$.lp.no}}
  110. </td>
  111. </tr>
  112. </table>
  113. <div id="text{$.id}webserviceInvokeInternalProjectJaxrs" style="display: text{($.internal===true) ? 'block': 'none'} ">
  114. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  115. <tr>
  116. <td class="editTableTitle">{{$.lp.application}}:</td>
  117. <td class="editTableValue"><div class="MWFContextRoot" name="internalProject"></div></td>
  118. </tr>
  119. </table>
  120. </div>
  121. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  122. <tr>
  123. <td class="editTableTitle">{{$.lp.restAddr}}:</td>
  124. <td class="editTableValue"><input type="text" name="jaxrsAddress" value="text{$.jaxrsAddress}" class="editTableInput"/></td>
  125. </tr>
  126. <tr>
  127. <td class="editTableTitle">{{$.lp.method}}:</td>
  128. <td class="editTableValue">
  129. <select name="jaxrsMethod">
  130. <option value="GET" text{($.jaxrsMethod=='GET')?'selected':''}>GET</option>
  131. <option value="POST" text{($.jaxrsMethod=='POST')?'selected':''}>POST</option>
  132. <option value="PUT" text{($.jaxrsMethod=='PUT')?'selected':''}>PUT</option>
  133. <option value="DELETE" text{($.jaxrsMethod=='DELETE')?'selected':''}>DELETE</option>
  134. <option value="HEAD" text{($.jaxrsMethod=='HEAD')?'selected':''}>HEAD</option>
  135. <option value="TRACE" text{($.jaxrsMethod=='TRACE')?'selected':''}>TRACE</option>
  136. <option value="OPTIONS" text{($.jaxrsMethod=='OPTIONS')?'selected':''}>OPTIONS</option>
  137. <option value="CONNECT" text{($.jaxrsMethod=='CONNECT')?'selected':''}>CONNECT</option>
  138. </select>
  139. </td>
  140. </tr>
  141. <tr>
  142. <td class="editTableTitle">ContentType:</td>
  143. <td class="editTableValue"><input type="text" name="jaxrsContentType" value="text{$.jaxrsContentType}" class="editTableInput"/></td>
  144. </tr>
  145. </table>
  146. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  147. <tr>
  148. <td class="editTableTitle">{{$.lp.parameterScript}}:</td>
  149. <td class="editTableValue"><div class="MWFScript" name="jaxrsParameterScript"></div></td>
  150. </tr>
  151. </table>
  152. <div class="MWFScriptText" name="jaxrsParameterScriptText" data-o2-api="../api/server.module_parameters.html#server.module_parameters"></div>
  153. <!-- <div style="margin-left: 10px; line-height:20px">{{$.lp.addParameter}}: <br>-->
  154. <!-- <font style="color: #e40000">return</font><font style="color: #666666"> {<br>-->
  155. <!-- <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>key1: "value",<br>-->
  156. <!-- <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>key2: "value"<br>-->
  157. <!-- }</font></div>-->
  158. <!-- <div style="margin-left: 10px; line-height:20px">{{$.lp.deleteParameter}}: <font style="color: #e40000">this</font><font style="color: #666666">.parameters.remove( key )</font></div>-->
  159. <div style="padding: 5px; margin-top: 5px; line-height:20px; border-top: 1px solid #cccccc">
  160. {{$.lp.setParameterInfo}}<br>
  161. <a href="../api/server.module_parameters.html#server.module_parameters" target="_blank">{{$.lp.apiDoc}}</a>
  162. </div>
  163. <hr />
  164. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  165. <tr>
  166. <td class="editTableTitle">{{$.lp.requestBodyScript}}:</td>
  167. <td class="editTableValue"><div class="MWFScript" name="jaxrsBodyScript"></div></td>
  168. </tr>
  169. </table>
  170. <div class="MWFScriptText" name="jaxrsBodyScriptText" data-o2-api="../api/server.module_body.html#server.module_body"></div>
  171. <div style="padding: 5px; margin-top: 5px; line-height:20px; border-top: 1px solid #cccccc">
  172. {{$.lp.setRequestBodyInfo}}<br>
  173. <a href="../api/server.module_body.html#server.module_body" target="_blank">{{$.lp.apiDoc}}</a>
  174. </div>
  175. <!-- <div style="margin-left: 10px; line-height:20px">{{$.lp.setRequestBody}}: <font style="color: #e40000">this</font><font style="color: #666666">.body.set( value )</font></div>-->
  176. <hr />
  177. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  178. <tr>
  179. <td class="editTableTitle">{{$.lp.requestHeaderScript}}:</td>
  180. <td class="editTableValue"><div class="MWFScript" name="jaxrsHeadScript"></div></td>
  181. </tr>
  182. </table>
  183. <div class="MWFScriptText" name="jaxrsHeadScriptText" data-o2-api="../api/server.module_headers.html#server.module_headers"></div>
  184. <div style="padding: 5px; margin-top: 5px; line-height:20px; border-top: 1px solid #cccccc">
  185. {{$.lp.setRequestBodyInfo}}<br>
  186. <a href="../api/server.module_headers.html#server.module_headers" target="_blank">{{$.lp.apiDoc}}</a>
  187. </div>
  188. <!-- <div style="margin-left: 10px; line-height:20px">{{$.lp.addHeader}}:<br><font style="color: #e40000">this</font><font style="color: #666666">.headers.put( key, value )</font><br>或<br><font style="color: #e40000">this</font><font style="color: #666666">.headers.put({"key1": "value1", "key2": "value2"})</font></div>-->
  189. <!-- <div style="margin-left: 10px; line-height:20px">{{$.lp.delHeader}}:<font style="color: #e40000">this</font><font style="color: #666666">.headers.remove( key )</font></div>-->
  190. <hr />
  191. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  192. <tr>
  193. <td class="editTableTitle">{{$.lp.responseScript}}:</td>
  194. <td class="editTableValue"> <div class="MWFScript" name="jaxrsResponseScript"></div></td>
  195. </tr>
  196. </table>
  197. <div class="MWFScriptText" name="jaxrsResponseScriptText" data-o2-api="../api/server.module_response.html#server.module_response"></div>
  198. <div style="padding: 5px; margin-top: 5px; line-height:20px; border-top: 1px solid #cccccc">
  199. <div>{{$.lp.use"}} <font style="color: #e40000">this</font><font style="color: #666666">.response.get()</font> {{$.lp.getJson}}</div>
  200. <a href="../api/server.module_response.html#server.module_response" target="_blank">{{$.lp.apiDoc}}</a>
  201. </div>
  202. </div>
  203. </div>
  204. <div title="{{$.lp.person}}" class="MWFTab">
  205. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  206. <tr>
  207. <td class="editTableHeadTitle" colspan="2">{{$.lp.reader}}</td>
  208. </tr>
  209. <tr>
  210. <td class="editTableTitle">{{$.lp.readerId}}:</td>
  211. <td class="editTableValue">
  212. <div class="MWFPersonIdentity" name="readIdentityList" type="identity"></div>
  213. </td>
  214. </tr>
  215. <tr>
  216. <td class="editTableTitle">{{$.lp.unit}}:</td>
  217. <td class="editTableValue">
  218. <div class="MWFPersonUnit" name="readUnitList"></div>
  219. </td>
  220. </tr>
  221. <tr>
  222. <td class="editTableTitle">{{$.lp.duty}}:</td>
  223. <td class="editTableValue">
  224. <div class="MWFDutySelector" name="readDuty"></div>
  225. </td>
  226. </tr>
  227. <tr>
  228. <td class="editTableTitle">{{$.lp.processData}}:</td>
  229. <td class="editTableValue">
  230. <div class="MWFFormFieldPerson" name="readDataPathList"></div>
  231. </td>
  232. </tr>
  233. <tr>
  234. <td class="editTableTitle">{{$.lp.script}}:</td>
  235. <td class="editTableValue">
  236. <div class="MWFScript" name="readScript"></div>
  237. </td>
  238. </tr>
  239. </table>
  240. <div class="MWFScriptText" name="readScriptText"></div>
  241. <hr />
  242. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  243. <tr>
  244. <td class="editTableHeadTitle" colspan="2">{{$.lp.reviewer}}</td>
  245. </tr>
  246. <tr>
  247. <td class="editTableTitle">{{$.lp.reviewerId}}:</td>
  248. <td class="editTableValue">
  249. <div class="MWFPersonIdentity" name="reviewIdentityList" type="identity"></div>
  250. </td>
  251. </tr>
  252. <tr>
  253. <td class="editTableTitle">{{$.lp.unit}}:</td>
  254. <td class="editTableValue">
  255. <div class="MWFPersonUnit" name="reviewUnitList"></div>
  256. </td>
  257. </tr>
  258. <tr>
  259. <td class="editTableTitle">{{$.lp.duty}}:</td>
  260. <td class="editTableValue">
  261. <div class="MWFDutySelector" name="reviewDuty"></div>
  262. </td>
  263. </tr>
  264. <tr>
  265. <td class="editTableTitle">{{$.lp.processData}}:</td>
  266. <td class="editTableValue">
  267. <div class="MWFFormFieldPerson" name="reviewDataPathList"></div>
  268. </td>
  269. </tr>
  270. <tr>
  271. <td class="editTableTitle">{{$.lp.script}}:</td>
  272. <td class="editTableValue">
  273. <div class="MWFScript" name="reviewScript"></div>
  274. </td>
  275. </tr>
  276. </table>
  277. <div class="MWFScriptText" name="reviewScriptText"></div>
  278. </div>
  279. <div title="{{$.lp.event}}" class="MWFTab" data-o2-advanced="yes">
  280. <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;">
  281. <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>
  282. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.beforeWorkArrive}}</div>
  283. </div>
  284. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  285. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  286. <tr>
  287. <td class="editTableTitle">{{$.lp.beforeArriveActivity}}:</td>
  288. <td class="editTableValue">
  289. <div class="MWFScript" name="beforeArriveScript"></div>
  290. </td>
  291. </tr>
  292. </table>
  293. <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
  294. </div>
  295. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  296. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  297. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo2}}</div>
  298. </div>
  299. <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;">
  300. <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>
  301. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterArriveActivity}}</div>
  302. </div>
  303. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  304. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  305. <tr>
  306. <td class="editTableTitle">{{$.lp.afterArriveActivity}}:</td>
  307. <td class="editTableValue">
  308. <div class="MWFScript" name="afterArriveScript"></div>
  309. </td>
  310. </tr>
  311. </table>
  312. <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
  313. </div>
  314. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  315. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  316. </div>
  317. <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;">
  318. <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>
  319. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.beforeExecute}}</div>
  320. </div>
  321. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  322. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  323. <tr>
  324. <td class="editTableTitle">{{$.lp.beforeExecute}}:</td>
  325. <td class="editTableValue">
  326. <div class="MWFScript" name="beforeExecuteScript"></div>
  327. </td>
  328. </tr>
  329. </table>
  330. <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
  331. </div>
  332. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  333. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  334. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo3}}</div>
  335. </div>
  336. <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;">
  337. <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>
  338. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterExecute}}</div>
  339. </div>
  340. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  341. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  342. <tr>
  343. <td class="editTableTitle">{{$.lp.afterExecute}}:</td>
  344. <td class="editTableValue">
  345. <div class="MWFScript" name="afterExecuteScript"></div>
  346. </td>
  347. </tr>
  348. </table>
  349. <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
  350. </div>
  351. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  352. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  353. </div>
  354. <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;">
  355. <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>
  356. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.beforeInquire}}</div>
  357. </div>
  358. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  359. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  360. <tr>
  361. <td class="editTableTitle">{{$.lp.beforeInquire}}:</td>
  362. <td class="editTableValue">
  363. <div class="MWFScript" name="beforeInquireScript"></div>
  364. </td>
  365. </tr>
  366. </table>
  367. <div class="MWFScriptText" name="beforeInquireScriptText"></div><hr />
  368. </div>
  369. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  370. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  371. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo4}}</div>
  372. </div>
  373. <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;">
  374. <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>
  375. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterInquire}}</div>
  376. </div>
  377. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  378. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  379. <tr>
  380. <td class="editTableTitle">{{$.lp.afterInquire}}:</td>
  381. <td class="editTableValue">
  382. <div class="MWFScript" name="afterInquireScript"></div>
  383. </td>
  384. </tr>
  385. </table>
  386. <div class="MWFScriptText" name="afterInquireScriptText"></div><hr />
  387. </div>
  388. </div>
  389. </div>