Преглед изворни кода

feat(types): 工程类别多选下拉查询样式调整

zhangweicheng пре 3 година
родитељ
комит
8e0216b0f3
2 измењених фајлова са 6 додато и 0 уклоњено
  1. 2 0
      types/src/interface/bill.ts
  2. 4 0
      types/src/interface/project.ts

+ 2 - 0
types/src/interface/bill.ts

@@ -317,6 +317,8 @@ export interface IFBIndex {
   month?: string; // 信息价月
   fileType?: FileType; // 文件类型
   indexTypes?: string[]; // 项目分类或者说功能分类--
+  constructionIndexType?: string; // 建设项目的工程分类,查询条件用
+  firstSingleIndexType?: string; // 第一个单项工程的工程分类,查询用
   dynamicIndex?: Record<string, IFees>; // 动态指标,年-月为key 综合指标的映射
   minUnitPrice?: string;
   maxUnitPrice?: string;

+ 4 - 0
types/src/interface/project.ts

@@ -435,6 +435,8 @@ export interface ISaveProjectInfo {
   constructionID?: string;
   indexType: string; // 工程分类
   indexTypes: string[]; // 自身的工程分类以及祖先项的分类数组
+  constructionIndexType?: string; // 建设项目的工程分类,查询条件用
+  firstSingleIndexType?: string; // 第一个单项工程的工程分类,查询用
   projLocation: string;
   year: string;
   month: string;
@@ -452,6 +454,8 @@ export interface ICommonIndex {
   sourceName: string;
   name?: string;
   constructionID?: string;
+  constructionIndexType?: string; // 建设项目的工程分类,查询条件用
+  firstSingleIndexType?: string; // 第一个单项工程的工程分类,查询用
   indexType: string; // 工程分类
   indexTypes: string[];
   projLocation: string;