|
@ -26,7 +26,7 @@ export const Version = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '版本', |
|
|
label: '版本', |
|
|
field: 'version', |
|
|
field: 'schdRlseId', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
} |
|
|
} |
|
|
])) |
|
|
])) |
|
@ -99,7 +99,7 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '版本号', |
|
|
label: '版本号', |
|
|
field: 'version', |
|
|
field: 'schdRlseId', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
@ -112,7 +112,7 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
enterSearch: true, |
|
|
enterSearch: true, |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择版本号', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择版本号', // 输入框占位文本
|
|
|
searchField: 'version', // 查询弹窗赋值字段
|
|
|
searchField: 'schdRlseId', // 查询弹窗赋值字段
|
|
|
searchTitle: '版本号', // 查询弹窗标题
|
|
|
searchTitle: '版本号', // 查询弹窗标题
|
|
|
searchAllSchemas: Version.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Version.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: CustomerDeliveryForecastApi.queryVersion, // 查询弹窗所需分页方法
|
|
|
searchPage: CustomerDeliveryForecastApi.queryVersion, // 查询弹窗所需分页方法
|
|
|