涂煌豪
2022-03-24 7a6bde159e19c304b3a512ed21171b7ce09055d9
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<apex:page controller="RepairAgainAnPDFController" showHeader="false" sidebar="false" renderAs="pdf" action="{!init}" applyHtmlTag="false">
<html>
    <head>
        <style>
            @page {
                size: A4 portrait;
                margin: 5mm 12mm 5mm 12mm;
            }
            
            table {border-collapse: collapse;} 
            td.title {text-align: center; font-weight: bold; background-color: #BDBDBD; height: 23px;}
            td.middle {text-align: center; font-size:120%;}
            td.label {padding-left: 10px; height: 23px; font-weight: bold;}    
        </style>
    </head>
    <body style="font-family: Arial Unicode MS;">
        <table width="100%" border="0">
            <tr>
                <td width="15%">
                    <table width="100%" border="1" cellspacing="0" style="border-color: red;">
                        <tr><td colspan="2" style="font-size: 7px; font-weight: bold; color: red; text-align: center; padding: 0px 0px 0px 0px; border-color: red;">OLYMPUS</td></tr>
                        <tr>
                            <td style="font-size: 7px; color: red; text-align: center; padding: 0px 0px 0px 0px; border-color: red;" width="80%" >CONFIDENTIAL</td>
                            <td style="font-size: 7px; color: red; text-align: center; padding: 0px 0px 0px 0px; border-color: red;">㊙</td>
                        </tr>
                    </table>
                    <table width="100%" cellspacing="0">
                        <tr>
                            <td style="font-size: 10pt; text-align: left; padding: 0px 0px 0px 0px;">管理号:</td>
                            <td style="font-size: 10pt; text-align: left; padding: 0px 0px 0px 0px;"></td>
                        </tr>
                    </table>
                </td>
                <td style="text-align: center;"><span style="font-size: 14pt;">再修理返品分析报告</span></td>
                <td width="12%" style="text-align: right; vertical-align: bottom; font-size: 10pt;">
                    <apex:outputText value="{0, date, yyyyMMdd}">
                        <apex:param value="{!TODAY()}" /> 
                    </apex:outputText>
                </td>
            </tr>
        </table>
        <div style="height:2px;"></div>
        <table width="100%" border="1" cellspacing="2" style="font-size: 8pt;">
            <tr>
                <td>
                    <table width="100%" border="1" cellspacing="0">
                        <tr>
                            <td colspan="4" class="title">返品信息</td>
                            <td colspan="4" class="title">本次报价检测信息</td>
                        </tr>
                        <tr>
                            <td width="10%" class="label">机型</td>
                            <td width="15%" class="middle"><c:PDFWbr targetStr="{!ra.Asset_Model_No__c}"/></td>
                            <td width="10%" class="label">机身号</td>
                            <td width="15%" class="middle">{!ra.SerialNumber__c}</td>
                            <td width="10%" class="label">受理日</td>
                            <td width="15%" class="middle"><apex:outputField value="{!ra.AcceptDate__c}"/></td>
                            <td width="15%" class="label">距离上次返回</td>
                            <td width="10%" class="middle">{!ra.LastDateCnt__c}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;天</td>
                        </tr>
                        <tr>
                            <td class="label">SAP号</td>
                            <td colspan="3" class="middle">{!ra.SAP_Service_Repair_No__c}</td>
                            <td class="label">报价</td>
                            <td colspan="3" class="label">
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank__c == 'A(W)'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank__c <> 'A(W)'}">&#9633;</apex:outputPanel>A(W)
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank__c == 'B(W)'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank__c <> 'B(W)'}">&#9633;</apex:outputPanel>B(W)
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank__c == 'C(W)'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank__c <> 'C(W)'}">&#9633;</apex:outputPanel>C(W)
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank__c == 'E( )'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank__c <> 'E( )'}">&#9633;</apex:outputPanel>E( )
                            </td>
                        </tr>
                        <tr >
                            <td class="label">医院</td>
                            <td colspan="3" class="middle">{!ra.Hospital__c}</td>
                            <td rowspan="7" class="label">报价检测确认</td>
                            <td rowspan="7" colspan="3" class="middle" style="height:161px; font-size:120%; font-weight: bold;">
                                <c:PDFWbr targetStr="{!ra.InspectionComment__c}" />
                            </td>
                        </tr>
                        <tr>
                            <td rowspan="1" class="label">故障现象</td>
                            <td rowspan="1" colspan="3" class="middle" style="height:46px; font-size:120%; font-weight: bold;">
                                <c:PDFWbr targetStr="{!ra.PhenomenonName__c}" />
                            </td>
                        </tr>
                        <tr>
                            <td class="label">使用频率</td>
                            <td colspan="3" class="middle">{!ra.Usage_Frequence__c}</td>    
                        </tr>
                        <tr>
                            <td rowspan="4" class="label" style="height:69px;">清洗消毒方法</td>
                        </tr>
                        <tr>
                            <td class="label">清洗</td>
                            <td colspan="2" class="middle">{!ra.Cleanning__c}</td>
                        </tr>
                        <tr>
                            <td class="label">消毒</td>
                            <td colspan="2" class="middle">{!ra.Disinfect__c}</td>
                        </tr>
                        <tr>
                            <td class="label">灭菌</td>
                            <td colspan="2" class="middle">{!ra.Sterilization__c}</td>
                        </tr>
                        <tr>
                            <td width="10%" class="label" height="23px">报告者</td>
                            <td width="15%" class="middle">{!ra.Reporter__r.Name}</td>
                            <td width="10%" class="label">确认者</td>
                            <td width="15%" class="middle">{!ra.FSE_Confirmer__r.Name}</td>
                            <td width="10%" class="label">报告日</td>
                            <td width="15%" class="middle"><apex:outputField value="{!ra.Report_Date__c}"/></td>
                            <td width="10%" class="label">附图片</td>
                            <td width="15%" class="label">
                                <apex:outputPanel layout="none" rendered="{!ra.Dectect_Picture1_URL__c != null || ra.Dectect_Picture2_URL__c != null}">&#10004;</apex:outputPanel>
                                <apex:outputPanel layout="none" rendered="{!ra.Dectect_Picture1_URL__c == null && ra.Dectect_Picture2_URL__c == null}">&#9633;</apex:outputPanel>有
                                &nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Dectect_Picture1_URL__c == null && ra.Dectect_Picture2_URL__c == null}">&#10004;</apex:outputPanel>
                                <apex:outputPanel layout="none" rendered="{!ra.Dectect_Picture1_URL__c != null || ra.Dectect_Picture2_URL__c != null}">&#9633;</apex:outputPanel>无
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td style="border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr><td colspan="6" class="title">上次修理信息</td></tr>
                        <tr>
                            <td width="10%" class="label">SAP号</td>
                            <td width="15%" class="middle">{!ra.SAP_Service_Repair_No_Last__c}</td>
                            <td width="10%" class="label">受理日</td>
                            <td width="15%" class="middle"><apex:outputField value="{!ra.AcceptDateLast__c}"/></td>
                            <td width="10%" class="label">报价</td>
                            <td width="40%" class="label">
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c == 'A(W)'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c <> 'A(W)'}">&#9633;</apex:outputPanel>A(W)
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c == 'B(W)'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c <> 'B(W)'}">&#9633;</apex:outputPanel>B(W)
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c == 'C(W)'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c <> 'C(W)'}">&#9633;</apex:outputPanel>C(W)
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c == 'E( )'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c <> 'E( )'}">&#9633;</apex:outputPanel>E( )
                            </td>
                        </tr>
                        <tr>
                            <td width="10%" class="label">再修理</td>
                            <td width="15%" class="label">
                                <apex:outputPanel layout="none" rendered="{!ra.IFRepairAgain__c == '是'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.IFRepairAgain__c <> '是'}">&#9633;</apex:outputPanel>是
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.IFRepairAgain__c == '否'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.IFRepairAgain__c <> '否'}">&#9633;</apex:outputPanel>否
                            </td>
                            <td width="10%" class="label">返还日</td>
                            <td width="15%" class="middle"><apex:outputField value="{!ra.Repair_Returned_Last__c}"/></td>
                            <td width="10%" class="label">修理</td>
                            <td width="40%" class="label">
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c == 'A(W)'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c <> 'A(W)'}">&#9633;</apex:outputPanel>A(W)
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c == 'B(W)'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c <> 'B(W)'}">&#9633;</apex:outputPanel>B(W)
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c == 'C(W)'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c <> 'C(W)'}">&#9633;</apex:outputPanel>C(W)
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c == 'E( )'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.Repair_Rank_Last__c <> 'E( )'}">&#9633;</apex:outputPanel>E( )
                            </td>
                        </tr>
                        <tr>
                            <td width="10%" class="label">上次故障维修信息</td>
                            <td colspan="5" class="middle" style="height:69px; font-size:120%; font-weight: bold;">
                                <c:PDFWbr targetStr="{!ra.InspectionFailureCause_Last__c}" />
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td style="border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr>
                            <td colspan="8" class="title">技术检测分析(OSH医疗品质保障部填写)</td>
                        </tr>
                        <tr>
                            <td colspan="8" style="height:18px; padding-top: 0px; padding-bottom: 0px; padding-left: 10px; font-weight: bold">技术检测/分析详述</td>
                        </tr>
                        <tr>
                            <td colspan="8" class="middle" style="height:138px; border-top-color: white; font-size:120%; font-weight: bold; vertical-align: top;"><c:PDFWbr targetStr="{!ra.AnalysisOSH__c}" /></td>
                        </tr>
                        <tr>
                            <td colspan="8" style="height:18px; padding-top: 0px; padding-bottom: 0px; padding-left: 10px;">原因</td>
                        </tr>
                        <tr>
                            <td colspan="8" class="middle" style="height:69px; border-top-color: white; font-size:120%; font-weight: bold; vertical-align: top;"><c:PDFWbr targetStr="{!ra.AnalysisReasonOSH__c}" /></td>
                        </tr>
                        <tr>
                            <td class="label">结论</td>
                            <td colspan="7" class="label">
                                <apex:outputPanel layout="none" rendered="{!ra.JudgementOSH__c == '质量原因'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.JudgementOSH__c <> '质量原因'}">&#9633;</apex:outputPanel>质量原因
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.JudgementOSH__c == '非质量原因'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.JudgementOSH__c <> '非质量原因'}">&#9633;</apex:outputPanel>非质量原因
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.JudgementOSH__c == '故障未再现'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.JudgementOSH__c <> '故障未再现'}">&#9633;</apex:outputPanel>故障未再现
                            </td>
                        </tr>
                        <tr>
                            <td class="label">技术对应</td>
                            <td colspan="7" class="label">
                                <apex:outputPanel layout="none" rendered="{!ra.ActionOSH__c == '无偿维修'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOSH__c <> '无偿维修'}">&#9633;</apex:outputPanel>无偿维修
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.ActionOSH__c == '有偿维修'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOSH__c <> '有偿维修'}">&#9633;</apex:outputPanel>有偿维修
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.ActionOSH__c == '送回'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOSH__c <> '送回'}">&#9633;</apex:outputPanel>送回
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.ActionOSH__c == '继续观察'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOSH__c <> '继续观察'}">&#9633;</apex:outputPanel>继续观察
                            </td>
                        </tr>
                        <tr>
                            <td width="10%" class="label">检测者</td>
                            <td width="15%" class="middle">{!ra.OSH_Detector__r.Name}</td>
                            <td width="10%" class="label">确认者</td>
                            <td width="15%" class="middle">{!ra.OSH_Confirmer__r.Name}</td>
                            <td width="10%" class="label">确认日</td>
                            <td width="15%" class="middle"><apex:outputField value="{!ra.OSH_Confirmation_Date__c}"/></td>
                            <td width="10%" class="label">附图片</td>
                            <td width="15%" class="label">
                                <apex:outputPanel layout="none" rendered="{!ra.OSH_Dectect_Picture1_URL__c != null || ra.OSH_Dectect_Picture2_URL__c != null || ra.OSH_Dectect_Picture3_URL__c != null || ra.OSH_Dectect_Picture4_URL__c != null}">&#10004;</apex:outputPanel>
                                <apex:outputPanel layout="none" rendered="{!ra.OSH_Dectect_Picture1_URL__c == null && ra.OSH_Dectect_Picture2_URL__c == null && ra.OSH_Dectect_Picture3_URL__c == null && ra.OSH_Dectect_Picture4_URL__c == null}">&#9633;</apex:outputPanel>有
                                &nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.OSH_Dectect_Picture1_URL__c == null && ra.OSH_Dectect_Picture2_URL__c == null && ra.OSH_Dectect_Picture3_URL__c == null && ra.OSH_Dectect_Picture4_URL__c == null}">&#10004;</apex:outputPanel>
                                <apex:outputPanel layout="none" rendered="{!ra.OSH_Dectect_Picture1_URL__c != null || ra.OSH_Dectect_Picture2_URL__c != null || ra.OSH_Dectect_Picture3_URL__c != null || ra.OSH_Dectect_Picture4_URL__c != null}">&#9633;</apex:outputPanel>无
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td style="border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr>
                            <td colspan="6" class="title">客户对应(OCM服务本部填写)</td>
                        </tr>
                        <tr>
                            <td colspan="6" class="middle" style="height:92px; border-top-color: white; font-size:120%; font-weight: bold; vertical-align: top;"><c:PDFWbr targetStr="{!ra.AnalysisOCM__c}" /></td>
                        </tr>
                        <tr>
                            <td class="label">客户对应</td>
                            <td colspan="5" class="label">
                                <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '无偿维修'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '无偿维修'}">&#9633;</apex:outputPanel>无偿维修
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '有偿维修'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '有偿维修'}">&#9633;</apex:outputPanel>有偿维修
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '送回'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '送回'}">&#9633;</apex:outputPanel>送回
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '继续观察'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '继续观察'}">&#9633;</apex:outputPanel>继续观察
                                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '特别对应'}">&#10004;</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '特别对应'}">&#9633;</apex:outputPanel>特别对应
                            </td>
                        </tr>
                        <tr>
                            <td width="10%" class="label" height="23px">技术担当</td>
                            <td width="15%" class="middle">{!ra.Technical_Responsibility__r.Name}</td>
                            <td width="10%" class="label">确认者</td>
                            <td width="15%" class="middle">{!ra.OCM_Confirmer__r.Name}</td>
                            <td width="10%" class="label">确认日</td>
                            <td width="40%" class="middle"><apex:outputField value="{!ra.OCM_Confirmation_Date__c}"/></td> 
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        <!-- 在元素后插入分页符 -->
        <div style="page-break-after: always;"></div>
        <table width="100%" border="0">
            <tr>
                <td width="15%">
                    <table width="100%" border="1" cellspacing="0" style="border-color: red;">
                        <tr><td colspan="2" style="font-size: 6px; font-weight: bold; color: red; text-align: center; padding: 0px 0px 0px 0px;">OLYMPUS</td></tr>
                        <tr>
                            <td style="font-size: 7px; color: red; text-align: center; padding: 0px 0px 0px 0px; border-color: red;" width="80%" >CONFIDENTIAL</td>
                            <td style="font-size: 7px; color: red; text-align: center; padding: 0px 0px 0px 0px; border-color: red;">㊙</td>
                        </tr>
                    </table>
                    
                </td>
                <td  style="text-align: center;"><span style="font-size: 14pt;">再修理返品分析报告</span></td>
                <td width="12%" style="text-align: right; vertical-align: bottom; font-size: 10pt;">
                    <table width="100%" cellspacing="0">
                        <tr>
                            <td style="font-size: 10px; text-align: left; padding: 0px 0px 0px 0px;">管理号:</td>
                            <td style="font-size: 10px; text-align: left; padding: 0px 0px 0px 0px;"></td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        <div style="height:3px;"></div>
        <table width="100%" border="1" cellspacing="2" style="font-size: 8pt;">
            <tr>
                <td width="10%" class="label" height="23px">机型</td>
                <td width="15%" class="middle"><c:PDFWbr targetStr="{!ra.Asset_Model_No__c}"/></td>
                <td width="10%" class="label">机身号</td>
                <td width="15%" class="middle">{!ra.SerialNumber__c}</td>
                <td width="10%" class="label">受理日</td>
                <td width="15%" class="middle"><apex:outputField value="{!ra.AcceptDate__c}"/></td>
                <td width="10%" class="label">报告日</td>
                <td width="15%" class="middle"><apex:outputField value="{!ra.Report_Date__c}"/></td>
            </tr>
            <tr>
                <td colspan="8" style="border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr><td class="title">本次报价检测图片</td></tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan="4" style="border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr><td style="height:250px; text-align: center;"><apex:image value="{!ra.Dectect_Picture1_URL__c}" height="90%" width="80%" rendered="{!NOT(ISBLANK(ra.Dectect_Picture1_URL__c))}" /></td></tr>
                        <tr><td style="height:40px;"></td></tr>
                    </table>
                </td>
                <td colspan="4" style="border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr><td style="height:250px; text-align: center;"><apex:image value="{!ra.Dectect_Picture2_URL__c}" height="90%" width="80%" rendered="{!NOT(ISBLANK(ra.Dectect_Picture2_URL__c))}" /></td></tr>
                        <tr><td style="height:40px;"></td></tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan="8" style="border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr><td class="title">OSH医疗品质保障部技术检测图片</td></tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan="4" style="border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr><td style="height:250px; text-align: center;"><apex:image value="{!ra.OSH_Dectect_Picture1_URL__c}" height="90%" width="80%" rendered="{!NOT(ISBLANK(ra.OSH_Dectect_Picture1_URL__c))}" /></td></tr>
                        <tr><td style="height:40px;"></td></tr>
                    </table>
                </td>
                <td colspan="4" style="border-left-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr><td style="height:250px; text-align: center;"><apex:image value="{!ra.OSH_Dectect_Picture2_URL__c}" height="90%" width="80%" rendered="{!NOT(ISBLANK(ra.OSH_Dectect_Picture2_URL__c))}" /></td></tr>
                        <tr><td style="height:40px;"></td></tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan="4" style="border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr><td style="height:250px; text-align: center;"><apex:image value="{!ra.OSH_Dectect_Picture3_URL__c}" height="90%" width="80%" rendered="{!NOT(ISBLANK(ra.OSH_Dectect_Picture3_URL__c))}" /></td></tr>
                        <tr><td style="height:40px;"></td></tr>
                    </table>
                </td>
                <td colspan="4" style="border-left-color: white; border-top-color: white;">
                    <table width="100%" border="1" cellspacing="0">
                        <tr><td style="height:250px; text-align: center;"><apex:image value="{!ra.OSH_Dectect_Picture4_URL__c}" height="90%" width="80%" rendered="{!NOT(ISBLANK(ra.OSH_Dectect_Picture4_URL__c))}" /></td></tr>
                        <tr><td style="height:40px;"></td></tr>
                    </table>
                </td>
            </tr>
        </table>
    </body>
 
</html>
</apex:page>