|
@@ -254,18 +254,12 @@ export interface ISelectGljLibItem {
|
|
|
located?: boolean; // 定位到的库(替换时需要)
|
|
located?: boolean; // 定位到的库(替换时需要)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// 选择人材机-需要替换人材机接口
|
|
|
|
|
-export interface IGetPagingGljReplaceGlj extends IBaseGlj {
|
|
|
|
|
- repositoryID: number | string;
|
|
|
|
|
- from: fromType;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
// 获取人材机分页数据接口选项
|
|
// 获取人材机分页数据接口选项
|
|
|
export interface IGetPagingGljOptions {
|
|
export interface IGetPagingGljOptions {
|
|
|
classList?: number[]; // 需要匹配的分类
|
|
classList?: number[]; // 需要匹配的分类
|
|
|
typeList?: GljType[]; // 需要匹配的人材机类型
|
|
typeList?: GljType[]; // 需要匹配的人材机类型
|
|
|
libID?: number | string; // 人材机库ID
|
|
libID?: number | string; // 人材机库ID
|
|
|
- replaceGlj?: IGetPagingGljReplaceGlj; // 替换的人材机
|
|
|
|
|
|
|
+ replaceGlj?: IBaseGlj; // 替换的人材机
|
|
|
located?: boolean; // 是否需要定位(打开替换窗口时)
|
|
located?: boolean; // 是否需要定位(打开替换窗口时)
|
|
|
limit?: number; // 分页数量
|
|
limit?: number; // 分页数量
|
|
|
gtCode?: string; // 分页排序$gt code
|
|
gtCode?: string; // 分页排序$gt code
|