|
|
@ -35,7 +35,7 @@ export const ProductBackline = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择离线编码', // 输入框占位文本
|
|
|
|
searchListPlaceholder: '请选择 离线编码', // 输入框占位文本
|
|
|
|
searchField: 'offlineCode', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '产品离线登记信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: ProductOffline.allSchemas, // 查询弹窗所需类
|
|
|
|