KKbes
2023-08-07 cbb20845dfa7138819ba7ef1e95a56ce5bdcfcbc
force-app/main/default/pages/OPDNoReportApplication.page
@@ -5,6 +5,7 @@
    <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
    <apex:includeScript value="{!URLFOR($Resource.clipboardminjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
    <apex:outputPanel id="checkForm">
        <script text="text/javascript">
            var  approvalFlag='{!approvalFlag}';
@@ -42,7 +43,17 @@
                
            }
        </script>
        <style>
        body .bPageBlock .pbSubheader h3{
                    font-size: 13px;
                }
                body .pbTitle .mainTitle{
                    font-weight: 700;
                    font-size: 15px;
                }
            </style>
    </apex:outputPanel>
    <apex:outputPanel id="reloadForm">
        <script type="text/javascript">
@@ -617,13 +628,14 @@
                </apex:pageBlockSectionItem>
            </apex:pageBlockSection>
            <!-- 附件页面 -->
            <apex:pageBlockSection title="附件" id="tableListH"  collapsible="false" dir="LTR" >
            <apex:pageBlockSection title="文件" id="tableListH"  collapsible="false" dir="LTR" >
                <apex:pageBlockTable value="{!attachmentinfo}" var="a" style="margin-left: 50%; width: 150%;">
                <apex:column headerValue="标题" style="width: 50%">
                    <apex:outputLink value="https://ocsm--stagefull--c.documentforce.com/servlet/servlet.FileDownload?file={!a.id}" target="_self">
                    <!-- <apex:outputLink value="https://ocsm--stagefull--c.documentforce.com/servlet/servlet.FileDownload?file={!a.id}" target="_self"> -->
                    <apex:outputLink value="https://ocsm--partial.sandbox.my.salesforce.com/{!a.id}" target="_self">
                    <!-- https://ocsm--c.ap0.content.force.com/servlet/servlet.FileDownload?file -->
                    <!-- https://ocsm--stagefull--c.documentforce.com/servlet/servlet.FileDownload?file= -->
                          {!a.name}
                          {!a.Title}
                    </apex:outputLink>
                </apex:column>
                <apex:column headerValue="创建人">