| | |
| | | <apex:page controller="RepairAgainAnPDFController" showHeader="false" sidebar="false" renderAs="pdf" action="{!init}" applyHtmlTag="false"> |
| | | <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; |
| | | /*@top-center { |
| | | content: element(header); |
| | | }*/ |
| | | } |
| | | |
| | | /*div.header { |
| | | margin-top:10px; |
| | | width: 10%; |
| | | margin-right: 10px; |
| | | position: running(header); |
| | | }*/ |
| | | |
| | | 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;} |
| | | td.label {padding-left: 10px; height: 23px; font-weight: bold;} |
| | | |
| | | </style> |
| | | |
| | | <script type="text/javascript"> |
| | | window.onload=function(){ |
| | | |
| | | function my$(id){ |
| | | return document.getElementById(id); |
| | | } |
| | | |
| | | function showAndHide(){ |
| | | var status=!status; |
| | | alert("当前页面状态为:"+status); |
| | | } |
| | | showAndHide(); |
| | | } |
| | | </script> |
| | | |
| | | </head> |
| | | <body style="font-family: Arial Unicode MS;"> |
| | | <!-- <div class="header"> |
| | | <apex:image id="logo" value="{!$Resource.RepairAgainAnPDF_Header}" /> |
| | | </div> --> |
| | | <table width="100%" border="0"> |
| | | <tr> |
| | | <td width="15%"> |
| | | <td width="20%"> |
| | | <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 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> |
| | | <td style="font-size: 7px; color: red; text-align: center; padding: 0px 0px 0px 0px; border-color: red;" width="80%" >INTERNAL USER ONLY</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%" border="0" 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;"> |
| | | 社内密:公司内部公开</td></tr> |
| | | </table> |
| | | <table width="100%" cellspacing="0"> |
| | | <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="15%" class="middle">{!ra.RC_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> |
| | |
| | | </table> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | | |
| | | <!-- 在元素后插入分页符 --> |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!ra.Dectect_Picture1_URL__c != null || ra.Dectect_Picture2_URL__c != null}"> |
| | | <div style="page-break-after: always;"></div> |
| | | <table width="100%" border="0"> |
| | | <tr> |
| | | <td width="20%"> |
| | | <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%" >INTERNAL USER ONLY</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%" border="0" 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;"> |
| | | 社内密:公司内部公开</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="0" 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> |
| | | </table> |
| | | </apex:outputPanel> |
| | | |
| | | |
| | | <!-- 在元素后插入分页符 --> |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!status>=2}"> |
| | | <div style="page-break-after: always;"></div> |
| | | <table width="100%" border="0" display = "none"> |
| | | <tr> |
| | | <td width="20%"> |
| | | <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%" >INTERNAL USER ONLY</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%" border="0" 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;"> |
| | | 社内密:公司内部公开</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 style="border-top-color: white;"> |
| | | <apex:outputPanel layout="none" rendered="{!status>=2}"> |
| | | <table width="100%" border="1" cellspacing="0"> |
| | | <tr> |
| | | <td colspan="8" class="title">技术检测分析(OSH医疗品质保障部填写)</td> |
| | | <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> |
| | |
| | | <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="8" style="height:18px; padding-top: 0px; padding-bottom: 0px; padding-left: 10px;">对应措施:</td> |
| | | </tr> |
| | | <tr> |
| | | <td class="label">质量判定</td> |
| | | <td colspan="7" class="label"> |
| | | <apex:outputPanel layout="none" rendered="{!ra.JudgementOSH__c == '质量原因'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.JudgementOSH__c <> '质量原因'}">□</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}">□</apex:outputPanel>无 |
| | | </td> |
| | | </tr> |
| | | <apex:outputPanel layout="none" rendered="{!status>=2}"> |
| | | <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> |
| | | </apex:outputPanel> |
| | | </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 == '无偿维修'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '无偿维修'}">□</apex:outputPanel>无偿维修 |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '有偿维修'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '有偿维修'}">□</apex:outputPanel>有偿维修 |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '送回'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '送回'}">□</apex:outputPanel>送回 |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '继续观察'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '继续观察'}">□</apex:outputPanel>继续观察 |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '特别对应'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '特别对应'}">□</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> |
| | | </apex:outputPanel> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | | <!-- 在元素后插入分页符 --> |
| | | </apex:outputPanel> |
| | | |
| | | <!-- 在元素后插入分页符 --> |
| | | <apex:outputPanel layout="none" rendered="{!status>=3}"> |
| | | <div style="page-break-after: always;"></div> |
| | | <table width="100%" border="0"> |
| | | <tr> |
| | | <td width="15%"> |
| | | <td width="20%"> |
| | | <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> |
| | | <td style="font-size: 7px; color: red; text-align: center; padding: 0px 0px 0px 0px; border-color: red;" width="80%" >INTERNAL USER ONLY</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%" border="0" 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;"> |
| | | 社内密:公司内部公开</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;"> |
| | |
| | | </td> |
| | | </tr> |
| | | </table> |
| | | |
| | | <div style="height:3px;"></div> |
| | | <table width="100%" border="1" cellspacing="2" style="font-size: 8pt;"> |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!status>=3}"> |
| | | <table width="100%" border="1" cellspacing="0" 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> |
| | | <td colspan="6" class="title">客户对应(OCSM服务本部填写)</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 colspan="6" class="middle" style="height:92px; border-top-color: white; font-size:120%; font-weight: bold; verical-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 == '无偿维修'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '无偿维修'}">□</apex:outputPanel>无偿维修 |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '有偿维修'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '有偿维修'}">□</apex:outputPanel>有偿维修 |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '送回'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '送回'}">□</apex:outputPanel>送回 |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '继续观察'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '继续观察'}">□</apex:outputPanel>继续观察 |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c == '特别对应'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!ra.ActionOCM__c <> '特别对应'}">□</apex:outputPanel>特别对应 |
| | | </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> |
| | | <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> |
| | | </body> |
| | | </apex:outputPanel> |
| | | |
| | | </apex:outputPanel> |
| | | </body> |
| | | </html> |
| | | </apex:page> |