|
|
@ -765,13 +765,13 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '采购价格审批人', |
|
|
|
field: 'procurementCreatorName', |
|
|
|
field: 'procurementCreator', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:14, |
|
|
|
isForm: true, |
|
|
|
isTable:true, |
|
|
|
isTable:false, |
|
|
|
isDetail:false, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
@ -800,7 +800,27 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
// }
|
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '采购价格审批人', |
|
|
|
field: 'procurementCreatorName', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:14, |
|
|
|
isForm: false, |
|
|
|
isTable:true, |
|
|
|
isDetail:false, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
|
api: () => procurementCreators.list, |
|
|
|
componentProps: { |
|
|
|
optionsAlias: { |
|
|
|
labelField: 'nickname', |
|
|
|
valueField: 'id' |
|
|
|
} |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '采购审批人', |
|
|
|
field: 'procurementCreatorName', |
|
|
@ -1251,6 +1271,9 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
{ |
|
|
|
label: '采购价格审批时间', |
|
|
|
field: 'procurementCreateTime', |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
sortTableDefault: 1003, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
@ -1345,7 +1368,9 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
label: '财务审批时间', |
|
|
|
field: 'financialCreateTime', |
|
|
|
formatter: dateFormatter, |
|
|
|
|
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|