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
<!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" /]
 
[#if releaseMap??]
 <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>
        <!-- <a class="common " href="${base}/business/pages/releaseManage/dslReport.html?flowId=${RequestParameters.flowId}&orderId=${RequestParameters.orderId}"><span>DSL信息</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;">${Constants.CUSTOMER_CONSTANTS}名称:${releaseMap.CUSTOMER_NAME}</td>
      <td  colspan="6" style="text-align: right;">编号:${releaseMap.ORDER_CODE}</td>
      </tr>
    
    
    <tr>
      <td colspan="2" class="tdbg" width="20%">发布标题:</td>
      <td colspan="10">${releaseMap.NAME}</td>
    </tr>
   <tr>
      <td colspan="2" class="tdbg" width="20%">${Constants.UNIT_CONSTANTS}:</td>
      <td colspan="10">${releaseMap.SUB_CUSTOMER_NAME}</td>
    </tr>
       <tr>
      <td colspan="2" class="tdbg" width="20%">发布来源:</td>
      <td colspan="2" width="16%">${releaseMap.SOURCE_NAME}</td>
      <td colspan="2" class="tdbg" width="15%">发布类型:</td>
      <td colspan="2" width="16%">${releaseMap.RELEASE_TYPE_NAME}</td>
      <td colspan="2" class="tdbg" width="15%">创建时间:</td>
      <td colspan="2" width="16%">${DateUtil.format("yyyy-MM-dd HH:mm:ss",releaseMap.CREATE_TIME)}</td>
    </tr>
    <tr>
      <td colspan="2" class="tdbg">甲方负责人:</td>
      <td colspan="2">${releaseMap.SECOND_PART_NAME}</td>
      <td colspan="2" class="tdbg">联系方式:</td>
      <td colspan="2">${releaseMap.SECOND_PART_TEL}</td>
      <td colspan="2" class="tdbg">创建人:</td>
      <td colspan="2">${releaseMap.RELEASE_USER_NAME}</td>
    </tr>
    <tr>
      <td colspan="2" class="tdbg">发布开始时间:</td>
      <td colspan="2">${DateUtil.format("yyyy-MM-dd HH:mm:ss",releaseMap.PLAN_START_TIME)}</td>
      <td colspan="2" class="tdbg">发布结束时间:</td>
      <td colspan="2">${DateUtil.format("yyyy-MM-dd HH:mm:ss",releaseMap.PLAN_END_TIME)}</td>
      <td colspan="2" class="tdbg">发布结果:</td>
      <td colspan="2">[#if releaseMap.RELEASE_RESULT == 1]实施成功[#else]实施失败[/#if]</td>
    </tr>
    <tr>
          <td colspan="12" class="nopbot" >发布原因:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${releaseMap.RELEASE_REASON}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >发布范围:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${releaseMap.RELEASE_RANGE}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >工作量:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${releaseMap.WORKLOAD}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >测试方案及测试步骤:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${releaseMap.TEST_STEP}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >回退步骤和回退条件:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${releaseMap.CALLBACK_STEP}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >培训计划:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${releaseMap.TRAIN_PLAN}
          </td>
       </tr>
       <tr>
          <td colspan="12" class="nopbot" >通知相关部门:</td>
       </tr>
       <tr>
          <td class="noptobo" colspan="12">
              ${releaseMap.RELATION_DEPART}
          </td>
       </tr>
    <tr>
      <td class="tdbg"  [#if orderList??&&orderList?size>0]rowspan="${orderList?size+1}"[#else]rowspan="2"[/#if]>关联工单</td>
      <td class="tdbg">序号</td>
      <td colspan="2" class="tdbg" >工单编号</td>
      <td colspan="4" 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="2" >${order.ORDER_CODE}</td>
          <td colspan="4" >${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="2" ></td>
          <td colspan="4" ></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 class="tdbg">序号</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 class="tdbg">序号</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>