| | |
| | | <aura:component |
| | | controller="CreateTargetCmp" |
| | | implements="forceCommunity:availableForAllPageTypes,force:hasRecordId" |
| | | implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,force:lightningQuickAction,forceCommunity:availableForAllPageTypes" |
| | | access="global" |
| | | > |
| | | <aura:handler name="init" value="{!this}" action="{!c.doInit}" /> |
| | |
| | | onclick="{!c.toggle_report}" |
| | | > |
| | | <lightning:icon |
| | | class="close_icn" |
| | | iconName="utility:close" |
| | | size="medium" |
| | | alternativeText="Indicates approval" |
| | | alternative-text="close" |
| | | variant="inverse" |
| | | /> |
| | | <span class="slds-assistive-text">Close</span> |
| | | </button> |
| | |
| | | <label class="slds-form-element__label" for="input-hos" |
| | | >医院</label |
| | | > |
| | | <force:inputField |
| | | value="{!v.record.Agency_Hospital__c}" |
| | | aura:id="input-hos" |
| | | /> |
| | | <!-- <force:inputField value="{!v.record.Agency_Hospital__c}" aura:id="input-hos"/> --> |
| | | <lightning:recordEditForm |
| | | objectApiName="Agency_Opportunity__c" |
| | | > |
| | | <lightning:inputField |
| | | variant="label-hidden" |
| | | fieldName="Agency_Hospital__c" |
| | | value="{!v.record.Agency_Hospital__c}" |
| | | aura:id="input-hos" |
| | | /> |
| | | </lightning:recordEditForm> |
| | | </div> |
| | | </div> |
| | | <!-- <h4 class="slds-section__title">访问目标</h4> |