KKbes
2023-06-06 0cbd72193c521f080b66626def4df620fdb66086
force-app/main/default/pages/ListAssetForHospital.page
@@ -1,4 +1,4 @@
<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)}"/>
@@ -27,6 +27,9 @@
.dateFormat  {
    display: none;
}
#fun{
    background: #cbddf312
}
</style>
    <apex:pageBlock id="searchAsset">
        <apex:form id="Form" onkeyup="submitListener(event)">
@@ -34,7 +37,7 @@
            <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>
@@ -53,7 +56,7 @@
            </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>
@@ -68,7 +71,7 @@
            </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>