From b329ab986e250bb27e46ace97cf208f3b26d145a Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期一, 18 十二月 2023 17:38:15 +0800 Subject: [PATCH] 修改复制(不带产品按钮) --- force-app/main/default/aura/eSignHomePage/eSignHomePage.cmp | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/aura/eSignHomePage/eSignHomePage.cmp b/force-app/main/default/aura/eSignHomePage/eSignHomePage.cmp index 7f781c4..15abcb2 100644 --- a/force-app/main/default/aura/eSignHomePage/eSignHomePage.cmp +++ b/force-app/main/default/aura/eSignHomePage/eSignHomePage.cmp @@ -279,6 +279,20 @@ </th> + <!-- 绗竷鍒� 闄勪欢鍚� fy--> + <th class="slds-is-resizable" tabindex="-1" data-label="闄勪欢鍚�1" scope="row" style="width: 110px;height: 35px;"> + + <span class="slds-grid slds-grid_align-spread" style="text-align: center;display:block;"> + <div class="slds-truncate"> + <span title="闄勪欢鍚�1" class="slds-truncate" style="padding-bottom: 3px;">闄勪欢鍚�1</span> + + + </div> + </span> + + + + </th> <!-- 绗竷鍒� 浜岀淮鐮� --> <th class="slds-is-resizable" tabindex="-1" data-label="鍖婚櫌绛炬敹浜岀淮鐮�" scope="row" style="width: 140px;height: 35px;text-align: center;"> @@ -412,10 +426,25 @@ </th> + <!-- 琛岄」鐩� 绗洓鍒� 闄勪欢鍚� fy--> + <th class="slds-is-resizable" tabindex="-1" data-label="闄勪欢鍚�1" scope="row"> + + <span class="slds-grid slds-grid_align-spread" style="text-align: center;display:block;"> + <div class="slds-truncate"> + <!-- <lightning:formattedText value="{!curr.AttachmentName}" /> --> + <a href="https://sfpi-mebg-test.olympuschina.com:8081/stg/api/file/preview?key=20220419/8cf583ab71c94eee96da7bbfcc1b376b.html">闄勪欢鍚�1</a> + <!-- <a href="https://ocsm stagefull.sandbox.file.force.com/servlet/servlet.FileDownload?file=00P1000001QkhvQ">{!curr.AttachmentName}</a> --> + + </div> + </span> + + + + </th> <!-- 琛岄」鐩� 绗竷鍒� 鍖婚櫌绛炬敹浜岀淮鐮�--> <th class="slds-is-resizable" tabindex="-1" data-label="" scope="row" style="text-align: center;"> - <button id="{!curr.skip_Hospital_Sign__c}" tabindex="-1" class="slds-button ReturnButton" name="{!curr.DNNameNo0__c}" style="width: 40px;" value="{!curr.agencySignUpDate__c}" onclick="{!c.showESignQR}">鏌ョ湅</button> + <button id="{!curr.skip_Hospital_Sign__c}" tabindex="-1" class="slds-button ReturnButton" name="{!curr.DNNameNo0__c}" style="width: 40px;" value="{!IF(curr.skip_Distribution_Sign__c, 'true', curr.agencySignUpDate__c)}" onclick="{!c.showESignQR}">鏌ョ湅</button> </th> -- Gitblit v1.9.1