Просмотр исходного кода

Merge branch 'master' of 192.168.1.41:SmartCost/SCCommon

lipk 2 лет назад
Родитель
Сommit
b387427915

+ 3 - 0
types/src/interface/installation.ts

@@ -58,6 +58,9 @@ export interface IInstallFeeItem {
   billID?: string; // 记取位置对应的清单ID
   isCalc: boolean; // 是否记取
   seq: number; // 排序
+  scope?: {
+    [ID: string]: boolean; // 增加范围字段
+  };
 }
 
 export enum FeeItemCalcType {

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

@@ -438,6 +438,7 @@ export interface IProcessAuditMoney {
   processID: string;
   addInfo?: IAddCostFileInfo;
   data: any[];
+  MAC?: string; // 验证信息的mac值(通过密码机签名得到)
 }
 
 // 复制到项目里的流程

+ 2 - 1
types/src/interface/user.ts

@@ -117,6 +117,7 @@ export interface IAPUser {
   gender: string;
   accountType: string;
   account: string;
+  password: string;
   name: string;
   phone: string;
   contactMobile: string;
@@ -142,7 +143,7 @@ export interface IAPUser {
   qualifications: IQualifications[];
   certificate: ICertificate[];
   employmentCertificateName: string;
-  MAC?: string;
+  MAC?: string; // 验证用户信息的mac值
 }
 
 // 最近联系人