zhangzhengmei
2023-08-05 d77b6353ca9b59a6398df3eae9912f9fd766946d
force-app/main/default/pages/AssessmentReport.page
@@ -1,12 +1,13 @@
<apex:page sidebar="false" showHeader="true" action="{!init}" standardcontroller="AssessmentReport__c" extensions="AssessmentReportController" id="allPage" lightningStylesheets='true'>
<apex:page sidebar="false" showHeader="true" action="{!init}" standardcontroller="AssessmentReport__c" extensions="AssessmentReportController" id="allPage" lightningStylesheets="true">
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
    <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
    <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
    <apex:includeScript value="{!URLFOR($Resource.AWSService, 'AWSService.js') }" />
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
    <style>
        /*点击授课内容之后,页面样式错乱*/
        /*点击授课内容之后,页面*/
        body .detailList .dataCol input[type="text"],body .detailList .dataCol select {
                min-width: 8rem;
        }
@@ -42,6 +43,9 @@
                }
                for(var i=0;i<contacts.length;i++){
                    contact[contacts[i].dataId] = contacts[i].lastName.replace(/"/g,"");
                    //2023 07 04 张赫阳 PIPL改造 Start
                    document.getElementById(contacts[i].dataId).innerHTML = contact[contacts[i].dataId];
                    //2023 07 04 张赫阳 PIPL改造 End
                }
                console.log(JSON.stringify(contact));
            };