| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528 |
- <div>
- <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{$.createTime}</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">
- <input title="只需一人处理" class="editTableRadio" name="manualMode" text{($.manualMode=='single')?'checked':''} type="radio" value="single"/>单人
- <input title="多人同时处理" class="editTableRadio" name="manualMode" text{($.manualMode=='parallel')?'checked':''} type="radio" value="parallel"/>并行
- <input title="多人按顺序处理" class="editTableRadio" name="manualMode" text{($.manualMode=='queue')?'checked':''} type="radio" value="queue"/>串行
- <input title="谁先打开待办就由谁处理" class="editTableRadio" name="manualMode" text{($.manualMode=='grab')?'checked':''} type="radio" value="grab"/>抢办
- </td>
- </tr>
- <tr>
- <td class="editTableValue" colspan="2"><b>给未处理待办的人发待阅:</b>
- <input class="editTableRadio" name="manualUncompletedTaskToRead" text{($.manualUncompletedTaskToRead)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="manualUncompletedTaskToRead" text{(!$.manualUncompletedTaskToRead)?'checked':''} type="radio" value="false"/>否</td>
- </tr>
- <tr>
- <td class="editTableTitle">合并待办:</td>
- <td class="editTableValue">
- <input class="editTableRadio" name="manualMergeSameJobActivity" text{($.manualMergeSameJobActivity)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="manualMergeSameJobActivity" text{(!$.manualMergeSameJobActivity)?'checked':''} type="radio" value="false"/>否
- <div style="color: #999999">( 如果选“是”,同一身份在此节点上的待办会被合并 )</div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">表单:</td>
- <td class="editTableValue">
- <div class="MWFFormSelect" name="form"></div></td>
- </tr>
- <tr>
- <td class="editTableTitle">活动组:</td>
- <td class="editTableValue"><input type="text" name="group" value="text{$.group}" class="editTableInput"/></td>
- </tr>
- <tr>
- <td class="editTableTitle">意见组:</td>
- <td class="editTableValue"><input type="text" name="opinionGroup" value="text{$.opinionGroup}" class="editTableInput"/></td>
- </tr>
- </table>
- </div>
- <div title="人员" class="MWFTab">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableHeadTitle" colspan="2">处理人</td>
- </tr>
- <tr>
- <td class="editTableTitle">用户标识:</td>
- <td class="editTableValue">
- <div class="MWFPersonIdentity" name="taskIdentityList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">处理组织:</td>
- <td class="editTableValue">
- <div class="MWFPersonUnit" name="taskUnitList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">处理群组:</td>
- <td class="editTableValue">
- <div class="MWFPersonGroup" name="taskGroupList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">职 位:</td>
- <td class="editTableValue">
- <div class="MWFDutySelector" name="taskDuty"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">流程数据:</td>
- <td class="editTableValue">
- <div class="MWFFormFieldPerson" name="taskDataPathList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">脚本:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="taskScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="taskScriptText"></div>
- <hr />
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableHeadTitle" colspan="2">待阅人</td>
- </tr>
- <tr>
- <td class="editTableTitle">待阅人标识:</td>
- <td class="editTableValue">
- <div class="MWFPersonIdentity" name="readIdentityList" type="identity"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">待阅组织:</td>
- <td class="editTableValue">
- <div class="MWFPersonUnit" name="readUnitList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">待阅群组:</td>
- <td class="editTableValue">
- <div class="MWFPersonGroup" name="readGroupList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">职 位:</td>
- <td class="editTableValue">
- <div class="MWFDutySelector" name="readDuty"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">流程数据:</td>
- <td class="editTableValue">
- <div class="MWFFormFieldPerson" name="readDataPathList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">脚本:</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">阅读人</td>
- </tr>
- <tr>
- <td class="editTableTitle">阅读人标识:</td>
- <td class="editTableValue">
- <div class="MWFPersonIdentity" name="reviewIdentityList" type="identity"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">阅读组织:</td>
- <td class="editTableValue">
- <div class="MWFPersonUnit" name="reviewUnitList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">阅读群组:</td>
- <td class="editTableValue">
- <div class="MWFPersonGroup" name="reviewGroupList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">职 位:</td>
- <td class="editTableValue">
- <div class="MWFDutySelector" name="reviewDuty"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">流程数据:</td>
- <td class="editTableValue">
- <div class="MWFFormFieldPerson" name="reviewDataPathList"></div>
- </td>
- </tr>
- <tr>
- <td class="editTableTitle">脚本:</td>
- <td class="editTableValue">
- <div class="MWFScript" name="reviewScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="reviewScriptText"></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}taskExpireTypeAppointEditArea').setStyle('display', 'none'); $('text{$.id}taskExpireTypeScriptEditArea').setStyle('display', 'none');}" name="taskExpireType" text{($.taskExpireType!='appoint' && $.taskExpireType!='script')?'checked':''} type="radio" value="never"/>不超时
- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}taskExpireTypeAppointEditArea').setStyle('display', 'block'); $('text{$.id}taskExpireTypeScriptEditArea').setStyle('display', 'none');}" name="taskExpireType" text{($.taskExpireType=='appoint')?'checked':''} type="radio" value="appoint"/>指定时长
- <input class="editTableRadio" onclick="if (this.checked){ $('text{$.id}taskExpireTypeAppointEditArea').setStyle('display', 'none'); $('text{$.id}taskExpireTypeScriptEditArea').setStyle('display', 'block');}" name="taskExpireType" text{($.taskExpireType=='script')?'checked':''} type="radio" value="script"/>通过脚本设定
- </td>
- </tr>
- </table>
- <div id="text{$.id}taskExpireTypeAppointEditArea" style="display: text{($.taskExpireType=='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="taskExpireDay" value="text{$.taskExpireDay}" style="width: 80px; border: 1px solid #cccccc"/> 天 <br/>
- <input type="text" name="taskExpireHour" value="text{($.taskExpireHour) ? $.taskExpireHour : 0}" style="width: 80px; border: 1px solid #cccccc"/> 小时
- </td>
- </tr>
- <tr>
- <td class="editTableTitle"></td>
- <td class="editTableValue">
- <input class="editTableRadio" name="taskExpireWorkTime" text{!($.taskExpireWorkTime===false)?'checked':''} type="radio" value="true"/>仅计算工作时间
- <input class="editTableRadio" name="taskExpireWorkTime" text{($.taskExpireWorkTime===false)?'checked':''} type="radio" value="false"/>包含非指定时长
- </td>
- </tr>
- </table>
- </div>
- <div id="text{$.id}taskExpireTypeScriptEditArea" style="display: text{($.taskExpireType=='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="taskExpireScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="taskExpireScriptText"></div><hr />
- <div style="margin: 5px;">设置指定的超时时间:<br>this.expire.setDate([Date or String] date)</div>
- <div style="margin: 5px;">设置几小时后超时:<br>this.expire.setHour([Int] hour)</div>
- <div style="margin: 5px;">设置几个工作小时后超时:<br>this.expire.setWorkHour([Int] hour)</div>
- </div>
- </div>
- <div title="权限" class="MWFTab">
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <!--<tr>
- <td class="editTableValue" colspan="2"><b>允许填写意见:</b><input class="editTableRadio" name="allowOpinion" text{($.allowOpinion)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="allowOpinion" text{($.allowOpinion)?'checked':''} type="radio" value="false"/>否</td>
- </tr>-->
- <tr>
- <td class="editTableValue" colspan="2"><b>允许删除文件:</b><input class="editTableRadio" name="allowDeleteWork" text{($.allowDeleteWork)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="allowDeleteWork" text{(!$.allowDeleteWork)?'checked':''} type="radio" value="false"/>否</td>
- </tr>
- <!--<tr>-->
- <!--<td class="editTableValue" colspan="2"><b>允许添加附件:</b><input class="editTableRadio" name="canAddAttachment" text{($.canAddAttachment)?'checked':''} type="radio" value="true"/>是-->
- <!--<input class="editTableRadio" name="canAddAttachment" text{(!$.canAddAttachment)?'checked':''} type="radio" value="false"/>否</td>-->
- <!--</tr>-->
- <!--<tr>-->
- <!--<td class="editTableValue" colspan="2"><b>允许删除附件:</b><input class="editTableRadio" name="canDeleteAttachment" text{($.canDeleteAttachment)?'checked':''} type="radio" value="true"/>是-->
- <!--<input class="editTableRadio" name="canDeleteAttachment" text{(!$.canDeleteAttachment)?'checked':''} type="radio" value="false"/>否</td>-->
- <!--</tr>-->
- </table>
- <hr />
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableValue" colspan="2"><b>是否允许调度:</b><input class="editTableRadio" name="allowReroute" text{($.allowReroute)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="allowReroute" text{(!$.allowReroute)?'checked':''} type="radio" value="false"/>否</td>
- </tr>
- <tr>
- <td class="editTableValue" colspan="2"><b>允许调度到此活动:</b><input class="editTableRadio" name="allowRerouteTo" text{($.allowRerouteTo)?'checked':''} type="radio" value="true"/>是
- <input class="editTeditTableRadioableInput" class="editTableInput" name="allowRerouteTo" text{(!$.allowRerouteTo)?'checked':''} type="radio" value="false"/>否</td>
- </tr>
- </table>
- <hr />
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableValue" colspan="2"><b>是否允许重置:</b><input class="editTableRadio" name="allowReset" text{($.allowReset)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="allowReset" text{(!$.allowReset)?'checked':''} type="radio" value="false"/>否</td>
- </tr>
- <tr>
- <td class="editTableTitle">重置人数:</td>
- <td class="editTableValue"><input type="text" name="resetCount" value="text{$.resetCount}" class="editTableInput"/></td>
- </tr>
- <tr>
- <td class="editTableTitle">重置范围:</td>
- <td class="editTableValue">
- <input class="editTableRadio" name="resetRange" text{($.resetRange=='all')?'checked':''} type="radio" value="all"
- onclick="if (this.checked){ $('text{$.id}resetRangeScriptTextTr').setStyle('display', 'none'); }"/>所有人
- <input class="editTableRadio" name="resetRange" text{($.resetRange=='unit')?'checked':''} type="radio" value="unit"
- onclick="if (this.checked){ $('text{$.id}resetRangeScriptTextTr').setStyle('display', 'none'); }"/>直接组织
- <input class="editTableRadio" name="resetRange" text{($.resetRange=='topUnit')?'checked':''} type="radio" value="topUnit"
- onclick="if (this.checked){ $('text{$.id}resetRangeScriptTextTr').setStyle('display', 'none'); }"/>顶层组织
- <input class="editTableRadio" name="resetRange" text{($.resetRange=='script')?'checked':''} type="radio" value="script"
- onclick="if (this.checked){ $('text{$.id}resetRangeScriptTextTr').setStyle('display', ''); }"/>脚本
- </td>
- </tr>
- <tr id="text{$.id}resetRangeScriptTextTr" style="display: text{($.resetRange!=='script')?'none':''};">
- <td colspan="2">
- <div class="MWFScriptText" name="resetRangeScriptText"></div>
- </td>
- </tr>
- </table>
- <hr />
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <!--<tr>-->
- <!--<td class="editTableValue" colspan="2"><b>是否允许挂起:</b><input class="editTableRadio" name="canHang" text{($.canHang)?'checked':''} type="radio" value="true"/>是-->
- <!--<input class="editTableRadio" name="canHang" text{(!$.canHang)?'checked':''} type="radio" value="false"/>否</td>-->
- <!--</tr>-->
- <tr>
- <td class="editTableValue" colspan="2"><b>是否允许撤回:</b><input class="editTableRadio" name="allowRetract" text{($.allowRetract)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="allowRetract" text{(!$.allowRetract)?'checked':''} type="radio" value="false"/>否</td>
- </tr>
- <!--<tr>-->
- <!--<td class="editTableValue" colspan="2"><b>是否允许退回:</b><input class="editTableRadio" name="canGoBack" text{($.canGoBack)?'checked':''} type="radio" value="true"/>是-->
- <!--<input class="editTableRadio" name="canGoBack" text{(!$.canGoBack)?'checked':''} type="radio" value="false"/>否</td>-->
- <!--</tr>-->
- </table>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableValue" colspan="2"><b>允许快速处理:</b><input class="editTableRadio" name="allowRapid" text{($.allowRapid)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="allowRapid" text{(!$.allowRapid)?'checked':''} type="radio" value="false"/>否</td>
- </tr>
- </table>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableValue" colspan="2"><b>允许增加拆分分支:</b><input class="editTableRadio" name="allowAddSplit" text{($.allowAddSplit)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="allowAddSplit" text{(!$.allowAddSplit)?'checked':''} type="radio" value="false"/>否</td>
- </tr>
- </table>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableValue" colspan="2"><b>允许流程回溯:</b><input class="editTableRadio" name="allowRollback" text{($.allowRollback)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="allowRollback" text{(!$.allowRollback)?'checked':''} type="radio" value="false"/>否</td>
- </tr>
- </table>
- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
- <tr>
- <td class="editTableValue" colspan="2"><b>允许发起办理提醒:</b><input class="editTableRadio" name="allowPress" text{($.allowPress)?'checked':''} type="radio" value="true"/>是
- <input class="editTableRadio" name="allowPress" text{(!$.allowPress)?'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="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="border-left: 20px solid #eeeeee;">
- <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;">
- <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="manualStayScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="manualStayScriptText"></div><hr />
- </div>
- <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;">
- <div style="height: 26px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">用户流转待办</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="manualBeforeTaskScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="manualBeforeTaskScriptText"></div><hr />
- </div>
- <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;">
- <div style="height: 26px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">处理待办,转已办</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="manualAfterTaskScript"></div>
- </td>
- </tr>
- </table>
- <div class="MWFScriptText" name="manualAfterTaskScriptText"></div><hr />
- </div>
- <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;">
- <div style="height: 26px; width: 30px; float: left; background: url(../x_component_process_ProcessDesigner/$Process/down16.png) no-repeat center center;"></div>
- <div style="margin-left: 20px; padding: 3px 10px; text-align: center; color: #666666;">判断是否满足条件进入下一个活动</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/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>
- </div>
|