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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!doctype html>
<html class="no-js">
<head>
 
[#include "/business/pages/include/static.html" /]
[#include "/business/pages/include/print.html" /]
    [#include "/component/excExport.html" /]
 
<meta charset="utf-8">
<title>变更处理报告</title>
</head>
 
<body class="fullscreen">
[#include "/business/pages/include/header.html" /]
[#assign focusLabel = Constants.WORKFLOW_BASE_BUSINESS_TYPE_CI_CHANGE]
[#if changeMap??]
 <div class="check_btn clearfix">
        <a class="common close" href="javascript:window.close();"><span>关闭</span></a>
         [@excExp id="printDiv" name="变更处理报告" /]
        <a class="common print" href="javascript:printA4(1,'printDiv');"><span>打印</span></a>
    </div>
<div class="device" id="printDiv" style="padding:0;border:0;">
<table border="0" class="reportTable" id="reportTable">
    <tr class="titleTr">
      <td colspan="12">变更处理报告</td>
    </tr>
    
    <tr class="nameTr">
      <td  colspan="6" align="left" valign="bottom" style="padding:1px;">项目名称:${changeMap.CUSTOMER_NAME}</td>
      <td  colspan="6" style="text-align: right;">编号:${changeMap.ORDER_CODE}</td>
      
      </tr>
    
    
    <tr>
      <td colspan="2" class="tdbg" width="20%">变更标题:</td>
      <td colspan="10">${changeMap.NAME}</td>
    </tr>
   <tr>
      <td colspan="2" class="tdbg" width="20%">项目名称:</td>
      <td colspan="10">${changeMap.SUB_CUSTOMER_NAME}</td>
 
    </tr>
       <tr>
      <td colspan="2" class="tdbg" width="20%">变更来源:</td>
      <td colspan="2" width="16%">${changeMap.SOURCE_NAME}</td>
      <td colspan="2" class="tdbg" width="15%">风险等级:</td>
      <td colspan="2" width="16%">${changeMap.RISK_LEVEL_NAME}</td>
      <td colspan="2" class="tdbg" width="15%">变更开始时间:</td>
      <td colspan="2" width="16%">${DateUtil.format("yyyy-MM-dd",changeMap.PLAN_START_TIME)}</td>
    </tr>
    <tr>
      <td colspan="2" class="tdbg">系统负责人:</td>
      <td colspan="2">${changeMap.SYS_FZR}</td>
      <td colspan="2" class="tdbg">负责人联系方式:</td>
      <td colspan="2">${changeMap.FZR_MOBILE}</td>
      <td colspan="2" class="tdbg">变更完成时间:</td>
      <td colspan="2">${DateUtil.format("yyyy-MM-dd",changeMap.REQUEST_DEAL_TIME)}</td>
    </tr>
    <tr>
      <td colspan="2" class="tdbg">变更负责人:</td>
      <td colspan="2">${changeMap.CHANGE_FZR}</td>
      <td colspan="2" class="tdbg">变更人联系方式:</td>
      <td colspan="2">${changeMap.CHANGE_MOBILE}</td>
      <td colspan="2" class="tdbg">实施结果:</td>
      <td colspan="2">[#if changeMap.RESOLVE == 1]实施成功[#else]实施失败[/#if]</td>
    </tr>
    <tr>
      <td colspan="2" class="tdbg">${Constants.CUSTOMERNAME}联系人:</td>
      <td colspan="2">${changeMap.CONTACT_NAME}</td>
      <td colspan="2" class="tdbg">${Constants.CUSTOMERNAME}联系方式:</td>
      <td colspan="2">${changeMap.CONTACT_PHONE}</td>
      <td colspan="2" class="tdbg">解决方式:</td>
      <td colspan="2">${changeMap.RESOLVE_TYPE_NAME}</td>
    </tr>
    <tr>
          <td colspan="12" class="nopbot" >风险分析:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${changeMap.FXFX}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >变更涉及范围:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${changeMap.BGSJFW}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >变更步骤:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${changeMap.BGBZ}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >测试计划及测试步骤:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${changeMap.TEST_PLAN}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >回退步骤和回退条件:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${changeMap.BACK_BZ}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >变更需求部门:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${changeMap.CHANGE_DEPT}
          </td>
       </tr>
    <tr>
      <td class="tdbg"  [#if orderList??&&orderList?size>0]rowspan="${orderList?size+1}"[#else]rowspan="2"[/#if]>关联工单</td>
      <td >序号</td>
      <td colspan="3" class="tdbg" >工单编号</td>
      <td colspan="3" class="tdbg" >工单名称</td>
      <td colspan="2" class="tdbg" >工单类型</td>
      <td colspan="2" class="tdbg" >工单状态</td>
    </tr>
    [#if orderList?? && orderList?size>0]
        [#list orderList as order]
        <tr>
          <td >${order_index+1}</td>
          <td colspan="3" >${order.ORDER_CODE}</td>
          <td colspan="3" >${order.WFNAME}</td>
          <td colspan="2" >${Constants.mapWORKFLOW_BUSINESS_TYPE_Label(order.BUSINESSTYPE)}</td>
          <td colspan="2">${Constants.getWORKFLOW_BASE_WFSTATE_Label(order.WFSTATE)}</td>
        </tr>
        [/#list]
    [#else]
         <tr>
          <td >&nbsp;</td>
          <td colspan="3" ></td>
          <td colspan="3" ></td>
          <td colspan="2" ></td>
          <td colspan="2"></td>
        </tr>
    [/#if]
    <tr>
      <td class="tdbg"  [#if ciList??&&ciList?size>0]rowspan="${ciList?size+1}"[#else]rowspan="2"[/#if]>关联配置</td>
      <td >序号</td>
      <td colspan="2" class="tdbg" >配置编号</td>
      <td colspan="2" class="tdbg" >配置名称</td>
      <td colspan="4" class="tdbg" >存放位置</td>
      <td colspan="2" class="tdbg" >IP地址</td>
    </tr>
    [#if ciList?? && ciList?size>0]
        [#list ciList as ci]
        <tr>
          <td >${ci_index+1}</td>
          <td colspan="2" >${ci.MEMBERCODE}</td>
          <td colspan="2" >${ci.CINAME}</td>
          <td colspan="4" >${ci.POSITION}</td>
          <td colspan="2"></td>
        </tr>
    [/#list]
    [#else]
        <tr>
          <td >&nbsp;</td>
          <td colspan="2" ></td>
          <td colspan="2" ></td>
          <td colspan="4" ></td>
          <td colspan="2"></td>
        </tr>
    [/#if]
    <tr>
      <td class="tdbg"  [#if fileList??&&fileList?size>0]rowspan="${fileList?size+1}"[#else]rowspan="2"[/#if]>关联文档</td>
      <td >序号</td>
      <td colspan="6" class="tdbg" >文档名称</td>
      <td colspan="2" class="tdbg" >格式</td>
      <td colspan="2" class="tdbg" >大小</td>
    </tr>
    [#if fileList?? && fileList?size>0]
        [#list fileList as file]
        <tr>
          <td >${file_index+1}</td>
          <td colspan="6">${file.FILE_NAME}</td>
          <td colspan="2">${file.FILE_FORMAT}</td>
          <td colspan="2">${file.FILE_SIZE}</td>
        </tr>
    [/#list]
    [#else]
        <tr>
          <td >&nbsp;</td>
          <td colspan="6" ></td>
          <td colspan="2" ></td>
          <td colspan="2"></td>
        </tr>
    [/#if]
</table>
</div>
[/#if]
[#include "/business/pages/include/footer.html" /]
</body>
</html>