...
|
...
|
@@ -138,7 +138,8 @@ const orderSubmitAsync = (uid, cartType, addressId, deliveryTime, deliveryWay, p |
|
|
invoices_title: other.invoicesTitle,
|
|
|
invoice_content: other.invoicesContent,
|
|
|
receiverMobile: other.receiverMobile,
|
|
|
buyerTaxNumber: other.taxNumber
|
|
|
buyerTaxNumber: other.taxNumber,
|
|
|
invoice_payable_type: other.taxNumber ? 2 : 1
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|