|
|
@ -259,20 +259,18 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '取货日期', |
|
|
|
sortTableDefault:5, |
|
|
|
field: 'schdShipDate', |
|
|
|
sort: 'custom', |
|
|
|
isDetail: true, |
|
|
|
isTable: true, |
|
|
|
isTable: false, |
|
|
|
isForm: true, |
|
|
|
isTableForm: false, |
|
|
|
isSearch: true, |
|
|
|
sortSearchDefault: 3, |
|
|
|
formatter: dateFormatter2, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
|
valueFormat: 'YYYY-MM-DD HH:mm:ss', |
|
|
|
valueFormat: 'YYYY-MM-DD', |
|
|
|
type: 'daterange', |
|
|
|
defaultTime: [new Date('1 '), new Date('1 ')] |
|
|
|
} |
|
|
|