Commit f8f9a27b by 王昆

gsb

parent 874eb57a
...@@ -146,7 +146,7 @@ class InvoiceCtl extends CtlBase { ...@@ -146,7 +146,7 @@ class InvoiceCtl extends CtlBase {
amount = amount + Number(item.amt || 0); amount = amount + Number(item.amt || 0);
} }
let service_tax = parseFloat((Number(amount) * Number(invoice_service_rate) / 100).toFixed(2)); let service_tax = parseFloat((Number(amount) * Number(invoice_service_rate) / 100).toFixed(2));
if (businessmen.is_bank) { if (!businessmen.is_bank) {
calcParams.push({ calcParams.push({
"credit_code": creditCode, "credit_code": creditCode,
"invoiced_time": moment().format("YYYY-MM-DD hh:mm:ss"), "invoiced_time": moment().format("YYYY-MM-DD hh:mm:ss"),
......
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