<apex:page controller="OFSRepairConsignPDFController" showHeader="false" sidebar="false" action="{!init}" applyHtmlTag="false">
|
<html>
|
<head>
|
<style>
|
@page {
|
size: A4 portrait;
|
margin: 5mm 5mm 5mm 5mm;
|
|
@bottom-center {
|
content: counter(page) " / " counter(pages);
|
}
|
}
|
|
table {border-collapse: collapse;}
|
|
th {text-align: center;}
|
td.middle {text-align: center;}
|
td.header {text-align: center; background-color: gray;}
|
td.title {text-align: center; color: white; background-color: gray;}
|
</style>
|
</head>
|
|
<body style="font-family: Arial Unicode MS; font-size: 8pt;">
|
<table border="0" style="width:100%;">
|
<tr>
|
<td width="40%"><font style="font-size: 15pt; font-weight: bold;">OLYMPUS</font></td>
|
<td width="30%">NO_____________</td>
|
<!-- TODO xu 責任者はだれ? -->
|
<td >检测负责人 {!userName}</td>
|
</tr>
|
</table>
|
<table border="0" style="width:100%;">
|
<tr>
|
<td>
|
<table border="1" style="width:100%;">
|
<tr>
|
<td class="header">故障发生时间</td>
|
</tr>
|
<tr>
|
<td height="25px" style="vertical-align: bottom; text-align: center;"><apex:outputField value="{!rp.Failure_Occurrence_Date__c}" /></td>
|
</tr>
|
</table>
|
</td>
|
<td></td>
|
<td>
|
<table border="1" style="width:100%;">
|
<tr>
|
<td class="header">收到联络时间</td>
|
</tr>
|
<tr>
|
<td height="25px" style="vertical-align: bottom; text-align: center;"><apex:outputField value="{!rp.Contacted_day__c}" /></td>
|
</tr>
|
</table>
|
</td>
|
<td></td>
|
<td>
|
<table border="1" style="width:100%;">
|
<tr>
|
<td class="header">现场检测时间(起始时间~结束时间)</td>
|
</tr>
|
<tr>
|
<td height="25px" style="vertical-align: bottom; text-align: center;"></td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
<div style="height:10px;"> </div>
|
<table border="1" style="width:100%;">
|
<tr>
|
<td width="10%" class="title">用户名</td>
|
<td width="40%">{!rp.HP_Name__c}</td>
|
<td width="10%" class="title">型号</td>
|
<td width="40%">{!rp.Delivered_Product__r.Name}</td>
|
</tr>
|
<tr>
|
<td class="title">科室名</td>
|
<td>{!rp.Department_Name__c}</td>
|
<td class="title">机身号</td>
|
<td>{!rp.SerialNumber__c}</td>
|
</tr>
|
<tr>
|
<td class="title">负责人</td>
|
<!-- TODO xu 責任者はだれ? -->
|
<td>{!userName}</td>
|
<td class="title">交货日期</td>
|
<td></td>
|
</tr>
|
<tr>
|
<td class="title">电话号码</td>
|
<td>{!rp.counter_person_phone__c}</td>
|
<td class="title">代理店</td>
|
<td></td>
|
</tr>
|
<tr>
|
<td class="title">传真号码</td>
|
<td></td>
|
<td class="title">负责人</td>
|
<td></td>
|
</tr>
|
<tr>
|
<td class="title">地址</td>
|
<td>
|
省
|
|
市</td>
|
<td class="title">电话号码</td>
|
<td></td>
|
</tr>
|
<tr>
|
<td class="title">邮政编码</td>
|
<td></td>
|
<td class="title">保修期间</td>
|
<td>
|
<apex:outputPanel layout="none" rendered="{!rp.NewProductGuaranteeObject_PDF__c}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!NOT(rp.NewProductGuaranteeObject_PDF__c)}">□</apex:outputPanel>新品(1年)/
|
<apex:outputPanel layout="none" rendered="{!rp.ReRepairObject__c}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!NOT(rp.ReRepairObject__c)}">□</apex:outputPanel>维修(半年)
|
<apex:outputPanel layout="none" rendered="{!rp.Number_of_EffectiveContract__c = '有'}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!rp.Number_of_EffectiveContract__c = '无'}">□</apex:outputPanel>维修合同
|
<apex:outputPanel layout="none" rendered="{!notGuarantee}">✔</apex:outputPanel><apex:outputPanel layout="none" rendered="{!NOT(notGuarantee)}">□</apex:outputPanel>否
|
</td>
|
</tr>
|
<tr>
|
<td class="title">详细地址</td>
|
<td colspan="3"></td>
|
</tr>
|
</table>
|
<div style="height:5px;"> </div>
|
<table border="0" style="width:100%;">
|
<tr>
|
<td width="48%">
|
<table border="1" style="width:100%;">
|
<tr><td style="background-color: gray; color: white;">故障现象描述
|
用户/分公司</td></tr>
|
<tr><td height="120" style="vertical-align: top;">{!rp.Repair_Detail__c}</td></tr>
|
<tr><td style="border-top-color: white;">漏水: 有/无 图像: OK/NG 黑点数( 个)</td></tr>
|
</table>
|
</td>
|
<td></td>
|
<td width="48%">
|
<table border="1" style="width:100%;">
|
<tr><td style="background-color: gray; color: white;">现场处理报告
|
分公司</td></tr>
|
<tr><td>初步检查结果:</td></tr>
|
<tr><td height="25" style="border-top-color: white; vertical-align: top;">{!rp.Inspection_result__c}</td></tr>
|
<tr><td style="border-top-color: white;">初步处理决定:</td></tr>
|
<tr><td height="25" style="border-top-color: white; vertical-align: top;"> </td></tr>
|
<tr><td style="border-top-color: white;">工作建议(致院方):</td></tr>
|
<tr><td height="15" style="border-top-color: white; vertical-align: top;"> </td></tr>
|
<tr><td style="border-top-color: white;">漏水: 有/无 图像: OK/NG 消毒方法:</td></tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
<div style="height:5px;"> </div>
|
<table border="0" style="width:100%;">
|
<tr><td style="background-color: gray; color: white;">携带附件</td></tr>
|
</table>
|
<div style="height:5px;"> </div>
|
<table border="0" style="width:100%;">
|
<tr>
|
<td width="30%">01.手提箱(・塑料・纸箱) <apex:outputPanel layout="none" rendered="{!acceMap['01.手提箱']}">✔</apex:outputPanel></td>
|
<td width="20%">05.送气/送水按钮 <apex:outputPanel layout="none" rendered="{!acceMap['05.送气/送水按钮']}">✔</apex:outputPanel></td>
|
<td>09.电源线 <apex:outputPanel layout="none" rendered="{!acceMap['09.电源线']}">✔</apex:outputPanel></td>
|
<td width="20%">13.P电线 <apex:outputPanel layout="none" rendered="{!acceMap['13.P电线']}">✔</apex:outputPanel></td>
|
<td width="20%">17.ETO帽 <apex:outputPanel layout="none" rendered="{!acceMap['17.ETO帽']}">✔</apex:outputPanel></td>
|
</tr>
|
<tr>
|
<td>02.送水瓶 <apex:outputPanel layout="none" rendered="{!acceMap['02.送水瓶']}">✔</apex:outputPanel></td>
|
<td>06.吸引按钮 <apex:outputPanel layout="none" rendered="{!acceMap['06.吸引按钮']}">✔</apex:outputPanel></td>
|
<td>10.键盘 <apex:outputPanel layout="none" rendered="{!acceMap['10.键盘']}">✔</apex:outputPanel></td>
|
<td>14.S电线 <apex:outputPanel layout="none" rendered="{!acceMap['14.S电线']}">✔</apex:outputPanel></td>
|
<td>18.撮像头适配器 <apex:outputPanel layout="none" rendered="{!acceMap['18.撮像头适配器']}">✔</apex:outputPanel></td>
|
</tr>
|
<tr>
|
<td>03.防水帽( 个) <apex:outputPanel layout="none" rendered="{!acceMap['03.防水帽']}">✔</apex:outputPanel></td>
|
<td>07.导光抽头护套 <apex:outputPanel layout="none" rendered="{!acceMap['07.导光抽头护套']}">✔</apex:outputPanel></td>
|
<td>11.脚踏板 <apex:outputPanel layout="none" rendered="{!acceMap['11.脚踏板']}">✔</apex:outputPanel></td>
|
<td>15.SP电线 <apex:outputPanel layout="none" rendered="{!acceMap['15.SP电线']}">✔</apex:outputPanel></td>
|
<td>19.胆道镜三通 <apex:outputPanel layout="none" rendered="{!acceMap['19.胆道镜三通']}">✔</apex:outputPanel></td>
|
</tr>
|
<tr>
|
<td>04.活检帽 <apex:outputPanel layout="none" rendered="{!acceMap['04.活检帽']}">✔</apex:outputPanel></td>
|
<td>08.内镜电线 <apex:outputPanel layout="none" rendered="{!acceMap['08.内镜电线']}">✔</apex:outputPanel></td>
|
<td>12.A电线 <apex:outputPanel layout="none" rendered="{!acceMap['12.A电线']}">✔</apex:outputPanel></td>
|
<td>16.病人板( ) <apex:outputPanel layout="none" rendered="{!acceMap['16.病人板']}">✔</apex:outputPanel></td>
|
<td>20.其他( ) <apex:outputPanel layout="none" rendered="{!acceMap['20.其他']}">✔</apex:outputPanel></td>
|
</tr>
|
</table>
|
<div style="height:5px;"> </div>
|
<table border="0" style="width:100%;">
|
<tr><td style="background-color: gray; color: white;">修理品的受理人签字</td></tr>
|
</table>
|
<div style="height:5px;"> </div>
|
<table border="0" style="width:100%;">
|
<tr>
|
<td width="55%">
|
<table border="0" style="width:100%;">
|
<tr><td>□1.本人携带此产品回分公司进行修理</td></tr>
|
<tr><td height="2"></td></tr>
|
<tr><td>日期:
|
姓名:</td></tr>
|
<tr>
|
<td>
|
<table border="1" style="width:100%;">
|
<tr><td height="60" style="vertical-align: top;">其他特殊信息・用户留言</td></tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
</td>
|
<td width="15%">
|
<table border="0" style="width:100%;">
|
<tr><td height="70" style="vertical-align: bottom; text-align: right;">用户签字</td></tr>
|
<tr><td height="30" style="vertical-align: bottom; text-align: right;">日期</td></tr>
|
</table>
|
</td>
|
<td>
|
<table border="0" style="width:100%;">
|
<tr><td height="70" style="vertical-align: bottom;"><apex:image value="{!rp.SignUrl__c}" width="130px" height="65px" rendered="{!NOT(ISBLANK(rp.SignUrl__c))}" /></td></tr>
|
<tr><td height="30" style="vertical-align: bottom;"><apex:outputField value="{!rp.SignDate__c}" /></td></tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
<div style="height:15px;"> </div>
|
<table border="0" style="width:100%;">
|
<tr><td>SFDC修理NO: {!rp.Name}</td></tr>
|
<tr><td>维修委托号码: {!rp.PaperRepairRequestNo__c}</td></tr>
|
</table>
|
<table border="0" style="width:100%;">
|
<tr>
|
<td width="30%">
|
<table border="0" style="width:100%;">
|
<tr><td width="30%"> </td><td width="30%" style="text-align: center;">日期</td><td style="text-align: center;">负责人</td></tr>
|
<tr>
|
<td colspan="3">
|
<table border="1" style="width:100%;">
|
<tr>
|
<td width="30%" class="title">修理品受理</td>
|
<td></td>
|
<td></td>
|
</tr>
|
<tr>
|
<td width="30%" class="title">清洗消毒</td>
|
<td></td>
|
<td></td>
|
</tr>
|
<tr>
|
<td width="30%" class="title">受理检测</td>
|
<td></td>
|
<td></td>
|
</tr>
|
<tr>
|
<td width="30%" class="title">报价</td>
|
<td></td>
|
<td></td>
|
</tr>
|
<tr>
|
<td width="30%" class="title">用户确认</td>
|
<td></td>
|
<td></td>
|
</tr>
|
<tr>
|
<td width="30%" class="title">零件齐备</td>
|
<td></td>
|
<td></td>
|
</tr>
|
<tr>
|
<td width="30%" class="title">修理开始</td>
|
<td></td>
|
<td></td>
|
</tr>
|
<tr>
|
<td width="30%" class="title">维修完成</td>
|
<td></td>
|
<td></td>
|
</tr>
|
<tr>
|
<td width="30%" class="title">检查合格</td>
|
<td></td>
|
<td></td>
|
</tr><tr>
|
<td width="30%" class="title">送出</td>
|
<td></td>
|
<td></td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
</td>
|
<td width="20%"></td>
|
<td>
|
<table border="0" style="width:100%;">
|
<tr><td>※维修情况</td></tr>
|
<tr><td height="20"></td></tr>
|
<tr><td>1、所有受理后的产品,都会通过正规的操作程序取得</td></tr>
|
<tr><td>认证的专业人员进行报价、修理。</td></tr>
|
<tr><td height="20"></td></tr>
|
<tr><td>2、仅此证明,本修理品已通过奥林巴斯的修理合格标</td></tr>
|
<tr><td>准检验。</td></tr>
|
<tr><td height="20"></td></tr>
|
<tr><td>3、大修理的保修期限为本单发出后6个月以内。</td></tr>
|
<tr><td height="20"></td></tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
<div style="height:15px;"> </div>
|
<table border="0" style="width:100%;">
|
<tr>
|
<td width="49%">
|
<table border="1" style="width:100%;">
|
<tr><td style="background-color: gray; color: white;">受理检查结果
|
维修站</td></tr>
|
<tr><td height="130"></td></tr>
|
<tr><td style="border-top-color: white;">漏水: 有/无 图像: OK/NG 黑点数( 个)</td></tr>
|
</table>
|
</td>
|
<td></td>
|
<td width="49%">
|
<table border="1" style="width:100%;">
|
<tr><td height="40">修理等级</td></tr>
|
<tr><td>维修费</td></tr>
|
<tr><td>1、基本等级修理用零件费</td></tr>
|
<tr><td>2、附加零件费</td></tr>
|
<tr><td>3、人工费</td></tr>
|
<tr><td>4、合计</td></tr>
|
<tr><td>日期:
|
姓名/印章:</td></tr>
|
<tr><td>收件处</td></tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
</body>
|
</html>
|
</apex:page>
|