@lm_fe/pages 0.1.201 → 0.2.2
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 +0 -0
- package/dist/a_chunks/.root.js +1610 -222
- package/dist/a_chunks/.root10.js +494 -462
- package/dist/a_chunks/.root11.js +231 -159
- package/dist/a_chunks/.root12.js +245 -186
- package/dist/a_chunks/.root13.js +1898 -104
- package/dist/a_chunks/.root14.js +147 -716
- package/dist/a_chunks/.root15.js +27 -44
- package/dist/a_chunks/.root16.js +18 -168
- package/dist/a_chunks/.root17.js +20 -255
- package/dist/a_chunks/.root18.js +168 -385
- package/dist/a_chunks/.root19.js +119 -403
- package/dist/a_chunks/.root2.js +101 -73
- package/dist/a_chunks/.root20.js +74 -945
- package/dist/a_chunks/.root21.js +168 -202
- package/dist/a_chunks/.root22.js +677 -144
- package/dist/a_chunks/.root23.js +27 -956
- package/dist/a_chunks/.root24.js +126 -742
- package/dist/a_chunks/.root25.js +214 -265
- package/dist/a_chunks/.root26.js +391 -0
- package/dist/a_chunks/.root27.js +395 -0
- package/dist/a_chunks/.root28.js +948 -0
- package/dist/a_chunks/.root29.js +214 -0
- package/dist/a_chunks/.root3.js +56 -1044
- package/dist/a_chunks/.root30.js +130 -0
- package/dist/a_chunks/.root31.js +914 -0
- package/dist/a_chunks/.root32.js +860 -0
- package/dist/a_chunks/.root33.js +102 -0
- package/dist/a_chunks/.root34.js +157 -0
- package/dist/a_chunks/.root4.js +1004 -581
- package/dist/a_chunks/.root5.js +610 -1414
- package/dist/a_chunks/.root6.js +1399 -155
- package/dist/a_chunks/.root7.js +151 -123
- package/dist/a_chunks/.root8.js +82 -504
- package/dist/a_chunks/.root9.js +97 -60
- package/dist/a_chunks/data.js +572 -0
- package/dist/a_chunks/func.js +86 -0
- package/dist/a_chunks/index.js +942 -265
- package/dist/a_chunks/use_fetus.js +138 -0
- package/dist/a_chunks/utils.js +100 -0
- package/dist/a_chunks/utils2.js +36 -0
- package/dist/block//346/243/200/351/252/214/346/243/200/346/237/245/Inner.d.ts +1 -0
- package/dist/components/BF_Form/Wrap.d.ts +2 -2
- package/dist/components/BF_Form/index.d.ts +4 -2
- package/dist/components/BF_Form/types.d.ts +7 -0
- package/dist/components/BF_Form/use_table_config.d.ts +1 -5
- package/dist/components/Base_List/Helper.d.ts +0 -5
- package/dist/components/Base_List/_MyBaseList.d.ts +1 -0
- package/dist/components/Base_List/index.d.ts +2 -1
- package/dist/components/Base_List/types.d.ts +6 -3
- package/dist/components/Base_List/use_MyBaseList.d.ts +10 -0
- package/dist/components/Base_List/utils.d.ts +11 -0
- package/dist/components/IdNOButton/index copy.d.ts +1 -1
- package/dist/components/Layout_Sider/Inner.d.ts +2 -4
- package/dist/components/Layout_Sider/index.d.ts +2 -2
- package/dist/components/Layout_Sider/utils.d.ts +13 -0
- package/dist/components/Layout_TabButton/Inner.d.ts +2 -10
- package/dist/components/Layout_TabButton/index.d.ts +3 -8
- package/dist/components/Layout_TabButton/types.d.ts +8 -0
- package/dist/components/Login/Inner.d.ts +0 -1
- package/dist/components/Login/index.d.ts +2 -1
- package/dist/components/MenuSearch/Inner.d.ts +6 -0
- package/dist/components/MenuSearch/index.d.ts +2 -0
- package/dist/components/QuickDocButton/index.d.ts +5 -1
- package/dist/components/doctor_end/HeaderInfo/FuckTag.d.ts +6 -0
- package/dist/components/doctor_end/HeaderInfo/index.d.ts +1 -0
- package/dist/components/doctor_end/HeaderInfo/types.d.ts +1 -3
- package/dist/components/doctor_end/HeaderInfo/use_headinfo_color.d.ts +8 -0
- package/dist/components/exception/index.d.ts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/curve/components/BmiCanvas/index.d.ts +11 -0
- package/dist/curve/components/FetusCanvas/FetuGrowsEdit.d.ts +7 -0
- package/dist/curve/components/FetusCanvas/config.d.ts +3 -0
- package/dist/curve/components/FetusCanvas/index.d.ts +4 -0
- package/dist/curve/components/FetusCanvas/requestMethods.d.ts +7 -0
- package/dist/curve/components/FetusCanvasNICHD/config.d.ts +3 -0
- package/dist/curve/components/FetusCanvasNICHD/data.d.ts +84 -0
- package/dist/curve/components/FetusCanvasNICHD/index.d.ts +4 -0
- package/dist/curve/components/Pregnogram/index.d.ts +11 -0
- package/dist/curve/components/api.d.ts +17 -0
- package/dist/curve/components-new/FetusCanvas/config.d.ts +2 -0
- package/dist/curve/components-new/FetusCanvas/requestMethods.d.ts +7 -0
- package/dist/curve/components-new/FetusCanvasNICHD/config.d.ts +2 -0
- package/dist/curve/components-new/FetusCanvasNICHD/data.d.ts +84 -0
- package/dist/curve/data.d.ts +125 -0
- package/dist/curve/func.d.ts +12 -0
- package/dist/curve/func.test.d.ts +1 -0
- package/dist/curve/index.d.ts +7 -0
- package/dist/curve/intro-steps.d.ts +7 -0
- package/dist/curve/utils.d.ts +8 -0
- package/dist/form_config/conceiveMode.d.ts +2 -0
- package/dist/form_config/index.d.ts +4 -0
- package/dist/form_config/mlUltrasounds.d.ts +2 -0
- package/dist/form_config/not_yes_input.d.ts +4 -0
- package/dist/form_config/pressure.d.ts +4 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +8 -33
- package/dist/modals/entries/StupidTemplateModal2/index copy.d.ts +22 -0
- package/dist/modals/entries/StupidTemplateModal2/index.d.ts +1 -2
- package/dist/modals/entries/box/index.d.ts +6 -0
- package/dist/modals/entries/modal_form/index.d.ts +1 -1
- package/dist/modals/entries/result_template/index.d.ts +24 -0
- package/dist/modals/entries/template_modal3/components/TemplateSelect.d.ts +2 -1
- package/dist/modals/entries/template_modal3/index copy 2.d.ts +1 -1
- package/dist/modals/entries/template_modal3/index.d.ts +5 -3
- package/dist/modals/entries/text_search/index.d.ts +1 -1
- package/dist/modals/entries//344/271/231/350/202/235/347/256/241/347/220/206/index.d.ts +1 -1
- package/dist/modals/entries//345/255/220/347/227/253/345/211/215/346/234/237/351/243/216/351/231/251/350/257/204/344/274/260/350/241/250/utils.d.ts +5 -0
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/2015RCOG/351/231/215/344/275/216/345/246/212/345/250/240/345/217/212/344/272/247/350/244/245/346/234/237/351/235/231/350/204/211/350/241/200/346/240/223/346/240/223/345/241/236/347/232/204/351/243/216/351/231/251_/345/271/277/344/270/211/ThrombusGysy.d.ts +2 -7
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/2015RCOG/351/231/215/344/275/216/345/246/212/345/250/240/345/217/212/344/272/247/350/244/245/346/234/237/351/235/231/350/204/211/350/241/200/346/240/223/346/240/223/345/241/236/347/232/204/351/243/216/351/231/251_/345/271/277/344/270/211/config.d.ts +2 -1
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/Default/ThrombusDefault.d.ts +2 -7
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/index.d.ts +2 -2
- package/dist/modals/entries//346/267/261/351/235/231/350/204/211/350/241/200/346/240/223/351/253/230/345/215/261/345/233/240/347/264/240/345/255/225/346/234/237/347/224/250/350/215/257/347/255/233/346/237/245/350/241/250/types.d.ts +3 -3
- package/dist/modals/entries//347/230/242/347/227/225/345/255/220/345/256/253/351/230/264/351/201/223/350/257/225/344/272/247/350/241/250/index.d.ts +2 -2
- package/dist/modals/entries//351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206/HighriskSign.d.ts +4 -5
- package/dist/modals/entries//351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206/HighriskTimeline.d.ts +1 -1
- package/dist/modals/entries//351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206/Tag.d.ts +12 -0
- package/dist/modals/entries//351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206/utils.d.ts +8 -0
- package/dist/modals/entries//351/253/230/345/215/261/351/232/217/350/256/277/form_config.d.ts +4 -2
- package/dist/modals/index.d.ts +2 -0
- package/dist/modals/meta.d.ts +2 -0
- package/dist/pages/doc_record/index.d.ts +1 -1
- package/dist/pages/index.d.ts +1 -0
- package/dist/pages/questionnaire/Inner.d.ts +4 -0
- package/dist/pages/questionnaire/Qn.d.ts +3 -0
- package/dist/pages/questionnaire/SelectButton.d.ts +4 -0
- package/dist/pages/questionnaire/create/Step2Right.d.ts +11 -0
- package/dist/pages/questionnaire/create/common.d.ts +46 -0
- package/dist/pages/questionnaire/create/fakeData.d.ts +6 -0
- package/dist/pages/questionnaire/create/question-item.d.ts +14 -0
- package/dist/pages/questionnaire/create/step1.d.ts +12 -0
- package/dist/pages/questionnaire/create/step2.d.ts +10 -0
- package/dist/pages/questionnaire/create/step3.d.ts +8 -0
- package/dist/pages/questionnaire/create/step4.d.ts +8 -0
- package/dist/pages/questionnaire/index.d.ts +3 -0
- package/dist/pages/questionnaire/types.d.ts +10 -0
- package/dist/utils/helper.d.ts +5 -0
- package/dist/utils/index.d.ts +2 -1
- package/package.json +34 -16
- package/dist/a_chunks/.root.js.map +0 -1
- package/dist/a_chunks/.root10.js.map +0 -1
- package/dist/a_chunks/.root11.js.map +0 -1
- package/dist/a_chunks/.root12.js.map +0 -1
- package/dist/a_chunks/.root13.js.map +0 -1
- package/dist/a_chunks/.root14.js.map +0 -1
- package/dist/a_chunks/.root15.js.map +0 -1
- package/dist/a_chunks/.root16.js.map +0 -1
- package/dist/a_chunks/.root17.js.map +0 -1
- package/dist/a_chunks/.root18.js.map +0 -1
- package/dist/a_chunks/.root19.js.map +0 -1
- package/dist/a_chunks/.root2.js.map +0 -1
- package/dist/a_chunks/.root20.js.map +0 -1
- package/dist/a_chunks/.root21.js.map +0 -1
- package/dist/a_chunks/.root22.js.map +0 -1
- package/dist/a_chunks/.root23.js.map +0 -1
- package/dist/a_chunks/.root24.js.map +0 -1
- package/dist/a_chunks/.root25.js.map +0 -1
- package/dist/a_chunks/.root3.js.map +0 -1
- package/dist/a_chunks/.root4.js.map +0 -1
- package/dist/a_chunks/.root5.js.map +0 -1
- package/dist/a_chunks/.root6.js.map +0 -1
- package/dist/a_chunks/.root7.js.map +0 -1
- package/dist/a_chunks/.root8.js.map +0 -1
- package/dist/a_chunks/.root9.js.map +0 -1
- package/dist/a_chunks/extends.js +0 -11
- package/dist/a_chunks/extends.js.map +0 -1
- package/dist/a_chunks/index.js.map +0 -1
- package/dist/components/BF_Form/use_table_config copy.d.ts +0 -13
- package/dist/index.js.map +0 -1
- package/dist/modals/entries/StupidTemplateModal2/methods/index.d.ts +0 -16
- package/dist/modals/entries//351/242/204/350/255/246/346/217/220/351/206/222_/351/253/230/345/215/261/345/277/253/350/256/257/add-diagnoses/add-diagnoses.d.ts +0 -12
- package/dist/modals/entries//351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206/index copy.d.ts" +0 -12
package/dist/a_chunks/.root8.js
CHANGED
|
@@ -1,544 +1,122 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { defineFormConfig
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
import 'lodash/get';
|
|
10
|
-
import '@ant-design/icons';
|
|
11
|
-
import '@lm_fe/components_m';
|
|
12
|
-
import '@lm_fe/utils';
|
|
13
|
-
import 'antd/es/row/style';
|
|
14
|
-
import 'antd/es/row';
|
|
15
|
-
import 'antd/es/col/style';
|
|
16
|
-
import 'antd/es/col';
|
|
17
|
-
import 'antd/es/list/style';
|
|
18
|
-
import 'antd/es/list';
|
|
19
|
-
import 'antd/es/tooltip/style';
|
|
20
|
-
import 'antd/es/tooltip';
|
|
21
|
-
import 'classnames';
|
|
22
|
-
import 'antd/es/button/style';
|
|
23
|
-
import 'antd/es/button';
|
|
24
|
-
import 'antd/es/spin/style';
|
|
25
|
-
import 'antd/es/spin';
|
|
26
|
-
import 'antd/es/form/style';
|
|
27
|
-
import 'antd/es/form';
|
|
28
|
-
import 'antd/es/menu/style';
|
|
29
|
-
import 'antd/es/menu';
|
|
30
|
-
import 'antd/es/message/style';
|
|
31
|
-
import 'antd/es/message';
|
|
32
|
-
import 'antd/es/space/style';
|
|
33
|
-
import 'antd/es/space';
|
|
34
|
-
import 'antd/es/divider/style';
|
|
35
|
-
import 'antd/es/divider';
|
|
36
|
-
var form_confg = defineFormConfig([{
|
|
37
|
-
"key": "syncDate",
|
|
38
|
-
"label": "上次同步时间",
|
|
39
|
-
"inputType": 'DatePicker',
|
|
40
|
-
"inputProps": {
|
|
41
|
-
'disabled': true,
|
|
42
|
-
showTime: true
|
|
1
|
+
import { rt_ctx } from '@lm_fe/env';
|
|
2
|
+
import { defineFormConfig } from '@lm_fe/service';
|
|
3
|
+
var ctx = rt_ctx;
|
|
4
|
+
var form_config = defineFormConfig([{
|
|
5
|
+
label: '证件类型',
|
|
6
|
+
name: 'idType',
|
|
7
|
+
required: function required() {
|
|
8
|
+
return ctx.required;
|
|
43
9
|
},
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"inputType": "MyButton",
|
|
49
|
-
"inputProps": {},
|
|
50
|
-
layout: '1/3'
|
|
51
|
-
}, {
|
|
52
|
-
"key": "partnerBg",
|
|
53
|
-
"label": "男方血型",
|
|
54
|
-
"inputType": "select",
|
|
55
|
-
"inputProps": {
|
|
56
|
-
'options': mchcEnv.get_other_options('aboOptions'),
|
|
57
|
-
marshal: 0,
|
|
58
|
-
'placeholder': 'ABO血型',
|
|
59
|
-
'labelSign': {
|
|
60
|
-
'type': 'iconfont',
|
|
61
|
-
'value': 'icon-number_light'
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
layout: '1/3',
|
|
65
|
-
isNewRow: 1
|
|
66
|
-
}, {
|
|
67
|
-
"key": "partnerRh",
|
|
68
|
-
"label": "男方RH血型",
|
|
69
|
-
"inputType": "select",
|
|
70
|
-
"inputProps": {
|
|
71
|
-
'warningOption': 1,
|
|
72
|
-
marshal: 0,
|
|
73
|
-
'options': mchcEnv.get_other_options('rhOptions'),
|
|
74
|
-
'style': {
|
|
75
|
-
'marginLeft': '-1px'
|
|
76
|
-
}
|
|
10
|
+
inputType: 'MS',
|
|
11
|
+
inputProps: {
|
|
12
|
+
uniqueKey: '证件类型',
|
|
13
|
+
marshal: 0
|
|
77
14
|
},
|
|
78
15
|
layout: '1/3'
|
|
79
16
|
}, {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
options: '正常,异常i,未查,其他i',
|
|
85
|
-
'labelSign': {
|
|
86
|
-
'type': 'iconfont',
|
|
87
|
-
'value': 'icon-number_light'
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
layout: '1/3'
|
|
91
|
-
}, {
|
|
92
|
-
"key": "personalBg",
|
|
93
|
-
"label": "女方血型",
|
|
94
|
-
"inputType": "select",
|
|
95
|
-
"inputProps": {
|
|
96
|
-
'options': mchcEnv.get_other_options('aboOptions'),
|
|
97
|
-
marshal: 0,
|
|
98
|
-
'disabled': true,
|
|
99
|
-
'labelSign': {
|
|
100
|
-
'type': 'iconfont',
|
|
101
|
-
'value': 'icon-number_light'
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
layout: '1/3',
|
|
105
|
-
"isNewRow": 1
|
|
106
|
-
}, {
|
|
107
|
-
"key": "personalRh",
|
|
108
|
-
"label": "女方RH血型",
|
|
109
|
-
"inputType": "select",
|
|
110
|
-
"inputProps": {
|
|
111
|
-
'options': mchcEnv.get_other_options('rhOptions'),
|
|
112
|
-
marshal: 0,
|
|
113
|
-
'warningOption': 1,
|
|
114
|
-
'style': {
|
|
115
|
-
'marginLeft': '-1px'
|
|
116
|
-
},
|
|
117
|
-
'disabled': true
|
|
17
|
+
label: '证件号码',
|
|
18
|
+
name: 'idNO',
|
|
19
|
+
required: function required() {
|
|
20
|
+
return ctx.required;
|
|
118
21
|
},
|
|
22
|
+
inputType: 'Input',
|
|
23
|
+
inputProps: {},
|
|
119
24
|
layout: '1/3'
|
|
120
25
|
}, {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
options: '正常,异常i,未查,其他i'
|
|
26
|
+
label: '就诊卡号',
|
|
27
|
+
name: 'outpatientNO',
|
|
28
|
+
required: function required() {
|
|
29
|
+
return ctx.required;
|
|
126
30
|
},
|
|
31
|
+
inputType: 'Input',
|
|
32
|
+
inputProps: {},
|
|
127
33
|
layout: '1/3'
|
|
128
34
|
}, {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
'type': 'number',
|
|
134
|
-
'unit': 'uIU/ml',
|
|
135
|
-
'labelSign': {
|
|
136
|
-
'type': 'iconfont',
|
|
137
|
-
'value': 'icon-number_light'
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
layout: '1/3',
|
|
141
|
-
"isNewRow": 1
|
|
142
|
-
}, {
|
|
143
|
-
"key": "t3",
|
|
144
|
-
"label": "游离T3",
|
|
145
|
-
"inputType": "input",
|
|
146
|
-
"inputProps": {
|
|
147
|
-
'type': 'number',
|
|
148
|
-
'unit': 'pmol/L'
|
|
35
|
+
label: '姓名',
|
|
36
|
+
name: 'name',
|
|
37
|
+
required: function required() {
|
|
38
|
+
return ctx.required;
|
|
149
39
|
},
|
|
40
|
+
inputType: 'Input',
|
|
41
|
+
inputProps: {},
|
|
150
42
|
layout: '1/3'
|
|
151
43
|
}, {
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
'type': 'number',
|
|
157
|
-
'unit': 'pmol/L'
|
|
44
|
+
label: '手机号码',
|
|
45
|
+
name: 'telephone',
|
|
46
|
+
required: function required() {
|
|
47
|
+
return ctx.required;
|
|
158
48
|
},
|
|
49
|
+
inputType: 'Input',
|
|
50
|
+
inputProps: {},
|
|
159
51
|
layout: '1/3'
|
|
160
52
|
}, {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
'type': 'number',
|
|
166
|
-
'unit': 'g/L',
|
|
167
|
-
'labelSign': {
|
|
168
|
-
'type': 'iconfont',
|
|
169
|
-
'value': 'icon-number_light'
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
layout: '1/3',
|
|
173
|
-
"isNewRow": 1
|
|
174
|
-
}, {
|
|
175
|
-
"key": "mcv",
|
|
176
|
-
"label": "MCV",
|
|
177
|
-
"inputType": "input",
|
|
178
|
-
"inputProps": {
|
|
179
|
-
'type': 'number',
|
|
180
|
-
'unit': 'fL'
|
|
53
|
+
label: '末次月经',
|
|
54
|
+
name: 'lmp',
|
|
55
|
+
required: function required() {
|
|
56
|
+
return ctx.required;
|
|
181
57
|
},
|
|
58
|
+
inputType: 'DatePicker',
|
|
59
|
+
inputProps: {},
|
|
182
60
|
layout: '1/3'
|
|
183
61
|
}, {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
'type': 'number',
|
|
189
|
-
'unit': 'x10^9/L'
|
|
62
|
+
label: '预产期-日期',
|
|
63
|
+
name: 'edd',
|
|
64
|
+
required: function required() {
|
|
65
|
+
return ctx.required;
|
|
190
66
|
},
|
|
67
|
+
inputType: 'DatePicker',
|
|
68
|
+
inputProps: {},
|
|
191
69
|
layout: '1/3'
|
|
192
70
|
}, {
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
options: '阴性,弱阳性,阳性i,未查,其他i',
|
|
198
|
-
'labelSign': {
|
|
199
|
-
'type': 'iconfont',
|
|
200
|
-
'value': 'icon-number_light'
|
|
201
|
-
}
|
|
71
|
+
label: '预产期-B超',
|
|
72
|
+
name: 'sureEdd',
|
|
73
|
+
required: function required() {
|
|
74
|
+
return ctx.required;
|
|
202
75
|
},
|
|
76
|
+
inputType: 'DatePicker',
|
|
77
|
+
inputProps: {},
|
|
203
78
|
layout: '1/3'
|
|
204
79
|
}, {
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
'labelSign': {
|
|
210
|
-
'type': 'iconfont',
|
|
211
|
-
'value': 'icon-number_light'
|
|
212
|
-
},
|
|
213
|
-
options: mchcEnv.get_other_options('hbOptions'),
|
|
214
|
-
'positiveWarning': true
|
|
80
|
+
label: '孕周',
|
|
81
|
+
name: 'gestationalWeek',
|
|
82
|
+
required: function required() {
|
|
83
|
+
return ctx.required;
|
|
215
84
|
},
|
|
85
|
+
inputType: 'Input',
|
|
86
|
+
inputProps: {},
|
|
216
87
|
layout: '1/3'
|
|
217
88
|
}, {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
'options': mchcEnv.get_other_options('hbOptions'),
|
|
223
|
-
'positiveWarning': true
|
|
224
|
-
},
|
|
89
|
+
label: '分娩日期',
|
|
90
|
+
name: 'deliveryDate',
|
|
91
|
+
inputType: 'DatePicker',
|
|
92
|
+
inputProps: {},
|
|
225
93
|
layout: '1/3'
|
|
226
94
|
}, {
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
'positiveWarning': true
|
|
233
|
-
},
|
|
234
|
-
layout: '1/3'
|
|
235
|
-
}, {
|
|
236
|
-
"key": "hbeab",
|
|
237
|
-
"label": "HBeAb",
|
|
238
|
-
"inputType": "autoComplete",
|
|
239
|
-
"inputProps": {
|
|
240
|
-
'options': mchcEnv.get_other_options('hbOptions'),
|
|
241
|
-
'positiveWarning': true
|
|
95
|
+
label: 'appId',
|
|
96
|
+
name: 'appId',
|
|
97
|
+
inputType: 'Input',
|
|
98
|
+
inputProps: {
|
|
99
|
+
disabled: true
|
|
242
100
|
},
|
|
243
101
|
layout: '1/3',
|
|
244
|
-
|
|
245
|
-
}, {
|
|
246
|
-
"key": "hbcab",
|
|
247
|
-
"label": "HBcAb",
|
|
248
|
-
"inputType": "autoComplete",
|
|
249
|
-
"inputProps": {
|
|
250
|
-
'options': mchcEnv.get_other_options('hbOptions'),
|
|
251
|
-
'positiveWarning': true
|
|
252
|
-
},
|
|
253
|
-
layout: '1/3'
|
|
254
|
-
}, {
|
|
255
|
-
"key": "hbvdna",
|
|
256
|
-
"label": "HBV DNA",
|
|
257
|
-
"inputType": "input",
|
|
258
|
-
"inputProps": {
|
|
259
|
-
'labelSign': {
|
|
260
|
-
'type': 'iconfont',
|
|
261
|
-
'value': 'icon-number_light'
|
|
262
|
-
},
|
|
263
|
-
'type': 'number',
|
|
264
|
-
'unit': 'IU/ml'
|
|
265
|
-
},
|
|
266
|
-
layout: '1/3'
|
|
267
|
-
}, {
|
|
268
|
-
"key": "alt",
|
|
269
|
-
"label": "ALT",
|
|
270
|
-
"inputType": "input",
|
|
271
|
-
"inputProps": {
|
|
272
|
-
'labelSign': {
|
|
273
|
-
'type': 'iconfont',
|
|
274
|
-
'value': 'icon-number_light'
|
|
275
|
-
},
|
|
276
|
-
'type': 'number',
|
|
277
|
-
'unit': 'U/L'
|
|
278
|
-
},
|
|
279
|
-
layout: '1/3',
|
|
280
|
-
"isNewRow": 1
|
|
281
|
-
}, {
|
|
282
|
-
"key": "ast",
|
|
283
|
-
"label": "AST",
|
|
284
|
-
"inputType": "input",
|
|
285
|
-
"inputProps": {
|
|
286
|
-
'type': 'number',
|
|
287
|
-
'unit': 'U/L'
|
|
288
|
-
},
|
|
289
|
-
layout: '1/3'
|
|
102
|
+
form_hidden: true
|
|
290
103
|
}, {
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
'type': 'iconfont',
|
|
297
|
-
'value': 'icon-number_light'
|
|
298
|
-
},
|
|
299
|
-
'type': 'number',
|
|
300
|
-
'unit': 'sec',
|
|
301
|
-
'min': 0,
|
|
302
|
-
'max': 20,
|
|
303
|
-
'disabled': true
|
|
104
|
+
label: 'empId',
|
|
105
|
+
name: 'empId',
|
|
106
|
+
inputType: 'Input',
|
|
107
|
+
inputProps: {
|
|
108
|
+
disabled: true
|
|
304
109
|
},
|
|
305
110
|
layout: '1/3',
|
|
306
|
-
|
|
307
|
-
}, {
|
|
308
|
-
"key": "inr",
|
|
309
|
-
"label": "INR",
|
|
310
|
-
"inputType": "input",
|
|
311
|
-
"inputProps": {
|
|
312
|
-
'type': 'number',
|
|
313
|
-
'min': 0,
|
|
314
|
-
'max': 2,
|
|
315
|
-
'step': 0.1,
|
|
316
|
-
'disabled': true
|
|
317
|
-
},
|
|
318
|
-
layout: '1/3'
|
|
319
|
-
}, {
|
|
320
|
-
"key": "aptt",
|
|
321
|
-
"label": "APTT",
|
|
322
|
-
"inputType": "input",
|
|
323
|
-
"inputProps": {
|
|
324
|
-
'type': 'number',
|
|
325
|
-
'unit': 'sec',
|
|
326
|
-
'min': 0,
|
|
327
|
-
'max': 50,
|
|
328
|
-
'disabled': true
|
|
329
|
-
},
|
|
330
|
-
layout: '1/3'
|
|
111
|
+
form_hidden: true
|
|
331
112
|
}, {
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
'unit': 'sec',
|
|
338
|
-
'min': 0,
|
|
339
|
-
'max': 20,
|
|
340
|
-
'disabled': true
|
|
113
|
+
label: 'patId',
|
|
114
|
+
name: 'patId',
|
|
115
|
+
inputType: 'Input',
|
|
116
|
+
inputProps: {
|
|
117
|
+
disabled: true
|
|
341
118
|
},
|
|
342
119
|
layout: '1/3',
|
|
343
|
-
"isNewRow": 1
|
|
344
|
-
}, {
|
|
345
|
-
"key": "fib",
|
|
346
|
-
"label": "FIB",
|
|
347
|
-
"inputType": "input",
|
|
348
|
-
"inputProps": {
|
|
349
|
-
'type': 'number',
|
|
350
|
-
'unit': 'g/L',
|
|
351
|
-
'min': 0,
|
|
352
|
-
'max': 5,
|
|
353
|
-
'step': 0.1,
|
|
354
|
-
'disabled': true
|
|
355
|
-
},
|
|
356
|
-
layout: '1/3'
|
|
357
|
-
}, {
|
|
358
|
-
"key": "sf",
|
|
359
|
-
"label": "SF",
|
|
360
|
-
"inputType": "input",
|
|
361
|
-
"inputProps": {
|
|
362
|
-
'type': 'number',
|
|
363
|
-
'unit': 'ng/ml'
|
|
364
|
-
},
|
|
365
|
-
layout: '1/3'
|
|
366
|
-
}, {
|
|
367
|
-
key: "hcvResult__",
|
|
368
|
-
"label": "丙肝抗体",
|
|
369
|
-
"inputType": "checkbox",
|
|
370
|
-
"inputProps": {
|
|
371
|
-
options: '阴性,阳性i,未查',
|
|
372
|
-
'labelSign': {
|
|
373
|
-
'type': 'iconfont',
|
|
374
|
-
'value': 'icon-number_light'
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
layout: '1/3'
|
|
378
|
-
}, {
|
|
379
|
-
key: "hcvrnaResult__",
|
|
380
|
-
"label": "丙肝RNA",
|
|
381
|
-
"inputType": "checkbox",
|
|
382
|
-
"inputProps": {
|
|
383
|
-
options: '阴性,阳性i,未查',
|
|
384
|
-
'labelSign': {
|
|
385
|
-
'type': 'iconfont',
|
|
386
|
-
'value': 'icon-number_light'
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
layout: '1/3'
|
|
390
|
-
}, {
|
|
391
|
-
key: "syphilisResult__",
|
|
392
|
-
"label": "梅毒",
|
|
393
|
-
"inputType": "checkbox",
|
|
394
|
-
"inputProps": {
|
|
395
|
-
options: '阴性,阳性i,未查',
|
|
396
|
-
'labelSign': {
|
|
397
|
-
'type': 'iconfont',
|
|
398
|
-
'value': 'icon-number_light'
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
layout: '1/3'
|
|
402
|
-
}, {
|
|
403
|
-
key: "hivResult__",
|
|
404
|
-
"label": "HIV",
|
|
405
|
-
"inputType": "checkbox",
|
|
406
|
-
"inputProps": {
|
|
407
|
-
options: '阴性,阳性i,未查',
|
|
408
|
-
'labelSign': {
|
|
409
|
-
'type': 'iconfont',
|
|
410
|
-
'value': 'icon-number_light'
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
layout: '1/3'
|
|
414
|
-
}, {
|
|
415
|
-
key: "gbsResult__",
|
|
416
|
-
"label": "GBS",
|
|
417
|
-
"inputType": "checkbox",
|
|
418
|
-
"inputProps": {
|
|
419
|
-
options: '阴性,阳性i,未查',
|
|
420
|
-
'labelSign': {
|
|
421
|
-
'type': 'iconfont',
|
|
422
|
-
'value': 'icon-number_light'
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
layout: '1/3'
|
|
426
|
-
}, {
|
|
427
|
-
key: "g6pdResult__",
|
|
428
|
-
"label": "G6PD",
|
|
429
|
-
"inputType": "checkbox",
|
|
430
|
-
"inputProps": {
|
|
431
|
-
options: '阴性,阳性i,未查'
|
|
432
|
-
},
|
|
433
|
-
layout: '1/3'
|
|
434
|
-
}, {
|
|
435
|
-
key: "downsScreenEarly",
|
|
436
|
-
"label": "早唐",
|
|
437
|
-
"inputType": "checkbox",
|
|
438
|
-
"inputProps": {
|
|
439
|
-
options: mchcEnv.get_other_options('downsScreenOptions'),
|
|
440
|
-
marshal: 0,
|
|
441
|
-
'labelSign': {
|
|
442
|
-
'type': 'iconfont',
|
|
443
|
-
'value': 'icon-number_light'
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
layout: '1/3'
|
|
447
|
-
}, {
|
|
448
|
-
key: "downsScreenMiddle",
|
|
449
|
-
"label": "中唐",
|
|
450
|
-
"inputType": "checkbox",
|
|
451
|
-
"inputProps": {
|
|
452
|
-
options: mchcEnv.get_other_options('downsScreenOptions'),
|
|
453
|
-
marshal: 0,
|
|
454
|
-
'labelSign': {
|
|
455
|
-
'type': 'iconfont',
|
|
456
|
-
'value': 'icon-number_light'
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
layout: '1/3'
|
|
460
|
-
}, {
|
|
461
|
-
key: "nipt",
|
|
462
|
-
"label": "NIPT",
|
|
463
|
-
"inputType": "checkbox",
|
|
464
|
-
"inputProps": {
|
|
465
|
-
options: mchcEnv.get_other_options('downsScreenOptions'),
|
|
466
|
-
marshal: 0,
|
|
467
|
-
'labelSign': {
|
|
468
|
-
'type': 'iconfont',
|
|
469
|
-
'value': 'icon-number_light'
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
layout: '1/3'
|
|
473
|
-
}, {
|
|
474
|
-
key: "prenatalDiagnosisResult",
|
|
475
|
-
"label": "产前诊断",
|
|
476
|
-
"inputType": "checkbox",
|
|
477
|
-
"inputProps": {
|
|
478
|
-
options: mchcEnv.get_other_options('prenatalDiagnosisOptions'),
|
|
479
|
-
marshal: 0,
|
|
480
|
-
'labelSign': {
|
|
481
|
-
'type': 'iconfont',
|
|
482
|
-
'value': 'icon-number_light'
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
layout: '1/3'
|
|
486
|
-
}, {
|
|
487
|
-
key: "ogttResult__",
|
|
488
|
-
"label": "OGTT",
|
|
489
|
-
"inputType": "checkbox",
|
|
490
|
-
"inputProps": {
|
|
491
|
-
options: mchcEnv.get_other_options('ogttOptions'),
|
|
492
|
-
'labelSign': {
|
|
493
|
-
'type': 'iconfont',
|
|
494
|
-
'value': 'icon-number_light'
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
layout: '1/3'
|
|
498
|
-
}, {
|
|
499
|
-
"key": "other",
|
|
500
|
-
"label": "其他",
|
|
501
|
-
"inputType": "input",
|
|
502
|
-
layout: '1/3'
|
|
503
|
-
}, {
|
|
504
|
-
"key": "id",
|
|
505
|
-
"inputType": "input",
|
|
506
120
|
form_hidden: true
|
|
507
121
|
}]);
|
|
508
|
-
|
|
509
|
-
var pregnancyId = props.pregnancyId,
|
|
510
|
-
form = props.form;
|
|
511
|
-
useEffect(function () {
|
|
512
|
-
return function () {};
|
|
513
|
-
}, []);
|
|
514
|
-
useEffect(function () {
|
|
515
|
-
return mchcEvent.on_rm('my_form', function (e) {
|
|
516
|
-
if (e.type === 'onClick') {
|
|
517
|
-
if (e.btnName === 'syncBtn') {
|
|
518
|
-
SMchc_Doctor.syncPatientReport(pregnancyId).then(function (r) {
|
|
519
|
-
form.setFieldsValue(r);
|
|
520
|
-
});
|
|
521
|
-
}
|
|
522
|
-
return;
|
|
523
|
-
}
|
|
524
|
-
});
|
|
525
|
-
}, []);
|
|
526
|
-
return /*#__PURE__*/React.createElement(BF_Form, {
|
|
527
|
-
form: form,
|
|
528
|
-
fallback_init: function fallback_init() {
|
|
529
|
-
return SMchc_Doctor.getLabExamOfOutpatient(pregnancyId);
|
|
530
|
-
},
|
|
531
|
-
fallback_finish: function fallback_finish(v) {
|
|
532
|
-
return SMchc_Doctor.updateLabExamOfOutpatient(v);
|
|
533
|
-
},
|
|
534
|
-
default_conf: {
|
|
535
|
-
tableColumns: form_confg,
|
|
536
|
-
title: "门诊-检验检查"
|
|
537
|
-
},
|
|
538
|
-
history_args: {
|
|
539
|
-
relationId: pregnancyId
|
|
540
|
-
}
|
|
541
|
-
});
|
|
542
|
-
}
|
|
543
|
-
export { DoctorEnd_检验检查_History as default };
|
|
544
|
-
//# sourceMappingURL=.root8.js.map
|
|
122
|
+
export { form_config as default };
|