|
|
@ -106,7 +106,9 @@ |
|
|
|
adTaxAmount: beforeTaxAmount + totalTaxAmount, //6、价税合计金额:未税金额+税额 |
|
|
|
beforeTaxDiffAmount: beforeTaxAmount - amount - discountAmount1, //未税差额:未税金额-系统未税金额-折扣金额 |
|
|
|
taxAmountDiff: totalTaxAmount - taxAmount, // 税额差异:税额-系统税额 |
|
|
|
totalTaxDiffAmount: beforeTaxDiffAmount + taxAmountDiff // 价税合计差额=未税差额+税额差异 |
|
|
|
totalTaxDiffAmount: beforeTaxDiffAmount + taxAmountDiff, // 价税合计差额=未税差额+税额差异 |
|
|
|
rebateTax:Number(Number(discountAmount1*taxRate*0.01).toFixed(2)), |
|
|
|
rebateTotal:rebateTax+discountAmount1 |
|
|
|
}) |
|
|
|
} else if (formType == 'create') { |
|
|
|
// 新增 |
|
|
|