cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!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" /]
 
<nav class="fs_nav">
    <div class="fsnav_con">
        <h3>发布管理</h3>
        <a [#if Session["loguser"].DESKTOP_URL?? && Session["loguser"].DESKTOP_URL!=""]href="${base}${Session["loguser"].DESKTOP_URL}"[/#if]><span>我的桌面</span></a>
        <a  href="${base}/business/pages/servicelist/slaproject/slaproMain.html?proId=${RequestParameters.proId}&customerId=${RequestParameters.customerId}"><span>领域配置</span></a>
        <a class="focus" href="${base}/business/pages/releaseManage/releaseNodeDeal.html?customerId=${RequestParameters.customerId}&proId=${RequestParameters.proId}"><span>发布流转策略</span></a>
    </div>
</nav>
 
<div class="fs_navpath">
    <h3>当前位置</h3>
    <span></span>
    <a>发布流转策略配置</a>
</div>
<div style="margin:10px;">
</div>
<div class="fs_main equip_add clearfix" >
    <div class="equipdetail_basic" style="width:1000px;margin-left:auto; margin-right:auto;" >
        <div id="main" style="margin:15px;">
          <div class="fs_navtitle" id="fsNavtitle">
            <div class="fs_navtitle_con">
              <div class="fsnt_btn">
                <a class="fb_submit" href="javascript:savePz();"><span>提交</span></a>
              </div>
            </div>
         </div>
        <form action="${base}/business/pages/workflow/template/releaseNodeDealConfig.html" method="post" id="myform" name="myform" >
                [#if config?? && config?size>0]<input type="hidden" value="${config.id}" name="id"/>[/#if]
                <input type="hidden" value="${RequestParameters.proId}" name="proId">
                <input type="hidden" value="${RequestParameters.customerId}" name="customerId">
            <table class="pab_con">
                <tr>
                        <th align="right">发布申请:</th>
                        <td>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsq" disabled /><span style="margin-right:10px;">发布申请</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsq" checked disabled /><span style="margin-right:10px;">申请审批</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsq" disabled /><span style="margin-right:10px;">发布执行</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsq" disabled /><span style="margin-right:10px;">发布审核</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsq" disabled /><span style="margin-right:10px;">发布回顾</span>
                        </td>
                    </tr>
                    <tr>
                        <th align="right">申请审批:</th>
                        <td >
                            <input type="radio"  class="pos" style="margin-right:5px;" name="fbsp" disabled /><span style="margin-right:10px;">发布申请</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsp" disabled /><span style="margin-right:10px;">申请审批</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsp" checked disabled /><span style="margin-right:10px;">发布执行</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsp" disabled /><span style="margin-right:10px;">发布审核</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsp" disabled /><span style="margin-right:10px;">发布回顾</span>
                        </td>
                    </tr>
                    <tr >
                        <th align="right">发布执行:</th>
                        <td>
                            <input type="radio"  class="pos" style="margin-right:5px;" name="fbzx" disabled /><span style="margin-right:10px;">发布申请</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbzx" disabled /><span style="margin-right:10px;">申请审批</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbzx" disabled /><span style="margin-right:10px;">发布执行</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbzx" checked disabled /><span style="margin-right:10px;">发布审核</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbzx" disabled /><span style="margin-right:10px;">发布回顾</span>
                        </td>
                    </tr>
                     <tr >
                        <th align="right">发布审核:</th>
                        <td>
                             <input type="radio"  class="pos" style="margin-right:5px;" name="fbsh" disabled /><span style="margin-right:10px;">发布申请</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsh" disabled /><span style="margin-right:10px;">申请审批</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsh" disabled /><span style="margin-right:10px;">发布执行</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsh" disabled /><span style="margin-right:10px;">发布审核</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbsh" checked disabled /><span style="margin-right:10px;">发布回顾</span>
                        </td>
                    </tr>
                     <tr >
                        <th align="right">发布回顾:</th>
                        <td>
                            <input type="radio"  class="pos" style="margin-right:5px;" name="fbhg" disabled /><span style="margin-right:10px;">发布申请</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbhg" disabled /><span style="margin-right:10px;">申请审批</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbhg" disabled /><span style="margin-right:10px;">发布执行</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbhg" disabled /><span style="margin-right:10px;">发布审核</span>
                              <input type="radio"  class="pos" style="margin-right:5px;" name="fbhg" disabled /><span style="margin-right:10px;">发布回顾</span>
                        </td>
                    </tr>
                    <tr >
                        <th align="right">可关闭工单的节点:</th>
                        <td>
                            <input type="checkbox"  class="pos" style="margin-right:5px;" name="isclose" disabled /><span style="margin-right:10px;">发布申请</span>
                              <input type="checkbox"  class="pos" style="margin-right:5px;" name="isclose" checked disabled /><span style="margin-right:10px;">申请审批</span>
                              <input type="checkbox"  class="pos" style="margin-right:5px;" name="isclose" disabled /><span style="margin-right:10px;">发布执行</span>
                              <input type="checkbox"  class="pos" style="margin-right:5px;" name="isclose" checked disabled /><span style="margin-right:10px;">发布审核</span>
                              <input type="checkbox"  class="pos" style="margin-right:5px;" name="isclose" checked disabled /><span style="margin-right:10px;">发布回顾</span>
                        </td>
                    </tr>
                    <tr >
                        <th align="right">可回退工单的节点:</th>
                        <td>
                            <input type="checkbox"  class="pos" style="margin-right:5px;" name="isback" disabled /><span style="margin-right:10px;">发布申请</span>
                              <input type="checkbox"  class="pos" style="margin-right:5px;" name="isback" checked disabled /><span style="margin-right:10px;">申请审批</span>
                              <input type="checkbox"  class="pos" style="margin-right:5px;" name="isback" disabled /><span style="margin-right:10px;">发布执行</span>
                              <input type="checkbox"  class="pos" style="margin-right:5px;" name="isback" checked disabled /><span style="margin-right:10px;">发布审核</span>
                              <input type="checkbox"  class="pos" style="margin-right:5px;" name="isback" checked disabled /><span style="margin-right:10px;">发布回顾</span>
                        </td>
                    </tr>
                </table>
                </form>
        </div>   
    </div>
</div>
 
<script type="text/javascript">
function savePz() {
    $("#myform").submit();
}
</script>
 
[#include "/business/pages/include/footer.html" /]
</body>
</html>