From 0cbd72193c521f080b66626def4df620fdb66086 Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期二, 06 六月 2023 11:14:54 +0800
Subject: [PATCH] 会议费用情况  、  医院-保佑设备检索   页面

---
 force-app/main/default/pages/ListAssetForHospital.page |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/pages/ListAssetForHospital.page b/force-app/main/default/pages/ListAssetForHospital.page
index aef1ccb..e31accc 100644
--- a/force-app/main/default/pages/ListAssetForHospital.page
+++ b/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>

--
Gitblit v1.9.1