|
@ -25,6 +25,7 @@ export const SupplierDeliDetails = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
componentProps: { |
|
|
componentProps: { |
|
|
|
|
|
|
|
|
enterSearch: true, |
|
|
enterSearch: true, |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择供应商代码', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择供应商代码', // 输入框占位文本
|
|
@ -77,6 +78,7 @@ export const SupplierDeliDetails = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
search: { |
|
|
search: { |
|
|
component: 'DatePicker', |
|
|
component: 'DatePicker', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
|
|
|
|
|
|
valueFormat: 'YYYY-MM-DD', |
|
|
valueFormat: 'YYYY-MM-DD', |
|
|
type: 'daterange', |
|
|
type: 'daterange', |
|
|
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] |
|
|
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] |
|
@ -85,6 +87,7 @@ export const SupplierDeliDetails = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
form: { |
|
|
form: { |
|
|
component: 'DatePicker', |
|
|
component: 'DatePicker', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
|
|
|
disabled: true, |
|
|
type: 'date', |
|
|
type: 'date', |
|
|
valueFormat: 'x', |
|
|
valueFormat: 'x', |
|
|
dateFormat:'YYYY-MM-DD' |
|
|
dateFormat:'YYYY-MM-DD' |
|
@ -99,6 +102,11 @@ export const SupplierDeliDetails = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
field: 'shift', |
|
|
field: 'shift', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
disabled: true, |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
// {
|
|
|
// label: '受入号',
|
|
|
// label: '受入号',
|
|
|