|
|
@ -234,6 +234,11 @@ hiddenSearchHigh:true, |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'QAD版本号', |
|
|
|
field: 'detailVersion', |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '版本号', |
|
|
|
field: 'version', |
|
|
@ -247,7 +252,7 @@ hiddenSearchHigh:true, |
|
|
|
enterSearch: true, |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择版本号', // 输入框占位文本
|
|
|
|
searchField: 'detailVersion', // 查询弹窗赋值字段
|
|
|
|
searchField: 'scpVersion', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '版本号', // 查询弹窗标题
|
|
|
|
searchAllSchemas: Version.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: DemandforecastingDetailApi.queryScpVersion, // 查询弹窗所需分页方法
|
|
|
@ -548,7 +553,7 @@ export const DemandforecastingDetailRules = reactive({ |
|
|
|
export const DemandforecastingMainPlan = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '版本号', |
|
|
|
field: 'detailVersion', |
|
|
|
field: 'scpVersion', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|