|
|
@ -616,20 +616,20 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '采购审批人', |
|
|
|
field: 'procurementCreatorName', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
isDetail: true, |
|
|
|
isTableForm: false, |
|
|
|
isForm:false, |
|
|
|
isSearch:false, |
|
|
|
sortTableDefault:10 |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '采购审批人',
|
|
|
|
// field: 'procurementCreatorName',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 180
|
|
|
|
// },
|
|
|
|
// isTable:true,
|
|
|
|
// isDetail: true,
|
|
|
|
// isTableForm: false,
|
|
|
|
// isForm:false,
|
|
|
|
// isSearch:false,
|
|
|
|
// sortTableDefault:10
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '采购审批人代码',
|
|
|
|
// field: 'procurementCreator',
|
|
|
|