|
|
@ -302,44 +302,6 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '未税差额', |
|
|
|
field: 'untaxedDifference', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 0, |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'InputNumber', |
|
|
|
min: 0, |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '含税差额', |
|
|
|
field: 'taxInclusiveDifference', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 0, |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'InputNumber', |
|
|
|
min: 0, |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '金税票号', |
|
|
|
field: 'goldenTaxInvoiceNumber', |
|
|
@ -908,6 +870,44 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '未税差额', |
|
|
|
field: 'untaxedDifference', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 0, |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'InputNumber', |
|
|
|
min: 0, |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '含税差额', |
|
|
|
field: 'taxInclusiveDifference', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 0, |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'InputNumber', |
|
|
|
min: 0, |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可开票数量', |
|
|
|
field: 'invoicableQuantity', |
|
|
|