Przeglądaj źródła

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

zhangweicheng 3 lat temu
rodzic
commit
7f6ef10b92
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      types/src/interface/base.ts
  2. 1 0
      types/src/interface/bill.ts

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

@@ -182,6 +182,7 @@ export enum ActionName {
 
   // 定额工料机相关
   UPDATE_INDEX_KEY = 'updateIndexKey', // 修改定额工料机的名称,规格,单位
+  UPDATE_GLJ_CODE = 'updateGljCode', // 修改定额工料机的编码
   ADD_RATION_GLJS = 'addRationGljs', // 添加定额工料机(多个)
   REPLACE_RATION_GLJ = 'replaceRationGlj', // 替换定额工料机(单个)
 

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

@@ -111,6 +111,7 @@ export interface IBookmark {
   kind: BRType;
   institution?: string;
   procunit?: string;
+  processID?: string;
 }
 // 修改书签
 export interface ISetBookmark {