process.html 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. <div class="editNode">
  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.creator}}:</td>
  10. <td class="editTableValue">text{$.creatorPerson}</td>
  11. </tr>
  12. <tr>
  13. <td class="editTableTitle">{{$.lp.createTime}}:</td>
  14. <td class="editTableValue">text{$.createTime}</td>
  15. </tr>
  16. <tr>
  17. <td class="editTableTitle">{{$.lp.updater}}:</td>
  18. <td class="editTableValue">text{$.lastUpdatePerson}</td>
  19. </tr>
  20. <tr>
  21. <td class="editTableTitle">{{$.lp.updateTime}}:</td>
  22. <td class="editTableValue">text{$.lastUpdateTime}</td>
  23. </tr>
  24. <tr>
  25. <td class="editTableTitle">{{$.lp.application}}:</td>
  26. <td class="editTableValue">text{$.applicationName}</td>
  27. </tr>
  28. <tr>
  29. <td class="editTableTitle">{{$.lp.name}}:</td>
  30. <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  31. </tr>
  32. <tr>
  33. <td class="editTableTitle">{{$.lp.alias}}:</td>
  34. <td class="editTableValue"><input type="text" name="alias" value="text{$.alias}" class="editTableInput"/></td>
  35. </tr>
  36. <tr>
  37. <td class="editTableTitle">{{$.lp.category}}:</td>
  38. <td class="editTableValue"><input type="text" name="category" value="text{$.category}" class="editTableInput"/></td>
  39. </tr>
  40. <tr>
  41. <td class="editTableTitle">{{$.lp.description}}:</td>
  42. <td class="editTableValue"><textarea name="description" class="editTableTextarea">text{$.description}</textarea></td>
  43. </tr>
  44. <tr>
  45. <td class="editTableTitle">{{$.lp.icon}}:</td>
  46. <td class="editTableValue"><div class="MWFIcon" name="icon"></div></td>
  47. </tr>
  48. <tr>
  49. <td class="editTableTitle">{{$.lp.routeAsOpinion}}:</td>
  50. <td class="editTableValue">
  51. <input class="editTableRadio" name="routeNameAsOpinion" text{($.routeNameAsOpinion===true)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
  52. <input class="editTableRadio" name="routeNameAsOpinion" text{($.routeNameAsOpinion!==true)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
  53. <br/>{{$.lp.opinionInfo}}
  54. </td>
  55. </tr>
  56. </table>
  57. <div data-o2-advanced="yes">
  58. <div style="height: 22px; line-height: 22px; background-color: #f1f1f1; text-align: center; font-weight: bold; border-top: 1px solid #cccccc">{{$.lp.version}}</div>
  59. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  60. <tr>
  61. <td class="editTableTitle">{{$.lp.versionName}}:</td>
  62. <td class="editTableValue">text{$.editionName}</td>
  63. </tr>
  64. <tr>
  65. <td class="editTableTitle">{{$.lp.versionId}}:</td>
  66. <td class="editTableValue">text{$.edition}</td>
  67. </tr>
  68. <tr>
  69. <td class="editTableTitle">{{$.lp.versionDescription}}:</td>
  70. <td class="editTableValue"><textarea name="editionDes" class="editTableTextarea">text{$.editionDes}</textarea></td>
  71. </tr>
  72. </table>
  73. <div style="height: 22px; line-height: 22px; background-color: #f1f1f1; text-align: center; font-weight: bold; border-top: 1px solid #cccccc">{{$.lp.startup}}</div>
  74. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  75. <tr>
  76. <td class="editTableTitle">{{$.lp.startTerminal}}:</td>
  77. <td class="editTableValue">
  78. <input class="editTableRadio" name="startableTerminal" text{($.startableTerminal!=='client' && $.startableTerminal!=='mobile' && $.startableTerminal!=='none')?'checked':''} type="radio" value="all"/>{{$.lp.pcAndMobile}}
  79. <input class="editTableRadio" name="startableTerminal" text{($.startableTerminal==='client')?'checked':''} type="radio" value="client"/>{{$.lp.onlyPc}}
  80. <input class="editTableRadio" name="startableTerminal" text{($.startableTerminal==='none')?'checked':''} type="radio" value="none"/>{{$.lp.none}}
  81. <!-- <input class="editTableRadio" name="startableTerminal" text{($.startableTerminal==='mobile')?'checked':''} type="radio" value="mobile"/>移动端-->
  82. </td>
  83. </tr>
  84. </table>
  85. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  86. <tr>
  87. <td class="editTableTitle">{{$.lp.startMode}}:</td>
  88. <td class="editTableValue">
  89. <input class="editTableRadio" name="defaultStartMode" onclick="if (this.checked){ $('text{$.id}checkDraftArea').setStyle('display', 'block');}" text{($.defaultStartMode!=='draft')?'checked':''} type="radio" value="instance"/>{{$.lp.instanceMode}}
  90. <span style="color: #999999; font-size: 12px"> {{$.lp.instanceModeInfo}}</span>
  91. <br/><input class="editTableRadio" name="defaultStartMode" onclick="if (this.checked){ $('text{$.id}checkDraftArea').setStyle('display', 'none');}" text{($.defaultStartMode==='draft')?'checked':''} type="radio" value="draft"/>{{$.lp.draftMode}}
  92. <span style="color: #999999; font-size: 12px"> {{$.lp.draftModeInfo}}</span>
  93. </td>
  94. </tr>
  95. </table>
  96. <div id="text{$.id}checkDraftArea" style="display: text{($.defaultStartMode=='draft')?'none':'block'};">
  97. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  98. <tr>
  99. <td class="editTableTitle">{{$.lp.checkDraft}}:</td>
  100. <td class="editTableValue">
  101. <input class="editTableRadio" name="checkDraft" text{($.checkDraft===true)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
  102. <input class="editTableRadio" name="checkDraft" text{($.checkDraft!==true)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
  103. <br/>{{$.lp.checkDraftInfo}}
  104. </td>
  105. </tr>
  106. </table>
  107. </div>
  108. </div>
  109. <div style="height: 22px; line-height: 22px; background-color: #f1f1f1; text-align: center; font-weight: bold; border-top: 1px solid #cccccc">{{$.lp.power}}</div>
  110. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable" id="processEditStarter">
  111. <tr>
  112. <td class="editTableTitle">{{$.lp.stratIdentity}}:</td>
  113. <td class="editTableValue">
  114. <div class="MWFPersonIdentity" name="startableIdentityList"></div>
  115. </td>
  116. </tr>
  117. <tr>
  118. <td class="editTableTitle">{{$.lp.startUnit}}:</td>
  119. <td class="editTableValue">
  120. <div class="MWFPersonUnit" name="startableUnitList"></div>
  121. </td>
  122. </tr>
  123. <tr>
  124. <td class="editTableTitle">{{$.lp.starGroup}}:</td>
  125. <td class="editTableValue">
  126. <div class="MWFPersonGroup" name="startableGroupList"></div>
  127. </td>
  128. </tr>
  129. <!--<tr>-->
  130. <!--<td class="editTableTitle">启动部门:</td>-->
  131. <!--<td class="editTableValue">-->
  132. <!--<div class="MWFPersonDepartment" name="startableDepartmentList"></div>-->
  133. <!--</td>-->
  134. <!--</tr>-->
  135. <!--<tr>-->
  136. <!--<td class="editTableTitle">启动公司:</td>-->
  137. <!--<td class="editTableValue">-->
  138. <!--<div class="MWFPersonCompany" name="startableCompanyList"></div>-->
  139. <!--</td>-->
  140. <!--</tr>-->
  141. </table>
  142. <hr />
  143. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  144. <tr>
  145. <td class="editTableTitle">{{$.lp.maintenanceIdentity}}:</td>
  146. <td class="editTableValue">
  147. <div class="MWFPersonIdentity" count="1" name="maintenanceIdentity"></div>
  148. </td>
  149. </tr>
  150. <tr>
  151. <td class="editTableTitle">{{$.lp.manager}}:</td>
  152. <td class="editTableValue">
  153. <div class="MWFPersonPerson" name="controllerList"></div>
  154. </td>
  155. </tr>
  156. <!--<tr>-->
  157. <!--<td class="editTableTitle">管理部门:</td>-->
  158. <!--<td class="editTableValue">-->
  159. <!--<div class="MWFPersonDepartment" name="manageDepartmentList"></div>-->
  160. <!--</td>-->
  161. <!--</tr>-->
  162. <!--<tr>-->
  163. <!--<td class="editTableTitle">管理者脚本:</td>-->
  164. <!--<td class="editTableValue">-->
  165. <!--&lt;!&ndash; <textarea type="text" jsondata="reviewerScriptIdList" value="text{$.reviewerScriptIdList}" class="editTableInput"></textarea> &ndash;&gt;-->
  166. <!--<div class="MWFScript" name="manageScriptList"></div>-->
  167. <!--</td>-->
  168. <!--</tr>-->
  169. </table>
  170. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  171. <tr>
  172. <td class="editTableTitle">{{$.lp.managerScript}}:</td>
  173. <td class="editTableValue">
  174. <div class="MWFScript" name="permissionWriteScript"></div>
  175. </td>
  176. </tr>
  177. </table>
  178. <div class="MWFScriptText" name="permissionWriteScriptText"></div><hr />
  179. <!-- <hr />-->
  180. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  181. <!-- <tr>-->
  182. <!-- <td class="editTableTitle">阅读者:</td>-->
  183. <!-- <td class="editTableValue">-->
  184. <!-- <div class="MWFPersonIdentity" name="reviewIdentityList"></div>-->
  185. <!-- </td>-->
  186. <!-- </tr>-->
  187. <!--<tr>-->
  188. <!--<td class="editTableTitle">阅读部门:</td>-->
  189. <!--<td class="editTableValue">-->
  190. <!--<div class="MWFPersonDepartment" name="reviewDepartmentList"></div>-->
  191. <!--</td>-->
  192. <!--</tr>-->
  193. <!--<tr>-->
  194. <!--<td class="editTableTitle">阅读人脚本:</td>-->
  195. <!--<td class="editTableValue">-->
  196. <!--&lt;!&ndash; <textarea type="text" jsondata="reviewerScriptIdList" value="text{$.reviewerScriptIdList}" class="editTableInput"></textarea> &ndash;&gt;-->
  197. <!--<div class="MWFScript" name="reviewScriptList"></div>-->
  198. <!--</td>-->
  199. <!--</tr>-->
  200. <!-- </table>-->
  201. </div>
  202. <div title="{{$.lp.number}}" class="MWFTab" data-o2-advanced="yes">
  203. <div class="MWFSerial" name="serialTexture"></div>
  204. <div style="border-top: 1px solid #CCC">
  205. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  206. <tr>
  207. <td class="editTableTitle">{{$.lp.numberActivity}}:</td>
  208. <td class="editTableValue">
  209. <div class="MWFSericalActivitySelect" name="serialActivity"></div></td>
  210. </tr>
  211. <tr>
  212. <td class="editTableTitle">{{$.lp.trigger}}:</td>
  213. <td class="editTableValue">
  214. <input class="editTableRadio" name="serialPhase" text{($.serialPhase!="inquire")?'checked':''} type="radio" value="arrive"/>{{$.lp.arrivals}}
  215. <input class="editTableRadio" name="serialPhase" text{($.serialPhase=="inquire")?'checked':''} type="radio" value="inquire"/>{{$.lp.submit}}
  216. </td>
  217. </tr>
  218. </table>
  219. </div>
  220. </div>
  221. <!-- <div title="{{$.lp.aging}}" class="MWFTab" data-o2-advanced="yes">-->
  222. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  223. <!-- <tr>-->
  224. <!-- <td class="editTableTitle">{{$.lp.processTimeLimit}}:</td>-->
  225. <!-- <td class="editTableValue">-->
  226. <!-- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}expireTypeAppointEditArea').setStyle('display', 'none'); $('text{$.id}expireTypeScriptEditArea').setStyle('display', 'none');}" name="expireType" text{($.expireType!='appoint' && $.expireType!='script')?'checked':''} type="radio" value="never"/>{{$.lp.noLimit}}-->
  227. <!-- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}expireTypeAppointEditArea').setStyle('display', 'block'); $('text{$.id}expireTypeScriptEditArea').setStyle('display', 'none');}" name="expireType" text{($.expireType=='appoint')?'checked':''} type="radio" value="appoint"/>{{$.lp.specifyDuration}}-->
  228. <!-- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}expireTypeAppointEditArea').setStyle('display', 'none'); $('text{$.id}expireTypeScriptEditArea').setStyle('display', 'block');}" name="expireType" text{($.expireType=='script')?'checked':''} type="radio" value="script"/>{{$.lp.byScript}}-->
  229. <!-- </td>-->
  230. <!-- </tr>-->
  231. <!-- </table>-->
  232. <!-- <div id="text{$.id}expireTypeAppointEditArea" style="display: text{($.expireType=='appoint')?'block':'none'}; margin-top: 5px;">-->
  233. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  234. <!-- <tr>-->
  235. <!-- <td class="editTableTitle">{{$.lp.timeLimit}}:</td>-->
  236. <!-- <td class="editTableValue">-->
  237. <!-- <input type="text" name="expireDay" value="text{ $.expireDay === 0 ? 0 : ($.expireDay || 7) }" style="width: 80px; border: 1px solid #cccccc"/> {{$.lp.days}} <br/>-->
  238. <!-- <input type="text" name="expireHour" value="text{($.expireHour) ? $.expireHour : 0}" style="width: 80px; border: 1px solid #cccccc"/> {{$.lp.hours}}-->
  239. <!-- </td>-->
  240. <!-- </tr>-->
  241. <!-- <tr>-->
  242. <!-- <td class="editTableTitle"></td>-->
  243. <!-- <td class="editTableValue">-->
  244. <!-- <input class="editTableRadio" name="expireWorkTime" text{!($.expireWorkTime===false)?'checked':''} type="radio" value="true"/>{{$.lp.workTimeOnly}}-->
  245. <!-- <input class="editTableRadio" name="expireWorkTime" text{($.expireWorkTime===false)?'checked':''} type="radio" value="false"/>{{$.lp.includeNoworkTime}}-->
  246. <!-- </td>-->
  247. <!-- </tr>-->
  248. <!-- </table>-->
  249. <!-- </div>-->
  250. <!-- <div id="text{$.id}expireTypeScriptEditArea" style="display: text{($.expireType=='script')?'block':'none'}; margin-top: 5px; padding: 5px">-->
  251. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  252. <!-- <tr>-->
  253. <!-- <td class="editTableTitle">{{$.lp.script}}:</td>-->
  254. <!-- <td class="editTableValue">-->
  255. <!-- <div class="MWFScript" name="expireScript"></div>-->
  256. <!-- </td>-->
  257. <!-- </tr>-->
  258. <!-- </table>-->
  259. <!-- <div class="MWFScriptText" name="expireScriptText" data-o2-api="../api/server.module_expire.html#server.module_expire"></div><hr />-->
  260. <!-- <div style="margin: 5px;">{{$.lp.returnJson}}: <br>-->
  261. <!-- return {hour: 3} <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>//{{$.lp.hourTimeout}}}<br>-->
  262. <!-- return {workHour: 5} <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>//{{$.lp.hourWorkTimeout}}}<br>-->
  263. <!-- return {date: '2016-08-01'} <span>&nbsp;&nbsp;</span>//{{$.lp.specifyTimeout}}}<br>-->
  264. <!-- {{$.lp.oneOfThree}}</div>-->
  265. <!-- <div><a href="../api/server.module_expire.html#server.module_expire" target="_blank">{{$.lp.apiDoc}}</a></div>-->
  266. <!-- </div>-->
  267. <!-- </div>-->
  268. <div title="{{$.lp.mapping}}" class="MWFTab" data-o2-advanced="yes">
  269. <div class="MWFProjection" name="projection">
  270. <div style="margin: 0px; height: 20px; padding: 5px; background-color: #F6F6F6; line-height: 20px; text-align: center">{{$.lp.mappingData}}</div>
  271. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  272. <tr>
  273. <td class="editTableTitle">{{$.lp.dataName}}:</td>
  274. <td class="editTableValue"><input type="text" value="" class="editTableInput"/></td>
  275. </tr>
  276. <tr>
  277. <td class="editTableTitle">{{$.lp.dataPath}}:</td>
  278. <td class="editTableValue"><input type="text" value="" class="editTableInput"/></td>
  279. </tr>
  280. <tr>
  281. <td class="editTableTitle">{{$.lp.dataType}}:</td>
  282. <td class="editTableValue"><select>
  283. <option value='string'>string</option>
  284. <option value='long'>long</option>
  285. <option value='double'>double</option>
  286. <option value='boolean'>boolean</option>
  287. <option value='date'>date</option>
  288. <option value='time'>time</option>
  289. <option value='dateTime'>dateTime</option>
  290. </select></td>
  291. </tr>
  292. </table>
  293. <div class="mainColor_bg"></div>
  294. <div></div>
  295. </div>
  296. <hr/>
  297. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  298. <tr>
  299. <td class="editTableValue">
  300. <b>{{$.lp.mappingOnFlow}}: </b>
  301. <input class="editTableRadio" name="projectionFully" text{($.projectionFully!==false)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
  302. <input class="editTableRadio" name="projectionFully" text{($.projectionFully===false)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
  303. </td>
  304. </tr>
  305. </table>
  306. <div style="margin: 20px 0 0 0; border-top: 1px solid #cccccc; height: 20px; padding: 5px; background-color: #F6F6F6; line-height: 20px; text-align: center">{{$.lp.mappingDataToTable}}</div>
  307. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  308. <tr>
  309. <td class="editTableValue">
  310. <b>{{$.lp.mappingTableEnabled}}: </b>
  311. <input class="editTableRadio" name="updateTableEnable" text{($.updateTableEnable===true)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
  312. <input class="editTableRadio" name="updateTableEnable" text{($.updateTableEnable!==true)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
  313. </td>
  314. </tr>
  315. </table>
  316. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  317. <tr>
  318. <td class="editTableTitle">{{$.lp.queryTable}}:</td>
  319. <td class="editTableValue"><div class="MWFTableSelector" name="updateTableList"></div></td>
  320. </tr>
  321. </table>
  322. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  323. <tr>
  324. <td class="editTableTitle">{{$.lp.dataScript}}:</td>
  325. <td class="editTableValue">
  326. <div class="MWFScript" name="targetAssignDataScript"></div>
  327. </td>
  328. </tr>
  329. </table>
  330. <div class="MWFScriptText" name="targetAssignDataScriptText" data-o2-api="../api/server.module_assignData.html#server.module_data"></div>
  331. <div style="margin: 5px;">{{$.lp.getOldData}}: var data = Object.clone(this.data); </div>
  332. <div style="margin: 5px;">{{$.lp.setNewPublishData}}: return data;</div>
  333. <div style="padding: 5px"><a href="../api/server.module_body.html#server.module_data" target="_blank">{{$.lp.apiDoc}}</a></div>
  334. </div>
  335. <div title="{{$.lp.data}}" class="MWFTab" data-o2-advanced="yes">
  336. <div style="margin: 0; height: 20px; padding: 5px; background-color: #F6F6F6; line-height: 20px; text-align: center; border-bottom: 1px solid #cccccc">{{$.lp.dataTrace}}</div>
  337. <div style="padding: 5px; color:#999999; border-bottom: 1px solid #cccccc">{{$.lp.dataTraceInfo}}</div>
  338. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  339. <tr>
  340. <td class="editTableTitle">{{$.lp.dataTraceFields}}:</td>
  341. <td class="editTableValue">
  342. <label><input onclick="$('text{$.id}dataTraceCustomArea').style.display='none'; $('text{$.id}dataTraceInfo').innerText='{{$.lp.dataTraceDisabledInfo}}'" class="editTableRadio" name="dataTraceFieldType" text{($.dataTraceFieldType!=='custom' && $.dataTraceFieldType!=='all')?'checked':''} type="radio" value="none"/>{{$.lp.dataTraceDisabled}}</label>
  343. <label><input onclick="$('text{$.id}dataTraceCustomArea').style.display='block'; $('text{$.id}dataTraceInfo').innerText='{{$.lp.dataTraceCustomInfo}}'" class="editTableRadio" name="dataTraceFieldType" text{($.dataTraceFieldType==='custom')?'checked':''} type="radio" value="custom"/>{{$.lp.dataTraceCustom}}</label>
  344. <label><input onclick="$('text{$.id}dataTraceCustomArea').style.display='none'; $('text{$.id}dataTraceInfo').innerText='{{$.lp.dataTraceAllInfo}}'" class="editTableRadio" name="dataTraceFieldType" text{($.dataTraceFieldType==='all')?'checked':''} type="radio" value="all"/>{{$.lp.dataTraceAll}}</label>
  345. <div id="text{$.id}dataTraceInfo" style="padding: 5px; color:#999999;">text{$.dataTraceFieldType==='all' ? '{{$.lp.dataTraceDisabledInfo}}' : ($.dataTraceFieldType==='custom' ? '{{$.lp.dataTraceCustomInfo}}' : '{{$.lp.dataTraceAllInfo}}')}</div>
  346. </td>
  347. </tr>
  348. </table>
  349. <div id="text{$.id}dataTraceCustomArea" style="display: text{$.dataTraceFieldType==='custom' ? 'block' : 'none'}">
  350. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  351. <!-- <tr>-->
  352. <!-- <td class="editTableTitle">{{$.lp.dataTraceFieldNames}}:</td>-->
  353. <!-- <td class="editTableValue">-->
  354. <!-- <textarea style="min-height: 80px" name="dataTraceFieldList" class="editTableTextarea">text{$.dataTraceFieldList}</textarea>-->
  355. <!-- <div style="padding: 5px; color:#999999;">{{$.lp.dataTraceFieldNamesInfo}}</div>-->
  356. <!-- </td>-->
  357. <!-- </tr>-->
  358. <!-- </table>-->
  359. <div class="MWFDataTraceFieldSelect mainColor_bg" style="width: 80%; margin: 10px auto; height: 24px; line-height: 24px; border-radius: 15px; text-align: center; cursor: pointer;">{{$.lp.dataTraceFieldNamesSelect}}</div>
  360. <div class="MWFArraylist" name="dataTraceFieldList" title="{{$.lp.dataTraceFieldNames}}"></div>
  361. <!-- <div id="text{$.id}dataTraceSelectArea" style="display: none">-->
  362. <!-- -->
  363. <!-- </div>-->
  364. </div>
  365. </div>
  366. <div title="{{$.lp.event}}" class="MWFTab" data-o2-advanced="yes">
  367. <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;">
  368. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.afterBeginScript || $.afterBeginScriptText) ? 'event_code' : 'event'}.png) no-repeat center center;"></div>
  369. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterBegin}}</div>
  370. </div>
  371. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  372. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  373. <tr>
  374. <td class="editTableTitle">{{$.lp.afterBegin}}:</td>
  375. <td class="editTableValue">
  376. <div class="MWFScript" name="afterBeginScript"></div>
  377. </td>
  378. </tr>
  379. </table>
  380. <div class="MWFScriptText" name="afterBeginScriptText"></div><hr />
  381. </div>
  382. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  383. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  384. </div>
  385. <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;">
  386. <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>
  387. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.beforeArrive}}</div>
  388. </div>
  389. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  390. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  391. <tr>
  392. <td class="editTableTitle">{{$.lp.beforeArrive}}:</td>
  393. <td class="editTableValue">
  394. <div class="MWFScript" name="beforeArriveScript"></div>
  395. </td>
  396. </tr>
  397. </table>
  398. <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
  399. </div>
  400. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  401. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  402. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo2}}</div>
  403. </div>
  404. <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;">
  405. <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>
  406. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterArrive}}</div>
  407. </div>
  408. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  409. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  410. <tr>
  411. <td class="editTableTitle">{{$.lp.afterArrive}}:</td>
  412. <td class="editTableValue">
  413. <div class="MWFScript" name="afterArriveScript"></div>
  414. </td>
  415. </tr>
  416. </table>
  417. <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
  418. </div>
  419. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  420. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  421. </div>
  422. <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;">
  423. <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>
  424. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.beforeExecute}}</div>
  425. </div>
  426. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  427. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  428. <tr>
  429. <td class="editTableTitle">{{$.lp.beforeExecute}}:</td>
  430. <td class="editTableValue">
  431. <div class="MWFScript" name="beforeExecuteScript"></div>
  432. </td>
  433. </tr>
  434. </table>
  435. <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
  436. </div>
  437. <div style="border-left: 20px solid #eeeeee;">
  438. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; background-color:#f6f6f6;">
  439. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  440. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo7}}</div>
  441. </div>
  442. <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;">
  443. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.manualStayScript || $.manualStayScriptText) ? 'event_code' : 'event'}.png) no-repeat center center;"></div>
  444. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.manualStay}}</div>
  445. </div>
  446. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  447. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  448. <tr>
  449. <td class="editTableTitle">{{$.lp.manualStay}}:</td>
  450. <td class="editTableValue">
  451. <div class="MWFScript" name="manualStayScript"></div>
  452. </td>
  453. </tr>
  454. </table>
  455. <div class="MWFScriptText" name="manualStayScriptText"></div><hr />
  456. </div>
  457. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; background-color:#f6f6f6;">
  458. <div style="height: 26px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  459. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo8}}</div>
  460. </div>
  461. <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;">
  462. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.manualBeforeTaskScript || $.manualBeforeTaskScriptText) ? 'event_code' : 'event'}.png) no-repeat center center;"></div>
  463. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.manualBeforeTask}}</div>
  464. </div>
  465. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  466. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  467. <tr>
  468. <td class="editTableTitle">{{$.lp.manualBeforeTask}}:</td>
  469. <td class="editTableValue">
  470. <div class="MWFScript" name="manualBeforeTaskScript"></div>
  471. </td>
  472. </tr>
  473. </table>
  474. <div class="MWFScriptText" name="manualBeforeTaskScriptText"></div><hr />
  475. </div>
  476. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; background-color:#f6f6f6;">
  477. <div style="height: 26px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  478. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo9}}</div>
  479. </div>
  480. <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;">
  481. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.manualAfterTaskScript || $.manualAfterTaskScriptText) ? 'event_code' : 'event'}.png) no-repeat center center;"></div>
  482. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.manualAfterTask}}</div>
  483. </div>
  484. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  485. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  486. <tr>
  487. <td class="editTableTitle">{{$.lp.manualAfterTask}}:</td>
  488. <td class="editTableValue">
  489. <div class="MWFScript" name="manualAfterTaskScript"></div>
  490. </td>
  491. </tr>
  492. </table>
  493. <div class="MWFScriptText" name="manualAfterTaskScriptText"></div><hr />
  494. </div>
  495. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; background-color:#f6f6f6;">
  496. <div style="height: 26px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  497. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo10}}</div>
  498. </div>
  499. </div>
  500. <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;">
  501. <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>
  502. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterExecute}}</div>
  503. </div>
  504. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  505. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  506. <tr>
  507. <td class="editTableTitle">{{$.lp.afterExecute}}:</td>
  508. <td class="editTableValue">
  509. <div class="MWFScript" name="afterExecuteScript"></div>
  510. </td>
  511. </tr>
  512. </table>
  513. <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
  514. </div>
  515. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  516. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  517. </div>
  518. <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;">
  519. <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>
  520. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.beforeInquire}}</div>
  521. </div>
  522. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  523. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  524. <tr>
  525. <td class="editTableTitle">{{$.lp.beforeInquire}}:</td>
  526. <td class="editTableValue">
  527. <div class="MWFScript" name="beforeInquireScript"></div>
  528. </td>
  529. </tr>
  530. </table>
  531. <div class="MWFScriptText" name="beforeInquireScriptText"></div><hr />
  532. </div>
  533. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  534. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  535. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo4}}</div>
  536. </div>
  537. <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;">
  538. <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>
  539. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterInquire}}</div>
  540. </div>
  541. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  542. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  543. <tr>
  544. <td class="editTableTitle">{{$.lp.afterInquire}}:</td>
  545. <td class="editTableValue">
  546. <div class="MWFScript" name="afterInquireScript"></div>
  547. </td>
  548. </tr>
  549. </table>
  550. <div class="MWFScriptText" name="afterInquireScriptText"></div><hr />
  551. </div>
  552. <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
  553. <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
  554. <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo11}}</div>
  555. </div>
  556. <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;">
  557. <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>
  558. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterProcess}}</div>
  559. </div>
  560. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  561. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  562. <tr>
  563. <td style="width:80px; font-weight: bold; font-size: 12px; line-height: 24px">{{$.lp.afterProcess}}:</td>
  564. <td class="editTableValue">
  565. <div class="MWFScript" name="manualAfterProcessingScript"></div>
  566. </td>
  567. </tr>
  568. </table>
  569. <div class="MWFScriptText" name="manualAfterProcessingScriptText"></div><hr />
  570. </div>
  571. <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
  572. <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
  573. </div>
  574. <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;">
  575. <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.afterEndScript || $.afterEndScriptText) ? 'event_code' : 'event'}.png) no-repeat center center;"></div>
  576. <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterEnd}}</div>
  577. </div>
  578. <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
  579. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  580. <tr>
  581. <td class="editTableTitle">{{$.lp.afterEnd}}:</td>
  582. <td class="editTableValue">
  583. <div class="MWFScript" name="afterEndScript"></div>
  584. </td>
  585. </tr>
  586. </table>
  587. <div class="MWFScriptText" name="afterEndScriptText"></div><hr />
  588. </div>
  589. </div>
  590. </div>