Przeglądaj źródła

feat(client): 增加安装,子目来源类型

zhangweicheng 3 lat temu
rodzic
commit
f5fc285cb1
1 zmienionych plików z 10 dodań i 1 usunięć
  1. 10 1
      types/src/interface/ration.ts

+ 10 - 1
types/src/interface/ration.ts

@@ -297,6 +297,15 @@ export interface IThirdRation {
   rationGljList: IRationGlj[];
 }
 
+export interface IReferenceRationInfo {
+  ID: string;
+  labourQuantity: number;
+  materialQuantity: number;
+  machineQuantity: number;
+  managerQuantity: number;
+  feeRate: number;
+}
+
 export interface IRation extends IBRBase {
   type?: GljType; // 子类型:1人工、201材料、301机械、4主材、5设备
   contain?: number; // 含量
@@ -334,7 +343,7 @@ export interface IRation extends IBRBase {
   adjCoe?: number;
   remark?: string; // 备注
   overHeight?: string; // 超高降效
-  referenceRationList?: any; // { type: Array; default: [] }; // 关联的定额ID列表,如超高子目关联的定额ID列表
+  referenceRationList?: IReferenceRationInfo[]; // { type: Array; default: [] }; // 关联的定额ID列表,如超高子目关联的定额ID列表
   // 定额子项
   rationGljList?: IRationGlj[]; // 定额工料机
   rationAssList?: IRationAss[]; // 辅助定额