Browse Source

YT-1573销售开票申请,编辑,价税金额应保留2为小数

intex_20241211
张立 2 months ago
parent
commit
0b4adfee95
  1. 2
      src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue

2
src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue

@ -59,7 +59,7 @@
// //
taxAmount:mainTaxAmount, taxAmount:mainTaxAmount,
// mainAdTaxAmount =+ // mainAdTaxAmount =+
adTaxAmount:beforeTaxAmount+parseFloat(taxAmount) adTaxAmount:(beforeTaxAmount+parseFloat(taxAmount)).toFixed(2)
}) })
} }
} }

Loading…
Cancel
Save