|
@ -243,9 +243,9 @@ export const ScrapRequestMain = useCrudSchemas( |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
enterSearch: true, |
|
|
enterSearch: true, |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择成本中心代码', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择责任部门', // 输入框占位文本
|
|
|
searchField: 'costcentreDescription', // 查询弹窗赋值字段
|
|
|
searchField: 'costcentreDescription', // 查询弹窗赋值字段
|
|
|
searchTitle: '成本中心代码', // 查询弹窗标题
|
|
|
searchTitle: '责任部门', // 查询弹窗标题
|
|
|
searchAllSchemas: QadCostcentre.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: QadCostcentre.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: QadCostcentreApi.getQadCostcentrePage, // 查询弹窗所需分页方法
|
|
|
searchPage: QadCostcentreApi.getQadCostcentrePage, // 查询弹窗所需分页方法
|
|
|
searchCondition: [{ |
|
|
searchCondition: [{ |
|
|