FUYU
2023-05-19 559771a80cf779dc13a84ecd2f178e6ca5a8353a
force-app/main/default/pages/HospitalApprovalResponse.page
@@ -1,4 +1,4 @@
<apex:page standardController="Account" extensions="HospitalApprovalResponseController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
<apex:page standardController="Account" extensions="HospitalApprovalResponseController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -27,7 +27,7 @@
      <apex:outputPanel id="allPanel">
         <apex:pageBlock title="{!$ObjectType.Account.fields.Response__c.label}" id="allBlock">
            <apex:pageBlockButtons location="top">
               <apex:commandButton onclick="tocenterjs(); return false;" value="To:系统管理员" rerender="dummy" />
               <apex:commandButton onclick="tocenterjs(); return false;" value="To:当前审批人" rerender="dummy" />
                    <apex:commandButton onclick="touserjs(); return false;" value="To:申请者" rerender="dummy" />
            </apex:pageBlockButtons>