@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.
Files changed (173) hide show
  1. package/README.md +0 -0
  2. package/dist/a_chunks/.root.js +1610 -222
  3. package/dist/a_chunks/.root10.js +494 -462
  4. package/dist/a_chunks/.root11.js +231 -159
  5. package/dist/a_chunks/.root12.js +245 -186
  6. package/dist/a_chunks/.root13.js +1898 -104
  7. package/dist/a_chunks/.root14.js +147 -716
  8. package/dist/a_chunks/.root15.js +27 -44
  9. package/dist/a_chunks/.root16.js +18 -168
  10. package/dist/a_chunks/.root17.js +20 -255
  11. package/dist/a_chunks/.root18.js +168 -385
  12. package/dist/a_chunks/.root19.js +119 -403
  13. package/dist/a_chunks/.root2.js +101 -73
  14. package/dist/a_chunks/.root20.js +74 -945
  15. package/dist/a_chunks/.root21.js +168 -202
  16. package/dist/a_chunks/.root22.js +677 -144
  17. package/dist/a_chunks/.root23.js +27 -956
  18. package/dist/a_chunks/.root24.js +126 -742
  19. package/dist/a_chunks/.root25.js +214 -265
  20. package/dist/a_chunks/.root26.js +391 -0
  21. package/dist/a_chunks/.root27.js +395 -0
  22. package/dist/a_chunks/.root28.js +948 -0
  23. package/dist/a_chunks/.root29.js +214 -0
  24. package/dist/a_chunks/.root3.js +56 -1044
  25. package/dist/a_chunks/.root30.js +130 -0
  26. package/dist/a_chunks/.root31.js +914 -0
  27. package/dist/a_chunks/.root32.js +860 -0
  28. package/dist/a_chunks/.root33.js +102 -0
  29. package/dist/a_chunks/.root34.js +157 -0
  30. package/dist/a_chunks/.root4.js +1004 -581
  31. package/dist/a_chunks/.root5.js +610 -1414
  32. package/dist/a_chunks/.root6.js +1399 -155
  33. package/dist/a_chunks/.root7.js +151 -123
  34. package/dist/a_chunks/.root8.js +82 -504
  35. package/dist/a_chunks/.root9.js +97 -60
  36. package/dist/a_chunks/data.js +572 -0
  37. package/dist/a_chunks/func.js +86 -0
  38. package/dist/a_chunks/index.js +942 -265
  39. package/dist/a_chunks/use_fetus.js +138 -0
  40. package/dist/a_chunks/utils.js +100 -0
  41. package/dist/a_chunks/utils2.js +36 -0
  42. package/dist/block//346/243/200/351/252/214/346/243/200/346/237/245/Inner.d.ts +1 -0
  43. package/dist/components/BF_Form/Wrap.d.ts +2 -2
  44. package/dist/components/BF_Form/index.d.ts +4 -2
  45. package/dist/components/BF_Form/types.d.ts +7 -0
  46. package/dist/components/BF_Form/use_table_config.d.ts +1 -5
  47. package/dist/components/Base_List/Helper.d.ts +0 -5
  48. package/dist/components/Base_List/_MyBaseList.d.ts +1 -0
  49. package/dist/components/Base_List/index.d.ts +2 -1
  50. package/dist/components/Base_List/types.d.ts +6 -3
  51. package/dist/components/Base_List/use_MyBaseList.d.ts +10 -0
  52. package/dist/components/Base_List/utils.d.ts +11 -0
  53. package/dist/components/IdNOButton/index copy.d.ts +1 -1
  54. package/dist/components/Layout_Sider/Inner.d.ts +2 -4
  55. package/dist/components/Layout_Sider/index.d.ts +2 -2
  56. package/dist/components/Layout_Sider/utils.d.ts +13 -0
  57. package/dist/components/Layout_TabButton/Inner.d.ts +2 -10
  58. package/dist/components/Layout_TabButton/index.d.ts +3 -8
  59. package/dist/components/Layout_TabButton/types.d.ts +8 -0
  60. package/dist/components/Login/Inner.d.ts +0 -1
  61. package/dist/components/Login/index.d.ts +2 -1
  62. package/dist/components/MenuSearch/Inner.d.ts +6 -0
  63. package/dist/components/MenuSearch/index.d.ts +2 -0
  64. package/dist/components/QuickDocButton/index.d.ts +5 -1
  65. package/dist/components/doctor_end/HeaderInfo/FuckTag.d.ts +6 -0
  66. package/dist/components/doctor_end/HeaderInfo/index.d.ts +1 -0
  67. package/dist/components/doctor_end/HeaderInfo/types.d.ts +1 -3
  68. package/dist/components/doctor_end/HeaderInfo/use_headinfo_color.d.ts +8 -0
  69. package/dist/components/exception/index.d.ts +1 -0
  70. package/dist/components/index.d.ts +1 -0
  71. package/dist/curve/components/BmiCanvas/index.d.ts +11 -0
  72. package/dist/curve/components/FetusCanvas/FetuGrowsEdit.d.ts +7 -0
  73. package/dist/curve/components/FetusCanvas/config.d.ts +3 -0
  74. package/dist/curve/components/FetusCanvas/index.d.ts +4 -0
  75. package/dist/curve/components/FetusCanvas/requestMethods.d.ts +7 -0
  76. package/dist/curve/components/FetusCanvasNICHD/config.d.ts +3 -0
  77. package/dist/curve/components/FetusCanvasNICHD/data.d.ts +84 -0
  78. package/dist/curve/components/FetusCanvasNICHD/index.d.ts +4 -0
  79. package/dist/curve/components/Pregnogram/index.d.ts +11 -0
  80. package/dist/curve/components/api.d.ts +17 -0
  81. package/dist/curve/components-new/FetusCanvas/config.d.ts +2 -0
  82. package/dist/curve/components-new/FetusCanvas/requestMethods.d.ts +7 -0
  83. package/dist/curve/components-new/FetusCanvasNICHD/config.d.ts +2 -0
  84. package/dist/curve/components-new/FetusCanvasNICHD/data.d.ts +84 -0
  85. package/dist/curve/data.d.ts +125 -0
  86. package/dist/curve/func.d.ts +12 -0
  87. package/dist/curve/func.test.d.ts +1 -0
  88. package/dist/curve/index.d.ts +7 -0
  89. package/dist/curve/intro-steps.d.ts +7 -0
  90. package/dist/curve/utils.d.ts +8 -0
  91. package/dist/form_config/conceiveMode.d.ts +2 -0
  92. package/dist/form_config/index.d.ts +4 -0
  93. package/dist/form_config/mlUltrasounds.d.ts +2 -0
  94. package/dist/form_config/not_yes_input.d.ts +4 -0
  95. package/dist/form_config/pressure.d.ts +4 -0
  96. package/dist/hooks/index.d.ts +1 -0
  97. package/dist/index.d.ts +2 -0
  98. package/dist/index.js +8 -33
  99. package/dist/modals/entries/StupidTemplateModal2/index copy.d.ts +22 -0
  100. package/dist/modals/entries/StupidTemplateModal2/index.d.ts +1 -2
  101. package/dist/modals/entries/box/index.d.ts +6 -0
  102. package/dist/modals/entries/modal_form/index.d.ts +1 -1
  103. package/dist/modals/entries/result_template/index.d.ts +24 -0
  104. package/dist/modals/entries/template_modal3/components/TemplateSelect.d.ts +2 -1
  105. package/dist/modals/entries/template_modal3/index copy 2.d.ts +1 -1
  106. package/dist/modals/entries/template_modal3/index.d.ts +5 -3
  107. package/dist/modals/entries/text_search/index.d.ts +1 -1
  108. package/dist/modals/entries//344/271/231/350/202/235/347/256/241/347/220/206/index.d.ts +1 -1
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. 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
  120. package/dist/modals/entries//351/253/230/345/215/261/351/232/217/350/256/277/form_config.d.ts +4 -2
  121. package/dist/modals/index.d.ts +2 -0
  122. package/dist/modals/meta.d.ts +2 -0
  123. package/dist/pages/doc_record/index.d.ts +1 -1
  124. package/dist/pages/index.d.ts +1 -0
  125. package/dist/pages/questionnaire/Inner.d.ts +4 -0
  126. package/dist/pages/questionnaire/Qn.d.ts +3 -0
  127. package/dist/pages/questionnaire/SelectButton.d.ts +4 -0
  128. package/dist/pages/questionnaire/create/Step2Right.d.ts +11 -0
  129. package/dist/pages/questionnaire/create/common.d.ts +46 -0
  130. package/dist/pages/questionnaire/create/fakeData.d.ts +6 -0
  131. package/dist/pages/questionnaire/create/question-item.d.ts +14 -0
  132. package/dist/pages/questionnaire/create/step1.d.ts +12 -0
  133. package/dist/pages/questionnaire/create/step2.d.ts +10 -0
  134. package/dist/pages/questionnaire/create/step3.d.ts +8 -0
  135. package/dist/pages/questionnaire/create/step4.d.ts +8 -0
  136. package/dist/pages/questionnaire/index.d.ts +3 -0
  137. package/dist/pages/questionnaire/types.d.ts +10 -0
  138. package/dist/utils/helper.d.ts +5 -0
  139. package/dist/utils/index.d.ts +2 -1
  140. package/package.json +34 -16
  141. package/dist/a_chunks/.root.js.map +0 -1
  142. package/dist/a_chunks/.root10.js.map +0 -1
  143. package/dist/a_chunks/.root11.js.map +0 -1
  144. package/dist/a_chunks/.root12.js.map +0 -1
  145. package/dist/a_chunks/.root13.js.map +0 -1
  146. package/dist/a_chunks/.root14.js.map +0 -1
  147. package/dist/a_chunks/.root15.js.map +0 -1
  148. package/dist/a_chunks/.root16.js.map +0 -1
  149. package/dist/a_chunks/.root17.js.map +0 -1
  150. package/dist/a_chunks/.root18.js.map +0 -1
  151. package/dist/a_chunks/.root19.js.map +0 -1
  152. package/dist/a_chunks/.root2.js.map +0 -1
  153. package/dist/a_chunks/.root20.js.map +0 -1
  154. package/dist/a_chunks/.root21.js.map +0 -1
  155. package/dist/a_chunks/.root22.js.map +0 -1
  156. package/dist/a_chunks/.root23.js.map +0 -1
  157. package/dist/a_chunks/.root24.js.map +0 -1
  158. package/dist/a_chunks/.root25.js.map +0 -1
  159. package/dist/a_chunks/.root3.js.map +0 -1
  160. package/dist/a_chunks/.root4.js.map +0 -1
  161. package/dist/a_chunks/.root5.js.map +0 -1
  162. package/dist/a_chunks/.root6.js.map +0 -1
  163. package/dist/a_chunks/.root7.js.map +0 -1
  164. package/dist/a_chunks/.root8.js.map +0 -1
  165. package/dist/a_chunks/.root9.js.map +0 -1
  166. package/dist/a_chunks/extends.js +0 -11
  167. package/dist/a_chunks/extends.js.map +0 -1
  168. package/dist/a_chunks/index.js.map +0 -1
  169. package/dist/components/BF_Form/use_table_config copy.d.ts +0 -13
  170. package/dist/index.js.map +0 -1
  171. package/dist/modals/entries/StupidTemplateModal2/methods/index.d.ts +0 -16
  172. 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
  173. 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
@@ -1,544 +1,122 @@
1
- import { mchcEnv, mchcEvent } from '@lm_fe/env';
2
- import { defineFormConfig, SMchc_Doctor } from '@lm_fe/service';
3
- import React, { useEffect } from 'react';
4
- import { B as BF_Form } from './index.js';
5
- import '@lm_fe/components';
6
- import 'antd/es/result/style';
7
- import 'antd/es/result';
8
- import 'lodash/keys';
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
- layout: '1/3'
45
- }, {
46
- "key": "syncBtn",
47
- "label": "同步数据",
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
- key: "partnerThalassemia__",
81
- "label": "男方地贫",
82
- "inputType": "checkbox",
83
- "inputProps": {
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
- key: "personalThalassemia__",
122
- "label": "女方地贫",
123
- "inputType": "checkbox",
124
- "inputProps": {
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
- "key": "tsh",
130
- "label": "TSH",
131
- "inputType": "input",
132
- "inputProps": {
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
- "key": "t4",
153
- "label": "游离T4",
154
- "inputType": "input",
155
- "inputProps": {
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
- "key": "hb",
162
- "label": "HB",
163
- "inputType": "input",
164
- "inputProps": {
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
- "key": "plt",
185
- "label": "PLT",
186
- "inputType": "input",
187
- "inputProps": {
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
- key: "urokinase__",
194
- "label": "尿蛋白",
195
- "inputType": "checkbox",
196
- "inputProps": {
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
- "key": "hbsag",
206
- "label": "HBsAg",
207
- "inputType": "autoComplete",
208
- "inputProps": {
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
- "key": "hbsab",
219
- "label": "HBsAb",
220
- "inputType": "autoComplete",
221
- "inputProps": {
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
- "key": "hbeag",
228
- "label": "HBeAg",
229
- "inputType": "autoComplete",
230
- "inputProps": {
231
- 'options': mchcEnv.get_other_options('hbOptions'),
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
- "isNewRow": 1
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
- "key": "pt",
292
- "label": "PT",
293
- "inputType": "input",
294
- "inputProps": {
295
- 'labelSign': {
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
- "isNewRow": 1
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
- "key": "tt",
333
- "label": "TT",
334
- "inputType": "input",
335
- "inputProps": {
336
- 'type': 'number',
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
- function DoctorEnd_检验检查_History(props) {
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 };