|
|
@ -19,7 +19,7 @@ export const Version = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物料代码', |
|
|
|
label: '物料编码', |
|
|
|
field: 'schdPart', |
|
|
|
isSearch:true, |
|
|
|
sort: 'custom', |
|
|
@ -80,7 +80,7 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
multiple: true, |
|
|
|
enterSearch: true, |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择物料代码', // 输入框占位文本
|
|
|
|
searchListPlaceholder: '请选择物料编码', // 输入框占位文本
|
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '物料基础信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类
|
|
|
|