liwentao
2023-07-21 b0b7576822edbf81c19a880a60426b7a84c4176c
force-app/main/default/pages/AccountQualifyAlert.page
@@ -1,9 +1,10 @@
<apex:page standardController="Account"  extensions="AccountQualifyAlertController" showHeader="false" sidebar="false" action="{!init}">
<apex:page standardController="Account"  extensions="AccountQualifyAlertController" showHeader="false" sidebar="false" action="{!init}" lightningStylesheets="true">
   <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
    <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
    <script type="text/javascript">
      function init() {
      function init() {
         var is_Alert_Qualify = '{!is_Alert_Qualify}';
         alert(is_Alert_Qualify)
         if(is_Alert_Qualify == 'true'){
            alert('医院信息发生变化,请重新申请医院资质审批!');
         }
@@ -11,4 +12,4 @@
   </script>
   <body onload="init()">
   </body>
</apex:page>
</apex:page>