| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514 |
- <div class="editNode">
- <div title="基本" class="MWFTab">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">标识:</td>
- <td class="editTableValue">text{$.id}</td>
- </tr>
- <tr>
- <td class="editTableTitle">创建人:</td>
- <td class="editTableValue">text{$.creatorPerson}</td>
- </tr>
- <tr>
- <td class="editTableTitle">创建时间:</td>
- <td class="editTableValue">text{$.createTime}</td>
- </tr>
- <tr>
- <td class="editTableTitle">更新人:</td>
- <td class="editTableValue">text{$.lastUpdatePerson}</td>
- </tr>
- <tr>
- <td class="editTableTitle">更新时间:</td>
- <td class="editTableValue">text{$.lastUpdateTime}</td>
- </tr>
- <tr>
- <td class="editTableTitle">应用:</td>
- <td class="editTableValue">text{$.applicationName}</td>
- </tr>
- <tr>
- <td class="editTableTitle">名称:</td>
- <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
- </tr>
- <tr>
- <td class="editTableTitle">别名:</td>
- <td class="editTableValue"><input type="text" name="alias" value="text{$.alias}" class="editTableInput"/></td>
- </tr>
- <tr>
- <td class="editTableTitle">描述:</td>
- <td class="editTableValue"><textarea name="description" class="editTableTextarea">text{$.description}</textarea></td>
- </tr>
- <tr>
- <td class="editTableTitle">版本:</td>
- <td class="editTableValue">text{$.editionName}</td>
- </tr>
- <tr>
- <td class="editTableTitle">版本描述:</td>
- <td class="editTableValue"><textarea name="editionDes" class="editTableTextarea">text{$.editionDes}</textarea></td>
- </tr>
- <tr>
- <td class="editTableTitle">图标:</td>
- <td class="editTableValue"><div class="MWFIcon" name="icon"></div></td>
- </tr>
- <tr>
- <td class="editTableTitle">使用路由名称作为缺省意见:</td>
- <td class="editTableValue">
- <input class="editTableRadio" name="routeNameAsOpinion" text{($.routeNameAsOpinion===true)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="routeNameAsOpinion" text{($.routeNameAsOpinion!==true)?'checked':''} type="radio" value="false"/>否
- <br/>(选择“否”:处理意见没填写则意见为空)
- </td>
- </tr>
- </table>
- <div style="height: 22px; line-height: 22px; background-color: #f1f1f1; text-align: center; font-weight: bold; border-top: 1px solid #cccccc">启 动</div>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">启动模式:</td>
- <td class="editTableValue">
- <input class="editTableRadio" name="defaultStartMode" onclick="if (this.checked){ $('text{$.id}checkDraftArea').setStyle('display', 'block');}" text{($.defaultStartMode!=='draft')?'checked':''} type="radio" value="instance"/>实例模式
- <span style="color: #999999; font-size: 12px"> (新建流程时直接创建流程实例,给拟稿人生成待办)</span>
- <br/><input class="editTableRadio" name="defaultStartMode" onclick="if (this.checked){ $('text{$.id}checkDraftArea').setStyle('display', 'none');}" text{($.defaultStartMode==='draft')?'checked':''} type="radio" value="draft"/>草稿模式
- <span style="color: #999999; font-size: 12px"> (新建流程时不创建流程实例,不生成待办,产生一个草稿文档,直到流转时才创建流程实例)</span>
- </td>
- </tr>
- </table>
- <div id="text{$.id}checkDraftArea" style="display: text{($.defaultStartMode=='draft')?'none':'block'};">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">新建检查:</td>
- <td class="editTableValue">
- <input class="editTableRadio" name="checkDraft" text{($.checkDraft===true)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="checkDraft" text{($.checkDraft!==true)?'checked':''} type="radio" value="false"/>否
- <br/>(选择“是”:未保存过的流程实例不会保留)
- </td>
- </tr>
- </table>
- </div>
- <div style="height: 22px; line-height: 22px; background-color: #f1f1f1; text-align: center; font-weight: bold; border-top: 1px solid #cccccc">权 限</div>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable" id="processEditStarter">
- <tr>
- <td class="editTableTitle">启动人:</td>
- <td class="editTableValue">
- <div class="MWFPersonIdentity" name="startableIdentityList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">启动组织:</td>
- <td class="editTableValue">
- <div class="MWFPersonUnit" name="startableUnitList"></div>
- </td>
- </tr>
- <!--<tr>-->
- <!--<td class="editTableTitle">启动部门:</td>-->
- <!--<td class="editTableValue">-->
- <!--<div class="MWFPersonDepartment" name="startableDepartmentList"></div>-->
- <!--</td>-->
- <!--</tr>-->
- <!--<tr>-->
- <!--<td class="editTableTitle">启动公司:</td>-->
- <!--<td class="editTableValue">-->
- <!--<div class="MWFPersonCompany" name="startableCompanyList"></div>-->
- <!--</td>-->
- <!--</tr>-->
- </table>
- <hr />
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">管理者:</td>
- <td class="editTableValue">
- <div class="MWFPersonPerson" name="controllerList"></div>
- </td>
- </tr>
- <!--<tr>-->
- <!--<td class="editTableTitle">管理部门:</td>-->
- <!--<td class="editTableValue">-->
- <!--<div class="MWFPersonDepartment" name="manageDepartmentList"></div>-->
- <!--</td>-->
- <!--</tr>-->
- <!--<tr>-->
- <!--<td class="editTableTitle">管理者脚本:</td>-->
- <!--<td class="editTableValue">-->
- <!--<!– <textarea type="text" jsondata="reviewerScriptIdList" value="text{$.reviewerScriptIdList}" class="editTableInput"></textarea> –>-->
- <!--<div class="MWFScript" name="manageScriptList"></div>-->
- <!--</td>-->
- <!--</tr>-->
- </table>
- <hr />
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">阅读者:</td>
- <td class="editTableValue">
- <div class="MWFPersonIdentity" name="reviewIdentityList"></div>
- </td>
- </tr>
- <!--<tr>-->
- <!--<td class="editTableTitle">阅读部门:</td>-->
- <!--<td class="editTableValue">-->
- <!--<div class="MWFPersonDepartment" name="reviewDepartmentList"></div>-->
- <!--</td>-->
- <!--</tr>-->
- <!--<tr>-->
- <!--<td class="editTableTitle">阅读人脚本:</td>-->
- <!--<td class="editTableValue">-->
- <!--<!– <textarea type="text" jsondata="reviewerScriptIdList" value="text{$.reviewerScriptIdList}" class="editTableInput"></textarea> –>-->
- <!--<div class="MWFScript" name="reviewScriptList"></div>-->
- <!--</td>-->
- <!--</tr>-->
- </table>
- </div>
- <div title="编号" class="MWFTab">
- <div class="MWFSerial" name="serialTexture"></div>
- <div style="border-top: 1px solid #CCC">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">编号活动:</td>
- <td class="editTableValue">
- <div class="MWFSericalActivitySelect" name="serialActivity"></div></td>
- </tr>
- <tr>
- <td class="editTableTitle">触发条件:</td>
- <td class="editTableValue">
- <input class="editTableRadio" name="serialPhase" text{($.serialPhase!="inquire")?'checked':''} type="radio" value="arrive"/>到达
- <input class="editTableRadio" name="serialPhase" text{($.serialPhase=="inquire")?'checked':''} type="radio" value="inquire"/>提交
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div title="时效" class="MWFTab">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">流程超时:</td>
- <td class="editTableValue">
- <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"/>不超时
- <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"/>指定时长
- <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"/>通过脚本设定
- </td>
- </tr>
- </table>
- <div id="text{$.id}expireTypeAppointEditArea" style="display: text{($.expireType=='appoint')?'block':'none'}; margin-top: 5px;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">超时时长:</td>
- <td class="editTableValue">
- <input type="text" name="expireDay" value="text{ $.expireDay === 0 ? 0 : ($.expireDay || 7) }" style="width: 80px; border: 1px solid #cccccc"/> 天 <br/>
- <input type="text" name="expireHour" value="text{($.expireHour) ? $.expireHour : 0}" style="width: 80px; border: 1px solid #cccccc"/> 小时
- </td>
- </tr>
- <tr>
- <td class="editTableTitle"></td>
- <td class="editTableValue">
- <input class="editTableRadio" name="expireWorkTime" text{!($.expireWorkTime===false)?'checked':''} type="radio" value="true"/>仅计算工作时间
- <input class="editTableRadio" name="expireWorkTime" text{($.expireWorkTime===false)?'checked':''} type="radio" value="false"/>包含非指定时长
- </td>
- </tr>
- </table>
- </div>
- <div id="text{$.id}expireTypeScriptEditArea" style="display: text{($.expireType=='script')?'block':'none'}; margin-top: 5px;">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">脚本:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="expireScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="expireScriptText"></div><hr />
- <div style="margin: 5px;">脚本返回JSON数据: <br>
- {<br>
- <span> </span>hour: 3 <span> </span>//几小时后超时<br>
- <span> </span>workHour: 5 <span> </span>//几个工作小时后超时<br>
- <span> </span>date: '2016-08-01' <span> </span>//到达指定时间后超时<br>
- }<br>
- 三个值任选其一</div>
- </div>
- </div>
- <div title="映射" class="MWFTab">
- <div class="MWFProjection" name="projection">
- <div style="margin: 0px; height: 20px; padding: 5px; background-color: #F6F6F6; line-height: 20px; text-align: center">映射业务数据</div>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableTitle">数据名称:</td>
- <td class="editTableValue"><input type="text" value="" class="editTableInput"/></td>
- </tr>
- <tr>
- <td class="editTableTitle">数据路径:</td>
- <td class="editTableValue"><input type="text" value="" class="editTableInput"/></td>
- </tr>
- <tr>
- <td class="editTableTitle">数据类型:</td>
- <td class="editTableValue"><select>
- <option value='string'>string</option>
- <option value='long'>long</option>
- <option value='double'>double</option>
- <option value='boolean'>boolean</option>
- <option value='date'>date</option>
- <option value='time'>time</option>
- <option value='datetime'>datetime</option>
- </select></td>
- </tr>
- </table>
- <div></div>
- <div></div>
- </div>
- <hr/>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableValue">
- <b>每次流转刷新映射数据:</b>
- <input class="editTableRadio" name="projectionFully" text{($.projectionFully!==false)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="projectionFully" text{($.projectionFully===false)?'checked':''} type="radio" value="false"/>否
- </td>
- </tr>
- </table>
- </div>
- <div title="事件" class="MWFTab">
- <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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">流程启动前</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">流程启动前:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="beforeBeginScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="beforeBeginScriptText"></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;">启动流程生成work实例</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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">流程启动后</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">流程启动后:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="afterBeginScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="afterBeginScriptText"></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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">活动到达前</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">活动到达前:</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;">执行Arrive操作<br/>活动属性设置</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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">活动到达后</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">活动到达后:</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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">活动执行前</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">活动执行前:</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;">执行Execute操作<br/>执行自动活动任务</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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">活动执行后</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">活动执行后:</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">
- <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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">路由查询前</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">路由查询前:</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;">执行Inquire操作<br/>查询到达下一个活动的路由</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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">路由查询后</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">路由查询后:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="afterInquireScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="afterInquireScriptText"></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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">流程结束前</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">流程结束前:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="beforeEndScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="beforeEndScriptText"></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;">结束流程<br/>生成workCompleted</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/event.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 0px 5px;">流程结束后</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">流程结束后:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="afterEndScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="afterEndScriptText"></div><hr />
- </div>
- <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
- <!-- <tr>-->
- <!-- <td class="editTableTitle">流程启动前:</td>-->
- <!-- <td class="editTableValue">-->
- <!-- <div class="MWFScript" name="beforeBeginScript"></div>-->
- <!-- </td>-->
- <!-- </tr>-->
- <!-- </table>-->
- <!-- <div class="MWFScriptText" name="beforeBeginScriptText"></div><hr />-->
- <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
- <!-- <tr>-->
- <!-- <td class="editTableTitle">流程启动后:</td>-->
- <!-- <td class="editTableValue">-->
- <!-- <div class="MWFScript" name="afterBeginScript"></div>-->
- <!-- </td>-->
- <!-- </tr>-->
- <!-- </table>-->
- <!-- <div class="MWFScriptText" name="afterBeginScriptText"></div><hr />-->
- <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
- <!-- <tr>-->
- <!-- <td class="editTableTitle">流程结束前:</td>-->
- <!-- <td class="editTableValue">-->
- <!-- <div class="MWFScript" name="beforeEndScript"></div>-->
- <!-- </td>-->
- <!-- </tr>-->
- <!-- </table>-->
- <!-- <div class="MWFScriptText" name="beforeEndScriptText"></div><hr />-->
- <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
- <!-- <tr>-->
- <!-- <td class="editTableTitle">流程结束后:</td>-->
- <!-- <td class="editTableValue">-->
- <!-- <div class="MWFScript" name="afterEndScript"></div>-->
- <!-- </td>-->
- <!-- </tr>-->
- <!-- </table>-->
- <!-- <div class="MWFScriptText" name="afterEndScriptText"></div><hr />-->
- </div>
- </div>
|