123
chenjingwu
2024-04-26 f21f65b61a35cd45d4885f66c76678c3b9a6d8b3
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>