Commit b4867666 by 王昆

dd

parent 137e70e7
...@@ -143,7 +143,7 @@ class InvoiceService extends ServiceBase { ...@@ -143,7 +143,7 @@ class InvoiceService extends ServiceBase {
attr:{"standard":item.category,"unit":item.unit,"number":item.number,"unit_price":item.unitPrice}, attr:{"standard":item.category,"unit":item.unit,"number":item.number,"unit_price":item.unitPrice},
amount:item.amount, amount:item.amount,
tax:item.taxAmount, tax:item.taxAmount,
totalPrice:Number(item.amount)+Number(item.tax), totalPrice:Number(item.amount)+Number(item.taxAmount),
taxRate:item.taxRate, taxRate:item.taxRate,
abstractType:item.summaryType abstractType:item.summaryType
}; };
......
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