|
|
@ -268,6 +268,28 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '未税金额', |
|
|
|
field: 'beforeTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:3, |
|
|
|
isForm:false, |
|
|
|
isTableForm:false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '价税合计金额', |
|
|
|
field: 'adTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:3, |
|
|
|
isForm:false, |
|
|
|
isTableForm:false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '税后金额', |
|
|
|
field: 'afterTaxAmount', |
|
|
|