@lm_fe/service 0.2.5 → 0.2.7
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/README.md +1 -1
- package/dist/ModelService.d.ts +5 -4
- package/dist/index.js +1261 -1231
- package/dist/mchc/service/Common.d.ts +3 -0
- package/dist/mchc/service/Courses/index.d.ts +3 -2
- package/dist/mchc/service/Knowledges/index.d.ts +3 -2
- package/dist/mchc/service/Questionnaire/index.d.ts +3 -2
- package/dist/mchc/service/TableConfig/index.d.ts +15 -0
- package/dist/mchc/service/TableConfig/utils.d.ts +1 -0
- package/dist/mchc/service/ThalassemiaFollowUp/index.d.ts +3 -2
- package/package.json +4 -4
|
@@ -57,6 +57,7 @@ export declare const SMchc_Common: {
|
|
|
57
57
|
禁止编辑高危等级: boolean;
|
|
58
58
|
系统环境: any;
|
|
59
59
|
护士端_禁止编辑高危因素_传染病: boolean;
|
|
60
|
+
高危管理_允许手输传染病: boolean;
|
|
60
61
|
护士端_审核禁用保存: boolean;
|
|
61
62
|
医生端_模块隐藏: string[];
|
|
62
63
|
护士端_模块隐藏: string[];
|
|
@@ -141,6 +142,7 @@ export declare const SMchc_Common: {
|
|
|
141
142
|
禁止编辑高危等级: boolean;
|
|
142
143
|
系统环境: any;
|
|
143
144
|
护士端_禁止编辑高危因素_传染病: boolean;
|
|
145
|
+
高危管理_允许手输传染病: boolean;
|
|
144
146
|
护士端_审核禁用保存: boolean;
|
|
145
147
|
医生端_模块隐藏: string[];
|
|
146
148
|
护士端_模块隐藏: string[];
|
|
@@ -212,6 +214,7 @@ export declare const SMchc_Common: {
|
|
|
212
214
|
禁止编辑高危等级: boolean;
|
|
213
215
|
系统环境: any;
|
|
214
216
|
护士端_禁止编辑高危因素_传染病: boolean;
|
|
217
|
+
高危管理_允许手输传染病: boolean;
|
|
215
218
|
护士端_审核禁用保存: boolean;
|
|
216
219
|
医生端_模块隐藏: string[];
|
|
217
220
|
护士端_模块隐藏: string[];
|
|
@@ -74,13 +74,13 @@ export declare const SMchc_Courses: {
|
|
|
74
74
|
pagination: {
|
|
75
75
|
total: any;
|
|
76
76
|
current: any;
|
|
77
|
-
|
|
77
|
+
size: any;
|
|
78
78
|
};
|
|
79
79
|
}>;
|
|
80
80
|
getFuckPage(options?: import("@lm_fe/utils").IRequest_AxiosRequestConfig): Promise<{
|
|
81
81
|
pageData: IMchc_Courses_Item[];
|
|
82
82
|
pageNumber: number;
|
|
83
|
-
|
|
83
|
+
size: number;
|
|
84
84
|
totalElements: number;
|
|
85
85
|
totalPages: number;
|
|
86
86
|
}>;
|
|
@@ -90,6 +90,7 @@ export declare const SMchc_Courses: {
|
|
|
90
90
|
exportGet(): Promise<any>;
|
|
91
91
|
exportPost(data: Partial<IMchc_Courses_Item>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
92
92
|
export(data: Partial<IMchc_Courses_Item>): Promise<any>;
|
|
93
|
+
row_export(data: import("@lm_fe/utils").AnyObject): Promise<any>;
|
|
93
94
|
print(data: Partial<IMchc_Courses_Item>): Promise<any>;
|
|
94
95
|
sync(data: any): Promise<IMchc_Courses_Item>;
|
|
95
96
|
del(id?: number | string, data?: import("axios").AxiosRequestConfig): Promise<import("../../..").IResponseDataType<boolean>>;
|
|
@@ -38,13 +38,13 @@ export declare const SMchc_Knowledges: {
|
|
|
38
38
|
pagination: {
|
|
39
39
|
total: any;
|
|
40
40
|
current: any;
|
|
41
|
-
|
|
41
|
+
size: any;
|
|
42
42
|
};
|
|
43
43
|
}>;
|
|
44
44
|
getFuckPage(options?: import("@lm_fe/utils").IRequest_AxiosRequestConfig): Promise<{
|
|
45
45
|
pageData: IMchc_Knowledges[];
|
|
46
46
|
pageNumber: number;
|
|
47
|
-
|
|
47
|
+
size: number;
|
|
48
48
|
totalElements: number;
|
|
49
49
|
totalPages: number;
|
|
50
50
|
}>;
|
|
@@ -54,6 +54,7 @@ export declare const SMchc_Knowledges: {
|
|
|
54
54
|
exportGet(): Promise<any>;
|
|
55
55
|
exportPost(data: Partial<IMchc_Knowledges>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
56
56
|
export(data: Partial<IMchc_Knowledges>): Promise<any>;
|
|
57
|
+
row_export(data: import("@lm_fe/utils").AnyObject): Promise<any>;
|
|
57
58
|
print(data: Partial<IMchc_Knowledges>): Promise<any>;
|
|
58
59
|
sync(data: any): Promise<IMchc_Knowledges>;
|
|
59
60
|
del(id?: number | string, data?: import("axios").AxiosRequestConfig): Promise<import("../../..").IResponseDataType<boolean>>;
|
|
@@ -58,13 +58,13 @@ export declare const SMchc_Questionnaire: {
|
|
|
58
58
|
pagination: {
|
|
59
59
|
total: any;
|
|
60
60
|
current: any;
|
|
61
|
-
|
|
61
|
+
size: any;
|
|
62
62
|
};
|
|
63
63
|
}>;
|
|
64
64
|
getFuckPage(options?: import("@lm_fe/utils").IRequest_AxiosRequestConfig): Promise<{
|
|
65
65
|
pageData: IMchc_Questionnaire[];
|
|
66
66
|
pageNumber: number;
|
|
67
|
-
|
|
67
|
+
size: number;
|
|
68
68
|
totalElements: number;
|
|
69
69
|
totalPages: number;
|
|
70
70
|
}>;
|
|
@@ -74,6 +74,7 @@ export declare const SMchc_Questionnaire: {
|
|
|
74
74
|
exportGet(): Promise<any>;
|
|
75
75
|
exportPost(data: Partial<IMchc_Questionnaire>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
76
76
|
export(data: Partial<IMchc_Questionnaire>): Promise<any>;
|
|
77
|
+
row_export(data: import("@lm_fe/utils").AnyObject): Promise<any>;
|
|
77
78
|
print(data: Partial<IMchc_Questionnaire>): Promise<any>;
|
|
78
79
|
sync(data: any): Promise<IMchc_Questionnaire>;
|
|
79
80
|
del(id?: number | string, data?: import("axios").AxiosRequestConfig): Promise<import("../../..").IResponseDataType<boolean>>;
|
|
@@ -23,6 +23,11 @@ export interface IMchc_TableConfig {
|
|
|
23
23
|
"category": any;
|
|
24
24
|
"needSync": any;
|
|
25
25
|
"needPrint": any;
|
|
26
|
+
"showPrint": any;
|
|
27
|
+
"showRowPrintBtn": any;
|
|
28
|
+
"showRowExportBtn": any;
|
|
29
|
+
"showRowDelBtn": any;
|
|
30
|
+
"showRowEditBtn": any;
|
|
26
31
|
"showAdd": any;
|
|
27
32
|
"showExport": any;
|
|
28
33
|
"deleteFlag": false;
|
|
@@ -50,6 +55,11 @@ declare class Mchc_TableConfig_Service extends ModelService<IMchc_TableConfig> {
|
|
|
50
55
|
category: any;
|
|
51
56
|
needSync: any;
|
|
52
57
|
needPrint: any;
|
|
58
|
+
showPrint: any;
|
|
59
|
+
showRowPrintBtn: any;
|
|
60
|
+
showRowExportBtn: any;
|
|
61
|
+
showRowDelBtn: any;
|
|
62
|
+
showRowEditBtn: any;
|
|
53
63
|
showAdd: any;
|
|
54
64
|
showExport: any;
|
|
55
65
|
deleteFlag: false;
|
|
@@ -77,6 +87,11 @@ declare class Mchc_TableConfig_Service extends ModelService<IMchc_TableConfig> {
|
|
|
77
87
|
category?: any;
|
|
78
88
|
needSync?: any;
|
|
79
89
|
needPrint?: any;
|
|
90
|
+
showPrint?: any;
|
|
91
|
+
showRowPrintBtn?: any;
|
|
92
|
+
showRowExportBtn?: any;
|
|
93
|
+
showRowDelBtn?: any;
|
|
94
|
+
showRowEditBtn?: any;
|
|
80
95
|
showAdd?: any;
|
|
81
96
|
showExport?: any;
|
|
82
97
|
deleteFlag?: false | undefined;
|
|
@@ -24,13 +24,13 @@ export declare const SMchc_ThalassemiaFollowUp: {
|
|
|
24
24
|
pagination: {
|
|
25
25
|
total: any;
|
|
26
26
|
current: any;
|
|
27
|
-
|
|
27
|
+
size: any;
|
|
28
28
|
};
|
|
29
29
|
}>;
|
|
30
30
|
getFuckPage(options?: import("@lm_fe/utils").IRequest_AxiosRequestConfig): Promise<{
|
|
31
31
|
pageData: IMchc_ThalassemiaFollowUp[];
|
|
32
32
|
pageNumber: number;
|
|
33
|
-
|
|
33
|
+
size: number;
|
|
34
34
|
totalElements: number;
|
|
35
35
|
totalPages: number;
|
|
36
36
|
}>;
|
|
@@ -39,6 +39,7 @@ export declare const SMchc_ThalassemiaFollowUp: {
|
|
|
39
39
|
getOne(id: number | string, data?: import("axios").AxiosRequestConfig): Promise<IMchc_ThalassemiaFollowUp>;
|
|
40
40
|
exportPost(data: Partial<IMchc_ThalassemiaFollowUp>): Promise<import("axios").AxiosResponse<any, any>>;
|
|
41
41
|
export(data: Partial<IMchc_ThalassemiaFollowUp>): Promise<any>;
|
|
42
|
+
row_export(data: import("@lm_fe/utils").AnyObject): Promise<any>;
|
|
42
43
|
print(data: Partial<IMchc_ThalassemiaFollowUp>): Promise<any>;
|
|
43
44
|
sync(data: any): Promise<IMchc_ThalassemiaFollowUp>;
|
|
44
45
|
del(id?: number | string, data?: import("axios").AxiosRequestConfig): Promise<import("../../..").IResponseDataType<boolean>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lm_fe/service",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"author": "",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@lm_fe/env": "^0.2.
|
|
27
|
-
"@lm_fe/utils": "^0.2.
|
|
26
|
+
"@lm_fe/env": "^0.2.7",
|
|
27
|
+
"@lm_fe/utils": "^0.2.7",
|
|
28
28
|
"@noah-libjs/components": "*",
|
|
29
29
|
"dayjs": "^1.11.13",
|
|
30
30
|
"lodash": "*"
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"axios": "0.x"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "cbfe489cdcf8912e643d63a729b08f2b5f02bf55"
|
|
39
39
|
}
|