cy
2022-06-28 2ba5c891b24d4d0cd6ce7ef833592e4f576ee5e8
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8" />
<title>变更流转策略配置</title>
[#include "/business/pages/include/static.html" /]
 
</head>
 
<body class="fullscreen">
[#include "/business/pages/include/header.html" /]
[#if RequestParameters.type == 2]
[#assign focusLabel = 'BZLCPZ']
[#elseif RequestParameters.type == 3]
[#assign focusLabel = 'JJLCPZ']
[#else]
[#assign focusLabel = 'JDLCPZ']
[/#if]
[#include "/business/pages/change/cpzheader.html" /]
 
<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  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">
               <input type="hidden" value="${RequestParameters.type}" name="type">
            <table class="pab_con" style="width: 100%;margin:auto">
                    
                    <tr>
                        <th align="center">变更受理:</th>
                        <td>
                            [#if bgslNode?? && bgslNode?size>0]
                                [#list bgslNode as node]
                                   [#if node.nodeId !=Constants.CCBSP]
                                    <input type="radio" value="${node.nodeId}" class="pos" name="bgsl" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:5px;">${node.nodeName}</span>
                                   [/#if]
                                [/#list]
                            [/#if]
                        </td>
                    </tr>
                     <tr>
                        <th align="center">通知变更经理:</th>
                        <td>
                             <input type="radio" value="1" class="pos" name="notice" [#if notice?? && notice==1]checked[/#if]/><span style="margin-right:5px;">是</span>
                             <input type="radio" value="2" class="pos" name="notice" [#if notice?? && notice==2]checked[/#if]/><span style="margin-right:5px;">否</span>
                        </td>
                    </tr>
                    <tr >
                        <th align="center">变更审批:</th>
                        <td>
                            [#if bgspNode?? && bgspNode?size>0]
                                [#list bgspNode as node]
                                   [#if node.nodeId !=Constants.CCBSP]
                                    <input type="radio" value="${node.nodeId}" class="pos" name="bgsp" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:5px;">${node.nodeName}</span>
                                   [/#if]
                                [/#list]
                            [/#if]
                        </td>
                    </tr>
                    <tr >
                        <th align="center">变更执行:</th>
                        <td>
                            [#if bgzxNode?? && bgzxNode?size>0]
                                [#list bgzxNode as node]
                                   [#if node.nodeId !=Constants.CCBSP]
                                    <input type="radio" value="${node.nodeId}" class="pos" name="bgzx" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:5px;">${node.nodeName}</span>
                                   [/#if]
                                [/#list]
                            [/#if]
                        </td>
                    </tr>
                    <tr >
                        <th align="center">变更审核:</th>
                        <td>
                            [#if bgshNode?? && bgshNode?size>0]
                                [#list bgshNode as node]
                                   [#if node.nodeId !=Constants.CCBSP]
                                    <input type="radio" value="${node.nodeId}" class="pos" name="bgsh" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:5px;">${node.nodeName}</span>
                                   [/#if]
                                [/#list]
                            [/#if]
                        </td>
                    </tr>
                    <tr>
                        <th align="center">变更回顾:</th>
                        <td >
                            [#if bghgNode?? && bghgNode?size>0]
                                [#list bghgNode as node]
                                   [#if node.nodeId !=Constants.CCBSP]
                                    <input type="radio" value="${node.nodeId}" class="pos" name="bghg" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:5px;">${node.nodeName}</span>
                                    [/#if]
                                    [#if node_index==1]
                                    <input type="hidden" value="${node.nodeId}" name="bgsqnode"/>
                                    [/#if]
                                [/#list]
                            [/#if]
                            
                        </td>
                        
                    </tr>
                    <tr >
                        <th align="center">可关闭工单的节点:</th>
                        <td>
                            [#if closeNode?? && closeNode?size>0]
                                [#list closeNode as node]
                                   [#if node.nodeId !=Constants.CCBSP]
                                    <input type="checkbox" value="${node.nodeId}" class="pos" name="isclose" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:5px;">${node.nodeName}</span>
                                   [/#if]
                                [/#list]
                            [/#if]
                        </td>
                    </tr>
                    <tr >
                        <th align="center">可回退工单的节点:</th>
                        <td>
                            [#if backNode?? && backNode?size>0]
                                [#list backNode as node]
                                   [#if node.nodeId !=Constants.CCBSP]
                                    <input type="checkbox" value="${node.nodeId}" class="pos" name="isback" [#if node.type?? && node.type==1]checked[/#if]/><span style="margin-right:5px;">${node.nodeName}</span>
                                   [/#if]
                                [/#list]
                            [/#if]
                        </td>
                    </tr>
                </table>
                </form>
        </div>   
    </div>
</div>
 
<script type="text/javascript">
function savePz() {
    $.post("${base}/business/pages/change/changeNodeDeal.html",$("#myform").serialize(),function(data,textStatus) {
        if(data==1) {
            popupTips("提交成功");
        }
    })
}
</script>
 
[#include "/business/pages/include/footer.html" /]
</body>
</html>