xyvcard-itsmsys 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{edit-IRLCMnWT.mjs → edit-BKRcHRhe.mjs} +1 -1
- package/dist/{edit-CBnnqc6q.mjs → edit-BOYD0hK4.mjs} +2 -2
- package/dist/{edit-g4L03h6h.mjs → edit-CHMLN0tR.mjs} +1 -1
- package/dist/{edit-CuD0yKla.mjs → edit-DNMyksDd.mjs} +1 -1
- package/dist/{edit-D2lhB7lU.mjs → edit-W7Cqo-_d.mjs} +1 -1
- package/dist/{edit-DQ04LbhC.mjs → edit-b2ih9M1u.mjs} +2 -2
- package/dist/{edit-B7N9QLYv.mjs → edit-mVmM-PRk.mjs} +2 -2
- package/dist/{edit.vue_vue_type_script_setup_true_lang-Daxe3FpV.mjs → edit.vue_vue_type_script_setup_true_lang-CAq_h6E3.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-DD9BucLK.mjs → edit.vue_vue_type_script_setup_true_lang-D31iEutB.mjs} +36 -36
- package/dist/{edit.vue_vue_type_script_setup_true_lang-SzJApeB-.mjs → edit.vue_vue_type_script_setup_true_lang-DCq50Piw.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-CEzM2X-C.mjs → edit.vue_vue_type_script_setup_true_lang-hotcXxq3.mjs} +36 -36
- package/dist/{import-upload-Bsl-7w0B.mjs → import-upload-DBaTv04c.mjs} +1 -1
- package/dist/{import-upload-COLdGpcs.mjs → import-upload-DZJ0GptW.mjs} +1 -1
- package/dist/{index-DNpEXtyQ.mjs → index-Cd5F5D4a.mjs} +2 -2
- package/dist/{index-BxX1lrD5.mjs → index-CvZlFuc4.mjs} +1 -1
- package/dist/{index-BBPQd1dS.mjs → index-Cy9iOhxs.mjs} +1 -1
- package/dist/{index-B4M6ZC7N.mjs → index-Cz0VExll.mjs} +11 -11
- package/dist/{index-n4FekcLF.mjs → index-D8h0lcNy.mjs} +33 -33
- package/dist/{index-CzVhcXfx.mjs → index-XoL9Os_9.mjs} +1 -1
- package/dist/{index-Dih4mOx4.mjs → index-qfyel9S8.mjs} +1 -1
- package/dist/{index-Dh_kNwqv.mjs → index-uqlBd_1I.mjs} +32 -32
- package/dist/index.mjs +14 -14
- package/dist/{index.vue_vue_type_script_setup_true_lang-D0pyunau.mjs → index.vue_vue_type_script_setup_true_lang-MCS-o6Sy.mjs} +2 -2
- package/dist/{info-bwhmPzeG.mjs → info-C821AMSV.mjs} +21 -21
- package/dist/{info-BHylKqOX.mjs → info-CU4nIMVM.mjs} +1 -1
- package/dist/{info-CDtqpKVD.mjs → info-CXCnXNu4.mjs} +1 -1
- package/dist/{info-dBqoxL-p.mjs → info-CYDV3va6.mjs} +1 -1
- package/dist/{info-BZOWTNSd.mjs → info-DPIIgRG8.mjs} +1 -1
- package/dist/{info-XDDe5ve6.mjs → info-DcUASS45.mjs} +13 -13
- package/dist/style.css +1 -1
- package/dts/api/index.d.ts +3 -3
- package/dts/api/itsm-sys-user-ext/types.d.ts +16 -16
- package/dts/constant.d.ts +5 -5
- package/dts/lang/itsmsys/en.d.ts +2 -2
- package/dts/lang/itsmsys/zh-cn.d.ts +8 -8
- package/package.json +1 -1
package/dts/api/index.d.ts
CHANGED
|
@@ -6,12 +6,12 @@ export declare class Dict {
|
|
|
6
6
|
static readonly invoiceTypeDictEnum: EnumDict;
|
|
7
7
|
static readonly parentIdBizDict: ParentIdBizDict;
|
|
8
8
|
static readonly jobStatusDictEnum: EnumDict;
|
|
9
|
-
static readonly
|
|
9
|
+
static readonly engineerJobModeDictEnum: EnumDict;
|
|
10
10
|
static readonly genderDict: EnumDict;
|
|
11
|
-
static readonly
|
|
11
|
+
static readonly engineerTypeDictEnum: EnumDict;
|
|
12
12
|
static readonly sysOrgBizDict: SysOrgBizDict;
|
|
13
13
|
static readonly sysOutBizDict: SysOrgBizDict;
|
|
14
|
-
static readonly
|
|
14
|
+
static readonly engineerCertificateDict: EntryDict;
|
|
15
15
|
static readonly deptBizDict: DeptBizDict;
|
|
16
16
|
static readonly jobBizDict: JobBizDict;
|
|
17
17
|
}
|
|
@@ -6,14 +6,14 @@ export interface SysUserExtReq extends EntityReq {
|
|
|
6
6
|
hasUserType?: boolean;
|
|
7
7
|
jobStatus?: string;
|
|
8
8
|
hasJobStatus?: boolean;
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
engineerJobMode?: string;
|
|
10
|
+
hasEngineerJobMode?: boolean;
|
|
11
11
|
likeUserName?: string;
|
|
12
12
|
orgId?: string;
|
|
13
13
|
deptId?: string;
|
|
14
14
|
jobId?: string;
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
engineerType?: string;
|
|
16
|
+
hasEngineerType?: boolean;
|
|
17
17
|
}
|
|
18
18
|
export interface SysUserExtModel extends EntityModel {
|
|
19
19
|
userId?: string;
|
|
@@ -27,16 +27,16 @@ export interface SysUserExtModel extends EntityModel {
|
|
|
27
27
|
jobId?: string;
|
|
28
28
|
userType?: string;
|
|
29
29
|
jobStatus?: string;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
engineerType?: string;
|
|
31
|
+
engineerSpecialty?: string;
|
|
32
|
+
engineerJobMode?: string;
|
|
33
33
|
idNo?: string;
|
|
34
34
|
idNoIns?: string;
|
|
35
35
|
orgId?: string;
|
|
36
36
|
userPassword?: string;
|
|
37
37
|
avatar?: string;
|
|
38
38
|
userCreateTime?: string;
|
|
39
|
-
|
|
39
|
+
engineerCertificate?: string;
|
|
40
40
|
orgIds?: Array<string>;
|
|
41
41
|
roleIds?: Array<string>;
|
|
42
42
|
loginName?: string;
|
|
@@ -70,13 +70,13 @@ export interface SysUserExtCreateReq extends EntityCreateReq {
|
|
|
70
70
|
jobId?: string;
|
|
71
71
|
userType?: string;
|
|
72
72
|
jobStatus?: string;
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
engineerType?: string;
|
|
74
|
+
engineerSpecialty?: string;
|
|
75
75
|
idNo?: string;
|
|
76
|
-
|
|
76
|
+
engineerJobMode?: string;
|
|
77
77
|
orgId?: string;
|
|
78
78
|
userPassword?: string;
|
|
79
|
-
|
|
79
|
+
engineerCertificate?: string;
|
|
80
80
|
orgIds?: Array<string>;
|
|
81
81
|
roleIds?: Array<string>;
|
|
82
82
|
loginName?: string;
|
|
@@ -92,13 +92,13 @@ export interface SysUserExtUpdateReq extends EntityUpdateReq {
|
|
|
92
92
|
jobId?: string;
|
|
93
93
|
userType?: string;
|
|
94
94
|
jobStatus?: string;
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
engineerType?: string;
|
|
96
|
+
engineerSpecialty?: string;
|
|
97
97
|
idNo?: string;
|
|
98
|
-
|
|
98
|
+
engineerJobMode?: string;
|
|
99
99
|
orgId?: string;
|
|
100
100
|
userPassword?: string;
|
|
101
|
-
|
|
101
|
+
engineerCertificate?: string;
|
|
102
102
|
orgIds?: Array<string>;
|
|
103
103
|
roleIds?: Array<string>;
|
|
104
104
|
loginName?: string;
|
package/dts/constant.d.ts
CHANGED
|
@@ -13,9 +13,9 @@ export declare class Constant {
|
|
|
13
13
|
}[]>;
|
|
14
14
|
static readonly ENUM_INVOICE_TYPE = "xyvcard.itsmsys.protobuf.InvoiceType";
|
|
15
15
|
static readonly ENUM_JOB_ATATUS = "xyvcard.itsmsys.protobuf.SysUserJobStatus";
|
|
16
|
-
static readonly
|
|
16
|
+
static readonly ENUM_ENGINEER_JOB_MODE = "xyvcard.itsmsys.protobuf.SysUserJobMode";
|
|
17
17
|
static readonly ENUM_GENDER = "jmash.protobuf.Gender";
|
|
18
|
-
static readonly
|
|
18
|
+
static readonly ENUM_ENGINEER_TYPE = "xyvcard.itsmsys.protobuf.SysEngineerType";
|
|
19
19
|
static readonly orgType: {
|
|
20
20
|
cloud: string;
|
|
21
21
|
hall: string;
|
|
@@ -30,12 +30,12 @@ export declare class Constant {
|
|
|
30
30
|
companyOps: string;
|
|
31
31
|
outsourceOps: string;
|
|
32
32
|
};
|
|
33
|
-
static readonly
|
|
33
|
+
static readonly engineerType: {
|
|
34
34
|
ease_test: string;
|
|
35
35
|
security_service: string;
|
|
36
36
|
password_ecaluation: string;
|
|
37
37
|
};
|
|
38
|
-
static readonly
|
|
38
|
+
static readonly engineerJobMode: {
|
|
39
39
|
resident: string;
|
|
40
40
|
remote: string;
|
|
41
41
|
};
|
|
@@ -43,7 +43,7 @@ export declare class Constant {
|
|
|
43
43
|
apiKey: string;
|
|
44
44
|
securityJsCode: string;
|
|
45
45
|
};
|
|
46
|
-
static readonly
|
|
46
|
+
static readonly DICT_ENGINEER_GRADE = "engineer_grade";
|
|
47
47
|
static readonly orderBy: {
|
|
48
48
|
orderName: string;
|
|
49
49
|
orderAsc: boolean;
|
package/dts/lang/itsmsys/en.d.ts
CHANGED
|
@@ -118,12 +118,12 @@ declare const _default: {
|
|
|
118
118
|
name: string;
|
|
119
119
|
realName: string;
|
|
120
120
|
realNameRequired: string;
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
engineerType: string;
|
|
122
|
+
engineerTypeRequired: string;
|
|
123
123
|
jobStatus: string;
|
|
124
124
|
jobStatusRequired: string;
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
engineerJobMode: string;
|
|
126
|
+
engineerJobModeRequired: string;
|
|
127
127
|
mobilePhone: string;
|
|
128
128
|
mobilePhoneRequired: string;
|
|
129
129
|
mobilePhoneRequireds: string;
|
|
@@ -137,16 +137,16 @@ declare const _default: {
|
|
|
137
137
|
idNo: string;
|
|
138
138
|
idNoRequired: string;
|
|
139
139
|
idNoLengthRequired: string;
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
engineerSpecialty: string;
|
|
141
|
+
engineerSpecialtyRequired: string;
|
|
142
142
|
orgId: string;
|
|
143
143
|
orgIdRequired: string;
|
|
144
144
|
userPassword: string;
|
|
145
145
|
userPasswordRequired: string;
|
|
146
146
|
randomPwd: string;
|
|
147
147
|
userCreateTime: string;
|
|
148
|
-
|
|
149
|
-
|
|
148
|
+
engineerCertificate: string;
|
|
149
|
+
engineerCertificateRequired: string;
|
|
150
150
|
loginName: string;
|
|
151
151
|
loginNameRequired: string;
|
|
152
152
|
};
|