|
@ -1141,7 +1141,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '供应商创建日期', |
|
|
label: '供应商创建日期', |
|
|
field: 'supplierName', |
|
|
field: 'supplierDate', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
sortTableDefault: 6, |
|
@ -1234,7 +1234,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '采购价格审批时间', |
|
|
label: '采购价格审批时间', |
|
|
field: 'procurementCreator', |
|
|
field: 'procurementCreateTime', |
|
|
sortTableDefault: 1003, |
|
|
sortTableDefault: 1003, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: false, |
|
|