|
|
@ -134,7 +134,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
precision: 6, |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '金额', |
|
|
|
field: 'amount', |
|
|
@ -146,9 +146,9 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
component: 'InputNumber', |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '索赔金额', |
|
|
|
field: 'claimAmount', |
|
|
@ -182,7 +182,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
component: 'InputNumber', |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '未税差额', |
|
|
|
field: 'untaxedDifference', |
|
|
@ -407,7 +407,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '采购审批人', |
|
|
|
label: '采购审批人人代码', |
|
|
|
field: 'procurementCreator', |
|
|
|
sortTableDefault:1002, |
|
|
|
sort: 'custom', |
|
|
@ -432,7 +432,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '财务审批用户名', |
|
|
|
label: '财务审批人代码', |
|
|
|
field: 'financialCreator', |
|
|
|
sortTableDefault:1004, |
|
|
|
sort: 'custom', |
|
|
@ -457,7 +457,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '供应商审批人', |
|
|
|
label: '供应商审批人代码', |
|
|
|
field: 'supplierCreator', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|