<!doctype html>
|
<html class="no-js">
|
<head>
|
<meta charset="utf-8" />
|
<title>问题流转策略配置</title>
|
[#include "/business/pages/include/static.html" /]
|
<script type="text/javascript">
|
$(document).ready(function() {
|
$.formValidator.initConfig({formID:"myform",onError:function(msg){popupTips(msg)},onSuccess:function(){
|
if(!(window.top.openConfirm("确定要提交吗?"))) {
|
return false;
|
}
|
document.getElementById("myform").target = window.top.openDialog("1","操作",
|
{},
|
{"width":40,"height":40},[{btnId:"tipBtnSure", btnName:"确定", btnStyle:"bluebtn"}]);
|
return true;
|
|
}});
|
});
|
</script>
|
</head>
|
|
<body class="fullscreen">
|
[#include "/business/pages/include/header.html" /]
|
[#assign label = GnConstants.WTGLMB]
|
[#include "/business/pages/include/gps.html" /]
|
<div style="margin:10px;">
|
</div>
|
<div class="fs_main equip_add clearfix" >
|
<div class="equip_add_right equipdetail_basic" style="width:100%;float:none;">
|
<div class="deal_switch">
|
<h3>问题流转策略配置</h3>
|
</div>
|
<div id="main" style="margin:15px;">
|
<form action="${base}/business/pages/workflow/template/questionNodeDealConfig.html" method="post" id="myform" name="myform">
|
[#if config?? && config?size>0]<input type="hidden" value="${config.id}" name="id"/>[/#if]
|
<table class="pab_con">
|
<tr>
|
<th align="right">问题发起:</th>
|
<td>
|
[#if wtfqNode?? && wtfqNode?size>0]
|
[#list wtfqNode as node]
|
[#if node.nodeId != Constants.WTFQ]
|
<input type="checkbox" value="${node.nodeId}" style="margin-right:5px;" class="pos" name="wtfq" [#if node.type?? && node.type==1]checked[/#if] /><span style="margin-right:10px;">${node.nodeName}</span>
|
[/#if]
|
[/#list]
|
[/#if]
|
</td>
|
</tr>
|
<tr>
|
<th align="right">问题受理:</th>
|
<td >
|
[#if wtslNode?? && wtslNode?size>0]
|
[#list wtslNode as node]
|
[#if node.nodeId != Constants.WTFQ]
|
<input type="checkbox" value="${node.nodeId}" style="margin-right:5px;" class="pos" name="wtsl" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:10px;">${node.nodeName}</span>
|
[/#if]
|
[/#list]
|
[/#if]
|
</td>
|
</tr>
|
<tr>
|
<th align="right">问题审核:</th>
|
<td>
|
[#if wtshNode?? && wtshNode?size>0]
|
[#list wtshNode as node]
|
[#if node.nodeId != Constants.WTFQ]
|
<input type="checkbox" value="${node.nodeId}" style="margin-right:5px;" class="pos" name="wtsh" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:10px;">${node.nodeName}</span>
|
[/#if]
|
[/#list]
|
[/#if]
|
</td>
|
</tr>
|
<tr>
|
<th align="right">问题诊断:</th>
|
<td>
|
[#if wtzdNode?? && wtzdNode?size>0]
|
[#list wtzdNode as node]
|
[#if node.nodeId != Constants.WTFQ]
|
<input type="checkbox" value="${node.nodeId}" style="margin-right:5px;" class="pos" name="wtzd" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:10px;">${node.nodeName}</span>
|
[/#if]
|
[/#list]
|
[/#if]
|
</td>
|
</tr>
|
<tr >
|
<th align="right">方案审批:</th>
|
<td>
|
[#if faspNode?? && faspNode?size>0]
|
[#list faspNode as node]
|
[#if node.nodeId != Constants.WTFQ]
|
<input type="checkbox" value="${node.nodeId}" style="margin-right:5px;" class="pos" name="fasp" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:10px;">${node.nodeName}</span>
|
[/#if]
|
[/#list]
|
[/#if]
|
</td>
|
</tr>
|
<tr >
|
<th align="right">方案实施:</th>
|
<td>
|
[#if fassNode?? && fassNode?size>0]
|
[#list fassNode as node]
|
[#if node.nodeId != Constants.WTFQ]
|
<input type="checkbox" value="${node.nodeId}" style="margin-right:5px;" class="pos" name="fass" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:10px;">${node.nodeName}</span>
|
[/#if]
|
[/#list]
|
[/#if]
|
</td>
|
</tr>
|
<tr >
|
<th align="right">问题回顾:</th>
|
<td>
|
[#if wthgNode?? && wthgNode?size>0]
|
[#list wthgNode as node]
|
[#if node.nodeId != Constants.WTFQ]
|
<input type="checkbox" value="${node.nodeId}" style="margin-right:5px;" class="pos" name="wthg" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:10px;">${node.nodeName}</span>
|
[/#if]
|
[/#list]
|
[/#if]
|
</td>
|
</tr>
|
<tr >
|
<th align="right">可关闭工单的节点:</th>
|
<td>
|
[#if closeNode?? && closeNode?size>0]
|
[#list closeNode as node]
|
[#if node.nodeId != Constants.WTFQ]
|
<input type="checkbox" value="${node.nodeId}" style="margin-right:5px;" class="pos" name="isclose" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:10px;">${node.nodeName}</span>
|
[/#if]
|
[/#list]
|
[/#if]
|
</td>
|
</tr>
|
<tr >
|
<th align="right">可回退工单的节点:</th>
|
<td>
|
[#if backNode?? && backNode?size>0]
|
[#list backNode as node]
|
[#if node.nodeId != Constants.WTFQ]
|
<input type="checkbox" value="${node.nodeId}" style="margin-right:5px;" class="pos" name="isback" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:10px;">${node.nodeName}</span>
|
[/#if]
|
[/#list]
|
[/#if]
|
</td>
|
</tr>
|
<tr>
|
<td colspan="2" style="text-align:center;"><a class="operating_conmon" style="margin-top:10px;" href="javascript:savePz();"><span style="color:#333333;">提交</span></a></td>
|
</tr>
|
</table>
|
</form>
|
</div>
|
</div>
|
</div>
|
|
<script type="text/javascript">
|
function savePz() {
|
$("#myform").submit();
|
}
|
</script>
|
|
[#include "/business/pages/include/footer.html" /]
|
</body>
|
</html>
|