|
|
@ -511,6 +511,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '采购价格审批人', |
|
|
|
field: 'procurementCreator', |
|
|
@ -519,7 +520,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isForm: true, |
|
|
|
isTable: false, |
|
|
|
isTable:true, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
|
api: () => procurementCreators.list, |
|
|
@ -547,16 +548,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
// }
|
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '采购价格审批人', |
|
|
|
field: 'procurementCreatorName', |
|
|
|
sortTableDefault:1003, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '采购审批时间', |
|
|
|
field: 'procurementCreateTime', |
|
|
|