| | |
| | | <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; |
| | | } |
| | |
| | | } |
| | | 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)); |
| | | }; |