| | |
| | | <apex:page standardController="Account" extensions="ListAssetForHospitalController" showHeader="false" sidebar="false" action="{!init}" id="Page"> |
| | | <apex:page standardController="Account" extensions="ListAssetForHospitalController" showHeader="false" sidebar="false" action="{!init}" id="Page" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | |
| | | .dateFormat { |
| | | display: none; |
| | | } |
| | | #fun{ |
| | | background: #cbddf312 |
| | | } |
| | | </style> |
| | | <apex:pageBlock id="searchAsset"> |
| | | <apex:form id="Form" onkeyup="submitListener(event)"> |
| | |
| | | <apex:pageMessages /> |
| | | <table style="border: 0; border-collapse: collapse;" id="searchTbl1"> |
| | | <tr> |
| | | <th style="text-align:right; width:35px;">条件:</th> |
| | | <th style="text-align:right; width:50px;">条件:</th> |
| | | <th style="text-align:right; width:50px;">{!$ObjectType.Product2.fields.Category2__c.Label}</th> |
| | | <td style="text-align:left; width:70px;"><apex:selectList value="{!category2}" size="1" style="width:95%"><apex:selectOptions value="{!category2Opts}"/></apex:selectList></td> |
| | | <th style="text-align:right; width:60px;">{!$ObjectType.Product2.fields.Category3__c.Label}</th> |
| | |
| | | </table> |
| | | <table style="width:100%; border: 0; border-collapse: collapse;" id="searchTbl2"> |
| | | <tr> |
| | | <th style="width:80px;padding-left:10px;"><apex:inputCheckbox id="isImportantProduct" value="{!isImportantProduct}"/><apex:outputLabel value="重点产品" for="isImportantProduct"/></th> |
| | | <th style="width:100px;padding-left:10px;"><apex:inputCheckbox id="isImportantProduct" value="{!isImportantProduct}"/><apex:outputLabel value="重点产品" for="isImportantProduct"/></th> |
| | | <th style="text-align:right; width:90px;">{!$ObjectType.Asset.fields.IsCompetitorProduct.Label}</th> |
| | | <td style="text-align:left; width:60px;"><apex:selectList value="{!isCompetitorProduct}" size="1" style="width:60px;"><apex:selectOptions value="{!isCompetitorProductOpts}"/></apex:selectList></td> |
| | | <th style="text-align:right; width:140px;">{!$ObjectType.Asset.fields.This_year__c.Label}</th> |
| | |
| | | </table> |
| | | <table style="border: 0; border-collapse: collapse;" id="groupbyTbl"> |
| | | <tr> |
| | | <th style="text-align:right; width:50px;">行项目:</th> |
| | | <th style="text-align:right; width:60px;">行项目:</th> |
| | | <td style="text-align:left;"><apex:inputCheckbox id="isCategory2" value="{!isCategory2}"/><apex:outputLabel value="{!$ObjectType.Product2.fields.Category2__c.Label}" for="isCategory2"/></td> |
| | | <td style="text-align:left;"><apex:inputCheckbox id="isCategory3" value="{!isCategory3}"/><apex:outputLabel value="{!$ObjectType.Product2.fields.Category3__c.Label}" for="isCategory3"/></td> |
| | | <td style="text-align:left;"><apex:inputCheckbox id="isCategory4" value="{!isCategory4}"/><apex:outputLabel value="{!$ObjectType.Product2.fields.Category4__c.Label}" for="isCategory4"/></td> |