buli
2023-07-10 4f200849487fc6f914e237d5af3ecefd6d802457
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>