|
|
@@ -30,36 +30,41 @@
|
|
|
<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 data-o2-advanced="yes">
|
|
|
+ <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
|
|
|
+ <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"><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>
|
|
|
+
|
|
|
+
|
|
|
<div title="人员" class="MWFTab">
|
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
|
|
|
<tr>
|
|
|
@@ -190,7 +195,8 @@
|
|
|
</table>
|
|
|
<div class="MWFScriptText" name="reviewScriptText"></div>
|
|
|
</div>
|
|
|
- <div title="时效" class="MWFTab">
|
|
|
+
|
|
|
+ <div title="时效" class="MWFTab" data-o2-advanced="yes">
|
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
|
|
|
<tr>
|
|
|
<td class="editTableTitle">流程超时:</td>
|
|
|
@@ -337,193 +343,193 @@
|
|
|
</table>
|
|
|
|
|
|
</div>
|
|
|
- <div title="事件" class="MWFTab">
|
|
|
+ <div title="事件" 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;">工作到达前</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>
|
|
|
+ <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 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/text{($.afterArriveScript || $.afterArriveScriptText) ? "event_code" : "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 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;">工作到达后</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 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;">活动执行前</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 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;">活动执行前</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 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/text{($.manualStayScript || $.manualStayScriptText) ? "event_code" : "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/text{($.manualStayScript || $.manualStayScriptText) ? "event_code" : "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/text{($.manualBeforeTaskScript || $.manualBeforeTaskScriptText) ? "event_code" : "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 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{($.manualBeforeTaskScript || $.manualBeforeTaskScriptText) ? "event_code" : "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 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/text{($.manualAfterTaskScript || $.manualAfterTaskScriptText) ? "event_code" : "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 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{($.manualAfterTaskScript || $.manualAfterTaskScriptText) ? "event_code" : "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 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>
|
|
|
|
|
|
- <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;">活动执行后</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 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;">活动执行后</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 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{($.beforeInquireScript || $.beforeInquireScriptText) ? "event_code" : "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 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;">路由查询前</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 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/text{($.afterInquireScript || $.afterInquireScriptText) ? "event_code" : "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;">
|
|
|
+<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;">路由查询后</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>
|
|
|
+ <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>
|
|
|
</div>
|