Authored by yyq

sale_channel

... ... @@ -513,7 +513,8 @@ Page({
invoice_content: invoiceInfo.invoiceContent,
buyerTaxNumber: invoiceInfo.taxNumber,
invoice_payable_type: invoiceInfo.invoiceCompany ? 2 : 1,
receiverMobile: invoiceInfo.receiver
receiverMobile: invoiceInfo.receiver,
sale_channel: app.getAppType()
});
}
... ... @@ -599,7 +600,8 @@ Page({
invoice_content: invoiceInfo.invoiceContent,
buyerTaxNumber: invoiceInfo.taxNumber,
invoice_payable_type: invoiceInfo.invoiceCompany ? 2 : 1,
receiverMobile: invoiceInfo.receiver
receiverMobile: invoiceInfo.receiver,
sale_channel: app.getAppType()
});
}
... ...