buli
2023-05-23 07390e2fcb4adf27c928335bf27ae7939c5a80ad
force-app/main/default/pages/ISO_DemandOperAndDemonsNew.page
@@ -1,4 +1,4 @@
<apex:page standardController="IS_Opportunity_Demand__c" extensions="ISO_DemandOperAndDemonsNewController" showHeader="true" sidebar="true" action="{!init}" id="allPage" title="SI询价-需求表-手术间">
<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:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
@@ -313,7 +313,7 @@
   .tdPrivate{
        width: 25%;
        height: 21px;
        height: 35px;
        border-style:dotted;
        border-width: 1px;
        border-collapse: collapse;
@@ -378,7 +378,7 @@
        position: relative;
        left: 5px;
        border-bottom-style: solid;
        height: 24px;
        height: 38px;
        width: 200px;
        display:inline;
        float:left;
@@ -568,17 +568,17 @@
                <td class="tdPrivate" colspan="3">
                    <div class="divOut">
                    <div class="divInput">
                        <apex:inputField style="width: 90%;height: 18px;font-size:105%;" value="{!ISOppDemandList.Operating_Room_Position_Area__c}"/>
                            <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: 18px;font-size:105%;" value="{!ISOppDemandList.Operating_Room_Position_Building__c}"/>
                            <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: 18px;font-size:105%;" value="{!ISOppDemandList.Operating_Room_Position_Stage__c}"/>
                            <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>