123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- <div>
- <div title="{{$.lp.base}}" class="MWFTab">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.id}}:</td>
- <td class="editTableValue">text{$.id}</td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.createTime}}:</td>
- <td class="editTableValue">text{$.createTime}</td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.type}}:</td>
- <td class="editTableValue">text{$.type}</td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.name}}:</td>
- <td class="editTableValue"><input type="text" name="name" jsondata="name" value="text{$.name}" class="editTableInput"/></td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.alias}}:</td>
- <td class="editTableValue"><input type="text" name="alias" jsondata="alias" value="text{$.alias}" class="editTableInput"/></td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.description}}:</td>
- <td class="editTableValue"><textarea name="description" jsondata="description" class="editTableTextarea">text{$.description}</textarea></td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.form}}:</td>
- <td class="editTableValue">
- <div class="MWFFormSelect" name="form"></div>
- </td>
- </tr>
- </table>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableValue" colspan="2"><b>{{$.lp.allowReroute}}: </b><input class="editTableRadio" name="allowReroute" text{($.allowReroute)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
- <input class="editTableRadio" name="allowReroute" text{(!$.allowReroute)?'checked':''} type="radio" value="false"/>{{$.lp.no}}</td>
- </tr>
- <tr>
- <td class="editTableValue" colspan="2"><b>{{$.lp.allowRerouteTo}}: </b><input class="editTableRadio" name="allowRerouteTo" text{($.allowRerouteTo)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
- <input class="editTeditTableRadioableInput" class="editTableInput" name="allowRerouteTo" text{(!$.allowRerouteTo)?'checked':''} type="radio" value="false"/>{{$.lp.no}}</td>
- </tr>
- </table>
- <div class="MWFMaplist" name="customData" title="{{$.lp.customData}}" data-o2-advanced="yes"></div>
- </div>
- <div title="{{$.lp.embed}}" class="MWFTab">
- <!-- <div class="MWFApplicationSelect" title="选择应用"></div>-->
- <div class="MWFProcessSelect" title="{{$.lp.selectProcess}}"></div>
- <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
- <!-- <tr>-->
- <!-- <td class="editTableTitle">{{$.lp.embedType}}:</td>-->
- <!-- <td class="editTableValue">-->
- <!-- <input type="radio" name="async" text{(!$.async)?'checked':''} value="false"/>{{$.lp.sync}}-->
- <!-- <input type="radio" name="async" text{($.async)?'checked':''} value="true"/>{{$.lp.async}}-->
- <!-- </td>-->
- <!-- </tr>-->
- <!-- </table>-->
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.copyData}}:</td>
- <td class="editTableValue">
- <input class="editTableRadio" name="inheritData" text{($.inheritData)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
- <input class="editTableRadio" name="inheritData" text{(!$.inheritData)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.copyAttachment}}:</td>
- <td class="editTableValue">
- <input class="editTableRadio" name="inheritAttachment" text{($.inheritAttachment)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
- <input class="editTableRadio" name="inheritAttachment" text{(!$.inheritAttachment)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
- </td>
- </tr>
- </table>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.startPerson}}:</td>
- <td class="editTableValue">
- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}targetIdentityEditArea').setStyle('display', 'none');}" name="embedCreatorType" text{($.embedCreatorType=='creator')?'checked':''} type="radio" value="creator"/>{{$.lp.currentCreator}}<br/>
- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}targetIdentityEditArea').setStyle('display', 'none');}" name="embedCreatorType" text{($.embedCreatorType=='lastIdentity')?'checked':''} type="radio" value="lastIdentity"/>{{$.lp.prevHandler}}<br/>
- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}targetIdentityEditArea').setStyle('display', 'block');}" name="embedCreatorType" text{($.embedCreatorType=='identity')?'checked':''} type="radio" value="identity"/>{{$.lp.specifyPerson}}
- </td>
- </tr>
- </table>
- <div id="text{$.id}targetIdentityEditArea" style="display: text{($.embedCreatorType=='identity')?'block':'none'};">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.personId}}:</td>
- <td class="editTableValue">
- <div class="MWFPersonIdentity" count="1" name="targetIdentity" type="identity"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.personScript}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="targetIdentityScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="targetIdentityScriptText"></div>
- </div>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.waitUntilCompletedTitle}}</td>
- <td class="editTableValue">
- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}eventNotWaitArrow').setStyle('display', 'none');$('text{$.id}eventWaitArea').setStyle('display', 'block');}" name="waitUntilCompleted" text{($.waitUntilCompleted)?'checked':''} type="radio" value="true"/>{{$.lp.yes}}
- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}eventNotWaitArrow').setStyle('display', 'block');$('text{$.id}eventWaitArea').setStyle('display', 'none');}" name="waitUntilCompleted" text{(!$.waitUntilCompleted)?'checked':''} type="radio" value="false"/>{{$.lp.no}}
- <div style="color: #999999">{{$.lp.waitUntilCompleted}}</div>
- </td>
- </tr>
- </table>
- <hr/>
- <div></div>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.titleScript}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="targetTitleScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="targetTitleScriptText" data-o2-api="../api/server.module_assignData.html#server.module_assignData"></div>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.dataScript}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="targetAssginDataScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="targetAssginDataScriptText" data-o2-api="../api/server.module_assignData.html#server.module_assignData"></div>
- <div style="margin: 5px;">{{$.lp.getOldData}}: var data = this.assignData.get(); </div>
- <div style="margin: 5px;">{{$.lp.setNewData}}: return data; </div>
- <div style="padding: 5px"><a href="../api/server.module_assignData.html#server.module_assignData" target="_blank">{{$.lp.apiDoc}}</a></div>
- </div>
- <div title="{{$.lp.person}}" class="MWFTab">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableHeadTitle" colspan="2">{{$.lp.reader}}</td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.readerId}}:</td>
- <td class="editTableValue">
- <div class="MWFPersonIdentity" name="readIdentityList" type="identity"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.unit}}:</td>
- <td class="editTableValue">
- <div class="MWFPersonUnit" name="readUnitList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.duty}}:</td>
- <td class="editTableValue">
- <div class="MWFDutySelector" name="readDuty"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.processData}}:</td>
- <td class="editTableValue">
- <div class="MWFFormFieldPerson" name="readDataPathList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.script}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="readScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="readScriptText"></div>
- <hr />
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableHeadTitle" colspan="2">{{$.lp.reviewer}}</td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.reviewerId}}:</td>
- <td class="editTableValue">
- <div class="MWFPersonIdentity" name="reviewIdentityList" type="identity"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.unit}}:</td>
- <td class="editTableValue">
- <div class="MWFPersonUnit" name="reviewUnitList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.duty}}:</td>
- <td class="editTableValue">
- <div class="MWFDutySelector" name="reviewDuty"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.processData}}:</td>
- <td class="editTableValue">
- <div class="MWFFormFieldPerson" name="reviewDataPathList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">{{$.lp.script}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="reviewScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="reviewScriptText"></div>
- </div>
- <div title="{{$.lp.event}}" class="MWFTab" data-o2-advanced="yes">
- <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;">
- <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>
- <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.beforeWorkArrive}}</div>
- </div>
- <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.beforeArriveActivity}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="beforeArriveScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="beforeArriveScriptText"></div><hr />
- </div>
- <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
- <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo2}}</div>
- </div>
- <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;">
- <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>
- <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterArriveActivity}}</div>
- </div>
- <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.afterArriveActivity}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="afterArriveScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="afterArriveScriptText"></div><hr />
- </div>
- <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC">
- <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
- </div>
- <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;">
- <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>
- <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.beforeExecute}}</div>
- </div>
- <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.beforeExecute}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="beforeExecuteScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="beforeExecuteScriptText"></div><hr />
- </div>
- <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
- <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo3}}</div>
- </div>
- <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;">
- <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>
- <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterExecute}}</div>
- </div>
- <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.afterExecute}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="afterExecuteScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="afterExecuteScriptText"></div><hr />
- </div>
- <div style="line-height: 20px; height: 26px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; display: text{($.waitUntilCompleted) ? 'none' : 'block'}" id="text{$.id}eventNotWaitArrow">
- <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
- </div>
- <div style="line-height: 20px; display:flex; width: 100%; display: text{(!$.waitUntilCompleted) ? 'none' : 'block'}" id="text{$.id}eventWaitArea">
- <!-- <div style="width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center; background-size: 8px 80px;background-color:#EEEEEE"></div>-->
- <div style="width: inherit; text-align: center; color: #666666;">
- <div style="line-height: 20px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC;">
- <div style="padding: 5px 10px;">{{$.lp.completedEventsInfo}}</div>
- </div>
- <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; font-weight: bold; background-color: #EEEEEE;text-align: left;">
- <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.completedEndScript || $.completedEndScriptText) ? "event_code" : "event"}.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.completedEndEvent}}</div>
- <div style="padding-left: 20px; padding-bottom: 5px; font-size: 12px; color: #999999; line-height: 18px">{{$.lp.completedEndEventInfo}}</div>
- </div>
- <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;text-align: left;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle80">{{$.lp.completedEnd}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="completedEndScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="completedEndScriptText" data-o2-api="../api/server.module_parameters.html#server.module_embedData"></div><hr />
- </div>
- <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; font-weight: bold; background-color: #EEEEEE;text-align: left;border-top: 1px solid #CCCCCC; ">
- <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.completedCancelScript || $.completedCancelScriptText) ? "event_code" : "event"}.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.completedCancelEvent}}</div>
- <div style="padding-left: 20px; padding-bottom: 5px; font-size: 12px; color: #999999; line-height: 18px">{{$.lp.completedCancelEventInfo}}</div>
- </div>
- <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;text-align: left;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle80">{{$.lp.completedCancel}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="completedCancelScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="completedCancelScriptText" data-o2-api="../api/server.module_parameters.html#server.module_embedData"></div><hr />
- </div>
- <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; font-weight: bold; background-color: #EEEEEE;text-align: left;border-top: 1px solid #CCCCCC; ">
- <div style="height: 30px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/text{($.completedScript || $.completedScriptText) ? "event_code" : "event"}.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.completedEvent}}</div>
- <div style="padding-left: 20px; padding-bottom: 5px; font-size: 12px; color: #999999; line-height: 18px">{{$.lp.completedEventInfo}}</div>
- </div>
- <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;text-align: left;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle80">{{$.lp.completed}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="completedScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="completedScriptText" data-o2-api="../api/server.module_parameters.html#server.module_embedData"></div><hr />
- </div>
- <div style="line-height: 20px; height: 26px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;">
- <div style="height: 26px; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
- </div>
- </div>
- </div>
- <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;">
- <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>
- <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.beforeInquire}}</div>
- </div>
- <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.beforeInquire}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="beforeInquireScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="beforeInquireScriptText"></div><hr />
- </div>
- <div style="line-height: 20px; height: 46px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; background-color:#f6f6f6;">
- <div style="height: 46px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">{{$.lp.eventInfo4}}</div>
- </div>
- <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;">
- <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>
- <div style="margin-left: 20px; padding: 0px 5px;">{{$.lp.afterInquire}}</div>
- </div>
- <div style="display: none; overflow:hidden; border-left: 10px solid #EEEEEE; border-bottom: 10px solid #EEEEEE;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">{{$.lp.afterInquire}}:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="afterInquireScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="afterInquireScriptText"></div><hr />
- </div>
- </div>
- </div>
|