From 1312ba82d4c880bdb5357d28e0d4af5b285f610f Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期四, 10 三月 2022 15:54:39 +0800
Subject: [PATCH] 最近一月修改内容

---
 force-app/main/default/pages/ContractDetailPDF.page |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/force-app/main/default/pages/ContractDetailPDF.page b/force-app/main/default/pages/ContractDetailPDF.page
index 048c9ac..c72c76c 100644
--- a/force-app/main/default/pages/ContractDetailPDF.page
+++ b/force-app/main/default/pages/ContractDetailPDF.page
@@ -165,8 +165,9 @@
                          <c:PDFWbr targetStr="{!item.qli.NameForPrint__c}"/>
                 </apex:column>
                 <apex:column styleClass="detailRowString" style="vertical-align:text-top;width: 80px">
+                        <!-- lt 20220223 CHAN-CBW9FX 鐗规畩浜よ揣鏈熷奖鍝嶇殑瀵瑰簲 -->
                         <!-- <apex:facet name="header">{!$Label.Quote_SFDA_Approbation_No}</apex:facet>  </br>-->
-                        <apex:facet name="header">娉ㄥ唽璇佸彿/ 澶囨鍑瘉缂栧彿</apex:facet>
+                        <apex:facet name="header">娉ㄥ唽璇佸彿/ 澶囨鍑瘉 <br/>缂栧彿</apex:facet>
                         <apex:outputText value="{!item.ApprobationNo_c}"/>
                 </apex:column>
                 <apex:column styleClass="detailRowString" style="vertical-align:text-top;width: 160px">
@@ -200,14 +201,14 @@
                         <apex:outputText value="銆�銆�"/>
                 </apex:column>
                 <apex:column styleClass="detailRowString" style="vertical-align:text-top; text-align: center;">
-                        <apex:facet name="header">鐗规畩淇濅慨骞撮檺</apex:facet>
+                        <apex:facet name="header">鐗规畩淇濅慨 骞撮檺</apex:facet>
                         <apex:outputText value="{!item.qli.GuaranteePeriod__c}"/>
                 </apex:column>
                 
                 <!-- lt 20220223 CHAN-CBW9FX 鐗规畩浜よ揣鏈熷奖鍝嶇殑瀵瑰簲  start -->
                 <apex:column styleClass="detailRowNumeric">
                         <apex:facet name="header">浜よ揣鏈�</apex:facet>
-                        <apex:outputText value="{!item.qli.PricebookEntry.Product2.DeliveryDate__c}"/>
+                        <apex:outputText value="{!item.qli.DeliveryDate__c}"/>
                 </apex:column>
                 <!-- lt 20220223 CHAN-CBW9FX 鐗规畩浜よ揣鏈熷奖鍝嶇殑瀵瑰簲  end -->
                 
@@ -368,10 +369,10 @@
                 </apex:column>
 
                 <!-- lt 20220223 CHAN-CBW9FX 鐗规畩浜よ揣鏈熷奖鍝嶇殑瀵瑰簲  start -->
-                <apex:column styleClass="detailRowNumeric">
+                <!-- <apex:column styleClass="detailRowNumeric">
                         <apex:facet name="header">浜よ揣鏈�</apex:facet>
-                        <apex:outputText value="{!item.qli.PricebookEntry.Product2.DeliveryDate__c}"/>
-                </apex:column>
+                        <apex:outputText value="{!item.qli.DeliveryDate__c}"/>
+                </apex:column> -->
                 <!-- lt 20220223 CHAN-CBW9FX 鐗规畩浜よ揣鏈熷奖鍝嶇殑瀵瑰簲  end -->
 
             </apex:dataTable>

--
Gitblit v1.9.1