|
|
@ -50,7 +50,8 @@ |
|
|
|
:sumFormDataByForm ="(formRef,formModel)=>{ |
|
|
|
const {taxRate=0,amount=0} = formModel |
|
|
|
formRef.value.setValues({ |
|
|
|
taxAmount:taxRate*amount |
|
|
|
taxAmount:taxRate*amount, |
|
|
|
afterTaxAmount:amount+taxRate*amount |
|
|
|
}) |
|
|
|
}" |
|
|
|
:apiUpdate="SupplierinvoiceRequestMainApi.updateSupplierinvoiceRequestMain" |
|
|
|