fuyu
2023-01-05 f7dffb669b42852e90ff91b6362a07e3a88945b0
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>