| | |
| | | <!-- 校验code --> |
| | | <aura:attribute name="code" type="string" default="" /> |
| | | <aura:attribute name="decodeCode" type="string" default="" /> |
| | | <!-- 20230302 进口单证改造 fy start --> |
| | | <aura:attribute name="AgencyIDM" type="string" default="" /> |
| | | <!-- 20230302 进口单证改造 fy end --> |
| | | |
| | | |
| | | <aura:attribute name="isLastPage" type="Boolean" default="false" description="是否最后一页,如果是最后一页,那么表格分页的下一页不可用" /> |
| | |
| | | <!-- 行项目 第四列 进口单证明细 fy--> |
| | | <!-- 进口单证 fy start --> |
| | | <th class="slds-is-resizable" tabindex="-1" data-label="进口单证明细" 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> --> |
| | | <button tabindex="-1" class="slds-button ReturnButton" style="width: 40px;" name="{!curr.Id}" onclick="{!c.showAttachmentDisplay}">查看</button> |
| | | <!-- <a onclick="{!c.showAttachmentDisplay}">查看</a> --> |
| | | <!-- <a href="{!'/eSignSystem/s/AttachmentDisplay?DNId='+ curr.Id}" target="_blank">查看</a> --> |
| | | <!-- <a href="https://ocsm stagefull.sandbox.file.force.com/servlet/servlet.FileDownload?file=00P1000001QkhvQ">{!curr.AttachmentName}</a> --> |
| | | </div> |
| | | </span> |