提交 4d57fe4a 编写于 作者: NoSubject's avatar NoSubject

增加优先理由是否立即执行的配置项

上级 f5d91670
......@@ -105,6 +105,14 @@
<input class="editTableRadio" name="sole" text{(!$.sole)?'checked':''} type="radio" value="false"/>
</td>
</tr>
<tr>
<td class="editTableTitle">立即路由:</td>
<td class="editTableValue" id="text{$.id}sole" >
<input class="editTableRadio" name="soleDirect" text{($.soleDirect!==false)?'checked':''} type="radio" value="true"/>
<input class="editTableRadio" name="soleDirect" text{($.soleDirect===false)?'checked':''} type="radio" value="false"/>
<br><div style="color: #999999">(当选择“是”,多人处理时只要选择此路由,则立即按此路由流转文档)</div>
</td>
</tr>
<tr>
<td class="editTableValue" id="text{$.id}passExpired" colspan="2"><b>活动超时时自动流转:</b><input class="editTableRadio" name="passExpired" text{($.passExpired)?'checked':''} type="radio" value="true"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册