From 96778f656fa80358c9d87e36a13e93fe994deadf Mon Sep 17 00:00:00 2001
From: yangjieke <yangjieke@prec-tech.com>
Date: 星期五, 18 三月 2022 19:41:26 +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