|
@ -497,7 +497,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
// }
|
|
|
// }
|
|
|
// },
|
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '返利未税金额', |
|
|
label: '返利/尾差未税金额', |
|
|
field: 'discountAmount1', |
|
|
field: 'discountAmount1', |
|
|
formatter: accountantFormart, |
|
|
formatter: accountantFormart, |
|
|
table: { |
|
|
table: { |
|
@ -1686,7 +1686,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '返利未税金额', |
|
|
label: '返利/尾差未税金额', |
|
|
field: 'discountAmount1', |
|
|
field: 'discountAmount1', |
|
|
formatter: accountantFormart, |
|
|
formatter: accountantFormart, |
|
|
detail: { |
|
|
detail: { |
|
|