| | |
| | | <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)}"/> |
| | |
| | | |
| | | .tdPrivate{ |
| | | width: 25%; |
| | | height: 21px; |
| | | height: 35px; |
| | | border-style:dotted; |
| | | border-width: 1px; |
| | | border-collapse: collapse; |
| | |
| | | position: relative; |
| | | left: 5px; |
| | | border-bottom-style: solid; |
| | | height: 24px; |
| | | height: 38px; |
| | | width: 200px; |
| | | display:inline; |
| | | float:left; |
| | |
| | | <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> |