KKbes
2023-06-06 0cbd72193c521f080b66626def4df620fdb66086
会议费用情况  、  医院-保佑设备检索   页面
3个文件已修改
17 ■■■■■ 已修改文件
force-app/main/default/pages/CampaignMeetingcost.page 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/CampaignMeetingcost.page-meta.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/ListAssetForHospital.page 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/CampaignMeetingcost.page
@@ -2,7 +2,7 @@
 sidebar="false"> -->
<!-- SWAG-BBG8AK 添加批准列表 start-->
<apex:page standardcontroller="Campaign" extensions="CampaignMeetingcostController" id="CampaignMeetingcostPage" action="{!init}" title="会议费用情况" showHeader="false" sidebar="false">
<apex:page standardcontroller="Campaign" extensions="CampaignMeetingcostController" id="CampaignMeetingcostPage" action="{!init}" title="会议费用情况" showHeader="false" sidebar="false" lightningStylesheets="true" >
<!-- SWAG-BBG8AK 添加批准列表 end-->
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}" />
    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}" />
@@ -375,7 +375,7 @@
                         style="width: 50px;" />
                         <apex:commandButton value="提交审批" action="{!submit}" onclick="blockme();" rerender="allBlock,unEditable,message,checkboxInit,ApprovalHistory" oncomplete="unblockUI(); checkboxInit();"
                        />
                        <apex:commandButton value="取 消" onclick="window.close();" style="width: 50px;" />
                        <apex:commandButton value="取 消" onclick="window.close();"  />
                    </apex:pageBlockButtons>
                    <apex:pageblocksection id="totalAmount" columns="1" title="会议费用总计">
                        <apex:pageBlockSectionItem id="totalAmount">
force-app/main/default/pages/CampaignMeetingcost.page-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ApexPage xmlns="http://soap.sforce.com/2006/04/metadata">
    <apiVersion>34.0</apiVersion>
    <availableInTouch>false</availableInTouch>
    <availableInTouch>true</availableInTouch>
    <confirmationTokenRequired>false</confirmationTokenRequired>
    <label>CampaignMeetingcost</label>
</ApexPage>
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>