<apex:page standardController="IS_Opportunity_Demand__c" extensions="ISO_DemandOperAndDemonsNewController" showHeader="true" sidebar="true" action="{!init}" id="allPage" title="SI询价-需求表-手术间" lightningStylesheets="true" >

<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<!-- <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> -->
<apex:variable var="showISOdc11" value="{!showISOdc11}" />
<apex:variable var="showISOdc12" value="{!showISOdc12}" />
<apex:variable var="showISOdc13" value="{!showISOdc13}" />
<apex:variable var="showISOdc14" value="{!showISOdc14}" />
<apex:variable var="showISOdc21" value="{!showISOdc21}" />
<apex:variable var="showISOdc22" value="{!showISOdc22}" />
<apex:variable var="showISOdc23" value="{!showISOdc23}" />
<apex:variable var="showISOdc24" value="{!showISOdc24}" />
<apex:variable var="showISOdc31" value="{!showISOdc31}" />
<apex:variable var="showISOdc32" value="{!showISOdc32}" />
<apex:variable var="showISOdc33" value="{!showISOdc33}" />
<apex:variable var="showISOdc34" value="{!showISOdc34}" />
<apex:variable var="showISOdo1" value="{!showISOdo1}" />
<apex:variable var="showISOdo2" value="{!showISOdo2}" />
<apex:variable var="showISOdo3" value="{!showISOdo3}" />
<apex:variable var="showISOdoMore" value="{!showISOdoMore}" />
<apex:variable id="resetid" var="ISodcIdStr" value="{!ISodcIdStr}" />

<script type="text/javascript">

    function saveReturnJs(){
        blockme();
        saveAndReturn();
    }

    function returnJs(){
        returnOpp();

    }

    function ShowPDFJs() {
        // body...
        //ShowPDF();
        console.log("{!ISOppDemandList.id}");
        console.log("{!PDFfileName}");
        console.log("{!ISodcIdStr}");
        if('{!ISOppDemandList.id}'!=''){
            window.open('/apex/ISO_NewDemandOAD_PDF?id='+'{!URLENCODE(ISOppDemandList.id)}&fileName='+'{!URLENCODE(PDFfileName)}');
        }else{
            alert('还未保存，不能打印');
        }
        
    }
    function resetInlineEdit(){
        console.log('+++++++');
        // document.getElementById('ppp').style.display= "none";
        // resetInlineEdit();
    }

    // function fieldNameChanged(oldValue,newValue){
    //  console.log(oldValue);
    //  console.log(newValue);
    // }

    function showISOdcHD(){
        console.log({!showISOdc11});
        showISOdc11 = true;
        j$(escapeVfId('ISOdc11')).style.display= "block";
    }

    function showISOdo(status) {
    console.log('1'+status);
        switch(status){
            case '':
                document.getElementById('ISOdo2').style.display= "none";
                document.getElementById('ISOdo3').style.display= "none";
                document.getElementById('ISOdoMore').style.display= "none";
                document.getElementById('ISOdo1').style.display= "none";
                break;
            case '1':
                document.getElementById('ISOdo2').style.display= "none";
                document.getElementById('ISOdo3').style.display= "none";
                document.getElementById('ISOdoMore').style.display= "none";
                document.getElementById('ISOdo1').style.display= "block";
                break;
            case '2':
                document.getElementById('ISOdo1').style.display= "block";
                document.getElementById('ISOdo3').style.display= "none";
                document.getElementById('ISOdoMore').style.display= "none";
                document.getElementById('ISOdo2').style.display= "block";
                break;
            case '3':
                document.getElementById('ISOdo1').style.display= "block";
                document.getElementById('ISOdo2').style.display= "block";
                document.getElementById('ISOdoMore').style.display= "none";
                document.getElementById('ISOdo3').style.display= "block";
                break;
            case '>3':
                document.getElementById('ISOdo1').style.display= "none";
                document.getElementById('ISOdo2').style.display= "none";
                document.getElementById('ISOdo3').style.display= "none";
                document.getElementById('ISOdoMore').style.display= "block";
                break;
            default:
                break;
        }
    }
    function showISOdd(status){
        console.log('1'+status);
        switch(status){
            case '':
                document.getElementById('ISOdd1').style.display= "none";
                document.getElementById('ISOdd2').style.display= "none";
                document.getElementById('ISOddMore').style.display= "none";
                break;
            case '0':
                document.getElementById('ISOdd1').style.display= "none";
                document.getElementById('ISOdd2').style.display= "none";
                document.getElementById('ISOddMore').style.display= "none";

                break;
            case '1':
                document.getElementById('ISOdd2').style.display= "none";
                document.getElementById('ISOddMore').style.display= "none";
                document.getElementById('ISOdd1').style.display= "block";
                break;
            case '2':
                document.getElementById('ISOddMore').style.display= "none";
                document.getElementById('ISOdd1').style.display= "block";
                document.getElementById('ISOdd2').style.display= "block";
                break;
            case '>2':
                document.getElementById('ISOdd1').style.display= "none";
                document.getElementById('ISOdd2').style.display= "none";
                document.getElementById('ISOddMore').style.display= "block";
                break;
            default:
                break;
        }
    }

    function showISOdc1(status){
        console.log('1'+status);
        switch(status){
            case '':
                document.getElementById('ISOdc14').style.display= "none";
                document.getElementById('ISOdc13').style.display= "none";
                document.getElementById('ISOdc12').style.display= "none";
                document.getElementById('ISOdc11').style.display= "none";
                break;
            case 'HD整体手术间':
                // document.getElementById('shuJIanPeiZhi').style.line-height = "345px";
                document.getElementById('ISOdc14').style.display= "none";
                document.getElementById('ISOdc13').style.display= "none";
                document.getElementById('ISOdc12').style.display= "none";
                document.getElementById('ISOdc11').style.display= "block";
                break;
            case '3D整体手术间':
                document.getElementById('ISOdc14').style.display= "none";
                document.getElementById('ISOdc13').style.display= "none";
                document.getElementById('ISOdc11').style.display= "none";
                document.getElementById('ISOdc12').style.display= "block";
                break;
            case '4K整体手术间':
                document.getElementById('ISOdc14').style.display= "none";
                document.getElementById('ISOdc11').style.display= "none";
                document.getElementById('ISOdc12').style.display= "none";
                document.getElementById('ISOdc13').style.display= "block";
                break;
            case '3D/4K整体手术间':
                document.getElementById('ISOdc11').style.display= "none";
                document.getElementById('ISOdc13').style.display= "none";
                document.getElementById('ISOdc12').style.display= "none";
                document.getElementById('ISOdc14').style.display= "block";
                break;
            default:
                break;
        }
    }

    function showISOdc2(status){
        console.log('2'+status);
        switch(status){
            case '':
                document.getElementById('ISOdc24').style.display= "none";
                document.getElementById('ISOdc23').style.display= "none";
                document.getElementById('ISOdc22').style.display= "none";
                document.getElementById('ISOdc21').style.display= "none";
                break;
            case 'HD整体手术间':
                document.getElementById('ISOdc22').style.display= "none";
                document.getElementById('ISOdc23').style.display= "none";
                document.getElementById('ISOdc24').style.display= "none";
                document.getElementById('ISOdc21').style.display= "block";
                break;
            case '3D整体手术间':
                document.getElementById('ISOdc21').style.display= "none";
                document.getElementById('ISOdc23').style.display= "none";
                document.getElementById('ISOdc24').style.display= "none";
                document.getElementById('ISOdc22').style.display= "block";
                break;
            case '4K整体手术间':
                document.getElementById('ISOdc22').style.display= "none";
                document.getElementById('ISOdc21').style.display= "none";
                document.getElementById('ISOdc24').style.display= "none";
                document.getElementById('ISOdc23').style.display= "block";
                break;
            case '3D/4K整体手术间':
                document.getElementById('ISOdc22').style.display= "none";
                document.getElementById('ISOdc23').style.display= "none";
                document.getElementById('ISOdc21').style.display= "none";
                document.getElementById('ISOdc24').style.display= "block";
                break;
            default:
                break;
        }
    }

    function showISOdc3(status){
        console.log('3'+status);
        switch(status){
            case '':
                document.getElementById('ISOdc34').style.display= "none";
                document.getElementById('ISOdc33').style.display= "none";
                document.getElementById('ISOdc32').style.display= "none";
                document.getElementById('ISOdc31').style.display= "none";
                break;
            case 'HD整体手术间':
                document.getElementById('ISOdc34').style.display= "none";
                document.getElementById('ISOdc32').style.display= "none";
                document.getElementById('ISOdc33').style.display= "none";
                document.getElementById('ISOdc31').style.display= "block";
                break;
            case '3D整体手术间':
                document.getElementById('ISOdc34').style.display= "none";
                document.getElementById('ISOdc31').style.display= "none";
                document.getElementById('ISOdc33').style.display= "none";
                document.getElementById('ISOdc32').style.display= "block";
                break;
            case '4K整体手术间':
                document.getElementById('ISOdc34').style.display= "none";
                document.getElementById('ISOdc32').style.display= "none";
                document.getElementById('ISOdc31').style.display= "none";
                document.getElementById('ISOdc33').style.display= "block";
                break;
            case '3D/4K整体手术间':
                document.getElementById('ISOdc31').style.display= "none";
                document.getElementById('ISOdc32').style.display= "none";
                document.getElementById('ISOdc33').style.display= "none";
                document.getElementById('ISOdc34').style.display= "block";
                break;
            default:
                break;
        }
    }
    function saveJs(){
    //  save();
        blockme();
        save();
    // 数据查证
        
    }

    function checkJs(){
        blockme();
        completenessCheck();
    }   

    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 ($) {
        $( document ).ready(function() {
            $('[id$=outputinlineS]').change(function() {
                console.log('======');
            });
        });
        // 双击进入编辑模式
        // 项目信息
        $(function () {
            $('[id*=_outputinline_ilecell]').dblclick(function () {
                document.getElementById('qqq').style.display= "none";
                document.getElementById('InlineEditDialog').style.display= "none";
                $('.overlayBackground').hide();
                $('#inputdivX').show();
                $('#outputdivX').hide();
            });
        });
        // 示教信息
        $(function () {
            $('[id*=outputinlineS]').dblclick(function () {
                document.getElementById('ppp').style.display= "none";
                document.getElementById('InlineEditDialog').style.display= "none";
                $('.overlayBackground').hide();
                $('#inputdivS').show();
                $('#outputdivS').hide();
            });
        });
    })(jQuery);
</script>
<style type="text/css">
    body input[type="checkbox"],body input[type="radio"],.slds-vf-scope input[type="checkbox"],.slds-vf-scope input[type="radio"] {
         margin-right:0rem; 
    }
    .tdPrivateKz{
        width: 25%;
        border-style:dotted;
        border-width: 1px;
        border-collapse: collapse;
        font-size:105%;
        font-weight:bold;
    }

    .tdPrivate{
        width: 25%;
        height: 35px;
        border-style:dotted;
        border-width: 1px;
        border-collapse: collapse;
        font-size:105%;
        font-weight:bold;
        padding-left:10px;
    }

    .conTh1{
        width: 10%;
        height: 21px;
        text-align:center;
        border-style:dotted;
        border-width: 1px;
        border-collapse: collapse;
    }
    .conTh2{
        width: 10%;
        height: 21px;
        text-align:center;
        border-style:dotted;
        border-width: 1px;
        border-collapse: collapse;
    }
    .conTh3{
        width: 40%;
        height: 21px;
        text-align:center;
        border-style:dotted;
        border-width: 1px;
        border-collapse: collapse;
    }
    .conTh4{
        width: 20%;
        height: 21px;
        text-align:center;
        border-style:dotted;
        border-width: 1px;
        border-collapse: collapse;
    }
    .conTh5{
        width: 10%;
        height: 21px;
        text-align:center;
        border-style:dotted;
        border-width: 1px;
        border-collapse: collapse;
    }
    .conTh6{
        width: 10%;
        height: 21px;
        text-align:center;
        border-style:dotted;
        border-width: 1px;
        border-collapse: collapse;
    }
    .textInputLine{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        width: 20%;
    }
    .divInput{
        position: relative;
        left: 5px;
        border-bottom-style: solid;
        height: 38px;
        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;
    }

    .thPrivateSmall{
        width: 100%;
        height: 28px;
        font-size:140%;
        font-family: 微软雅黑;
        font-weight:bold;
        text-align:center;
        background-color: #d9d9d9;
    }

    .thPrivateRoom{
        width: 100%;
        height: 28px;
        font-size:140%;
        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>
<!-- <apex:outputPanel id="message">
        
</apex:outputPanel> -->

    <apex:form id="AllForm">
        <apex:outputPanel id="message">
            <apex:pageMessages />
        </apex:outputPanel>
        <apex:pageBlock id="BtnBlock">
            <apex:commandButton onclick="{saveJs();return false;}"  styleClass="btnMidSize" value="保存并继续" rerender="dummy,message,resetid" />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <apex:commandButton onclick="{saveReturnJs();return false;}" styleClass="btnMidSize" value="保存并返回" rerender="dummy" />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <apex:commandButton onclick="{returnJs();return false;}"  styleClass="btnMidSize" value="返回" rerender="dummy" />
            <!-- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <apex:commandButton onclick="{checkJs();return false;}"  styleClass="btnMidSize" value="完整性检查" reRender="dummy,message" /> -->
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <apex:commandButton onclick="{ShowPDFJs();return false;}" rendered="{!IF(true,true,true)}" styleClass="btnMidSize" value="打印PDF" rerender="dummy" />
        </apex:pageBlock>
        <apex:pageBlock >
            <table id="InfoHead" style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                <th class="thPrivate" colspan="4">术间需求</th>
                <tr>
                    <td colspan="4" height="32px"></td>
                </tr>
                <tr>
                    <td colspan="4" class="thPrivateSmall">总体概况</td>
                </tr>
                <tr>
                    <td class="tdPrivate">术间数量</td>
                    <td class="tdPrivate">
                        <div class="requiredInput">
                            <div class="requiredBlock"></div>
                            <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandList.Operating_Room_Count__c}" onchange="showISOdo(this.value)" />
                        </div>
                    </td>
                    <td class="tdPrivate">术间房间号/名称</td>
                    <td class="tdPrivate">
                        <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandList.OperatingRoomName__c}" />
                    </td>
                </tr>
                <tr>
                    <td class="tdPrivate">术间位置</td>
                    <td class="tdPrivate" colspan="3">
                    <div class="divOut">
                        <div class="divInput">
                            <apex:inputField style="width: 90%;height:30px" value="{!ISOppDemandList.Operating_Room_Position_Area__c}"/>
                        </div>
                            <div class="divFont">
                                院区
                            </div>
                        <div class="divInput">
                            <apex:inputField id="Operating_Room_Position_Building__c" style="width: 90%;height: 30px;font-size:105%;" value="{!ISOppDemandList.Operating_Room_Position_Building__c}"/>
                        </div>
                        <div class="divFont">楼</div>
                        <div class="divInput">
                            <apex:inputField id="Operating_Room_Position_Stage__c" style="width: 90%;height: 30px;font-size:105%;" value="{!ISOppDemandList.Operating_Room_Position_Stage__c}"/>
                        </div>
                        <div class="divFont">层</div>
                    </div>
                </td>
                </tr>
                <tr>
                    <td colspan="4" height="28px"></td>
                </tr>
                <tr>
                    <td colspan="4">
                <!-- 术间1 -->
                <div id="ISOdo1" style="display:{!IF(showISOdo1=true,'block','none')};">
                <apex:pageBlock >
                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                    <tr>
                        <td colspan="4" class="thPrivateSmall">术间1</td>
                    </tr>
                    <tr>
                        <td colspan="4" height="28px"></td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">术间面积</td>
                        <td colspan="3" class="tdPrivate">
                            <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandOper1.Operating_Room_Area__c}" />
                        </td>
                    </tr>
                    <tr>
                        <td rowspan="4" class="tdPrivateKz" style="line-height: 84px;padding-left:10px">医疗设备控制</td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper1.Olympus_Camera_Host__c}"/>
                            奥林巴斯摄像机主机
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper1.Olympus_LightSource_Host__c}"/>
                            奥林巴斯光源主机
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper1.Olympus_Insufflator__c}"/>
                            奥林巴斯气腹机
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper1.Olympus_Electric_Knife__c}"/>
                            奥林巴斯电刀
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper1.Olympus_Ultrasound_Knife__c}"/>
                            奥林巴斯超声刀
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper1.Olympus_CD_Writer__c}"/>
                            奥林巴斯刻录机
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper1.ThirdParty_OperationLamp__c}"/>
                            第三方手术灯
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper1.ThirdParty_Camera__c}"/>
                            第三方术野摄像机
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper1.ThirdParty_OperatingTable__c}"/>
                            第三方手术床
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate" colspan="3">*具体可控制的设备型号请参考UCES-4中文说明书控制兼容列表</td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">术间类型</td>
                        <td colspan="3" class="tdPrivate" >
                            <div class="requiredInput">
                            <div class="requiredBlock"></div>
                                <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandOper1.Operating_Room_Type__c}" onchange="showISOdc1(this.value)" />
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <td id="shuJIanPeiZhi" class="tdPrivate">术间配置</td>
                        <td colspan="3" class="tdPrivate">
                            <div id="ISOdc11" style="display:{!IF(showISOdc11=true,'block','none')};"> 
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate11}" var="ISOdc11">
                                    <apex:outputPanel rendered="{!ISOdc11.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc11.SerialNumber__c != 1}" value="{!ISOdc11.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc11.SerialNumber__c == 1 }" value="{!ISOdc11.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc11.Matching__c != true}" value="{!ISOdc11.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc11.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc11.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc11.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc11.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate11}" var="ISOdc11">
                                    <apex:outputPanel rendered="{!ISOdc11.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc11.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc11.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc11.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc11.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc11.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc11.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                            <div id="ISOdc12" style="display:{!IF(showISOdc12=true,'block','none')};">
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate12}" var="ISOdc12">
                                    <apex:outputPanel rendered="{!ISOdc12.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc12.SerialNumber__c != 1}" value="{!ISOdc12.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc12.SerialNumber__c == 1 }" value="{!ISOdc12.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc12.Matching__c != true}" value="{!ISOdc12.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc12.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc12.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc12.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc12.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate12}" var="ISOdc12">
                                    <apex:outputPanel rendered="{!ISOdc12.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc12.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc12.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc12.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc12.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc12.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc12.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                            <div id="ISOdc13" style="display:{!IF(showISOdc13=true,'block','none')};">
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate13}" var="ISOdc13">
                                    <apex:outputPanel rendered="{!ISOdc13.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc13.SerialNumber__c != 1}" value="{!ISOdc13.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc13.SerialNumber__c == 1 }" value="{!ISOdc13.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc13.Matching__c != true}" value="{!ISOdc13.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc13.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc13.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc13.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc13.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate13}" var="ISOdc13">
                                    <apex:outputPanel rendered="{!ISOdc13.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc13.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc13.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc13.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc13.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc13.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc13.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                            <div id="ISOdc14" style="display:{!IF(showISOdc14=true,'block','none')};">
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate14}" var="ISOdc14">
                                    <apex:outputPanel rendered="{!ISOdc14.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc14.SerialNumber__c != 1}" value="{!ISOdc14.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc14.SerialNumber__c == 1 }" value="{!ISOdc14.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc14.Matching__c != true}" value="{!ISOdc14.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc14.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc14.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc14.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc14.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate14}" var="ISOdc14">
                                    <apex:outputPanel rendered="{!ISOdc14.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc14.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc14.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc14.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc14.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc14.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc14.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">备注信息</td>
                        <td colspan="3" class="tdPrivate" style="width: 100%;height: 100px">
                            <apex:inputField styleClass="TextAreaSizeFull" value="{!ISOppDemandOper1.Remarks_Text__c}" />
                        </td>
                    </tr>
                </table>
                </apex:pageBlock>
                </div>

                <!-- 术间2 -->
                <div id="ISOdo2" style="display:{!IF(showISOdo2=true,'block','none')};">
                <apex:pageBlock >
                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                    <tr>
                        <td colspan="4" class="thPrivateSmall">术间2</td>
                    </tr>
                    <tr>
                        <td colspan="4" height="28px"></td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">术间面积</td>
                        <td colspan="3" class="tdPrivate">
                            <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandOper2.Operating_Room_Area__c}" />
                        </td>
                    </tr>
                    <tr>
                        <td rowspan="4" class="tdPrivateKz" style="line-height: 84px;">医疗设备控制</td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper2.Olympus_Camera_Host__c}"/>
                            奥林巴斯摄像机主机
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper2.Olympus_LightSource_Host__c}"/>
                            奥林巴斯光源主机
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper2.Olympus_Insufflator__c}"/>
                            奥林巴斯气腹机
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper2.Olympus_Electric_Knife__c}"/>
                            奥林巴斯电刀
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper2.Olympus_Ultrasound_Knife__c}"/>
                            奥林巴斯超声刀
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper2.Olympus_CD_Writer__c}"/>
                            奥林巴斯刻录机
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper2.ThirdParty_OperationLamp__c}"/>
                            第三方手术灯
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper2.ThirdParty_Camera__c}"/>
                            第三方术野摄像机
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper2.ThirdParty_OperatingTable__c}"/>
                            第三方手术床
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate" colspan="3">*具体可控制的设备型号请参考UCES-4中文说明书控制兼容列表</td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">术间类型</td>
                        <td colspan="3" class="tdPrivate" >
                            <div class="requiredInput">
                            <div class="requiredBlock"></div>
                            <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandOper2.Operating_Room_Type__c}" onchange="showISOdc2(this.value)" />
                        </div>
                        </td>
                    </tr>
                    <tr>
                        <td id="shuJIanPeiZhi" class="tdPrivate">术间配置</td>
                        <td colspan="3" class="tdPrivate">
                            <div id="ISOdc21" style="display:{!IF(showISOdc21=true,'block','none')};"> 
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate21}" var="ISOdc21">
                                    <apex:outputPanel rendered="{!ISOdc21.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc21.SerialNumber__c != 1}" value="{!ISOdc21.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc21.SerialNumber__c == 1 }" value="{!ISOdc21.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc21.Matching__c != true}" value="{!ISOdc21.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc21.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc21.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc21.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc21.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate21}" var="ISOdc21">
                                    <apex:outputPanel rendered="{!ISOdc21.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc21.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc21.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc21.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc21.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc21.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc21.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                            <div id="ISOdc22" style="display:{!IF(showISOdc22=true,'block','none')};">
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate22}" var="ISOdc22">
                                    <apex:outputPanel rendered="{!ISOdc22.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc22.SerialNumber__c != 1}" value="{!ISOdc22.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc22.SerialNumber__c == 1 }" value="{!ISOdc22.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc22.Matching__c != true}" value="{!ISOdc22.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc22.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc22.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc22.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc22.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate22}" var="ISOdc22">
                                    <apex:outputPanel rendered="{!ISOdc22.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc22.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc22.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc22.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc22.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc22.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc22.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                            <div id="ISOdc23" style="display:{!IF(showISOdc23=true,'block','none')};">
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate23}" var="ISOdc23">
                                    <apex:outputPanel rendered="{!ISOdc23.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc23.SerialNumber__c != 1}" value="{!ISOdc23.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc23.SerialNumber__c == 1 }" value="{!ISOdc23.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc23.Matching__c != true}" value="{!ISOdc23.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc23.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc23.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc23.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc23.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate23}" var="ISOdc23">
                                    <apex:outputPanel rendered="{!ISOdc23.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc23.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc23.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc23.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc23.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc23.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc23.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                            <div id="ISOdc24" style="display:{!IF(showISOdc24=true,'block','none')};">
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate24}" var="ISOdc24">
                                    <apex:outputPanel rendered="{!ISOdc24.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc24.SerialNumber__c != 1}" value="{!ISOdc24.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc24.SerialNumber__c == 1 }" value="{!ISOdc24.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc24.Matching__c != true}" value="{!ISOdc24.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc24.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc24.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc24.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc24.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate24}" var="ISOdc24">
                                    <apex:outputPanel rendered="{!ISOdc24.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc24.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc24.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc24.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc24.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc24.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc24.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">备注信息</td>
                        <td colspan="3" class="tdPrivate" style="width: 100%;height: 100px">
                            <apex:inputField styleClass="TextAreaSizeFull" value="{!ISOppDemandOper2.Remarks_Text__c}" />
                        </td>
                    </tr>
                </table>
                </apex:pageBlock>
                </div>
                <!-- 术间3 -->
                <div id="ISOdo3" style="display:{!IF(showISOdo3=true,'block','none')};">
                <apex:pageBlock >
                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                    <tr>
                        <td colspan="4" class="thPrivateSmall">术间3</td>
                    </tr>
                    <tr>
                        <td colspan="4" height="28px"></td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">术间面积</td>
                        <td colspan="3" class="tdPrivate">
                            <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandOper3.Operating_Room_Area__c}" />
                        </td>
                    </tr>
                    <tr>
                        <td rowspan="4" class="tdPrivateKz" style="line-height: 84px;">医疗设备控制</td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper3.Olympus_Camera_Host__c}"/>
                            奥林巴斯摄像机主机
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper3.Olympus_LightSource_Host__c}"/>
                            奥林巴斯光源主机
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper3.Olympus_Insufflator__c}"/>
                            奥林巴斯气腹机
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper3.Olympus_Electric_Knife__c}"/>
                            奥林巴斯电刀
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper3.Olympus_Ultrasound_Knife__c}"/>
                            奥林巴斯超声刀
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper3.Olympus_CD_Writer__c}"/>
                            奥林巴斯刻录机
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper3.ThirdParty_OperationLamp__c}"/>
                            第三方手术灯
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper3.ThirdParty_Camera__c}"/>
                            第三方术野摄像机
                        </td>
                        <td class="tdPrivate">
                            <apex:inputField value="{!ISOppDemandOper3.ThirdParty_OperatingTable__c}"/>
                            第三方手术床
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate" colspan="3">*具体可控制的设备型号请参考UCES-4中文说明书控制兼容列表</td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">术间类型</td>
                        <td colspan="3" class="tdPrivate" >
                            <div class="requiredInput">
                            <div class="requiredBlock"></div>
                            <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandOper3.Operating_Room_Type__c}" onchange="showISOdc3(this.value)" />
                        </div>
                        </td>
                    </tr>
                    <tr>
                        <td id="shuJIanPeiZhi" class="tdPrivate">术间配置</td>
                        <td colspan="3" class="tdPrivate">
                            <div id="ISOdc31" style="display:{!IF(showISOdc31=true,'block','none')};"> 
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate31}" var="ISOdc31">
                                    <apex:outputPanel rendered="{!ISOdc31.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc31.SerialNumber__c != 1}" value="{!ISOdc31.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc31.SerialNumber__c == 1 }" value="{!ISOdc31.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc31.Matching__c != true}" value="{!ISOdc31.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc31.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc31.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc31.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc31.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate31}" var="ISOdc31">
                                    <apex:outputPanel rendered="{!ISOdc31.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc31.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc31.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc31.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc31.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc31.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc31.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                            <div id="ISOdc32" style="display:{!IF(showISOdc32=true,'block','none')};">
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate32}" var="ISOdc32">
                                    <apex:outputPanel rendered="{!ISOdc32.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc32.SerialNumber__c != 1}" value="{!ISOdc32.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc32.SerialNumber__c == 1 }" value="{!ISOdc32.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc32.Matching__c != true}" value="{!ISOdc32.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc32.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc32.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc32.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc32.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate32}" var="ISOdc32">
                                    <apex:outputPanel rendered="{!ISOdc32.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc32.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc32.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc32.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc32.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc32.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc32.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                            <div id="ISOdc33" style="display:{!IF(showISOdc33=true,'block','none')};">
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate33}" var="ISOdc33">
                                    <apex:outputPanel rendered="{!ISOdc33.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc33.SerialNumber__c != 1}" value="{!ISOdc33.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc33.SerialNumber__c == 1 }" value="{!ISOdc33.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc33.Matching__c != true}" value="{!ISOdc33.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc33.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc33.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc33.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc33.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate33}" var="ISOdc33">
                                    <apex:outputPanel rendered="{!ISOdc33.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc33.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc33.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc33.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc33.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc33.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc33.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                            <div id="ISOdc34" style="display:{!IF(showISOdc34=true,'block','none')};">
                                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                                    <tr>
                                        <th class="conTh1"></th>
                                        <th class="conTh2">序号</th>
                                        <th class="conTh3">设备名称</th>
                                        <th class="conTh4">品牌</th>
                                        <th class="conTh5">单位</th>
                                        <th class="conTh6">数量</th>
                                    </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate34}" var="ISOdc34">
                                    <apex:outputPanel rendered="{!ISOdc34.Matching__c != true}" >
                                    <tr>
                                        <td class="conTh1">
                                            <apex:inputField rendered="{!ISOdc34.SerialNumber__c != 1}" value="{!ISOdc34.Selection__c}" />
                                            <apex:outputField rendered="{!ISOdc34.SerialNumber__c == 1 }" value="{!ISOdc34.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField rendered="{!ISOdc34.Matching__c != true}" value="{!ISOdc34.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc34.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc34.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc34.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc34.Number__c}" />
                                        </td>
                                    </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                    <!-- 选配信息 -->
                                        <tr>
                                            <td class="conTh1"></td>
                                            <td class="conTh2"></td>
                                            <td class="conTh3">选配项目</td>
                                            <td class="conTh4">品牌</td>
                                            <td class="conTh5">单位</td>
                                            <td class="conTh6">数量</td>
                                        </tr>
                                    <apex:variable value="{!0}" var="Cnt"/>
                                    <apex:repeat value="{!ISOppDemandConfiguate34}" var="ISOdc34">
                                    <apex:outputPanel rendered="{!ISOdc34.Matching__c == true}" >
                                        <tr>
                                        <td class="conTh1">
                                            <apex:inputField value="{!ISOdc34.Selection__c}" />
                                        </td>
                                        <td class="conTh2">
                                            <apex:outputField value="{!ISOdc34.SerialNumber__c}" />
                                        </td>
                                        <td class="conTh3">
                                            <apex:outputField value="{!ISOdc34.Name}" />
                                        </td>
                                        <td class="conTh4">
                                            <apex:outputField value="{!ISOdc34.Brand__c}" />
                                        </td>
                                        <td class="conTh5">
                                            <apex:outputField value="{!ISOdc34.Company__c}" />
                                        </td>
                                        <td class="conTh6">
                                            <apex:outputField value="{!ISOdc34.Number__c}" />
                                        </td>
                                        </tr>
                                    </apex:outputPanel>
                                    <apex:variable value="{!Cnt+1}" var="Cnt" />
                                    </apex:repeat>
                                </table>
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">备注信息</td>
                        <td colspan="3" class="tdPrivate" style="width: 100%;height: 100px">
                            <apex:inputField styleClass="TextAreaSizeFull" value="{!ISOppDemandOper3.Remarks_Text__c}" />
                        </td>
                    </tr>
                </table>
                </apex:pageBlock>
                </div>
                <!-- 术间>3间 -->
                <div id="ISOdoMore" style="display:{!IF(showISOdoMore=true,'block','none')};">
                <apex:pageBlock >
                <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                    <tr>
                        <td colspan="4" class="thPrivateSmall">术间数量>3</td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">项目信息</td>
                        <td colspan="2" class="tdPrivate" style="width: 100%;height: 100px">
                            <div id="inputdivX" style="display: none;">
                                <apex:inputField id="inputlineX" styleClass="TextAreaSizeFull" value="{!ISOppDemandOperMore.Project_Information__c}" />
                            </div>
                            <div id="outputdivX" style="display: inline;">
                                <apex:outputField id="outputinline"  style="display:inline;border:1px solid; " styleClass="TextAreaSizeFull" value="{!ISOppDemandOperMore.Project_Information__c    }" >
                                <span id="qqq" style="display:{!IF(odoNeed=true,'inline','none')}; font-size:80%;font-weight:normal;">示例（双击进入编辑模式）；<br/>
                                1、医院规划4间整体手术室；<br/>
                                2、其中三件用于开展胸腹腔镜类手术，1间用于开衫DSA介入类手术；<br/>
                                3、其中两件配置4K胸腹腔镜、一间配置3D胸腹腔镜；<br/>
                                4、预算为xxx万元；<br/>
                                5、腔镜系统独立采购；<br/>
                                6、其他信息补充<br/></span>
                                    <apex:inlineEditSupport id="inline" showOnEdit="saveButton, cancelButton" disabled="false" hideOnEdit="editButton" event="ondblclick" changedStyleClass="TextAreaSizeFull" resetFunction="resetInlineEdit" />
                                </apex:outputField>
                            </div>
                        <!-- </apex:inlineEditSupport> -->
                        </td>
                    </tr>
                    <tr>
                        <td class="tdPrivate">项目建议</td>
                        <td colspan="3" class="tdPrivate" >
                            复杂项目，建议联系营业部SI专员或者整体手术室业务部
                        </td>
                    </tr>
                </table>
                </apex:pageBlock>
                </div>
                </td>
                </tr>
            </table>
            <apex:pageBlock >
            <table id="InfoHead" style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                <th class="thPrivate" colspan="4">示教需求</th>
                <tr>
                    <td colspan="4" height="32px"></td>
                </tr>
                <tr>
                    <td colspan="4" class="thPrivateSmall">总体概况</td>
                </tr>
                <tr>
                    <td class="tdPrivate">示教点数量</td>
                    <td class="tdPrivate">
                        <!-- <div class="requiredInput">
                            <div class="requiredBlock"></div> -->
                            <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandList.Demonstration_Number__c}" onchange="showISOdd(this.value)" />
                        <!-- </div> -->
                    </td>
                    <td class="tdPrivate">传输方式</td>
                    <td class="tdPrivate">
                        <apex:outputField styleClass="TextInputSizeFull" value="{!ISOppDemandList.Transmission_Mode__c}" />
                    </td>
                </tr>
                <tr>
                    <td class="tdPrivate">示教系统类型</td>
                    <td colspan="2">
                        
                        <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandList.Demand_DemonstrationType__c}" />

                    </td>
                    <td class="tdPrivate">备注：术间数量≥2必选</td>
                </tr>
                <tr>
                    <td colspan="4" height="28px"></td>
                </tr>
                <tr>
                    <td colspan="4">
                <div id="ISOdd1" style="display:{!IF(showISOdd1=true,'block','none')};">
                    <apex:pageBlock >
                        <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                            <tr>
                                <td colspan="4" class="thPrivateSmall">示教点1</td>
                            </tr>
                            <tr>
                                <td class="tdPrivate">位置信息</td>
                                <td colspan="3">
                                    <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandDemon1.Other_Relative_Position__c}" />
                                </td>
                            </tr>
                            <tr>
                                <td class="tdPrivate">示教点类型</td>
                                <td colspan="3">
                                    <div class="requiredInput">
                                        <div class="requiredBlock"></div>
                                        <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandDemon1.Demonstration_Type__c}" />
                                    </div>
                                </td>
                            </tr>
                            <tr>
                                <td class="tdPrivate">备注</td>
                                <td colspan="3" class="tdPrivate" style="width: 100%;height: 100px">
                                    <apex:inputField styleClass="TextAreaSizeFull" value="{!ISOppDemandDemon1.Other_Require_Text__c}" />
                                </td>
                            </tr>
                        </table>
                    </apex:pageBlock>
                </div>
                <div id="ISOdd2" style="display:{!IF(showISOdd2=true,'block','none')};">
                    <apex:pageBlock >
                        <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                            <tr>
                                <td colspan="4" class="thPrivateSmall">示教点2</td>
                            </tr>
                            <tr>
                                <td class="tdPrivate">位置信息</td>
                                <td colspan="3">
                                    <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandDemon2.Other_Relative_Position__c}" />
                                </td>
                            </tr>
                            <tr>
                                <td class="tdPrivate">示教点类型</td>
                                <td colspan="3">
                                    <div class="requiredInput">
                                        <div class="requiredBlock"></div>
                                        <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandDemon2.Demonstration_Type__c}" />
                                        </div>
                                </td>
                            </tr>
                            <tr>
                                <td class="tdPrivate">备注</td>
                                <td colspan="3" class="tdPrivate" style="width: 100%;height: 100px">
                                    <apex:inputField styleClass="TextAreaSizeFull" value="{!ISOppDemandDemon2.Other_Require_Text__c}" />
                                </td>
                            </tr>
                        </table>
                    </apex:pageBlock>
                </div>
                <div id="ISOddMore" style="display:{!IF(showISOddMore=true,'block','none')};">
                    <apex:pageBlock >
                        <table style="border-width: 1px;width:100%;border-collapse: collapse;border-style: dotted;">
                            <tr>
                                <td colspan="4" class="thPrivateSmall">示教点数量>2</td>
                            </tr>
                            <!-- <tr>
                                <td class="tdPrivate">位置信息</td>
                                <td colspan="3">
                                    <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandDemonMore.Other_Relative_Position__c}" />
                                </td>
                            </tr>
                            <tr>
                                <td class="tdPrivate">示教系统类型</td>
                                <td colspan="3">
                                    <apex:inputField styleClass="TextInputSizeFull" value="{!ISOppDemandDemonMore.Demonstration_Type__c}" />
                                </td>
                            </tr> -->
                            <tr>
                                <td class="tdPrivate">示教需求</td>
                                <td colspan="2" class="tdPrivate" style="width: 100%;height: 100px">
                                    <div id="inputdivS" style="display: none;">
                                    <apex:inputField id="inlineInput" styleClass="TextAreaSizeFull" value="{!ISOppDemandDemonMore.Teaching_Needs__c}">
                                        
                                    </apex:inputField>
                                    </div>
                                    <div id="outputdivS" style="display: inline;">
                                    <apex:outputField id="outputinlineS"  styleClass="TextAreaSizeFull" style="display:inline;border:1px solid; " value="{!ISOppDemandDemonMore.Teaching_Needs__c}" >
                                    <span id="ppp" style="display:{!IF(oddNeed=true,'inline','none')}; font-size:80%;font-weight:normal;">示例（双击进入编辑模式）：<br/>
                                    1、医院共规划3个示教点；<br/>
                                    2、其中第一个示教点位于xxx，要求配置xxx设备；<br/>
                                    3、其中第二个示教点位于xxx，要求配置xxx设备；<br/>
                                    4、其中第三个示教点位于xxx，示教点有自己的投影及音响设备，我方负责整体手术室到该示教点的信号传输即可；<br/>
                                    5、其他信息补充<br/></span>
                                        <!-- <apex:inlineEditSupport id="inlines" showOnEdit="saveButton, cancelButton" disabled="false" hideOnEdit="editButton" event="ondblclick" changedStyleClass="myBoldClass" resetFunction="resetInlineEdit" /> -->

                                        
                                    </apex:outputField>
                                    <apex:inlineEditSupport />
                                    </div>

                                </td>
                            </tr>
                            <tr>
                                <td class="tdPrivate">项目建议</td>
                                <td class="tdPrivate" colspan="3">
                                    复杂项目，建议联系营业部SI专员或者整体手术室业务部
                                </td>
                            </tr>
                        </table>
                    </apex:pageBlock>
                </div>
                    </td>
                </tr>
            </table>
            </apex:pageBlock>
        </apex:pageBlock>
        <apex:actionFunction name="completenessCheck" action="{!completenessCheck}" reRender="message" oncomplete="unblockUI();" />
        <apex:actionFunction name="saveAndReturn" action="{!saveAndReturn}" reRender="message" oncomplete="unblockUI();" />
        <apex:actionFunction name="returnOpp" action="{!returnOpp}" reRender="message" oncomplete="unblockUI();" />
        <apex:actionFunction name="save" action="{!save}" oncomplete="unblockUI();" reRender="message,resetid,ShowPDFJs"/>
    </apex:form>



</apex:page>