| | |
| | | <!-- <apex:page controller="ReantalApplySeriesNoController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="序列查看"> --> |
| | | <apex:page controller="ReantalApplySeriesNoController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="序列查看" lightningStylesheets="true"> |
| | | <!-- 20230525 ljh lightning --> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.listTable)}"/><!-- 20230525 ljh lightning --> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.listTable)}"/> |
| | | <!-- 20230525 ljh lightning --> |
| | | <style type="text/css"> |
| | | .bPageBlock .detailList .dataCol { |
| | | width: auto; |
| | |
| | | } |
| | | </script> |
| | | <apex:form id="allForm"> |
| | | <apex:outputPanel id="pageallPanel"> |
| | | <apex:pageBlock id="searchBlock" title="序列信息"> |
| | | <!-- 20230525 ljh lightning start --> |
| | | <!-- <apex:pageBlockSection columns="3" id="mainSection"> |
| | |
| | | <apex:outputText value="{!IF(Isadmix,'混合','单一')}"/> |
| | | </apex:pageBlockSectionItem> |
| | | </apex:pageBlockSection> --> |
| | | <table style="width:100%;margin:10px 0;" > |
| | | <table style="width:100%;margin:10px 0;" class="detailList" border="0" cellpadding="0" cellspacing="0" > |
| | | <tr> |
| | | <td>型号:</td> |
| | | <td>{!raq.Fixture_Model_No__c}</td> |
| | | <td>备品存放地:</td> |
| | | <td>{!raq.Internal_asset_location__c}</td> |
| | | <td>本部:</td> |
| | | <td>{!raq.Salesdepartment__c}</td> |
| | | <td align="right" style="padding-right:5px;">型号:</td> |
| | | <td align="left" >{!raq.Fixture_Model_No__c}</td> |
| | | <td align="right" style="padding-right:5px;">备品存放地:</td> |
| | | <td align="left" >{!raq.Internal_asset_location__c}</td> |
| | | <td align="right" style="padding-right:5px;">本部:</td> |
| | | <td align="left" >{!raq.Salesdepartment__c}</td> |
| | | </tr> |
| | | <tr> |
| | | <td>备品分类:</td> |
| | | <td>{!raq.Equipment_Type__c}</td> |
| | | <td>产品分类:</td> |
| | | <td>{!raq.Product_category__c}</td> |
| | | <td>序列类型:</td> |
| | | <td>{!IF(Isadmix,'混合','单一')}</td> |
| | | <td align="right" style="padding-right:5px;">备品分类:</td> |
| | | <td align="left" >{!raq.Equipment_Type__c}</td> |
| | | <td align="right" style="padding-right:5px;">产品分类:</td> |
| | | <td align="left" >{!raq.Product_category__c}</td> |
| | | <td align="right" style="padding-right:5px;" >序列类型:</td> |
| | | <td align="left" >{!IF(Isadmix,'混合','单一')}</td> |
| | | </tr> |
| | | </table> |
| | | <!-- 20230525 ljh lightning end --> |
| | | </apex:pageBlock> |
| | | </apex:outputPanel> |
| | | <apex:outputPanel id="message"> |
| | | <apex:pageMessages /> |
| | | </apex:outputPanel> |