Explorar o código

feat(types): 添加定额人材机的document

vian %!s(int64=2) %!d(string=hai) anos
pai
achega
607d908b91
Modificáronse 2 ficheiros con 7 adicións e 1 borrados
  1. 0 1
      types/src/interface/base.ts
  2. 7 0
      types/src/interface/glj.ts

+ 0 - 1
types/src/interface/base.ts

@@ -197,7 +197,6 @@ export enum ActionName {
   UPDATE_INDEX_KEY = 'updateIndexKey', // 修改定额工料机的名称,规格,单位
   UPDATE_GLJ_CODE = 'updateGljCode', // 修改定额工料机的编码
   ADD_RATION_GLJS = 'addRationGljs', // 添加定额工料机(多个)
-  ADD_RATION_GLJS_FROM_UNIT = 'addRationGljsFromUnit', // 从单位工程项目人材机中选择并添加定额工料机(多个)
   REPLACE_RATION_GLJ = 'replaceRationGlj', // 替换定额工料机(单个)
 
   // 项目工料机相关

+ 7 - 0
types/src/interface/glj.ts

@@ -539,3 +539,10 @@ export interface ICptGljLib {
 export interface IGljKeyMap {
   [key: string]: IBaseGlj;
 }
+
+// 添加定额人材机的document
+export interface IAddRationGljDoc {
+  code: string;
+  repositoryID?: number | string;
+  projectGljID?: string;
+}