<!-- <apex:page Controller="ISO_DemandOperAndDemonsController" tabStyle="IS_Opportunity_Demand__c" showHeader="true" sidebar="true" action="{!init}" id="allPage" title="SI询价-需求表-手术间"> -->
|
<apex:page standardController="IS_Opportunity_Demand__c" extensions="ISO_DemandOperAndDemonsController" showHeader="true" sidebar="true" action="{!init}" id="allPage" title="SI询价-需求表-手术间" >
|
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
|
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
|
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
|
<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
|
<style type="text/css">
|
.tdPrivate{
|
width: 25%;
|
height: 21px;
|
border-style:dotted;
|
border-width: 1px;
|
border-collapse: collapse;
|
font-size:105%;
|
font-weight:bold;
|
}
|
.pTitle{
|
|
|
}
|
.textInputLine{
|
border-bottom-width: 1px;
|
border-bottom-style: solid;
|
width: 20%;
|
}
|
.divInput{
|
position: relative;
|
left: 5px;
|
border-bottom-style: solid;
|
height: 24px;
|
width: 200px;
|
display:inline;
|
float:left;
|
}
|
.divInputInside{
|
width: 90%;
|
height: 18px;
|
font-size:105%;
|
}
|
.divOut{
|
position: relative;
|
left: 5px;
|
width: 90%;
|
display:inline;
|
float:left;
|
}
|
.divFont{
|
position: relative;
|
float:left;
|
line-height:26px;
|
display:inline;
|
}
|
.thPrivate{
|
width: 100%;
|
height: 32px;
|
font-size:160%;
|
font-family: 微软雅黑;
|
font-weight:bold;
|
text-align:center;
|
background-color: #d9d9d9;
|
}
|
.thPrivateSec{
|
text-align: left;
|
font-size:105%x;
|
}
|
.ChildDivTab{
|
width: 80px;
|
height: 23px;
|
float: left;
|
position: relative;
|
border-style: none;
|
margin-left: 5px;
|
background-color: #E6E6FA;
|
}
|
.ChildDivTabunFloat{
|
width: 80px;
|
height: 23px;
|
position: relative;
|
z-index: -1;
|
}
|
.TabPannelDiv{
|
width: 98%;
|
}
|
.OprTableDIVDetals{
|
border-width: 1px;
|
width:100%;
|
border-collapse: collapse;
|
border-style: dotted;
|
background-color: #FFFFFF;
|
z-index: -1
|
}
|
.DoubleHeight{
|
height: 64px;
|
}
|
.NumberInputSize{
|
width: 50px;
|
height: 20px;
|
font-size:105%;
|
}
|
.TextInputSize{
|
width: 60%;
|
height: 20px;
|
font-size:105%;
|
font-family: 'Arial','Helvetica',sans-serif;
|
}
|
.TextInputSizeFull{
|
width: 95%;
|
height: 20px;
|
font-size:105%;
|
font-family: 'Arial','Helvetica',sans-serif;
|
}
|
.TextAreaSize{
|
width: 98.5%;
|
height: 20px;
|
font-size:105%;
|
font-family: 'Arial','Helvetica',sans-serif;
|
}
|
.TextAreaSizeFull{
|
width: 99.5%;
|
height: 99.5%;
|
font-size:105%;
|
font-family: 'Arial','Helvetica',sans-serif;
|
}
|
.btnMidSize{
|
width: 200px;
|
height: 30px;
|
}
|
.ErrorBodyDivClass{
|
width: 600px;
|
}
|
.inCellDivClass{
|
width: 500px;
|
height: 50px;
|
}
|
.ErrorEleDIVClass{
|
width: 400px;
|
height: 24px;
|
margin-left:100px;
|
font-style: 微软雅黑;
|
}
|
.DialogTable{
|
border-radius:15px; border-width: 2px; background-color:#CDD7E2; width:35%%; border-style:solid;
|
}
|
.DiologDetail{
|
border-radius:15px;
|
background-color: #F8F8F8;
|
}
|
.ErrorBg{
|
background-color: red;
|
font-size: 300%;
|
}
|
</style>
|
<script type="text/javascript">
|
/**
|
浮动的按钮栏设定
|
*/
|
j$(document).ready(function(e) {
|
t = j$(escapeVfId('allPage:allForm:BtnBlock')).offset().top;
|
mh = j$(escapeVfId('AppBodyHeader')).height();
|
fh = j$(escapeVfId('allPage:allForm:BtnBlock')).height();
|
wid = j$(escapeVfId('allPage:allForm:BtnBlock')).width();
|
j$(escapeVfId('allPage:allForm:BtnBlock')).css('z-index','999');
|
j$(window).scroll(function(e){
|
s = j$(document).scrollTop();
|
if(s > t - 10){
|
j$(escapeVfId('allPage:allForm:BtnBlock')).css('position','fixed');
|
j$(escapeVfId('allPage:allForm:BtnBlock')).css('width',wid+'px');
|
if(s + fh > (mh+10)){
|
j$(escapeVfId('allPage:allForm:BtnBlock')).css('top','0px');
|
}
|
}else{
|
j$(escapeVfId('allPage:allForm:BtnBlock')).css('position','');
|
j$(escapeVfId('allPage:allForm:BtnBlock')).css('width','');
|
}
|
})
|
});
|
//*****************************************************************************
|
var DivList = new Array();
|
DivList = document.getElementsByName('oprDiv');
|
for(var i = 0; i < DivList.lenght; i++){
|
var divr = DivList[i];
|
divr.addEventListener('click',ShowAndHide(this,'Opr'),false);
|
}
|
var bodySizeWidth = document.getElementsByClassName('pbBody').style;
|
function getBodyWidht() {
|
var bodySizeWidth = document.getElementsByClassName('pbBody').style.width;
|
return bodySizeWidth;
|
}
|
function OnLoadSetvalue(layoutCnt) {
|
var SetValueList = ['Brand_of_Laparoscopy_Tower_List__c','Olympus_Endoscope_2_Model_List__c','Laparoscopy_Tower_Type_List__c','Laparoscopy_Tower_Type_List__c','Brand_Of_Anesthesia_Tower_List__c','Brand_Surgical_Tower_List__c','Brand_Of_Display_Tower_Radiation_List__c','Other_Tower_Brand_List__c','Purchase_Plan_SpringArm_List__c','Brand_Of_SpringArm__c','Shadowless_Lamp_Procurement_Plan__c','Equipment_Centralized_Control_List__c','Brand_Of_Shadowless_Lamp_List__c','Shadowless_Lamp_Type_List__c','Brand_Of_Mid_Camera_List__c','Mid_Camera_Signal_Type_List__c','Side_Camera_Procurement_Plan__c','Brand_Of_Side_Camera__c','Side_Camera_Signal_Type_List__c','Operating_Room_Plan__c','Brand_Of_Operating_Bed_List__c','Install_Type_60Display_List__c','IMF_IO_System__c','Install_Type_FullHD_List_Display__c'];
|
var setValueODD = ['Microphone_Type_List__c','Position_To_Operating_Room_List__c','Brand_Name__c','Display_Equipment_List__c'];
|
// body...
|
// 可复用,用于多个CheckBox在编辑的时候
|
for(var k = 0 ; k<SetValueList.length;k++){
|
|
for(var i = 0;i<layoutCnt;i++){
|
// 取得需要的值
|
var id = 'allPage:allForm:OperatingRoom:OperatingRoomList:'+i+':ReadPageOperat:'+SetValueList[k];
|
var extValue = j$(escapeVfId(id)).value();
|
var Targetid = i+''+SetValueList[k];
|
// 循环检索,Jquery不会中断,始于预定最大循环为10
|
var maxCyc = 10;
|
for(var j= 0 ; j < maxCyc ;j++){
|
var CycId = i + ''+SetValueList[k] +j
|
j$("input[id="+CycId+"][name="+SetValueList[k]+"][value = "+extValue+"]").attr('checked','checked');
|
if(SetValueList[k] == 'Olympus_Endoscope_2_Model_List__c' && extValue !='OTV-S190'
|
&& extValue !='OTV-S7 Pro'&& extValue !='3D系统(CV-190 x 2)'&& extValue !='CV-180'
|
&& extValue !='CV-190' && j == 6){
|
|
j$(escapeVfId(CycId)).attr('checked','checked');
|
CycId = CycId +'Others';
|
j$(escapeVfId(CycId)).val(extValue);
|
}
|
}
|
}
|
|
// j$("input[type='checkbox'][name='Brand_Of_Anesthesia_Tower_List__c'][value = 'extValue']").attr('checked','true');
|
}
|
for(var k = 0 ; k<setValueODD.length;k++){
|
|
for(var i = 0;i<layoutCnt;i++){
|
// 取得需要的值
|
var id = 'allPage:allForm:DemonList:ListOdd:'+i+':insideBlock:'+setValueODD[k];
|
var extValue = j$(escapeVfId(id)).value();
|
var Targetid = i+''+setValueODD[k];
|
// 循环检索,Jquery不会中断,始于预定最大循环为10
|
var maxCyc = 10;
|
for(var j= 0 ; j < maxCyc ;j++){
|
var CycId = i + ''+setValueODD[k] +j
|
j$("input[id="+CycId+"][name="+setValueODD[k]+"][value = "+extValue+"]").attr('checked','checked');
|
}
|
}
|
|
// j$("input[type='checkbox'][name='Brand_Of_Anesthesia_Tower_List__c'][value = 'extValue']").attr('checked','true');
|
}
|
for(var i = 0;i<layoutCnt;i++){
|
var id = 'allPage:allForm:OperatingRoom:OperatingRoomList:'+i+':ReadPageOperat:OlympusMirrorOneOther';
|
var extValue = j$(escapeVfId(id)).value();
|
if(extValue !=null && extValue !=''){
|
j$(escapeVfId('allPage:allForm:OperatingRoom:OperatingRoomList:'+i+':ReadPageOperat:OlympusMirrorOne6')).attr('checked','checked');
|
}
|
}
|
// $("input[type='checkbox'][name='\'++'\']").attr('Checked','Checked');
|
// var eleArray = eleNameList.split(',');
|
// for(var i = 0;){
|
// var ObjectVar= element;
|
// var ObjVal = ObjectVar.value;
|
// var UrlString = 'allPage:allForm:OperatingRoomList:'+layoutCnt+':ReadPageOperat:'+element.name;
|
// var ValueEdit = document.getElementById(UrlString).value;
|
// for(var i = 1; i<=EleSum;i++ ){
|
// if(ValueEdit == ObjVal){
|
// LoopVar.checked = 'checked';
|
// }
|
// }
|
// }
|
}
|
function reSizeTabTitle() {
|
var TabWidth = j$(escapeVfId("allPage:allForm:TabDivBlock")).width();
|
var TabCnt = {!OprNumCnt};
|
TabWidth = TabWidth - 30;
|
var heiXCnt = parseInt(TabWidth / TabCnt);
|
var height = heiXCnt * 5 +70 +'px';
|
j$("#MainTable").css('height', height + 'px');
|
}
|
function ShowAndHide(IndexOfShow,typeDetail) {
|
if(typeDetail=='Opr'){
|
j$(escapeVfId('allPage:allForm:indexOprHidden')).value = IndexOfShow;
|
//refreshDetail(IndexOfShow,'');
|
alert('IndexOfShow'+IndexOfShow);
|
//j$(escapeVfId('OprTab_'+IndexOfShow)).css('z-index','1');
|
}else if(typeDetail=='Dom'){
|
j$(escapeVfId('allPage:allForm:indexDomHidden')).value = IndexOfShow;
|
//refreshDetail('',IndexOfShow);
|
alert('3332');
|
}
|
}
|
function saveJs(){
|
// save();
|
blockme();
|
save();
|
// 数据查证
|
|
}
|
function saveReturnJs() {
|
// body...
|
blockme();
|
saveReturn();
|
}
|
|
function SetErrorColorJs() {
|
// body...
|
var ErrList = j$(escapeVfId('allPage:allForm:ErrorColorChangeStr')).val();
|
ErrList = ErrList.split(',');
|
for (var i = 0; i < ErrList.length; i++) {
|
// class="tdPrivate"
|
j$(escapeVfId(ErrList[i])).attr('class','tdPrivate ErrorBg');
|
}
|
}
|
function removeError(HeadTitle,index) {
|
// body...
|
j$(escapeVfId(HeadTitle+index)).attr('class','tdPrivate');
|
}
|
function returnJs() {
|
// body...
|
//renturn();
|
window.location.href = '/'+('{!OpporIdStr}'!=''?'{!OpporIdStr}':"{!ISodcIdStr}");
|
}
|
function CheckContectPhoneJs(){
|
SearchPhone();
|
// alert('22222');
|
}
|
function ShowPDFJs() {
|
// body...
|
//ShowPDF();
|
if('{!pageShowSet.ISOdcInfoHead.id}'!=''){
|
window.open('/apex/ISO_DemandOAD_PDF?id='+'{!URLENCODE(pageShowSet.ISOdcInfoHead.id)}&fileName='+'{!URLENCODE(PDFfileName)}');
|
}else{
|
alert('还未保存,不能打印');
|
}
|
|
}
|
//因为要输入数字,所以对非整数要进行重置
|
|
function SetToInteger(theNum) {
|
// body...
|
if(isNaN(theNum.value)){
|
theNum.value = '无效';
|
j$(theNum).css('color','#00F');
|
}else{
|
theNum.value = parseInt(theNum.value+0.5);
|
}
|
|
}
|
function SetToDouble(theNum) {
|
// body...
|
|
if(isNaN(theNum.value)){
|
theNum.value = '无效';
|
j$(theNum).css('color','#00F');
|
}else{
|
|
}
|
}
|
function fildDiv(thisDiv) {
|
// body...
|
// 为翻页做准备
|
|
}
|
function completenessCheckJs() {
|
// body...
|
completenessCheck();
|
}
|
</script>
|
<style type="text/css">
|
|
</style>
|
<script type="text/javascript">
|
//自定义动作 by ZDF
|
// 洗牌式翻页
|
function FilpPoker(thisDiv,MotherDiv) {
|
// body...
|
|
}
|
</script>
|
<apex:form id="allForm">
|
<apex:outputPanel id="message">
|
<apex:pageMessages />
|
</apex:outputPanel>
|
<apex:inputHidden value="{!ErrorColorChangeStr}" id="ErrorColorChangeStr" />
|
<apex:inputHidden value="{!ErrorColorChangeStrShow}" id="ErrorColorChangeStrShow" />
|
<apex:inputHidden value="{!OprNumCnt}" id="OprNumCnt"/>
|
<apex:inputHidden value="{!DomNumCnt}" id="DomNumCnt"/>
|
<apex:inputHidden value="{!ErrorElements}" id="ErrorElements"/>
|
<apex:variable value="{!0}" var="Cnt"/>
|
<apex:pageBlock id="TabDivBlock" rendered="false">
|
<script type="text/javascript">
|
var OprSum = {!OprNumCnt};
|
var TabWidth = j$(escapeVfId("allPage:allForm:TabDivBlock")).width();
|
var TabCnt = {!OprNumCnt};
|
TabWidth = TabWidth - 30;
|
var heiXCnt = parseInt((TabWidth-30) / 80);
|
for(var i = 0 ; i < OprSum; i ++){
|
var ChildTabDiv = document.createElement("div");
|
if(i%heiXCnt==0&&i!=0){
|
var ChildTabDiv1 = document.createElement("div");
|
ChildTabDiv1.className = 'ChildDivTabunFloat';
|
ChildTabDiv1.id= 'ChildDivTabUnfloat'+i;
|
j$("#MainTable").append(ChildTabDiv1);
|
}
|
ChildTabDiv.name = 'Opr';
|
ChildTabDiv.className = 'ChildDivTab btn';
|
ChildTabDiv.id= 'ChildDivTab_'+i;
|
ChildTabDiv.innerHTML = '新增手术间'+i;
|
ChildTabDiv.setAttribute("onclick","ShowAndHide("+i+",'Opr')");
|
j$("#MainTable").append(ChildTabDiv);
|
|
}
|
var ChildTabDivE = document.createElement("div");
|
ChildTabDivE.className = 'ChildDivTabunFloat';
|
ChildTabDivE.id= 'ChildDivTabUnfloatEnd';
|
j$("#MainTable").append(ChildTabDivE);
|
|
//增加ErrorBox
|
var ErrorHead= j$(escapeVfId('allPage:allForm:ErrorHead')).value();
|
var ErrorTitle= j$(escapeVfId('allPage:allForm:ErrorTitle')).value();
|
var ErrorElements= j$(escapeVfId('allPage:allForm:ErrorElements')).value();
|
var ErrorElements = ErrorElements.split(',');
|
if(ErrorHead!=null&&ErrorHead!=''){
|
//添加提示框
|
var ErrorBodyDiv = document.createElement("div");
|
ErrorBodyDiv.className = 'ErrorBodyDivClass';
|
ErrorBodyDiv.id='ErrorBody_001ErrorBody_001ErrorBody_001ErrorBody_001';
|
ErrorBodyDiv.innerHTML = 'ErrorBodyDiv_Head';
|
j$("#ErrorTable").append(ErrorBodyDiv);
|
var inCellDiv = document.createElement("div");
|
inCellDiv.className = 'inCellDivClass';
|
inCellDiv.innerHTML = 'inCellDiv___________________inCellDiv';
|
j$("#ErrorTable").append(inCellDiv);
|
for(var i = 0;i<ErrorElements.length;i++){
|
var ErrorEleDIV = document.createElement("div");
|
ErrorEleDIV.className = 'ErrorEleDIVClass';
|
ErrorEleDIV.id=ErrorElements[i]+i;
|
ErrorEleDIV.innerHTML = ErrorElements[i]+'__'+i;
|
j$("#ErrorTable").append(ErrorEleDIV);
|
}
|
}
|
</script>
|
<div id="MainTable" class="TabPannelDiv">
|
|
</div>
|
|
</apex:pageBlock>
|
|
<apex:pageBlock id="BtnBlock">
|
<apex:commandButton onclick="{saveJs();return false;}" rendered="{!UnableToEdit}" styleClass="btnMidSize" value="保存并继续" rerender="dummy" />
|
|
<apex:commandButton onclick="{saveReturnJs();return false;}" rendered="{!UnableToEdit}" styleClass="btnMidSize" value="保存并返回" rerender="dummy" />
|
|
<apex:commandButton onclick="{returnJs();return false;}" styleClass="btnMidSize" value="返回" rerender="dummy" />
|
|
<apex:commandButton onclick="{ShowPDFJs();return false;}" rendered="{!IF(true,true,true)}" styleClass="btnMidSize" value="打印PDF" rerender="dummy" />
|
|
<apex:commandButton onclick="{completenessCheckJs();return false;}" rendered="{!IF(true,true,true)}" styleClass="btnMidSize" value="完整性检查" rerender="dummy" />
|
|
</apex:pageBlock>
|
<apex:pageBlock id="EditPageHead">
|
<!-- 需求表 -->
|
<table id="InfoHead" style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
|
<th class="thPrivate" colspan="4">项目概况</th>
|
<tr>
|
<td></td><td></td><td></td><td></td>
|
</tr>
|
<th class="thPrivate thPrivateSec" colspan="4">填表日期:
|
<apex:outputText value="{!nowDateShow}"/>
|
</th>
|
<tr>
|
<td class="tdPrivate">
|
医院类别
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="hospital_1" onclick="SetListValueHeadNoList(this,3,'hospital_')" value="{!pageShowSet.ISOdcInfoHead.Public_Hospital_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Public_Hospital_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="hospital_2" onclick="SetListValueHeadNoList(this,3,'hospital_')" value="{!pageShowSet.ISOdcInfoHead.Private_Hospital_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Private_Hospital_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="hospital_3" onclick="SetListValueHeadNoList(this,3,'hospital_')" value="{!pageShowSet.ISOdcInfoHead.Other_Hospital_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Other_Hospital_TF__c.label}
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Operating_Room_Sum__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField style="height:20px;font-size:105%;width: 30px;" value="{!pageShowSet.ISOdcInfoHead.Operating_Room_Sum__c}" >
|
<div style="display:inline-block;width:10px;"></div>间
|
<div style="display:inline-block;width:20px;"></div>
|
<apex:commandButton onclick="SumConfirmJs('Operating_Room')" value="确定·刷新" reRender="dummy"/>
|
</apex:inputField>
|
</td>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Demonstration_Area_Sum__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField style="height:20px;font-size:105%;width: 30px" value="{!pageShowSet.ISOdcInfoHead.Demonstration_Area_Sum__c}" >
|
<div style="display:inline-block;width:10px;"></div>点
|
<div style="display:inline-block;width:20px;"></div>
|
<apex:commandButton onclick="SumConfirmJs('Demonstration')" value="确定·刷新" reRender="dummy"/>
|
</apex:inputField>
|
</td>
|
</tr>
|
<tr>
|
<td rowspan="2" class="tdPrivate">
|
项目阶段
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="Program_Stage1" onclick="SetListValueHeadNoList(this,4,'Program_Stage')" value="{!pageShowSet.ISOdcInfoHead.Preparation_Stage_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Preparation_Stage_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="Program_Stage2" onclick="SetListValueHeadNoList(this,4,'Program_Stage')" value="{!pageShowSet.ISOdcInfoHead.Building_Phase_Stage_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Building_Phase_Stage_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="Program_Stage3" onclick="SetListValueHeadNoList(this,4,'Program_Stage')" value="{!pageShowSet.ISOdcInfoHead.Purification_Construction_Stage_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Purification_Construction_Stage_TF__c.label}
|
</td>
|
</tr>
|
<tr>
|
<td colspan="3" class="tdPrivate">
|
<input type="checkbox" id="allPage:allForm:EditPageHead:Program_Stage4" onclick="SetListValueHeadNoList(this,4,'Program_Stage')" name="其他" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Other_Stage_Text__c.label}
|
<apex:inputField style="width: 98.5%;height: 20px;" value="{!pageShowSet.ISOdcInfoHead.Other_Stage_Text__c}" />
|
</td>
|
</tr>
|
<!-- <tr>
|
<td rowspan="6" class="tdPrivate" id="ProgramFileList">
|
工程文件清单<br/>
|
(必须提供)
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField onclick="removeError('ProgramFileList','')" value="{!pageShowSet.ISOdcInfoHead.Operating_Room_Plane_Graph_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Operating_Room_Plane_Graph_TF__c.label}
|
</td>
|
</tr>
|
<tr>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField onclick="removeError('ProgramFileList','')" value="{!pageShowSet.ISOdcInfoHead.Head_Mast_Position_Graph_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Head_Mast_Position_Graph_TF__c.label}
|
</td>
|
</tr>
|
<tr>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField onclick="removeError('ProgramFileList','')" value="{!pageShowSet.ISOdcInfoHead.Operating_Room_Clear_Graph_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Operating_Room_Clear_Graph_TF__c.label}
|
</td>
|
</tr>
|
<tr>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField onclick="removeError('ProgramFileList','')" value="{!pageShowSet.ISOdcInfoHead.Demonstration_Area_Plane_Graph_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Demonstration_Area_Plane_Graph_TF__c.label}
|
</td>
|
</tr>
|
<tr>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField onclick="removeError('ProgramFileList','')" value="{!pageShowSet.ISOdcInfoHead.Buliding_Plane_Graph_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Buliding_Plane_Graph_TF__c.label}
|
</td>
|
</tr>
|
<tr>
|
<td colspan="3" class="tdPrivate">
|
<input type="checkbox" name="Other_Enginee_List_TextCB" onclick="OtherTFCheck(this);removeError('ProgramFileList','')" />
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Other_Enginee_List_Text__c.label}<br/>
|
<apex:inputField onclick="removeError('ProgramFileList','')" style="width: 98.5%;height: 20px;" id="Other_Enginee_List_Text__c" value="{!pageShowSet.ISOdcInfoHead.Other_Enginee_List_Text__c}" />
|
</td>
|
</tr> -->
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Lead_Of_Nurses__c.label}</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" onchange="CheckContectPhoneJs()" value="{!pageShowSet.ISOdcInfoHead.Lead_Of_Nurses__c}" />
|
</td>
|
<td class="tdPrivate">
|
电话
|
</td>
|
<td class="tdPrivate">
|
|
<apex:inputField styleClass="TextInputSizeFull" id="Phone_Of_Nuers__c" value="{!pageShowSet.ISOdcInfoHead.Phone_Of_Nuers__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Lead_Of_Department_Of_Anesthesia__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" onchange="CheckContectPhoneJs()" value="{!pageShowSet.ISOdcInfoHead.Lead_Of_Department_Of_Anesthesia__c}" />
|
</td>
|
<td class="tdPrivate">
|
电话
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" id="Phone_Of_HDOA__c" value="{!pageShowSet.ISOdcInfoHead.Phone_Of_HDOA__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Lead_Of_Information_Department__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" onchange="CheckContectPhoneJs()" value="{!pageShowSet.ISOdcInfoHead.Lead_Of_Information_Department__c}" />
|
</td>
|
<td class="tdPrivate">
|
电话
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" id="Phone_of_ImfD__c" value="{!pageShowSet.ISOdcInfoHead.Phone_of_ImfD__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Lead_of_General_Affairs_Department__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" onchange="CheckContectPhoneJs()" value="{!pageShowSet.ISOdcInfoHead.Lead_of_General_Affairs_Department__c}" />
|
</td>
|
<td class="tdPrivate">
|
电话
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" id="Phone_of_GAD__c" value="{!pageShowSet.ISOdcInfoHead.Phone_of_GAD__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Lead_of_Equipment_Department__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" onchange="CheckContectPhoneJs()" value="{!pageShowSet.ISOdcInfoHead.Lead_of_Equipment_Department__c}" />
|
</td>
|
<td class="tdPrivate">
|
电话
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" id="Phone_of_EDC__c" value="{!pageShowSet.ISOdcInfoHead.Phone_of_EDC__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand__c.fields.Lead_of_Capital_Construction_Department__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" onchange="CheckContectPhoneJs()" value="{!pageShowSet.ISOdcInfoHead.Lead_of_Capital_Construction_Department__c}" />
|
</td>
|
<td class="tdPrivate">
|
电话
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="TextInputSizeFull" id="Phone_of_CCD__c" value="{!pageShowSet.ISOdcInfoHead.Phone_of_CCD__c}" />
|
</td>
|
</tr>
|
</table>
|
</apex:pageBlock>
|
<!-- <apex:pageBlock id="ResponseBlock">
|
<apex:pageBlockButtons location="top">
|
<apex:commandButton onclick="toSijs(); return false;" value="To:SIxxxx" rerender="dummy" oncomplete="setClear();"/>
|
<apex:commandButton onclick="toApplierjs(); return false;" value="To:申请者" rerender="dummy" oncomplete="setClear();"/>
|
</apex:pageBlockButtons>
|
<apex:inputField value="{!pageShowSet.ISOdcInfoHead.Mail_Tar_Selector__c}" id="Mail_Tar_Selector__c" />
|
<apex:commandButton onclick="AddCcjs(); return false;" value="追加Cc" style="width: 200px;" rerender="dummy"/>
|
Cc:<apex:inputText value="{!Cc}" id="Cc" style="width: 80%"/>
|
<apex:inputHidden value="{!Ccid}" id="Ccid"/>
|
<apex:inputHidden value="{!MailTarget}" id="MailTarget"/>
|
<apex:inputTextarea id="response" value="{!MailDetail}" style="width:100%; height:120px; resize:none;"/>
|
<script type="text/javascript">
|
var WindowWidth = j$(escapeVfId('allPage:allForm:ResponseBlock:response')).width();
|
j$(escapeVfId('allPage:allForm:ResponseBlock:Mail_Tar_Selector__c_mlktp')).hide();
|
function AddCcjs() {
|
// body...
|
var oldStr = j$(escapeVfId('allPage:allForm:ResponseBlock:Cc')).val();
|
var AddElem = (oldStr==''?'':',') + j$(escapeVfId('allPage:allForm:ResponseBlock:Mail_Tar_Selector__c')).val();
|
|
var oldStrID = j$(escapeVfId('allPage:allForm:ResponseBlock:Ccid')).val();
|
var AddElemID = (oldStrID==''?'':',') + (j$(escapeVfId('allPage:allForm:ResponseBlock:Mail_Tar_Selector__c_lkid')).val()=='000000000000000'?'':j$(escapeVfId('allPage:allForm:ResponseBlock:Mail_Tar_Selector__c_lkid')).val());
|
oldStr = oldStr + (AddElem==','?'':AddElem);
|
oldStrID = oldStrID + (AddElemID==','?'':AddElemID);
|
j$(escapeVfId('allPage:allForm:ResponseBlock:Cc')).val(oldStr);
|
j$(escapeVfId('allPage:allForm:ResponseBlock:Ccid')).val(oldStrID);
|
j$(escapeVfId('allPage:allForm:ResponseBlock:Mail_Tar_Selector__c')).val(null);
|
// 以输入的信息置空
|
|
}
|
function setClear(){
|
j$(escapeVfId('allPage:allForm:ResponseBlock:response')).val(null);
|
j$(escapeVfId('allPage:allForm:ResponseBlock:Cc')).val(null);
|
|
}
|
function toSijs() {
|
// body...
|
j$(escapeVfId('allPage:allForm:ResponseBlock:MailTarget')).val('SIoppor');
|
sendMail();
|
}
|
function toApplierjs() {
|
// body...
|
j$(escapeVfId('allPage:allForm:ResponseBlock:MailTarget')).val('Applyer');
|
sendMail();
|
}
|
</script>
|
<br/>
|
<br/>
|
<apex:variable value="{!0}" var="Index" />
|
<apex:repeat id="Mailrepeat" value="{!initMail}" var="Mailele">
|
<table id="table{!Index}" style="border-radius:15px; border-width: 2px; background-color:#{!IF(Mailele.Fromer='SIoppor','CD','00')}D7E2; width:35%%; border-style:solid;">
|
<tr>
|
<td class="DiologTd" style="text-align: right;"><b>Fromer:</b></td>
|
<td class="DiologTd" >
|
<apex:outputText value="{!Mailele.Fromer}" />
|
</td>
|
<td rowspan="3" class="DiologDetail">
|
<br/>
|
<apex:outputText style="font-size: 24px" value="{!Mailele.Details}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="DiologTd" style="text-align: right;"><b>To:</b></td>
|
<td class="DiologTd" >
|
<apex:outputText value="{!Mailele.To}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="DiologTd" style="text-align: right;"><b>Cc:</b></td>
|
<td class="DiologTd" >
|
|
<apex:outputText value="{!Mailele.Cc}" id="CcStrHidden"/>
|
|
|
</td>
|
</tr>
|
</table>
|
<br/>
|
<script type="text/javascript">
|
var ArrayStr = j$(escapeVfId('allPage:allForm:ResponseBlock:Mailrepeat:'+{!Index}+':CcStrHidden')).text();
|
ArrayStr = ArrayStr.replace(',','<br>');
|
j$(escapeVfId('allPage:allForm:ResponseBlock:CcStrHidden')).text(ArrayStr);
|
</script>
|
<apex:variable value="{!Index+1}" var="Index" />
|
</apex:repeat>
|
<script>
|
// j$(escapeVfId('allPage:allForm:allBlock:response')).attr('readonly', true);
|
</script>
|
</apex:pageBlock> -->
|
<apex:pageBlock id="OperatingRoom" >
|
<apex:variable value="{!0}" var="Cnt"/>
|
<apex:repeat id="OperatingRoomList" value="{!pageShowSet.ISodoc_InfoList}" var="pageEditOperatingRoom">
|
<apex:pageBlock id="ReadPageOperat" >
|
<table id="headerISO" style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
|
<th class="thPrivate" colspan="4">目标术间概况_({!Cnt+1})</th>
|
<tr>
|
<td class="tdPrivate">{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.name.label}</td>
|
<td colspan="3" class="tdPrivate"><apex:inputField style="width: 98.5%;height: 20px;" value="{!pageEditOperatingRoom.name}" /></td>
|
</tr>
|
<!-- <tr>
|
<td class="tdPrivate" >术间房间号/名称</td>
|
<td class="tdPrivate" colspan="3">
|
<apex:inputField styleClass="TextInputSize" value="{!pageEditOperatingRoom.Operating_Room_Num_or_Name__c}" />
|
</td>
|
</tr> -->
|
<tr>
|
<td class="tdPrivate" id="ErrorPosition{!Cnt}">
|
术间位置
|
</td>
|
<td class="tdPrivate" colspan="3">
|
<div class="divOut">
|
<div class="divInput">
|
<div class="requiredInput">
|
<div class="requiredBlock"></div>
|
<apex:inputField onclick="removeError('ErrorPosition','{!Cnt}')" id="Operating_Room_Position_Area__c" style="width: 90%;height: 18px;font-size:105%;" value="{!pageEditOperatingRoom.Operating_Room_Position_Area__c}"/>
|
</div>
|
</div>
|
<div class="divFont">
|
院区
|
</div>
|
<div class="divInput">
|
<div class="requiredInput">
|
<div class="requiredBlock"></div>
|
<apex:inputField onclick="removeError('ErrorPosition','{!Cnt}')" id="Operating_Room_Position_Building__c" style="width: 90%;height: 18px;font-size:105%;" value="{!pageEditOperatingRoom.Operating_Room_Position_Building__c}"/>
|
</div>
|
</div>
|
<div class="divFont">楼</div>
|
<div class="divInput">
|
<div class="requiredInput">
|
<div class="requiredBlock"></div>
|
<apex:inputField onclick="removeError('ErrorPosition','{!Cnt}')" id="Operating_Room_Position_Stage__c" style="width: 90%;height: 18px;font-size:105%;" value="{!pageEditOperatingRoom.Operating_Room_Position_Stage__c}"/>
|
</div>
|
</div>
|
<div class="divFont">层</div>
|
</div>
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
术间长
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="NumberInputSize" onchange="SetToDouble(this)" value="{!pageEditOperatingRoom.Operating_Room_Length__c}"/>米
|
</td>
|
<td class="tdPrivate">
|
术间宽
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="NumberInputSize" onchange="SetToDouble(this)" value="{!pageEditOperatingRoom.Operating_Room_Width__c}"/>米
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
建筑层高
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="NumberInputSize" onchange="SetToDouble(this)" value="{!pageEditOperatingRoom.Operating_Room_Build_Heigth__c}"/>米
|
</td>
|
<td class="tdPrivate">
|
天花高
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="NumberInputSize" onchange="SetToDouble(this)" value="{!pageEditOperatingRoom.Operating_Room_Top_heigth__c}"/>米
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" id="DeptForUse{!Cnt}" rowspan="4">
|
使用科室
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" value="{!pageEditOperatingRoom.isChirurgery_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isChirurgery_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" id="TestPosition" value="{!pageEditOperatingRoom.isGynaecology_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isGynaecology_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" value="{!pageEditOperatingRoom.isUrological_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isUrological_TF__c.label}
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" value="{!pageEditOperatingRoom.isOrthopedics_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isOrthopedics_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" value="{!pageEditOperatingRoom.isENT_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isENT_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" value="{!pageEditOperatingRoom.isAural_Sursery_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isAural_Sursery_TF__c.label}
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" value="{!pageEditOperatingRoom.isGastroenterology_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isGastroenterology_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" value="{!pageEditOperatingRoom.isRespirationDept_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isRespirationDept_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" value="{!pageEditOperatingRoom.isInvasive_Technology_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isInvasive_Technology_TF__c.label}
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" colspan="3">
|
<apex:inputField onclick="removeError('DeptForUse','{!Cnt}')" value="{!pageEditOperatingRoom.Dept_Others_TF__c}"/>
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Dept_Others_TF__c.label}:
|
<apex:inputField style="width:93%" value="{!pageEditOperatingRoom.Dept_Others_Text__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Centre_Air_Support_System_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Centre_Air_Support_System_TF__c}" />是
|
</td>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Purify_Operating_Room_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Purify_Operating_Room_TF__c}" />是
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Lamp_Panel_Type_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Lamp_Panel_Type_List__c}" id="Lamp_Panel_Type_List__c" />
|
<input type="checkBox" id="{!Cnt}Lamp_Panel_Type_List__c1" onclick="SetListValue(this,2,{!Cnt})" name="Lamp_Panel_Type_List__c" value="LED" />LED
|
<input type="checkBox" id="{!Cnt}Lamp_Panel_Type_List__c2" onclick="SetListValue(this,2,{!Cnt})" name="Lamp_Panel_Type_List__c" value="荧光灯" />荧光灯
|
</td>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Lamp_Panel_Sum__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="NumberInputSize" value="{!pageEditOperatingRoom.Lamp_Panel_Sum__c}" />个
|
</td>
|
</tr>
|
<th class="thPrivate" colspan="4">蓝玻璃墙面手术间(蓝房)</th>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Planning_Blue_Room_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Planning_Blue_Room_TF__c}" />是
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
</tr>
|
<th class="thPrivate" colspan="4">
|
内镜专用灯光
|
</th>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Need_to_Transform_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Need_to_Transform_TF__c}" />是
|
</td>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Centralized_Control_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Centralized_Control_TF__c}" />是
|
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Reform_Lamp_Plane_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Reform_Lamp_Plane_List__c}" id="Reform_Lamp_Plane_List__c" />
|
<input type="checkBox" id="{!Cnt}Reform_Lamp_Plane_List__c1" onclick="SetListValue(this,2,{!Cnt})" name="Reform_Lamp_Plane_List__c" value="LED" />LED
|
<input type="checkBox" id="{!Cnt}Reform_Lamp_Plane_List__c2" onclick="SetListValue(this,2,{!Cnt})" name="Reform_Lamp_Plane_List__c" value="荧光灯" />荧光灯
|
</td>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Reform_Lamp_Plane_Sum__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="NumberInputSize" value="{!pageEditOperatingRoom.Reform_Lamp_Plane_Sum__c}" />个
|
</td>
|
</tr>
|
<th class="thPrivate" colspan="4">
|
内镜主机及周边
|
</th>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Equipment_Center_Crtl_Minor_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Equipment_Center_Crtl_Minor_TF__c}" />是
|
</td>
|
<td colspan="2" class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
</tr>
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="olympusMainMirrorOne{!Cnt}">
|
奥林巴斯内镜主机1
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="OlympusMirrorOne1" value="{!pageEditOperatingRoom.OTV_S190_TF__c}" onclick="removeError('olympusMainMirrorOne','{!Cnt}');SetListValueNoList(this,6,'{!Cnt}','OlympusMirrorOne')" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.OTV_S190_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="OlympusMirrorOne2" value="{!pageEditOperatingRoom.OTV_S7_Pro_TF__c}" onclick="removeError('olympusMainMirrorOne','{!Cnt}');SetListValueNoList(this,6,'{!Cnt}','OlympusMirrorOne')" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.OTV_S7_Pro_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="OlympusMirrorOne3" value="{!pageEditOperatingRoom.T3D_System_TF__c}" onclick="removeError('olympusMainMirrorOne','{!Cnt}');SetListValueNoList(this,6,'{!Cnt}','OlympusMirrorOne')"/>
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.T3D_System_TF__c.label}
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<apex:inputField id="OlympusMirrorOne4" value="{!pageEditOperatingRoom.CV_180_TF__c}" onclick="removeError('olympusMainMirrorOne','{!Cnt}');SetListValueNoList(this,6,'{!Cnt}','OlympusMirrorOne')"/>
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.CV_180_TF__c.label}
|
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="OlympusMirrorOne5" value="{!pageEditOperatingRoom.CV_190_TF__c}" onclick="removeError('olympusMainMirrorOne','{!Cnt}');SetListValueNoList(this,6,'{!Cnt}','OlympusMirrorOne')"/>
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.CV_190_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<input type="checkbox" id="allPage:allForm:OperatingRoom:OperatingRoomList:{!Cnt}:ReadPageOperat:OlympusMirrorOne6" onclick="removeError('olympusMainMirrorOne','{!Cnt}');SetListValueNoList(this,6,'{!Cnt}','OlympusMirrorOne')" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Olympus_Endoscope_Other_Text__c.label}
|
<apex:inputField id="OlympusMirrorOneOther" styleClass="TextInputSize" style="width:82%;" value="{!pageEditOperatingRoom.Olympus_Endoscope_Other_Text__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" rowspan="2" style="vertical-align:middle;">
|
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Olympus_Endoscope_2_Model_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Olympus_Endoscope_2_Model_List__c}" id="Olympus_Endoscope_2_Model_List__c" />
|
<input type="checkBox" id="{!Cnt}Olympus_Endoscope_2_Model_List__c1" onload="removeError('Olympus_Endoscope_2_Model_List__c','{!Cnt}');" onclick="SetListValue(this,7,{!Cnt})" name="Olympus_Endoscope_2_Model_List__c" value="OTV-S190" />OTV-S190
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Olympus_Endoscope_2_Model_List__c2" onload="removeError('Olympus_Endoscope_2_Model_List__c','{!Cnt}');" onclick="SetListValue(this,7,{!Cnt})" name="Olympus_Endoscope_2_Model_List__c" value="OTV-S7 Pro" />OTV-S7 Pro
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Olympus_Endoscope_2_Model_List__c3" onload="removeError('Olympus_Endoscope_2_Model_List__c','{!Cnt}');" onclick="SetListValue(this,7,{!Cnt})" name="Olympus_Endoscope_2_Model_List__c" value="3D系统(CV-190 x 2)" />3D系统(CV-190 x 2)
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Olympus_Endoscope_2_Model_List__c4" onload="removeError('Olympus_Endoscope_2_Model_List__c','{!Cnt}');" onclick="SetListValue(this,7,{!Cnt})" name="Olympus_Endoscope_2_Model_List__c" value="CV-180" />CV-180
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Olympus_Endoscope_2_Model_List__c5" onload="removeError('Olympus_Endoscope_2_Model_List__c','{!Cnt}');" onclick="SetListValue(this,7,{!Cnt})" name="Olympus_Endoscope_2_Model_List__c" value="CV-190" />CV-190
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Olympus_Endoscope_2_Model_List__c6" onload="removeError('Olympus_Endoscope_2_Model_List__c','{!Cnt}');" onclick="SetListValue(this,7,{!Cnt})" name="Olympus_Endoscope_2_Model_List__c" value="其它" />其它
|
<input type="text" onchange="otherSetToHidden(this,'{!Cnt}','Olympus_Endoscope_2_Model_List__c')" Class="TextInputSize" id="{!Cnt}Olympus_Endoscope_2_Model_List__c6Others" name="Olympus_Endoscope_2_Model_List__c" style="width:82%;" />
|
</td></tr>
|
<tr>
|
<td class="tdPrivate" id="InsufflatorMomw">
|
气腹机型号
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="InsufflatorMomw1" onclick="removeError('InsufflatorMomw','{!Cnt}');SetListValueNoList(this,3,{!Cnt},'InsufflatorMomw');" value="{!pageEditOperatingRoom.UHI_4_TF__c}" onchange="ResetOtherBox(this,'{!Cnt}')" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.UHI_4_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="InsufflatorMomw2" onclick="removeError('InsufflatorMomw','{!Cnt}');SetListValueNoList(this,3,{!Cnt},'InsufflatorMomw');" value="{!pageEditOperatingRoom.UHI_3_TF__c}" onchange="ResetOtherBox(this,'{!Cnt}')" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.UHI_3_TF__c.label}
|
</td>
|
|
<td class="tdPrivate">
|
<input type="checkbox" id="allPage:allForm:OperatingRoom:OperatingRoomList:{!Cnt}:ReadPageOperat:InsufflatorMomw3" onclick="removeError('InsufflatorMomw','{!Cnt}');SetListValueNoList(this,3,{!Cnt},'InsufflatorMomw');" onchange="ResetOtherBox(this,'{!Cnt}')" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Pneumoperitoneum_Other__c.label}
|
<apex:inputField styleClass="TextInputSize" style="width:82%;" id="Pneumoperitoneum_Other__c" value="{!pageEditOperatingRoom.Pneumoperitoneum_Other__c}" />
|
</td>
|
</tr>
|
<tr id='T1'>
|
<td class="tdPrivate" style="height: 20px;vertical-align: middle;">
|
其他品牌内镜主机及型号
|
</td>
|
<td class="tdPrivate" style="height: 20px;">
|
<apex:inputField value="{!pageEditOperatingRoom.Storz_Main__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Storz_Main_Model__c.label}:
|
<apex:inputField styleClass="TextInputSize" value="{!pageEditOperatingRoom.Storz_Main_Model__c}" />
|
</td>
|
<td class="tdPrivate" style="height: 20px;">
|
<apex:inputField value="{!pageEditOperatingRoom.Stryker_Main__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Stryker_Main_Model__c.label}:
|
<apex:inputField styleClass="TextInputSize" value="{!pageEditOperatingRoom.Storz_Main_Model__c}" />
|
</td>
|
<td class="tdPrivate" style="height: 20px;">
|
<apex:inputField value="{!pageEditOperatingRoom.Other_Main_And_Model_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_Main_And_Model_Text__c.label}:
|
<apex:inputField styleClass="TextInputSize" value="{!pageEditOperatingRoom.Other_Main_And_Model_Text__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" id="Compatible_Signal_TF__c{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Compatible_Signal_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Compatible_Signal_TF__c}" />是
|
</td>
|
<td class="tdPrivate">
|
兼容信号的格式与数量
|
</td>
|
<td class="tdPrivate">
|
<div class="divInput" style="width: 20%">
|
<apex:inputField styleClass="NumberInputSize" style="width: 90%" value="{!pageEditOperatingRoom.Compatible_Signal_Format_Text__c}" onclick="removeError('Compatible_Signal_TF__c','{!Cnt}')"/>
|
</div>
|
<div class="divFont" > 格式信号</div>
|
<div class="divInput" style="width: 20%">
|
<apex:inputField styleClass="NumberInputSize" style="width: 90%" value="{!pageEditOperatingRoom.Compatible_Signal_Sum__c}" onclick="removeError('Compatible_Signal_TF__c','{!Cnt}')"/>
|
</div>
|
<div lass="divFont" > 路</div>
|
</td></tr>
|
<th class="thPrivate" colspan="4">能量平台</th>
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="OlympusEnergy{!Cnt}">
|
奥林巴斯能量平台
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Energy_Portable_ESG_400_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Energy_Portable_ESG_400_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Energy_Portable_USG_400_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Energy_Portable_USG_400_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Energy_Portable_UES_40_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Energy_Portable_UES_40_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Energy_Portable_SSG_2_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Energy_Portable_SSG_2_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<input type="checkbox" name="其它能量平台" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Energy_Portable_Other_Text__c.label}:
|
<apex:inputField styleClass="TextInputSize" value="{!pageEditOperatingRoom.Energy_Portable_Other_Text__c}" />
|
</td></tr>
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="OtherElectricFire{!Cnt}">
|
其他品牌电烧设备<br/>
|
(集中控制仅限列出型号)
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="EnergyProtable1" onclick="removeError('OtherElectricFire','{!Cnt}');SetListValueNoList(this,5,{!Cnt},'EnergyProtable')" value="{!pageEditOperatingRoom.Covidien_Brand_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Covidien_Brand_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="EnergyProtable2" onclick="removeError('OtherElectricFire','{!Cnt}');SetListValueNoList(this,5,{!Cnt},'EnergyProtable')" value="{!pageEditOperatingRoom.Force_FX_C_Brand_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Force_FX_C_Brand_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="EnergyProtable3" onclick="removeError('OtherElectricFire','{!Cnt}');SetListValueNoList(this,5,{!Cnt},'EnergyProtable')" value="{!pageEditOperatingRoom.Force_Triad_Brand_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Force_Triad_Brand_TF__c.label}
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<apex:inputField id="EnergyProtable4" onclick="removeError('OtherElectricFire','{!Cnt}');SetListValueNoList(this,5,{!Cnt},'EnergyProtable')" value="{!pageEditOperatingRoom.ERBE_Brand_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.ERBE_Brand_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="EnergyProtable5" onclick="removeError('OtherElectricFire','{!Cnt}');SetListValueNoList(this,5,{!Cnt},'EnergyProtable')" value="{!pageEditOperatingRoom.VIO300D_Brand_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.VIO300D_Brand_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<!-- 空占位 -->
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Equipment_Centralized_Control_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Equipment_Centralized_Control_TF__c}" />是
|
</td>
|
<td colspan="2" class="tdPrivate">
|
|
<!-- 空 占位 -->
|
|
</td></tr>
|
<th class="thPrivate" colspan="4">吊塔</th>
|
<tr>
|
<td class="tdPrivate" id="PlanOfBuyTower{!Cnt}">
|
采购规划
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="LessTowerPlan1" onclick="SetListValueNoList(this,3,{!Cnt},'LessTowerPlan')" value="{!pageEditOperatingRoom.Party_a_Purchase_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Party_a_Purchase_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="LessTowerPlan2" onclick="SetListValueNoList(this,3,{!Cnt},'LessTowerPlan')" value="{!pageEditOperatingRoom.Olympus_Package_Purchase_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Olympus_Package_Purchase_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="LessTowerPlan3" onclick="SetListValueNoList(this,3,{!Cnt},'LessTowerPlan')" value="{!pageEditOperatingRoom.Party_A_Hold_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Party_A_Hold_TF__c.label}
|
</td></tr>
|
<tr>
|
<td rowspan ="2" class="tdPrivate" id="SetOfTower{!Cnt}">
|
吊塔配置
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Laparoscopy_Tower_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Laparoscopy_Tower_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Anesthesia_Tower_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Anesthesia_Tower_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Surgical_Tower_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Surgical_Tower_TF__c.label}
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Display_Tower_Radiation_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Display_Tower_Radiation_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Other_Tower_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_Tower_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
</tr>
|
<tr >
|
<td rowspan="2" class="tdPrivate" id="Brand_of_Laparoscopy_Tower{!Cnt}">
|
腔镜塔品牌
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Brand_of_Laparoscopy_Tower_List__c}" id="Brand_of_Laparoscopy_Tower_List__c" />
|
<input type="checkBox" id="{!Cnt}Brand_of_Laparoscopy_Tower_List__c1" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="SetListValue(this,6,{!Cnt});removeError('Brand_of_Laparoscopy_Tower','{!Cnt}');" name="Brand_of_Laparoscopy_Tower_List__c" value="Draeger" />Draeger
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_of_Laparoscopy_Tower_List__c2" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="SetListValue(this,6,{!Cnt});removeError('Brand_of_Laparoscopy_Tower','{!Cnt}');" name="Brand_of_Laparoscopy_Tower_List__c" value="Maquet" />Maquet
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_of_Laparoscopy_Tower_List__c3" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="SetListValue(this,6,{!Cnt});removeError('Brand_of_Laparoscopy_Tower','{!Cnt}');" name="Brand_of_Laparoscopy_Tower_List__c" value="Trumpf" />Trumpf
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_of_Laparoscopy_Tower_List__c4" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="SetListValue(this,6,{!Cnt});removeError('Brand_of_Laparoscopy_Tower','{!Cnt}');" name="Brand_of_Laparoscopy_Tower_List__c" value="Martin" />Martin
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_of_Laparoscopy_Tower_List__c5" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="SetListValue(this,6,{!Cnt});removeError('Brand_of_Laparoscopy_Tower','{!Cnt}');" name="Brand_of_Laparoscopy_Tower_List__c" value="Ondal" />Ondal
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_of_Laparoscopy_Tower_List__c6" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="SetListValue(this,6,{!Cnt});removeError('Brand_of_Laparoscopy_Tower','{!Cnt}');" name="Brand_of_Laparoscopy_Tower_List__c" value="其它" />其它
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Laparoscopy_Tower_Type_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Laparoscopy_Tower_Type_List__c}" id="Laparoscopy_Tower_Type_List__c" />
|
<input type="checkBox" id="{!Cnt}Laparoscopy_Tower_Type_List__c1" onclick="SetListValue(this,2,{!Cnt})" name="Laparoscopy_Tower_Type_List__c" value="2D" />2D
|
<input type="checkBox" id="{!Cnt}Laparoscopy_Tower_Type_List__c2" onclick="SetListValue(this,2,{!Cnt})" name="Laparoscopy_Tower_Type_List__c" value="3D" />3D
|
</td>
|
<td colspan="2" class="tdPrivate"></td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" style="vertical-align: middle;" id="Laparoscopy_Tower_Model_Desciption_Text__c{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Laparoscopy_Tower_Model_Desciption_Text__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField styleClass="TextAreaSize" value="{!pageEditOperatingRoom.Laparoscopy_Tower_Model_Desciption_Text__c}" onclick="removeError('Laparoscopy_Tower_Model_Desciption_Text__c','{!Cnt}')" />
|
</td></tr>
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="Brand_Of_Anesthesia_Tower{!Cnt}">
|
麻醉塔品牌
|
</td>
|
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Brand_Of_Anesthesia_Tower_List__c}" id="Brand_Of_Anesthesia_Tower_List__c" />
|
<input type="checkBox" id="{!Cnt}Brand_Of_Anesthesia_Tower_List__c1" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Anesthesia_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Anesthesia_Tower_List__c" value="Draeger" />Draeger
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Anesthesia_Tower_List__c2" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Anesthesia_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Anesthesia_Tower_List__c" value="Maquet" />Maquet
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Anesthesia_Tower_List__c3" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Anesthesia_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Anesthesia_Tower_List__c" value="Trumpf" />Trumpf
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Anesthesia_Tower_List__c4" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Anesthesia_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Anesthesia_Tower_List__c" value="Martin" />Martin
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Anesthesia_Tower_List__c5" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Anesthesia_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Anesthesia_Tower_List__c" value="Ondal" />Ondal
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Anesthesia_Tower_List__c6" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Anesthesia_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Anesthesia_Tower_List__c" value="其它" />其它
|
</td></tr>
|
<tr>
|
<td class="tdPrivate" style="vertical-align: middle;" id="Anesthesia_Tower_Text_Description__c{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Anesthesia_Tower_Text_Description__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField styleClass="TextAreaSize" value="{!pageEditOperatingRoom.Anesthesia_Tower_Text_Description__c}" onclick="removeError('Anesthesia_Tower_Text_Description__c','{!Cnt}')" />
|
</td>
|
</tr>
|
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="Brand_Surgical_Tower{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Brand_Surgical_Tower_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Brand_Surgical_Tower_List__c}" id="Brand_Surgical_Tower_List__c" />
|
<input type="checkBox" id="{!Cnt}Brand_Surgical_Tower_List__c1" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Surgical_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Surgical_Tower_List__c" value="Draeger" />Draeger
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Surgical_Tower_List__c2" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Surgical_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Surgical_Tower_List__c" value="Maquet" />Maquet
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Surgical_Tower_List__c3" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Surgical_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Surgical_Tower_List__c" value="Trumpf" />Trumpf
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Surgical_Tower_List__c4" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Surgical_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Surgical_Tower_List__c" value="Martin" />Martin
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Surgical_Tower_List__c5" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Surgical_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Surgical_Tower_List__c" value="Ondal" />Ondal
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Surgical_Tower_List__c6" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Surgical_Tower','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Surgical_Tower_List__c" value="其它" />其它
|
</td></tr>
|
<tr>
|
<td class="tdPrivate" style="vertical-align: middle;" id="Surgical_Tower_Model_Or_Decription_Text__c{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Surgical_Tower_Model_Or_Decription_Text__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate" >
|
<apex:inputField styleClass="TextAreaSize" onclick="removeError('Surgical_Tower_Model_Or_Decription_Text__c','{!Cnt}')" value="{!pageEditOperatingRoom.Surgical_Tower_Model_Or_Decription_Text__c}"/>
|
</td>
|
</tr>
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="Brand_Of_Display_Tower_Radiation{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Brand_Of_Display_Tower_Radiation_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Brand_Of_Display_Tower_Radiation_List__c}" id="Brand_Of_Display_Tower_Radiation_List__c" />
|
<input type="checkBox" id="{!Cnt}Brand_Of_Display_Tower_Radiation_List__c1" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Display_Tower_Radiation','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Display_Tower_Radiation_List__c" value="Draeger" />Draeger
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Display_Tower_Radiation_List__c2" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Display_Tower_Radiation','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Display_Tower_Radiation_List__c" value="Maquet" />Maquet
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Display_Tower_Radiation_List__c3" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Display_Tower_Radiation','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Display_Tower_Radiation_List__c" value="Trumpf" />Trumpf
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Display_Tower_Radiation_List__c4" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Display_Tower_Radiation','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Display_Tower_Radiation_List__c" value="Martin" />Martin
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Display_Tower_Radiation_List__c5" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Display_Tower_Radiation','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Display_Tower_Radiation_List__c" value="Ondal" />Ondal
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Display_Tower_Radiation_List__c6" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_Display_Tower_Radiation','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_Display_Tower_Radiation_List__c" value="其它" />其它
|
</td></tr>
|
<tr>
|
<td class="tdPrivate" style="vertical-align: middle;" id="Display_Tower_Model_Or_Description__c{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Display_Tower_Model_Or_Description__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField styleClass="TextAreaSize" onclick="removeError('Display_Tower_Model_Or_Description__c','{!Cnt}')" value="{!pageEditOperatingRoom.Display_Tower_Model_Or_Description__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="Other_Tower_Brand__c{!Cnt}">
|
<div class="divInput" style="width: 63%">
|
<apex:inputField style="width:95%;height:18px;" value="{!pageEditOperatingRoom.Other_Tower_Brand__c}" />
|
</div>
|
<div class="divFont" >
|
塔品牌
|
<!-- {!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_Tower_Brand__c.label} -->
|
</div>
|
</td>
|
|
<td class="tdPrivate" id="Other_Tower_Brand">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Other_Tower_Brand_List__c}" id="Other_Tower_Brand_List__c" />
|
<input type="checkBox" id="{!Cnt}Other_Tower_Brand_List__c1" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Other_Tower_Brand','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Other_Tower_Brand_List__c" value="Draeger" />Draeger
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Other_Tower_Brand_List__c2" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Other_Tower_Brand','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Other_Tower_Brand_List__c" value="Maquet" />Maquet
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Other_Tower_Brand_List__c3" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Other_Tower_Brand','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Other_Tower_Brand_List__c" value="Trumpf" />Trumpf
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Other_Tower_Brand_List__c4" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Other_Tower_Brand','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Other_Tower_Brand_List__c" value="Martin" />Martin
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Other_Tower_Brand_List__c5" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Other_Tower_Brand','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Other_Tower_Brand_List__c" value="Ondal" />Ondal
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Other_Tower_Brand_List__c6" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Other_Tower_Brand','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Other_Tower_Brand_List__c" value="其它" />其它
|
</td></tr>
|
<tr>
|
<td class="tdPrivate" style="vertical-align: middle;" id="Other_Tower_Model_Description__c{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_Tower_Model_Description__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField styleClass="TextAreaSize" onclick="removeError('Other_Tower_Model_Description__c','{!Cnt}')" value="{!pageEditOperatingRoom.Other_Tower_Model_Description__c}" />
|
</td>
|
</tr>
|
<th class="thPrivate" colspan="4">显示器吊臂</th>
|
<tr>
|
<td class="tdPrivate" id="Purchase_Plan_SpringArm_List__cTitle">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Purchase_Plan_SpringArm_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Purchase_Plan_SpringArm_List__c}" id="Purchase_Plan_SpringArm_List__c" />
|
<input type="checkBox" id="{!Cnt}Purchase_Plan_SpringArm_List__c1" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Purchase_Plan_SpringArm_List__c" value="甲方采购" />甲方采购
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Purchase_Plan_SpringArm_List__c2" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Purchase_Plan_SpringArm_List__c" value="Olympus打包采购" />Olympus打包采购
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Purchase_Plan_SpringArm_List__c3" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Purchase_Plan_SpringArm_List__c" value="甲方已有" />甲方已有
|
</td>
|
</tr>
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="Brand_Of_SpringArm{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Brand_Of_SpringArm__c.label}
|
</td>
|
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Brand_Of_SpringArm__c}" id="Brand_Of_SpringArm__c" />
|
<input type="checkBox" id="{!Cnt}Brand_Of_SpringArm__c1" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_SpringArm','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_SpringArm__c" value="Draeger" />Draeger
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_SpringArm__c2" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_SpringArm','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_SpringArm__c" value="Maquet" />Maquet
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_SpringArm__c3" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_SpringArm','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_SpringArm__c" value="Trumpf" />Trumpf
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_SpringArm__c4" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_SpringArm','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_SpringArm__c" value="Martin" />Martin
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_SpringArm__c5" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_SpringArm','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_SpringArm__c" value="Ondal" />Ondal
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_SpringArm__c6" onload="OnLoadSetvalue(this,6,{!Cnt})" onclick="removeError('Brand_Of_SpringArm','{!Cnt}');SetListValue(this,6,{!Cnt})" name="Brand_Of_SpringArm__c" value="其它" />其它
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
弹簧臂型号及数量
|
</td>
|
<td class="tdPrivate">
|
<!-- <input type="checkBox" id="AC2000Input" name="SelectAC2000" onclick="UnlockInputBox(this)" /> -->
|
<div class="divFont">
|
AC2000
|
</div>
|
<div class="divInput" style="width: 120px;"><apex:inputField style="height: 18px;width: 95%" id="AC2000Input" value="{!pageEditOperatingRoom.SpringArm_AC2000_Sum__c}" />
|
</div>
|
<div class="divFont">个</div>
|
</td>
|
<td class="tdPrivate">
|
<!-- <input type="checkBox" id="AC3000Input" name="SelectAC3000" onclick="UnlockInputBox(this)"/> -->
|
<div class="divFont">
|
AC3000
|
</div>
|
<div class="divInput" style="width: 120px;"><apex:inputField style="height: 18px;width: 95%" id="AC3000Input" value="{!pageEditOperatingRoom.SpringArm_AC3000_Sum__c}" /> </div>
|
<div class="divFont">个</div>
|
</td>
|
<td class="tdPrivate">
|
<div class="divFont">其他:</div>
|
<div class="divInput" style="width: 120px;"><apex:inputField style="height: 18px;width: 95%" value="{!pageEditOperatingRoom.SpringArm_Other_Name__c}" /></div>
|
</td></tr>
|
<th class="thPrivate" colspan="4">无影灯及中置术野摄像机</th>
|
<tr>
|
<td class="tdPrivate" id="Shadowless_Lamp_Procurement_Plan__cTitle">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Shadowless_Lamp_Procurement_Plan__c.label}
|
</td>
|
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Shadowless_Lamp_Procurement_Plan__c}" id="Shadowless_Lamp_Procurement_Plan__c" />
|
<input type="checkBox" id="{!Cnt}Shadowless_Lamp_Procurement_Plan__c1" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Shadowless_Lamp_Procurement_Plan__c" value="甲方采购" />甲方采购
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Shadowless_Lamp_Procurement_Plan__c2" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Shadowless_Lamp_Procurement_Plan__c" value="Olympus打包采购" />Olympus打包采购
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Shadowless_Lamp_Procurement_Plan__c3" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Shadowless_Lamp_Procurement_Plan__c" value="甲方已有" />甲方已有
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Equipment_Centralized_Control_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="Equipment_Centralized_Control_List__c1" onclick="SetListValue(this,3,{!Cnt})" value="{!pageEditOperatingRoom.Shadowless_And_Carm_Ctrl1_TF__c}" />控制无影灯
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="Equipment_Centralized_Control_List__c2" onclick="SetListValue(this,3,{!Cnt})" value="{!pageEditOperatingRoom.Shadowless_And_Carm_Ctrl2_TF__c}" />控制术野摄像机
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField id="Equipment_Centralized_Control_List__c3" onclick="SetListValue(this,3,{!Cnt})" value="{!pageEditOperatingRoom.Shadowless_And_Carm_Ctrl3_TF__c}" />不控制
|
</td></tr>
|
<tr>
|
<td rowspan="3" class="tdPrivate" id="Brand_Of_Shadowless_Lamp_List">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Brand_Of_Shadowless_Lamp_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Brand_Of_Shadowless_Lamp_List__c}" id="Brand_Of_Shadowless_Lamp_List__c" />
|
<input type="checkBox" id="{!Cnt}Brand_Of_Shadowless_Lamp_List__c1" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Shadowless_Lamp_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Shadowless_Lamp_List__c" value="Draeger" />Draeger
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Shadowless_Lamp_List__c2" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Shadowless_Lamp_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Shadowless_Lamp_List__c" value="Maquet" />Maquet
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Shadowless_Lamp_List__c3" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Shadowless_Lamp_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Shadowless_Lamp_List__c" value="Trumpf" />Trumpf
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Shadowless_Lamp_List__c4" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Shadowless_Lamp_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Shadowless_Lamp_List__c" value="DrMach" />Dr.Mach
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Shadowless_Lamp_List__c5" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Shadowless_Lamp_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Shadowless_Lamp_List__c" value="TriLux" />TriLux
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Shadowless_Lamp_List__c6" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Shadowless_Lamp_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Shadowless_Lamp_List__c" value="Martin" />Martin
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Shadowless_Lamp_List__c7" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Shadowless_Lamp_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Shadowless_Lamp_List__c" value="Ondal" />Ondal
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Shadowless_Lamp_List__c8" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Shadowless_Lamp_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Shadowless_Lamp_List__c" value="其它" />其它
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td></tr>
|
<tr>
|
<td class="tdPrivate" style="vertical-align: middle;">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.ShadowlessLamp_Model_Or_Description_Text__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField styleClass="TextAreaSize" value="{!pageEditOperatingRoom.ShadowlessLamp_Model_Or_Description_Text__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Shadowless_Lamp_Type_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Shadowless_Lamp_Type_List__c}" id="Shadowless_Lamp_Type_List__c" />
|
<input type="checkBox" id="{!Cnt}Shadowless_Lamp_Type_List__c1" onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValue(this,2,{!Cnt})" name="Shadowless_Lamp_Type_List__c" value="单灯" />单灯
|
<input type="checkBox" id="{!Cnt}Shadowless_Lamp_Type_List__c2" onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValue(this,2,{!Cnt})" name="Shadowless_Lamp_Type_List__c" value="双灯" />双灯
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td></tr>
|
<tr>
|
<td rowspan="3" class="tdPrivate" id="Brand_Of_Mid_Camera_List">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Brand_Of_Mid_Camera_List__c.label}
|
</td>
|
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Brand_Of_Mid_Camera_List__c}" id="Brand_Of_Mid_Camera_List__c" />
|
<input type="checkBox" id="{!Cnt}Brand_Of_Mid_Camera_List__c1" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Mid_Camera_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Mid_Camera_List__c" value="Draeger" />Draeger
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Mid_Camera_List__c2" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Mid_Camera_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Mid_Camera_List__c" value="Maquet" />Maquet
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Mid_Camera_List__c3" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Mid_Camera_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Mid_Camera_List__c" value="Trumpf" />Trumpf
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Mid_Camera_List__c4" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Mid_Camera_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Mid_Camera_List__c" value="DrMach" />Dr.Mach
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Mid_Camera_List__c5" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Mid_Camera_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Mid_Camera_List__c" value="TriLux" />TriLux
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Mid_Camera_List__c6" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Mid_Camera_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Mid_Camera_List__c" value="Martin" />Martin
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Mid_Camera_List__c7" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Mid_Camera_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Mid_Camera_List__c" value="Ondal" />Ondal
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Mid_Camera_List__c8" onload="OnLoadSetvalue(this,8,{!Cnt})" onclick="removeError('Brand_Of_Mid_Camera_List','{!Cnt}');SetListValue(this,8,{!Cnt})" name="Brand_Of_Mid_Camera_List__c" value="其它" />其它
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Mid_Camera_Model_Or_Descirption_Text__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField styleClass="TextAreaSize" value="{!pageEditOperatingRoom.Mid_Camera_Model_Or_Descirption_Text__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Mid_Camera_Signal_Type_List__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Mid_Camera_Signal_Type_List__c}" id="Mid_Camera_Signal_Type_List__c"/>
|
<input type="checkBox" id="{!Cnt}Mid_Camera_Signal_Type_List__c1" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Mid_Camera_Signal_Type_List__c" value="SDI" />SDI
|
<input type="checkBox" id="{!Cnt}Mid_Camera_Signal_Type_List__c2" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Mid_Camera_Signal_Type_List__c" value="DVI" />DVI
|
<input type="checkBox" id="{!Cnt}Mid_Camera_Signal_Type_List__c3" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Mid_Camera_Signal_Type_List__c" value="其他" />其他
|
</td>
|
</tr>
|
<th class="thPrivate" colspan="4">旁置术野摄像机</th>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Side_Camera_Procurement_Plan__c.label}
|
</td>
|
<apex:inputHidden value="{!pageEditOperatingRoom.Side_Camera_Procurement_Plan__c}" id="Side_Camera_Procurement_Plan__c" />
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Side_Camera_Procurement_Plan__c1" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Side_Camera_Procurement_Plan__c" value="甲方采购" />甲方采购
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Side_Camera_Procurement_Plan__c2" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Side_Camera_Procurement_Plan__c" value="Olympus打包采购" />Olympus打包采购
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Side_Camera_Procurement_Plan__c3" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Side_Camera_Procurement_Plan__c" value="甲方已有" />甲方已有
|
</td>
|
</tr>
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="Brand_Of_Side_Camera__cTitle{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Brand_Of_Side_Camera__c.label}
|
</td>
|
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Brand_Of_Side_Camera__c}" id="Brand_Of_Side_Camera__c" />
|
<input type="checkBox" id="{!Cnt}Brand_Of_Side_Camera__c1" onload="OnLoadSetvalue(this,4,{!Cnt})" onclick="SetListValue(this,4,{!Cnt})" name="Brand_Of_Side_Camera__c" value="Sony" />Sony
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Side_Camera__c2" onload="OnLoadSetvalue(this,4,{!Cnt})" onclick="SetListValue(this,4,{!Cnt})" name="Brand_Of_Side_Camera__c" value="松下" />松下
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Side_Camera__c3" onload="OnLoadSetvalue(this,4,{!Cnt})" onclick="SetListValue(this,4,{!Cnt})" name="Brand_Of_Side_Camera__c" value="日立" />日立
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Side_Camera__c4" onload="OnLoadSetvalue(this,4,{!Cnt})" onclick="SetListValue(this,4,{!Cnt})" name="Brand_Of_Side_Camera__c" value="其他" />其他
|
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td></tr>
|
<tr>
|
<td class="tdPrivate" style="vertical-align: middle;">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Side_Camera_Model_Or_Description_Text__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField styleClass="TextAreaSize" value="{!pageEditOperatingRoom.Side_Camera_Model_Or_Description_Text__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Side_Camera_Signal_Type_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Side_Camera_Signal_Type_List__c}" id="Side_Camera_Signal_Type_List__c"/>
|
<input type="checkBox" id="{!Cnt}Side_Camera_Signal_Type_List__c1" onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValue(this,2,{!Cnt})" name="Side_Camera_Signal_Type_List__c" value="SDI" />SDI
|
<input type="checkBox" id="{!Cnt}Side_Camera_Signal_Type_List__c2" onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValue(this,2,{!Cnt})" name="Side_Camera_Signal_Type_List__c" value="DVI" />DVI
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td></tr>
|
<th class="thPrivate" colspan="4">
|
手术床
|
</th>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Operating_Room_Plan__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Operating_Room_Plan__c}" id="Operating_Room_Plan__c" />
|
<input type="checkBox" id="{!Cnt}Operating_Room_Plan__c1" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Operating_Room_Plan__c" value="甲方采购" />甲方采购
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Operating_Room_Plan__c2" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Operating_Room_Plan__c" value="Olympus打包采购" />Olympus打包采购
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Operating_Room_Plan__c3" onload="OnLoadSetvalue(this,3,{!Cnt})" onclick="SetListValue(this,3,{!Cnt})" name="Operating_Room_Plan__c" value="甲方已有" />甲方已有
|
</td></tr>
|
<tr>
|
<td rowspan="2" class="tdPrivate" id="Brand_Of_Operating_Bed{!Cnt}">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Brand_Of_Operating_Bed_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Brand_Of_Operating_Bed_List__c}" id="Brand_Of_Operating_Bed_List__c" />
|
<input type="checkBox" id="{!Cnt}Brand_Of_Operating_Bed_List__c1" onload="OnLoadSetvalue(this,5,{!Cnt})" onclick="removeError('Brand_Of_Operating_Bed','{!Cnt}');SetListValue(this,5,{!Cnt})" name="Brand_Of_Operating_Bed_List__c" value="OPT" />OPT
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Operating_Bed_List__c2" onload="OnLoadSetvalue(this,5,{!Cnt})" onclick="removeError('Brand_Of_Operating_Bed','{!Cnt}');SetListValue(this,5,{!Cnt})" name="Brand_Of_Operating_Bed_List__c" value="Maquet" />Maquet
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Operating_Bed_List__c3" onload="OnLoadSetvalue(this,5,{!Cnt})" onclick="removeError('Brand_Of_Operating_Bed','{!Cnt}');SetListValue(this,5,{!Cnt})" name="Brand_Of_Operating_Bed_List__c" value="Trumpf" />Trumpf
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Operating_Bed_List__c4" onload="OnLoadSetvalue(this,5,{!Cnt})" onclick="removeError('Brand_Of_Operating_Bed','{!Cnt}');SetListValue(this,5,{!Cnt})" name="Brand_Of_Operating_Bed_List__c" value="Ondal" />Ondal
|
</td>
|
<td class="tdPrivate">
|
<input type="checkBox" id="{!Cnt}Brand_Of_Operating_Bed_List__c5" onload="OnLoadSetvalue(this,5,{!Cnt})" onclick="removeError('Brand_Of_Operating_Bed','{!Cnt}');SetListValue(this,5,{!Cnt})" name="Brand_Of_Operating_Bed_List__c" value="其它" />其它:
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" style="vertical-align: middle;">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Operating_Bed_Model_Or_Description_Text__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField styleClass="TextAreaSize" value="{!pageEditOperatingRoom.Operating_Bed_Model_Or_Description_Text__c}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Operating_Equipment_Ctrl_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Operating_Equipment_Ctrl_TF__c}" />是
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td></tr>
|
<th class="thPrivate" colspan="4">需兼容的其他视频源</th>
|
<tr>
|
<td rowspan="2" class="tdPrivate">
|
内镜系统之外视频源
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Other_Vs_Arm_Type_C_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_Vs_Arm_Type_C_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Other_Vs_DSA_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_Vs_DSA_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Other_Vs_EUS_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_Vs_EUS_TF__c.label}
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Other_Vs_Type_B_ultrasonic_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_Vs_Type_B_ultrasonic_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_Vs_Other_Text__c.label}
|
<apex:inputField styleClass="TextInputSize" value="{!pageEditOperatingRoom.Other_Vs_Other_Text__c}" />
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
</tr>
|
<th class="thPrivate" colspan="4">医疗显示器</th>
|
<tr>
|
<td class="tdPrivate">
|
2D显示器型号及数量
|
</td>
|
<td class="tdPrivate">
|
<div class="divFont">OEV-262H </div>
|
<div class="divInput" style="width: 15%">
|
<apex:inputField styleClass="divInputInside" value="{!pageEditOperatingRoom.OEV_262_2D_Sum__c}" /></div>
|
<div class="divFont"> 台</div>
|
</td>
|
<td colspan="2" class="tdPrivate">
|
<div class="divFont">其他: </div>
|
<div class="divInput" style="width: 35%"> <apex:inputField styleClass="divInputInside" value="{!pageEditOperatingRoom.Other_Medic_Displayer__c}" /> </div>
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
3D显示器型号及数量
|
</td>
|
<td class="tdPrivate">
|
<div class="divFont">{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.LMD_2451TC_Sum__c.label} </div>
|
<div class="divInput" style="width: 15%"><apex:inputField styleClass="divInputInside" value="{!pageEditOperatingRoom.LMD_2451TC_Sum__c}" /></div>
|
<div class="divFont"> 台</div>
|
</td>
|
<td class="tdPrivate">
|
<div class="divFont">{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.LMD_3251TC_Sum__c.label}</div>
|
<div class="divInput" style="width: 15%"><apex:inputField styleClass="divInputInside" value="{!pageEditOperatingRoom.LMD_3251TC_Sum__c}" /></div>
|
<div class="divFont"> 台</div>
|
</td>
|
<td class="tdPrivate">
|
<div class="divFont">{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_3D_Displayer_Sum__c.label}</div>
|
<div class="divInput" style="width: 15%"><apex:inputField styleClass="divInputInside" value="{!pageEditOperatingRoom.Other_3D_Displayer_Sum__c}" /></div>
|
<div class="divFont"> 台</div>
|
</td></tr>
|
<th class="thPrivate" colspan="4">全高清 显示面板</th>
|
<tr>
|
<td class="tdPrivate">
|
显示器类型
|
<!-- 新添加的标签,用于标定全高清面板 -->
|
</td>
|
<td colspan="1" class="tdPrivate">
|
|
<div class="divFont">{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Performanc_60inch_Display__c.label}:</div>
|
<div class="divInput" style="width: 15%"><apex:inputField styleClass="divInputInside" value="{!pageEditOperatingRoom.Performanc_60inch_Display__c}" /></div>
|
<div class="divFont"> 台</div>
|
<div class="divFont" style="width: 6%"> </div>
|
</td>
|
<td colspan="2" class="tdPrivate">
|
<div class="divFont">{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_FullHD_Display__c.label}:</div>
|
<div class="divInput" style="width: 35%"><apex:inputField styleClass="divInputInside" value="{!pageEditOperatingRoom.Other_FullHD_Display__c}" /></div>
|
<div class="divFont"> 台</div>
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Install_Type_FullHD_List_Display__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Install_Type_FullHD_List_Display__c}" id="Install_Type_FullHD_List_Display__c" />
|
<input type="checkbox" id='{!Cnt}Install_Type_FullHD_List_Display__c1' onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValue(this,2,{!Cnt})" name="Install_Type_FullHD_List_Display__c" value="内嵌式" />
|
内嵌式
|
<input type="checkbox" id='{!Cnt}Install_Type_FullHD_List_Display__c2' onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValue(this,2,{!Cnt})" name="Install_Type_FullHD_List_Display__c" value="壁挂式" />
|
壁挂式
|
</td>
|
<td class="tdPrivate">
|
<!-- 占位 -->
|
</td>
|
<td class="tdPrivate">
|
<!-- 占位 -->
|
</td></tr>
|
<th class="thPrivate" colspan="4">3D显示面板</th>
|
<tr>
|
<td class="tdPrivate">
|
显示器类型
|
</td>
|
<td colspan="3" class="tdPrivate">
|
|
<div class="divFont">{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Size60_3D_Displayer_Sum__c.label}:</div>
|
<div class="divInput" style="width: 5%"><apex:inputField styleClass="divInputInside" value="{!pageEditOperatingRoom.Size60_3D_Displayer_Sum__c}" /></div>
|
<div class="divFont"> 台</div>
|
<div class="divFont" style="width: 6%"> </div>
|
<div class="divFont">{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Sony_42_3D_Displayer_Pro_Sum__c.label}:</div>
|
<div class="divInput" style="width: 5%"><apex:inputField styleClass="divInputInside" value="{!pageEditOperatingRoom.Sony_42_3D_Displayer_Pro_Sum__c}" /></div>
|
<div class="divFont"> 台</div>
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
安装方式
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.In_Cell_InstallType_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.In_Cell_InstallType_TF__c.label}
|
|
<apex:inputField value="{!pageEditOperatingRoom.Wall_Mounting_Type_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Wall_Mounting_Type_TF__c.label}
|
|
</td>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_3D_Displayer__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Other_3D_Displayer__c}" />
|
</td></tr>
|
<th class="thPrivate" colspan="4">多点触摸 显示面板</th>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Display_60_Install_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Display_60_Install_TF__c}" />是
|
</td>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Install_Type_60Display_List__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditOperatingRoom.Install_Type_60Display_List__c}" id="Install_Type_60Display_List__c" />
|
<input type="checkbox" id='{!Cnt}Install_Type_60Display_List__c1' onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValue(this,2,{!Cnt})" name="Install_Type_60Display_List__c" value="内嵌式" />
|
内嵌式
|
<input type="checkbox" id='{!Cnt}Install_Type_60Display_List__c2' onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValue(this,2,{!Cnt})" name="Install_Type_60Display_List__c" value="壁挂式" />
|
壁挂式
|
</td></tr>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.IMF_IO_System__c.label}
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<!-- <apex:inputHidden value="{!pageEditOperatingRoom.IMF_IO_System__c}" id="IMF_IO_System__c" />
|
<input type="checkbox" name="IMF_IO_System__c" id="{!Cnt}IMF_IO_System__c1" onclick="SetListValue(this,4,{!Cnt})" value="HIS" />HIS
|
<input type="checkbox" name="IMF_IO_System__c" id="{!Cnt}IMF_IO_System__c2" onclick="SetListValue(this,4,{!Cnt})" value="PASC"/>PASC
|
<input type="checkbox" name="IMF_IO_System__c" id="{!Cnt}IMF_IO_System__c3" onclick="SetListValue(this,4,{!Cnt})" value="手麻系统"/>手麻系统
|
<input type="checkbox" name="IMF_IO_System__c" id="{!Cnt}IMF_IO_System__c4" onclick="SetListValue(this,4,{!Cnt})" value="其他"/>其他 -->
|
|
<apex:inputField value="{!pageEditOperatingRoom.HIS_TF__c}"/>
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.HIS_TF__c.label}
|
<apex:inputField value="{!pageEditOperatingRoom.PASC_TF__c}"/>
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.PASC_TF__c.label}
|
<apex:inputField value="{!pageEditOperatingRoom.Hand_Anaesthesia_SYS_TF__c}"/>
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Hand_Anaesthesia_SYS_TF__c.label}
|
<apex:inputField value="{!pageEditOperatingRoom.Other_IMF_Interface__c}"/>
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Other_IMF_Interface__c.label}
|
|
</td>
|
</tr>
|
<th class="thPrivate" colspan="4">医疗影像记录系统</th>
|
<tr>
|
<td class="tdPrivate">
|
型号
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.IMH_10_Model_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.IMH_10_Model_TF__c.label}
|
<apex:inputField value="{!pageEditOperatingRoom.IMH_20_Model_TF__c}" />
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.IMH_20_Model_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.MultiTouch_Display_Equip_Ctrl_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.MultiTouch_Display_Equip_Ctrl_TF__c}" />是
|
|
</td></tr>
|
<th class="thPrivate" colspan="4">环境音乐系统</th>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.Wireless_Music_Input_Ctrl_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.Wireless_Music_Input_Ctrl_TF__c}" />是
|
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td></tr>
|
<th class="thPrivate" colspan="4">视频会议系统(VC)</th>
|
<tr>
|
<td class="tdPrivate">
|
{!$ObjectType.IS_Opportunity_Demand_Operating__c.fields.isPlanned_TF__c.label}
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditOperatingRoom.isPlanned_TF__c}" />是
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td>
|
<td class="tdPrivate">
|
<!-- 空 占位 -->
|
</td></tr>
|
<th class="thPrivate" colspan="4">音、视频接口预留(用于第三方示教系统接驳)</th>
|
<tr>
|
<td class="tdPrivate">
|
预留视频路数
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField style="height: 23px;" value="{!pageEditOperatingRoom.Reserved_Video_Channels_Sum__c}" />路
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate">
|
预留音频路数
|
</td>
|
<td colspan="3" class="tdPrivate">
|
<apex:inputField style="height: 23px;" value="{!pageEditOperatingRoom.Reserved_Audio_Channels_Sum__c}" />路
|
</td>
|
</tr>
|
<th class="thPrivate" colspan="4" >备注</th>
|
<tr>
|
<td colspan="4" class="tdPrivate" style="width: 100%;height: 240px">
|
<apex:inputField styleClass="TextAreaSizeFull" value="{!pageEditOperatingRoom.Remarks_Text__c}" />
|
</td>
|
|
</tr>
|
</table>
|
</apex:pageBlock>
|
<apex:variable value="{!Cnt+1}" var="Cnt" />
|
</apex:repeat>
|
</apex:pageBlock>
|
<apex:pageBlock id="DemonList">
|
<apex:variable value="{!0}" var="Cnt" />
|
<apex:repeat value="{!pageShowSet.ISOdd_InfoList}" var="pageEditDoms" id="ListOdd">
|
<apex:pageBlock id="insideBlock">
|
<table id="headerISO" style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
|
<th class="thPrivate" colspan="4">示教点及终端设备</th>
|
|
<tr>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">示教点名称</td>
|
<td class="tdPrivate" colspan="3">
|
<apex:inputField style="width: 90%;height: 28px;" value="{!pageEditDoms.Name}" />
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">示教点与手术间的相对位置</td>
|
<td class="tdPrivate" colspan="3">
|
|
<apex:inputHidden value="{!pageEditDoms.Position_To_Operating_Room_List__c}" id="Position_To_Operating_Room_List__c" />
|
<input type="checkBox" id="{!Cnt}Position_To_Operating_Room_List__c1" name="Position_To_Operating_Room_List__c" onload="OnLoadSetvalue(this,4,{!Cnt})" onclick="SetListValueOdd(this,4,{!Cnt})" value="同层">同层</input>
|
<input type="checkBox" id="{!Cnt}Position_To_Operating_Room_List__c2" name="Position_To_Operating_Room_List__c" onload="OnLoadSetvalue(this,4,{!Cnt})" onclick="SetListValueOdd(this,4,{!Cnt})" value="同楼">同楼</input>
|
<input type="checkBox" id="{!Cnt}Position_To_Operating_Room_List__c3" name="Position_To_Operating_Room_List__c" onload="OnLoadSetvalue(this,4,{!Cnt})" onclick="SetListValueOdd(this,4,{!Cnt})" value="院内(非同楼)">院内(非同楼)</input>
|
<input type="checkBox" id="{!Cnt}Position_To_Operating_Room_List__c4" name="Position_To_Operating_Room_List__c" onload="OnLoadSetvalue(this,4,{!Cnt})" onclick="SetListValueOdd(this,4,{!Cnt})" value="其他">其他</input>
|
<apex:inputField id="Position5" value="{!pageEditDoms.Other_Relative_Position__c}"/>
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">
|
示教点面积
|
</td>
|
<td class="tdPrivate">
|
<div class="divInput">
|
<apex:inputField style="width: 90%;height: 18px;font-size:105%;" value="{!pageEditDoms.Demand_Demonstration_Area_Sum__c}"/>
|
</div>
|
平方米
|
</td>
|
<td class="tdPrivate">
|
|
</td>
|
<td class="tdPrivate">
|
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">
|
画面多分屏
|
</td>
|
<td class="tdPrivate">
|
|
<apex:inputField value="{!pageEditDoms.Display_Separate_TF__c}" id="Display_Separate" />是
|
|
</td>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">
|
移动设备控制
|
</td>
|
<td class="tdPrivate">
|
|
<apex:inputField value="{!pageEditDoms.Mobile_Equip_Controller_TF__c}" id="Separate" />是
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">
|
<apex:inputHidden value="{!pageEditDoms.Display_Equipment_List__c}" id="Display_Equipment_List__c" />
|
终端显示设备
|
</td>
|
<td class="tdPrivate" colspan="3">
|
<input type="checkBox" id="{!Cnt}Display_Equipment_List__c1" name="Display_Equipment_List__c" onclick="SetListValueOdd(this,3,{!Cnt})" value="2D投影仪" />2D投影仪
|
<input type="checkBox" id="{!Cnt}Display_Equipment_List__c2" name="Display_Equipment_List__c" onclick="SetListValueOdd(this,3,{!Cnt})" value="3D投影仪" />3D投影仪
|
<input type="checkBox" id="{!Cnt}Display_Equipment_List__c3" name="Display_Equipment_List__c" onclick="SetListValueOdd(this,3,{!Cnt})" value="60寸大屏幕显示器(壁挂安装)" />60寸大屏幕显示器(壁挂安装)
|
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">
|
高清全景摄像机
|
</td>
|
|
<td class="tdPrivate" >
|
|
<apex:inputField value="{!pageEditDoms.HD_Camera_Panorama_TF__c}" id="HD_Camera" />是
|
</td>
|
<td class="tdPrivate" colspan="2">
|
|
</td>
|
|
</tr>
|
<tr>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">
|
麦克风类型
|
</td>
|
<td class="tdPrivate">
|
<apex:inputHidden value="{!pageEditDoms.Microphone_Type_List__c}" id="Microphone_Type_List__c"/>
|
<input type="checkBox" id="{!Cnt}Microphone_Type_List__c1" name="Microphone_Type_List__c" onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValueOdd(this,2,{!Cnt})" value="手持式" />手持式
|
<input type="checkBox" id="{!Cnt}Microphone_Type_List__c2" name="Microphone_Type_List__c" onload="OnLoadSetvalue(this,2,{!Cnt})" onclick="SetListValueOdd(this,2,{!Cnt})" value="头戴式" />头戴式
|
</td>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">
|
麦克风数量
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField styleClass="NumberInputSize" value="{!pageEditDoms.Microphone_Number__c}" />个
|
</td>
|
</tr>
|
<tr>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">
|
是否与其他厂商共用
|
</td>
|
<td class="tdPrivate">
|
<apex:inputField value="{!pageEditDoms.Share_With_Other_Firm_TF__c}" id="Share" />是
|
</td>
|
<td class="tdPrivate" style="font-family: 微软雅黑;">
|
是否已有麦克风
|
<apex:inputField value="{!pageEditDoms.Microphone_Exsit_TF__c}" />
|
</td>
|
<td class="tdPrivate" style="font-family: 微软雅黑;" id='Brand_Name__c{!Cnt}'>
|
麦克风品牌
|
<apex:inputField value="{!pageEditDoms.Brand_Name__c}" onchange="removeError('Brand_Name__c','{!Cnt}')"/>
|
</td>
|
</tr>
|
<th class="thPrivate" colspan="4">备注</th>
|
<tr>
|
<td class="tdPrivate" style="height:100px;font-family: 微软雅黑;" >
|
其他要求:
|
</td>
|
<td class="tdPrivate" colspan="3" >
|
<apex:inputField styleClass="TextAreaSizeFull" value="{!pageEditDoms.Other_Require_Text__c}" />
|
</td>
|
</tr>
|
</table>
|
</apex:pageBlock>
|
<apex:variable value="{!Cnt+1}" var="Cnt" />
|
</apex:repeat>
|
</apex:pageBlock>
|
<apex:pageBlock id="BtnBlockDown">
|
<apex:commandButton onclick="{saveJs();return false;}" rendered="{!UnableToEdit}" styleClass="btnMidSize" value="保存并继续" rerender="dummy" />
|
|
<apex:commandButton onclick="{saveReturnJs();return false;}" rendered="{!UnableToEdit}" styleClass="btnMidSize" value="保存并返回" rerender="dummy" />
|
|
<apex:commandButton onclick="{returnJs();return false;}" styleClass="btnMidSize" value="返回" rerender="dummy" />
|
|
<apex:commandButton onclick="{ShowPDFJs();return false;}" styleClass="btnMidSize" value="打印PDF" rerender="dummy" />
|
</apex:pageBlock>
|
<apex:inputHidden id="indexOprHidden" value="{!indexOpr}"/>
|
<apex:inputHidden id="indexDomHidden" value="{!indexDom}"/>
|
<apex:actionFunction name="sendMail" action="{!sendMail}" reRender="ResponseBlock" oncomplete=""/>
|
<apex:actionFunction name="completenessCheck" action="{!completenessCheck}" reRender="ErrorColorChangeStr,message,ErrorColorChangeStrShow" oncomplete="SetErrorColorJs()"/>
|
<apex:actionFunction name="SearchPhone" action="{!SearchPhone}" reRender="Phone_Of_Nuers__c,Phone_Of_HDOA__c,Phone_of_ImfD__c,P hone_of_GAD__c,Phone_of_EDC__c,Phone_of_CCD__c" oncomplete="" />
|
<apex:actionFunction name="SetDetailSumOpr" action="{!SetDetailSum}" rerender="allForm,OperatingRoom,OperatingRoomList,ReadPageOperat,TabDivBlock,message,OprNumCnt" onComplete="unblockUI();PageReSet()">
|
<apex:param name="firstParam" assignTo="{!TargetName}" value="Operating_Room"/>
|
</apex:actionFunction>
|
<apex:actionFunction name="SetDetailSumDem" action="{!SetDetailSum}" rerender="allForm,DemonList,ListOdd,insideBlock,TabDivBlock,message,OprNumCnt" onComplete="unblockUI();PageReSet()">
|
<apex:param name="firstParam" assignTo="{!TargetName}" value="Demonstration" />
|
</apex:actionFunction>
|
<apex:actionFunction name="refreshDetail" action="{!refreshDetail}" rerender="OprDetails,DemonList,OperatingRoomList" oncomplete="" >
|
<apex:param name="indexOpr" assignTo="{!indexOpr}" value="" />
|
<apex:param name="indexDom" assignTo="{!indexDom}" value="" />
|
</apex:actionFunction>
|
<apex:actionFunction name="save" action="{!save}" rerender="dummy" oncomplete="SetErrorColorJs();unblockUI();PageReSet()">
|
<apex:param name="Return" assignTo="{!isReturn}" value="false"/>
|
</apex:actionFunction>
|
<apex:actionFunction name="saveReturn" action="{!save}" rerender="allForm,Insufflator2" oncomplete="SetErrorColorJs();unblockUI()">
|
<apex:param name="Return" assignTo="{!isReturn}" value="true"/>
|
</apex:actionFunction>
|
<apex:actionFunction name="renturn" action="{!renturn}" rerender="message" oncomplete="">
|
</apex:actionFunction>
|
</apex:form>
|
<script type="text/javascript">
|
function OtherTFCheck(btn) {
|
|
}
|
function UnlockInputBox(Ele) {
|
// body...
|
|
}
|
function ResetOtherBox(Btn,layCnt) {
|
// body...
|
var nameUrl ='allPage:allForm:OperatingRoom:OperatingRoomList:'+layCnt+':ReadPageOperat:Pneumoperitoneum_Other__c';
|
document.getElementById(nameUrl).value ='';
|
}
|
function SumConfirmJs(Flg) {
|
blockme();
|
if(Flg == 'Demonstration'){
|
SetDetailSumDem();
|
}else{
|
SetDetailSumOpr();
|
}
|
}
|
function SetListValueHeadNoList(ThisValue,EleSum,StrNameTitle){
|
// 可复用,用于多个CheckBox互斥自检,非选项列表
|
var ObjectVar= ThisValue;
|
var ObjVal = document.getElementById(ObjectVar.id).value;
|
var UrlString = 'allPage:allForm:EditPageHead:'+ThisValue.name;
|
var EleName = 'allPage:allForm:EditPageHead:' + StrNameTitle;
|
|
for(var i = 1; i<=EleSum;i++ ){
|
if((EleName+i)!=ObjectVar.id){
|
var LoopVar = document.getElementById(EleName+i);
|
LoopVar.checked = '';
|
}
|
}
|
}
|
function SetListValueNoList(ThisValue,EleSum,layerCnt,StrNameTitle){
|
// 可复用,用于多个CheckBox互斥自检,非选项列表
|
var ObjectVar= ThisValue;
|
var ObjVal = document.getElementById(ObjectVar.id).value;
|
var UrlString = 'allPage:allForm:OperatingRoom:OperatingRoomList:'+layerCnt+':ReadPageOperat:'+ThisValue.name;
|
var EleName = 'allPage:allForm:OperatingRoom:OperatingRoomList:'+layerCnt+':ReadPageOperat:' + StrNameTitle;
|
|
|
for(var i = 1; i<=EleSum;i++ ){
|
if((EleName+i)!=ObjectVar.id){
|
var LoopVar = document.getElementById(EleName+i);
|
LoopVar.checked = '';
|
}
|
}
|
}
|
function otherSetToHidden(ThisValue,layerCnt,TargetName) {
|
// body...
|
var ObjectVar= ThisValue;
|
var ObjVal = document.getElementById(ObjectVar.id).value;
|
var UrlString = 'allPage:allForm:OperatingRoom:OperatingRoomList:'+layerCnt+':ReadPageOperat:'+ThisValue.name;
|
var others = document.getElementById(ObjectVar.id).value;
|
if(ObjectVar.checked ==''){
|
document.getElementById(UrlString).value=others;
|
}else{
|
document.getElementById(UrlString).value='';
|
}
|
}
|
function SetListValue(ThisValue,EleSum,layerCnt) {
|
// 可复用,用于多个CheckBox互斥自检
|
var ObjectVar= ThisValue;
|
var ObjVal = document.getElementById(ObjectVar.id).value;
|
var UrlString = 'allPage:allForm:OperatingRoom:OperatingRoomList:'+layerCnt+':ReadPageOperat:'+ThisValue.name;
|
if(ThisValue.checked==true){
|
if(ObjVal == '其它'){
|
var others = document.getElementById(ObjectVar.id).value;
|
document.getElementById(UrlString).value=others;
|
}else{
|
document.getElementById(UrlString).value=ObjVal;
|
}
|
}else{
|
document.getElementById(UrlString).value='';
|
}
|
// document.getElementById(UrlString).value=ObjVal;
|
for(var i = 1; i<=EleSum;i++ ){
|
if((layerCnt+ThisValue.name+i)!=ObjectVar.id){
|
var LoopVar = document.getElementById(layerCnt+ThisValue.name+i);
|
LoopVar.checked = '';
|
}
|
}
|
}
|
function SetListValueOdd(ThisValue,EleSum,layerCnt) {
|
// 可复用,用于多个CheckBox互斥自检
|
var ObjectVar= ThisValue;
|
var ObjVal = document.getElementById(ObjectVar.id).value;
|
// allPage:allForm:DemonList:ListOdd:2:insideBlock:Position_To_Operating_Room_List__c
|
var UrlString = 'allPage:allForm:DemonList:ListOdd:'+layerCnt+':insideBlock:'+ThisValue.name;
|
if(ThisValue.checked==true){
|
document.getElementById(UrlString).value=ObjVal;
|
}else{
|
document.getElementById(UrlString).value='';
|
}
|
// document.getElementById(UrlString).value=ObjVal;
|
for(var i = 1; i<=EleSum;i++ ){
|
if((layerCnt+ThisValue.name+i)!=ObjectVar.id){
|
var LoopVar = document.getElementById(layerCnt+ThisValue.name+i);
|
LoopVar.checked = '';
|
}
|
}
|
}
|
// sforce.connection.sessionId='{!GETSESSIONID()}';
|
// var callback = {onSuccess: handleSuccess222, onFailure: handleFailure};
|
// function handleSuccess222(result) {
|
// alert('Success'+result);
|
// }
|
// function handleFailure(error) {
|
// alert('Failure'+error);
|
// }
|
// sforce.connection.query("Select name from Account limit 10", callback);
|
var OprNumCnt = j$(escapeVfId('allPage:allForm:OprNumCnt')).val();
|
var DomNumCnt = j$(escapeVfId('allPage:allForm:DomNumCnt')).val();
|
|
window.onload = OnLoadSetvalue(OprNumCnt>DomNumCnt?OprNumCnt:DomNumCnt);
|
function PageReSet() {
|
// body...
|
var OprNumCnt = j$(escapeVfId('allPage:allForm:OprNumCnt')).val();
|
var DomNumCnt = j$(escapeVfId('allPage:allForm:DomNumCnt')).val();
|
|
window.onload = OnLoadSetvalue(OprNumCnt>DomNumCnt?OprNumCnt:DomNumCnt);
|
}
|
</script>
|
</apex:page>
|