Commit fec51e9b by 孙亚楠

d

parent 4d2a3d0b
...@@ -139,7 +139,11 @@ class SaasinvoiceService extends ServiceBase { ...@@ -139,7 +139,11 @@ class SaasinvoiceService extends ServiceBase {
"value_added_tax": invoice.value_added_tax || 0, "value_added_tax": invoice.value_added_tax || 0,
"channel_id": this.DEFAULT_CHANNEL_ID, "channel_id": this.DEFAULT_CHANNEL_ID,
"saas_deliver_api": settings.outApi().deliverNotifyApi, "saas_deliver_api": settings.outApi().deliverNotifyApi,
"product_id":"50010000" "product_id":"50010000",
"unit": invoice.unit || 0,
"quantity": invoice.quantity,
"price": invoice.price,
"remark":invoice.remark
} }
let url = settings.deliverSysApi().pushInvoiceToDeliver; let url = settings.deliverSysApi().pushInvoiceToDeliver;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment