|
|
@@ -90,60 +90,11 @@ export interface getRecommendedLocationTypeNew {
|
|
|
*/
|
|
|
scene?: string;
|
|
|
/**
|
|
|
- * 库位类型 PICKING(拣货位) STORAGE(存储位),不传或全部时不筛选
|
|
|
+ * 库位类型
|
|
|
*/
|
|
|
locationUse?: string;
|
|
|
[property: string]: any;
|
|
|
}
|
|
|
-
|
|
|
-/** 库位使用:PICKING 拣货位,STORAGE 存储位 */
|
|
|
-export type LocationUse = 'PICKING' | 'STORAGE'
|
|
|
-
|
|
|
-/**
|
|
|
- * 推荐库位查询对象
|
|
|
- *
|
|
|
- * LocationRecommendedQO
|
|
|
- */
|
|
|
-export interface getRecommendedLocationTypeNew {
|
|
|
- /**
|
|
|
- * 需排除的库位列表
|
|
|
- */
|
|
|
- excludedLocations?: string[];
|
|
|
- /**
|
|
|
- * 批次号
|
|
|
- */
|
|
|
- lotNum: string;
|
|
|
- /**
|
|
|
- * 货主编码
|
|
|
- */
|
|
|
- owner: string;
|
|
|
- /**
|
|
|
- * 数量
|
|
|
- */
|
|
|
- qty: number;
|
|
|
- /**
|
|
|
- * 商品SKU
|
|
|
- */
|
|
|
- sku: string;
|
|
|
- /**
|
|
|
- * 仓库编码
|
|
|
- */
|
|
|
- warehouse: string;
|
|
|
- /**
|
|
|
- * 库区组
|
|
|
- */
|
|
|
- zoneGroup?: string;
|
|
|
- /**
|
|
|
- * 推荐场景,如退货上架 RETURN_SHELVE
|
|
|
- */
|
|
|
- scene?: string;
|
|
|
- /**
|
|
|
- * 库位类型 PICKING(拣货位) STORAGE(存储位),不传或全部时不筛选
|
|
|
- */
|
|
|
- locationUse?: LocationUse;
|
|
|
- [property: string]: any;
|
|
|
-}
|
|
|
-
|
|
|
export interface setBindAllocateWallType {
|
|
|
/**
|
|
|
* 仓库
|