From fc8a8cea62e5d248834482a1ade9db6ab0758bf2 Mon Sep 17 00:00:00 2001 From: Li Jun <buli@deloitte.com.cn> Date: 星期日, 24 四月 2022 18:55:04 +0800 Subject: [PATCH] 20220424FixIssue --- force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp b/force-app/main/default/aura/WeeklyReport/WeeklyReport.cmp index 41c8c07..d55fc0e 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> @@ -165,8 +170,8 @@ <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}"> - <span class="encrypt">{!item.Person_In_Charge2__r.Name}</span> - <span class="decrypt">{!item.Person_In_Charge2__r.awsdata.lastName}</span> + {!item.Person_In_Charge2__r.Name} + <!-- <span class="decrypt">{!item.Person_In_Charge2__r.awsdata.lastName}</span> --> </span> </span> </td> @@ -428,11 +433,11 @@ <!-- <force:inputField value="{!v.data.Product_Category3__c}" aura:id="input-product-category3"/> --> <ui:inputSelect aura:id="select_Product3" class="slds-select" change="{!c.productcategoryChange3}"/> </div> - <!--SWAG-CBX68C fy 銆愬鎵樸�慏AMS绯荤粺鍛ㄦ姤妯″潡鍐呭闇�姹傚鍔� start--> - <!-- 鏀彺闇�姹� --> + <!--SWAG-CBX68C fy 銆愬鎵樸�慏AMS绯荤粺鍛ㄦ姤妯″潡鍐呭闇�姹傚鍔� start--> + <!-- 鏀彺闇�姹� change="{!c.SupportNeeds__c}"--> <div class="slds-p-horizontal--small slds-size--1-of-1 slds-medium-size--1-of-5 slds-large-size--1-of-6"> {!v.fieldsmap.SupportNeeds__c} - <ui:inputSelect aura:id="SupportNeeds__c" class="slds-select" change="{!c.SupportNeeds__c}"/> + <ui:inputSelect aura:id="SupportNeeds__c" class="slds-select" /> </div> <!--SWAG-CBX68C fy 銆愬鎵樸�慏AMS绯荤粺鍛ㄦ姤妯″潡鍐呭闇�姹傚鍔� end--> <div aura:id="result" class="disp_none slds-p-horizontal--small slds-size--1-of-1 slds-medium-size--3-of-12 slds-large-size--3-of-12"> -- Gitblit v1.9.1