|
@ -96,7 +96,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择物料包装代码', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择物料包装代码', // 输入框占位文本
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchField: 'packUnit', // 查询弹窗赋值字段
|
|
|
searchTitle: '物料包装信息', // 查询弹窗标题
|
|
|
searchTitle: '物料包装信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Itempackaging.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Itempackaging.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: ItempackageApi.getItempackagingPage, // 查询弹窗所需分页方法
|
|
|
searchPage: ItempackageApi.getItempackagingPage, // 查询弹窗所需分页方法
|
|
@ -125,7 +125,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择物料包装代码', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择物料包装代码', // 输入框占位文本
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchField: 'packUnit', // 查询弹窗赋值字段
|
|
|
searchTitle: '物料包装信息', // 查询弹窗标题
|
|
|
searchTitle: '物料包装信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Itempackaging.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Itempackaging.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: ItempackageApi.getItempackagingPage, // 查询弹窗所需分页方法
|
|
|
searchPage: ItempackageApi.getItempackagingPage, // 查询弹窗所需分页方法
|
|
|