|
|
@ -414,7 +414,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortDefault:1001, |
|
|
|
sortTableDefault:1001, |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -422,7 +422,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
field: 'createTime', |
|
|
|
isTable: true, |
|
|
|
formatter: dateFormatter, |
|
|
|
sortDefault:1000, |
|
|
|
sortTableDefault:1000, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
@ -468,7 +468,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '采购审批人', |
|
|
|
field: 'procurementCreator', |
|
|
|
sort: 'custom', |
|
|
|
sortDefault:1003, |
|
|
|
sortTableDefault:1003, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -478,7 +478,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '采购审批时间', |
|
|
|
field: 'procurementCreateTime', |
|
|
|
isTable: true, |
|
|
|
sortDefault:1004, |
|
|
|
sortTableDefault:1004, |
|
|
|
formatter: dateFormatter, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
@ -502,7 +502,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
label: '财务审批时间', |
|
|
|
field: 'financialCreateTime', |
|
|
|
isTable: true, |
|
|
|
sortDefault:1005, |
|
|
|
sortTableDefault:1005, |
|
|
|
formatter: dateFormatter, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
@ -518,7 +518,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
field: 'supplierCreator', |
|
|
|
sort: 'custom', |
|
|
|
isTable:false, |
|
|
|
sortDefault:1006, |
|
|
|
sortTableDefault:1006, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|