|
|
@ -280,25 +280,65 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
type: 'InputNumber', |
|
|
|
precision: 2, |
|
|
|
} |
|
|
|
}, { |
|
|
|
label: '模具未税尾差', |
|
|
|
field: 'allocationDifferenceBeforeTax', |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '模具未税尾差',
|
|
|
|
// field: 'allocationDifferenceBeforeTax',
|
|
|
|
// formatter: accountantFormart,
|
|
|
|
// table: {
|
|
|
|
// width: 160
|
|
|
|
// },
|
|
|
|
// form: {
|
|
|
|
// component: 'InputNumber',
|
|
|
|
// componentProps: {
|
|
|
|
// precision: 2,
|
|
|
|
// disabled: true,
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// tableForm: {
|
|
|
|
// type: 'InputNumber',
|
|
|
|
// precision: 2,
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '已分摊模具未税金额', |
|
|
|
field: 'alreadyMoldUntaxedAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 160 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
precision: 2, |
|
|
|
disabled: true, |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'InputNumber', |
|
|
|
precision: 2, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '已分摊模具税额', |
|
|
|
field: 'alreadyMoldTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 160 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
componentProps: { |
|
|
|
disabled: true, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '模具未税差异', |
|
|
|
field: 'moldTaxAmountDiff', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 160 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
componentProps: { |
|
|
|
disabled: true, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '金税票号', |
|
|
|
field: 'goldenTaxInvoiceNumber', |
|
|
|