|
|
@ -237,6 +237,7 @@ export const InspectionMain = useCrudSchemas( |
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchTitle: '供应商信息', // 查询弹窗标题
|
|
|
|
searchListPlaceholder: '请选择供应商', // 输入框占位文本
|
|
|
|
searchAllSchemas: Supplier.allSchemas, // 查询弹窗所需类
|
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
searchPage: SupplierApi.getSupplierPage, // 查询弹窗所需分页方法
|
|
|
@ -277,6 +278,7 @@ export const InspectionMain = useCrudSchemas( |
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchTitle: '物料信息', // 查询弹窗标题
|
|
|
|
searchListPlaceholder: '请选择物料', // 输入框占位文本
|
|
|
|
searchAllSchemas: Itembasic.allSchemas, // 查询弹窗所需类
|
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
searchPage: ItemApi.getItembasicPage, // 查询弹窗所需分页方法
|
|
|
|