<aura:component implements="lightning:isUrlAddressable,force:appHostable,flexipage:availableForAllPageTypes,lightning:actionOverride,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
|
<aura:html tag="style">
|
.slds-template_default{
|
padding:0rem;
|
}
|
.slds-pill{
|
width:100%;
|
height:32px;
|
max-width:830px;
|
}
|
.slds-pill__label {
|
max-width:530px;
|
}
|
.slds-page-header{
|
display:none;
|
}
|
</aura:html>
|
<aura:attribute name="recordId" type="String" />
|
<!-- <aura:attribute name="thisId" type="String" />
|
<aura:attribute name="passId" type="String" /> -->
|
<aura:handler name="init" value="{!this}" action="{!c.doInit}"/>
|
<div style="background-color: #fff;width:100%;">
|
<!-- <c:lwcDailyReport recordId="{!v.thisId}"/> -->
|
<!-- <c:lwcDailyReport recordId="{!v.recordId}" onrecordChange="{!c.refreshView}" /> -->
|
<c:lwcDailyReport recordId="{!v.recordId}" />
|
</div>
|
|
|
<!-- <aura:attribute name="recordId" type="String"/>
|
<div style="display: none;">
|
<lightning:recordEditForm recordId="{!v.recordId}" onload="{!c.handleLoad}">
|
|
</lightning:recordEditForm>
|
</div> -->
|
</aura:component>
|