|
@ -77,7 +77,7 @@ |
|
|
// 主数据税额 |
|
|
// 主数据税额 |
|
|
taxAmount:mainTaxAmount, |
|
|
taxAmount:mainTaxAmount, |
|
|
// 主数据价税合计金额:mainAdTaxAmount =未税金额+税额 |
|
|
// 主数据价税合计金额:mainAdTaxAmount =未税金额+税额 |
|
|
adTaxAmount:mainBeforeTaxAmount+mainTaxAmount |
|
|
adTaxAmount:(parseFloat(mainBeforeTaxAmount) + mainTaxAmount).toFixed(2) |
|
|
} |
|
|
} |
|
|
formRef.value.setValues(sumObject) |
|
|
formRef.value.setValues(sumObject) |
|
|
} |
|
|
} |
|
|