...
|
...
|
@@ -31,8 +31,8 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
let param = {
|
|
|
order_code: info.orderCode,
|
|
|
invoices_type: info.invoicesType,
|
|
|
invoices_title: info.invoicesTitle,
|
|
|
invoice_content: info.invoicesContent,
|
|
|
invoices_title: info.titleName,
|
|
|
invoice_content: info.contentId,
|
|
|
receiverMobile: info.receiver,
|
|
|
buyerTaxNumber: info.taxNumber,
|
|
|
invoice_payable_type: info.taxNumber ? 2 : 1
|
...
|
...
|
|