|
|
@ -331,8 +331,8 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '模具未税差异', |
|
|
|
field: 'moldTaxAmountDiff', |
|
|
|
label: '已分摊价税合计', |
|
|
|
field: 'alreadyMoldTaxTotal', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 160 |
|
|
@ -344,8 +344,8 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '已分摊价税合计', |
|
|
|
field: 'alreadyMoldTaxTotal', |
|
|
|
label: '模具未税差异', |
|
|
|
field: 'moldTaxAmountDiff', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 160 |
|
|
|