|
|
@ -155,9 +155,9 @@ export const CustomerreturnRequestMain = useCrudSchemas( |
|
|
|
componentProps: { |
|
|
|
enterSearch: true, |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择到库位代码', // 输入框占位文本
|
|
|
|
searchListPlaceholder: '请选择从库位代码', // 输入框占位文本
|
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '到库位代码', // 查询弹窗标题
|
|
|
|
searchTitle: '从库位代码', // 查询弹窗标题
|
|
|
|
searchAllSchemas: Location.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: LocationApi.selectBusinessTypeOutLocation, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [ |
|
|
|