Commit 31af8d85 by 孙亚楠

dd

parent fec51e9b
...@@ -141,9 +141,9 @@ class SaasinvoiceService extends ServiceBase { ...@@ -141,9 +141,9 @@ class SaasinvoiceService extends ServiceBase {
"saas_deliver_api": settings.outApi().deliverNotifyApi, "saas_deliver_api": settings.outApi().deliverNotifyApi,
"product_id":"50010000", "product_id":"50010000",
"unit": invoice.unit || 0, "unit": invoice.unit || 0,
"quantity": invoice.quantity, "quantity": invoice.quantity || 0,
"price": invoice.price, "price": invoice.price || 0,
"remark":invoice.remark "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