|
|
@ -736,7 +736,28 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '索赔总额', |
|
|
|
field: 'claimAmount', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
isDetail: true, |
|
|
|
isTableForm: false, |
|
|
|
isForm: true, |
|
|
|
isSearch:false, |
|
|
|
sortTableDefault: 12, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
precision: 5, |
|
|
|
disabled: true, |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '采购审批时间', |
|
|
|
field: 'procurementCreateTime', |
|
|
@ -1297,12 +1318,26 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
label: '索赔总额', |
|
|
|
field: 'claimAmount', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable: true, |
|
|
|
isDetail: true, |
|
|
|
isTableForm: false, |
|
|
|
isForm: true, |
|
|
|
isSearch: false, |
|
|
|
sortTableDefault: 12, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
precision: 5, |
|
|
|
disabled: true, |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|