From ae4088132b8d18959452d0ca172f6c004e8c2c82 Mon Sep 17 00:00:00 2001
From: 涂煌豪 <tuhuanghao@prec-tech.com>
Date: 星期三, 30 三月 2022 18:07:52 +0800
Subject: [PATCH] ContactTriggerHandler修改

---
 force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp b/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp
index 41c8c07..351a5df 100644
--- a/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp
+++ b/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp
@@ -82,7 +82,8 @@
     <aura:attribute name="allselectlistAgencyPerson" type="Map"/>
     <!-- PIPL update Yin Mingjie 21/02/2022 end -->
     <!-- 鎵归噺娣诲姞鍛ㄦ姤 end-->
-
+    <ltng:require scripts="{! $Resource.AWSService+'/AWSService.js' }" />
+    <ltng:require scripts="{! $Resource.jquery183minjs }" />
     
     <!--銉兗銉変腑...-->
     <aura:renderIf isTrue="{!v.login}">
@@ -145,7 +146,11 @@
                             <span class="slds-truncate" title="Name">{!v.fieldsmap.Department_Cateogy__c}</span>
                         </th>
                         <th class="table_header slds-text-title--caps">
+                            <!-- PIPL update Yin Mingjie 21/02/2022 start
                             <span class="slds-truncate" title="Name">{!v.fieldsmap.doctor2__r}</span>
+                            PIPL update Yin Mingjie 21/02/2022 end-->
+                            <span class="slds-truncate" title="Name">{!v.fieldsmap.Agency_Contact__c}</span>
+                            
                         </th>
                         <th class="table_header slds-text-title--caps">
                             <span class="slds-truncate" title="Name">{!v.fieldsmap.visitor_title__c}</span>

--
Gitblit v1.9.1