LiJinHuan
2023-07-19 8966eadab96813a60228d48b9dcae4747c91273b
force-app/main/default/pages/TransferApplyResponse.page
@@ -7,14 +7,14 @@
    //blockme();
    window.open('/apex/TransferApplyResponsePopUp?raid=' + '{!URLENCODE(TransferApply__c.Id)}' + '&type=responsebefore',
                'TransferApplyDate',
                'height=400,width=600,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
                'height=600,width=600,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
}
function touserjs() {
    //blockme();
    window.open('/apex/TransferApplyResponsePopUp?raid=' + '{!URLENCODE(TransferApply__c.Id)}' + '&type=responseafter',
                'TransferApplyDate',
                'height=400,width=600,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
                'height=600,width=600,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
}
function reloadjs() {
    //blockme();