高章伟
2022-03-18 4bfe21c4b5ddc089ae5a95f4b10f6cff148b690d
1
2
3
4
5
6
7
8
9
10
11
12
<apex:page standardController="TransferApply__c" showHeader="false" sidebar="false">
    <script type="text/javascript">
        function init() {
           var str = window.location.href.replace('apex/TransferApplyNew?', 'a4C/e?Name=*&nooverride=1&');
           str = str.replace('&save_new=1', '');
            window.open(str,'_self');
        }
    </script>
    <body onload="init()">
        
    </body>
</apex:page>