Commit 31af8d85 by 孙亚楠

dd

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