| <aura:event type="COMPONENT" description="Event template"> | 
|     <!-- 定义一个变量 --> | 
|     <aura:attribute name="DNName" type="String"/> | 
|     <aura:attribute name="IsAgencyShow" type="Boolean" /> | 
|     <aura:attribute name="ShowDNNameQR" type="String" /> | 
|     <!-- DN签收状态(经销商) --> | 
|     <aura:attribute name="agencyDNSignUpStatus" type="String" /> | 
|     <!-- DN签收状态(医院) --> | 
|     <aura:attribute name="HPDNSignUpStatus" type="String" /> | 
|     <!-- 经销商签收日期 --> | 
|     <aura:attribute name="agencySubmit" type="Date" /> | 
|     <!-- 备用DN号 --> | 
|     <aura:attribute name="DNNameSpare" type="String" /> | 
| </aura:event> |