浏览代码

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

vian 4 年之前
父节点
当前提交
0bcbaa3f90
共有 3 个文件被更改,包括 11 次插入4 次删除
  1. 1 1
      report/src/interface/basic.ts
  2. 10 2
      types/src/interface/base.ts
  3. 0 1
      types/src/interface/enterprise.ts

+ 1 - 1
report/src/interface/basic.ts

@@ -1,6 +1,6 @@
 // import { IFlowTabClass, IBillTabClass, ICostTabClass } from './classType';
 // eslint-disable-next-line camelcase
-import { IDataObjProps, IEventType, IPositionProps } from './enum';
+import { IDataObjProps, IEventType } from './enum';
 
 export interface IArea {
     Left: number;

+ 10 - 2
types/src/interface/base.ts

@@ -155,12 +155,20 @@ export enum ActionType {
 
 // 特殊的action
 export enum ActionName {
-  // ration相关
-  ADD_STD_RATIONS = 'addStdRations', // 添加标准定额
+  // 项目属性相关
   RESET_COL_METAS = 'resetColMetas', // 重置默认列设置
+
+  // ration相关
+  ADD_LIB_RATIONS = 'addLibRations', // 添加标准/补充定额
+  ADD_GLJ_RATIONS = 'addGljRations', // 插入工料机类型的定额
+
+  CLEAN_ZMHS = 'cleanZmhs', // 清空子目换算
+
+  // 定额工料机相关
   UPDATE_INDEX_KEY = 'updateIndexKey', // 修改定额工料机的名称,规格,单位
   ADD_RATION_GLJS = 'addRationGljs', // 添加定额工料机(多个)
   REPLACE_RATION_GLJ = 'replaceRationGlj', // 替换定额工料机(单个)
+
   APPLY_ALL_INFO_PRICE = 'applyAllInfoPrice', // 批量套用信息价
   PASTE_BLOCK = 'pasteBlock', // 复制整块
 

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

@@ -47,7 +47,6 @@ export interface IEnterprise {
   type: string;
   scale: string;
   createTime: number;
-  passwordCheck: 'no' | 'weak' | 'normal' | 'strong' | 'super';
   subdomain: string;
   domain: string;
   icp: string;