| | |
| | | <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('医院信息发生变化,请重新申请医院资质审批!'); |
| | | } |
| | |
| | | </script> |
| | | <body onload="init()"> |
| | | </body> |
| | | </apex:page> |
| | | </apex:page> |