|
|
@ -131,7 +131,7 @@ export const SupplyLabel = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '库位信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: Location.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: LocationApi.getLocationListByAreaType, // 查询弹窗所需分页方法
|
|
|
|
searchPage: LocationApi.getLocationPage, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [{ |
|
|
|
key:'areaType', |
|
|
|
value:'BS', |
|
|
|