|
|
@ -987,7 +987,7 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '价税合计金额', |
|
|
|
label: '价税合计', |
|
|
|
field: 'adTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
@ -1119,7 +1119,7 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '税额差异', |
|
|
|
label: '税额差异(税额-系统税额)', |
|
|
|
field: 'taxAmountDiff', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
|