| | |
| | | <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)}"/> |
| | |
| | | <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> |
| | | |