From 5c4f90cad0e828faacbbf3528bc0929db34be383 Mon Sep 17 00:00:00 2001
From: 彭锟 <pengkun@prec-tech.com>
Date: 星期五, 25 三月 2022 18:07:50 +0800
Subject: [PATCH] NFM624325修改

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

diff --git a/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp b/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp
index 5865df2..3c5e475 100644
--- a/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp
+++ b/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp
@@ -78,6 +78,8 @@
     <aura:attribute name="AWStransactionURL" type="String"/>
     <aura:attribute name="AWSDoctor2Map" type="String"/>
     <aura:attribute name="awsurl" type="Map"/>
+    <aura:attribute name="contactawsurl" type="Map"/>
+    <aura:attribute name="allselectlistAgencyPerson" type="Map"/>
     <!-- PIPL update Yin Mingjie 21/02/2022 end -->
     <!-- 鎵归噺娣诲姞鍛ㄦ姤 end-->
 
@@ -143,7 +145,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>
@@ -162,7 +168,10 @@
                             </td>
                             <td role="gridcell" class="slds-cell-edit">
                                 <span class="slds-grid slds-grid--align-spread">
-                                    <span class="slds-truncate" title="{!item.Person_In_Charge2__r.Name}">{!item.Person_In_Charge2__r.Name}</span>
+                                    <span class="slds-truncate" title="{!item.Person_In_Charge2__r.Name}">
+                                        <span class="encrypt">{!item.Person_In_Charge2__r.Name}</span>
+                                        <span class="decrypt">{!item.Person_In_Charge2__r.awsdata.lastName}</span>
+                                    </span>
                                 </span>
                             </td>
                             <th scope="row" tabindex="0" class="slds-cell-edit">

--
Gitblit v1.9.1