@lm_fe/pages 0.1.201 → 0.2.5

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 (191) hide show
  1. package/README.md +1 -1
  2. package/dist/a_chunks/{.root5.js → components.doctor_end.ExemplaryCase.js} +36 -68
  3. package/dist/a_chunks/components.doctor_end.HeaderInfo.js +635 -0
  4. package/dist/a_chunks/curve.components.BmiCanvas.js +242 -0
  5. package/dist/a_chunks/curve.components.FetusCanvas.js +259 -0
  6. package/dist/a_chunks/curve.components.FetusCanvasNICHD.js +1907 -0
  7. package/dist/a_chunks/curve.components.Pregnogram.js +166 -0
  8. package/dist/a_chunks/data.js +572 -0
  9. package/dist/a_chunks/func.js +86 -0
  10. package/dist/a_chunks/index.js +1049 -286
  11. package/dist/a_chunks/modals.entries.BF_Form.js +41 -0
  12. package/dist/a_chunks/modals.entries.StupidTemplateModal2.js +22 -0
  13. package/dist/a_chunks/modals.entries.box.js +23 -0
  14. package/dist/a_chunks/{.root11.js → modals.entries.modal_form.js} +99 -70
  15. package/dist/a_chunks/modals.entries.modal_page.js +143 -0
  16. package/dist/a_chunks/{.root13.js → modals.entries.print_modal.js} +22 -48
  17. package/dist/a_chunks/modals.entries.result_template.js +201 -0
  18. package/dist/a_chunks/{.root14.js → modals.entries.template_modal3.js} +80 -124
  19. package/dist/a_chunks/modals.entries.test.js +30 -0
  20. package/dist/a_chunks/{.root16.js → modals.entries.text_search.js} +20 -49
  21. package/dist/a_chunks/{.root17.js → modals.entries./344/271/231/350/202/235/347/256/241/347/220/206.js} +17 -45
  22. package/dist/a_chunks/{.root18.js → 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.js} +68 -93
  23. package/dist/a_chunks/modals.entries./346/213/223/345/261/225/351/207/217/350/241/250.js +257 -0
  24. package/dist/a_chunks/{.root19.js → modals.entries./346/242/205/346/257/222/347/256/241/347/220/206.js} +58 -90
  25. package/dist/a_chunks/{.root20.js → 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.js} +144 -154
  26. package/dist/a_chunks/{.root21.js → 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.js} +27 -48
  27. package/dist/a_chunks/{.root22.js → modals.entries./350/257/212/346/226/255/345/216/206/345/217/262.js} +9 -37
  28. package/dist/a_chunks/{.root23.js → 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.js} +127 -172
  29. package/dist/a_chunks/{.root24.js → modals.entries./351/253/230/345/215/261/345/233/240/347/264/240/347/256/241/347/220/206.js} +438 -336
  30. package/dist/a_chunks/modals.entries./351/253/230/345/215/261/351/232/217/350/256/277.js +102 -0
  31. package/dist/a_chunks/modals.entries./351/253/230/345/215/261/351/232/217/350/256/2772.js +157 -0
  32. package/dist/a_chunks/{.root8.js → src.block./346/243/200/351/252/214/346/243/200/346/237/245.js} +69 -208
  33. package/dist/a_chunks/{.root3.js → src.components.Base_List.js} +329 -320
  34. package/dist/a_chunks/src.components.Layout_Sider.js +101 -0
  35. package/dist/a_chunks/src.components.Layout_TabButton.js +69 -0
  36. package/dist/a_chunks/src.components.Login.js +151 -0
  37. package/dist/a_chunks/src.components.MenuSearch.js +106 -0
  38. package/dist/a_chunks/{.root7.js → src.components.QuickDocButton.js} +1 -2
  39. package/dist/a_chunks/src.pages.questionnaire.js +1633 -0
  40. package/dist/a_chunks/use_fetus.js +138 -0
  41. package/dist/a_chunks/utils.js +100 -0
  42. package/dist/a_chunks/utils2.js +36 -0
  43. package/dist/block//346/243/200/351/252/214/346/243/200/346/237/245/Inner.d.ts +1 -0
  44. package/dist/components/BF_Form/Wrap.d.ts +2 -2
  45. package/dist/components/BF_Form/index.d.ts +4 -2
  46. package/dist/components/BF_Form/types.d.ts +7 -0
  47. package/dist/components/BF_Form/use_table_config.d.ts +1 -5
  48. package/dist/components/Base_List/Helper.d.ts +0 -5
  49. package/dist/components/Base_List/_MyBaseList.d.ts +1 -0
  50. package/dist/components/Base_List/index.d.ts +2 -1
  51. package/dist/components/Base_List/types.d.ts +6 -3
  52. package/dist/components/Base_List/use_MyBaseList.d.ts +10 -0
  53. package/dist/components/Base_List/utils.d.ts +11 -0
  54. package/dist/components/HighRiskTableEntry/utils.d.ts +4 -3
  55. package/dist/components/IdNOButton/index copy.d.ts +1 -1
  56. package/dist/components/Layout_Sider/Inner.d.ts +2 -4
  57. package/dist/components/Layout_Sider/index.d.ts +2 -2
  58. package/dist/components/Layout_Sider/utils.d.ts +13 -0
  59. package/dist/components/Layout_TabButton/Inner.d.ts +2 -10
  60. package/dist/components/Layout_TabButton/index.d.ts +3 -8
  61. package/dist/components/Layout_TabButton/types.d.ts +8 -0
  62. package/dist/components/Login/Inner.d.ts +0 -1
  63. package/dist/components/Login/index.d.ts +2 -1
  64. package/dist/components/MenuSearch/Inner.d.ts +6 -0
  65. package/dist/components/MenuSearch/index.d.ts +2 -0
  66. package/dist/components/QuickDocButton/index.d.ts +5 -1
  67. package/dist/components/doctor_end/HeaderInfo/FuckTag.d.ts +6 -0
  68. package/dist/components/doctor_end/HeaderInfo/index.d.ts +1 -0
  69. package/dist/components/doctor_end/HeaderInfo/types.d.ts +1 -3
  70. package/dist/components/doctor_end/HeaderInfo/use_headinfo_color.d.ts +8 -0
  71. package/dist/components/exception/index.d.ts +1 -0
  72. package/dist/components/index.d.ts +1 -0
  73. package/dist/curve/components/BmiCanvas/index.d.ts +11 -0
  74. package/dist/curve/components/FetusCanvas/FetuGrowsEdit.d.ts +7 -0
  75. package/dist/curve/components/FetusCanvas/config.d.ts +3 -0
  76. package/dist/curve/components/FetusCanvas/index.d.ts +4 -0
  77. package/dist/curve/components/FetusCanvas/requestMethods.d.ts +7 -0
  78. package/dist/curve/components/FetusCanvas/use_fetus.d.ts +33 -0
  79. package/dist/curve/components/FetusCanvasNICHD/config.d.ts +3 -0
  80. package/dist/curve/components/FetusCanvasNICHD/data.d.ts +84 -0
  81. package/dist/curve/components/FetusCanvasNICHD/index.d.ts +4 -0
  82. package/dist/curve/components/Pregnogram/index.d.ts +11 -0
  83. package/dist/curve/components/api.d.ts +17 -0
  84. package/dist/curve/components-new/BmiCanvas/index.d.ts +23 -0
  85. package/dist/curve/components-new/FetusCanvas/config.d.ts +2 -0
  86. package/dist/curve/components-new/FetusCanvas/index.d.ts +19 -0
  87. package/dist/curve/components-new/FetusCanvas/requestMethods.d.ts +7 -0
  88. package/dist/curve/components-new/FetusCanvasNICHD/config.d.ts +2 -0
  89. package/dist/curve/components-new/FetusCanvasNICHD/data.d.ts +84 -0
  90. package/dist/curve/components-new/FetusCanvasNICHD/index.d.ts +21 -0
  91. package/dist/curve/components-new/Pregnogram/index.d.ts +13 -0
  92. package/dist/curve/data.d.ts +125 -0
  93. package/dist/curve/func.d.ts +12 -0
  94. package/dist/curve/func.test.d.ts +1 -0
  95. package/dist/curve/index.d.ts +7 -0
  96. package/dist/curve/intro-steps.d.ts +7 -0
  97. package/dist/curve/utils.d.ts +8 -0
  98. package/dist/form_config/conceiveMode.d.ts +2 -0
  99. package/dist/form_config/index.d.ts +4 -0
  100. package/dist/form_config/mlUltrasounds.d.ts +2 -0
  101. package/dist/form_config/not_yes_input.d.ts +4 -0
  102. package/dist/form_config/pressure.d.ts +4 -0
  103. package/dist/hooks/index.d.ts +1 -0
  104. package/dist/hooks/use_duck_form.d.ts +18 -0
  105. package/dist/index.d.ts +2 -0
  106. package/dist/index.js +8 -33
  107. package/dist/modals/entries/StupidTemplateModal2/index copy.d.ts +22 -0
  108. package/dist/modals/entries/StupidTemplateModal2/index.d.ts +1 -2
  109. package/dist/modals/entries/StupidTemplateModal2/methods/index.d.ts +7 -1
  110. package/dist/modals/entries/box/index.d.ts +6 -0
  111. package/dist/modals/entries/modal_form/index.d.ts +1 -1
  112. package/dist/modals/entries/result_template/index.d.ts +24 -0
  113. package/dist/modals/entries/template_modal3/components/TemplateSelect.d.ts +2 -1
  114. package/dist/modals/entries/template_modal3/index copy 2.d.ts +1 -1
  115. package/dist/modals/entries/template_modal3/index.d.ts +6 -3
  116. package/dist/modals/entries/text_search/index.d.ts +1 -1
  117. package/dist/modals/entries//344/271/231/350/202/235/347/256/241/347/220/206/index.d.ts +1 -1
  118. 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
  119. package/dist/modals/entries//346/213/223/345/261/225/351/207/217/350/241/250/History.d.ts +10 -0
  120. package/dist/modals/entries//346/213/223/345/261/225/351/207/217/350/241/250/index.d.ts +9 -0
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. 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
  131. package/dist/modals/entries//351/253/230/345/215/261/351/232/217/350/256/277/form_config.d.ts +4 -2
  132. package/dist/modals/index.d.ts +4 -1
  133. package/dist/modals/meta.d.ts +4 -1
  134. package/dist/pages/doc_record/index.d.ts +1 -1
  135. package/dist/pages/index.d.ts +1 -0
  136. package/dist/pages/questionnaire/Inner.d.ts +4 -0
  137. package/dist/pages/questionnaire/Qn.d.ts +3 -0
  138. package/dist/pages/questionnaire/SelectButton.d.ts +4 -0
  139. package/dist/pages/questionnaire/create/Step2Right.d.ts +11 -0
  140. package/dist/pages/questionnaire/create/common.d.ts +46 -0
  141. package/dist/pages/questionnaire/create/fakeData.d.ts +6 -0
  142. package/dist/pages/questionnaire/create/question-item.d.ts +14 -0
  143. package/dist/pages/questionnaire/create/step1.d.ts +12 -0
  144. package/dist/pages/questionnaire/create/step2.d.ts +10 -0
  145. package/dist/pages/questionnaire/create/step3.d.ts +8 -0
  146. package/dist/pages/questionnaire/create/step4.d.ts +8 -0
  147. package/dist/pages/questionnaire/index.d.ts +3 -0
  148. package/dist/pages/questionnaire/types.d.ts +10 -0
  149. package/dist/utils/helper.d.ts +5 -0
  150. package/dist/utils/index.d.ts +2 -1
  151. package/package.json +34 -16
  152. package/dist/a_chunks/.root.js +0 -245
  153. package/dist/a_chunks/.root.js.map +0 -1
  154. package/dist/a_chunks/.root10.js +0 -474
  155. package/dist/a_chunks/.root10.js.map +0 -1
  156. package/dist/a_chunks/.root11.js.map +0 -1
  157. package/dist/a_chunks/.root12.js +0 -200
  158. package/dist/a_chunks/.root12.js.map +0 -1
  159. package/dist/a_chunks/.root13.js.map +0 -1
  160. package/dist/a_chunks/.root14.js.map +0 -1
  161. package/dist/a_chunks/.root15.js +0 -58
  162. package/dist/a_chunks/.root15.js.map +0 -1
  163. package/dist/a_chunks/.root16.js.map +0 -1
  164. package/dist/a_chunks/.root17.js.map +0 -1
  165. package/dist/a_chunks/.root18.js.map +0 -1
  166. package/dist/a_chunks/.root19.js.map +0 -1
  167. package/dist/a_chunks/.root2.js +0 -76
  168. package/dist/a_chunks/.root2.js.map +0 -1
  169. package/dist/a_chunks/.root20.js.map +0 -1
  170. package/dist/a_chunks/.root21.js.map +0 -1
  171. package/dist/a_chunks/.root22.js.map +0 -1
  172. package/dist/a_chunks/.root23.js.map +0 -1
  173. package/dist/a_chunks/.root24.js.map +0 -1
  174. package/dist/a_chunks/.root25.js +0 -281
  175. package/dist/a_chunks/.root25.js.map +0 -1
  176. package/dist/a_chunks/.root3.js.map +0 -1
  177. package/dist/a_chunks/.root4.js +0 -629
  178. package/dist/a_chunks/.root4.js.map +0 -1
  179. package/dist/a_chunks/.root5.js.map +0 -1
  180. package/dist/a_chunks/.root6.js +0 -164
  181. package/dist/a_chunks/.root6.js.map +0 -1
  182. package/dist/a_chunks/.root7.js.map +0 -1
  183. package/dist/a_chunks/.root8.js.map +0 -1
  184. package/dist/a_chunks/.root9.js +0 -69
  185. package/dist/a_chunks/.root9.js.map +0 -1
  186. package/dist/a_chunks/extends.js +0 -11
  187. package/dist/a_chunks/extends.js.map +0 -1
  188. package/dist/a_chunks/index.js.map +0 -1
  189. package/dist/components/BF_Form/use_table_config copy.d.ts +0 -13
  190. package/dist/index.js.map +0 -1
  191. 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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # yargs-parser
1
+ # yargs-parser +4+
2
2
 
3
3
 
4
4
 
@@ -1,45 +1,14 @@
1
- import 'antd/es/modal/style';
2
- import _Modal from 'antd/es/modal';
3
- import 'antd/es/tabs/style';
4
- import _Tabs from 'antd/es/tabs';
5
- import 'antd/es/button/style';
6
- import _Button from 'antd/es/button';
7
- import 'antd/es/message/style';
8
- import _message from 'antd/es/message';
9
- import _size from 'lodash/size';
10
- import _set from 'lodash/set';
11
- import _get from 'lodash/get';
12
- import _cloneDeep from 'lodash/cloneDeep';
13
- import { s as styleInject, _ as __awaiter, a as __generator, e as __extends, b as __assign } from './index.js';
1
+ import { s as styleInject, b as __awaiter, c as __generator, f as __extends, a as __assign } from './index.js';
14
2
  import { MyForm, getFormData } from '@lm_fe/components_m';
3
+ import { Button, Modal, Tabs, message } from 'antd';
4
+ import { cloneDeep, get, set, size } from 'lodash';
15
5
  import React, { Component } from 'react';
16
6
  import { request } from '@lm_fe/utils';
17
- import 'antd/es/row/style';
18
- import 'antd/es/row';
19
- import 'antd/es/col/style';
20
- import 'antd/es/col';
21
- import 'antd/es/list/style';
22
- import 'antd/es/list';
23
- import 'antd/es/tooltip/style';
24
- import 'antd/es/tooltip';
25
- import '@ant-design/icons';
26
- import 'classnames';
27
- import 'antd/es/spin/style';
28
- import 'antd/es/spin';
29
7
  import '@lm_fe/components';
30
- import 'antd/es/form/style';
31
- import 'antd/es/form';
32
- import 'antd/es/result/style';
33
- import 'antd/es/result';
34
- import 'antd/es/menu/style';
35
- import 'antd/es/menu';
36
- import '@lm_fe/service';
37
- import 'antd/es/space/style';
38
- import 'antd/es/space';
8
+ import 'classnames';
39
9
  import '@lm_fe/env';
40
- import 'lodash/keys';
41
- import 'antd/es/divider/style';
42
- import 'antd/es/divider';
10
+ import '@lm_fe/provoke';
11
+ import '@lm_fe/service';
43
12
  var gdmConfig = [{
44
13
  name: 'gdm',
45
14
  key: '.*',
@@ -1176,8 +1145,8 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1176
1145
  formHandlerObj: {},
1177
1146
  formValue: {},
1178
1147
  formConfig: {
1179
- 4: _cloneDeep(twinsConfig),
1180
- 5: _cloneDeep(multipletsConfig)
1148
+ 4: cloneDeep(twinsConfig),
1149
+ 5: cloneDeep(multipletsConfig)
1181
1150
  }
1182
1151
  };
1183
1152
  _this.handleClose = function () {
@@ -1192,15 +1161,15 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1192
1161
  case 0:
1193
1162
  onClose = this.props.onClose;
1194
1163
  _a = this.state, formHandlerObj = _a.formHandlerObj, activeKey = _a.activeKey;
1195
- formHandler = _get(formHandlerObj, "".concat(activeKey));
1164
+ formHandler = get(formHandlerObj, "".concat(activeKey));
1196
1165
  return [4, formHandler.submit()];
1197
1166
  case 1:
1198
1167
  _b = _c.sent(), validCode = _b.validCode, res = _b.res;
1199
1168
  if (validCode) {
1200
1169
  this.updataMethods(res);
1201
1170
  } else {
1202
- _message.destroy();
1203
- _message.error('请完善表单项!');
1171
+ message.destroy();
1172
+ message.error('请完善表单项!');
1204
1173
  }
1205
1174
  onClose();
1206
1175
  return [2];
@@ -1226,13 +1195,13 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1226
1195
  _a.activeKey;
1227
1196
  var formHandlerObj = _a.formHandlerObj;
1228
1197
  _a.formValue;
1229
- var formHandler = _get(formHandlerObj, "5");
1198
+ var formHandler = get(formHandlerObj, "5");
1230
1199
  if (formHandler && formHandler.subscribe) {
1231
1200
  formHandler.subscribe('fetalCount', 'change', function (val) {
1232
1201
  var fetalCont = formHandler.fetalCount.actions.getValue().value;
1233
1202
  _this.changeConfig(fetalCont);
1234
- var newvalue = _cloneDeep(_get(_this.state.formValue, "5"));
1235
- _set(newvalue, "fetalCount", fetalCont);
1203
+ var newvalue = cloneDeep(get(_this.state.formValue, "5"));
1204
+ set(newvalue, "fetalCount", fetalCont);
1236
1205
  _this.setState({
1237
1206
  formValue: __assign(__assign({}, _this.state.formValue), {
1238
1207
  5: newvalue
@@ -1245,7 +1214,7 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1245
1214
  var _a = this.props,
1246
1215
  headerInfo = _a.headerInfo,
1247
1216
  id = _a.id;
1248
- return _get(headerInfo, 'id') || id;
1217
+ return get(headerInfo, 'id') || id;
1249
1218
  };
1250
1219
  DoctorEnd_ExemplaryCase.prototype.initData = function (key) {
1251
1220
  return __awaiter(this, void 0, void 0, function () {
@@ -1256,11 +1225,11 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1256
1225
  case 0:
1257
1226
  this.props.headerInfo;
1258
1227
  formValue = this.state.formValue;
1259
- if (!(['4', '5'].includes(key) && !_get(formValue, "".concat(key)))) return [3, 2];
1228
+ if (!(['4', '5'].includes(key) && !get(formValue, "".concat(key)))) return [3, 2];
1260
1229
  return [4, getPregnancyCaseOfOutpatient(this.getId())];
1261
1230
  case 1:
1262
1231
  value = _b.sent();
1263
- this.changeConfig(_get(value, "fetalCount"));
1232
+ this.changeConfig(get(value, "fetalCount"));
1264
1233
  this.setState({
1265
1234
  formValue: __assign(__assign({}, formValue), (_a = {}, _a[key] = value, _a))
1266
1235
  });
@@ -1297,7 +1266,7 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1297
1266
  if (!['4', '5'].includes(activeKey)) return [3, 2];
1298
1267
  postData = __assign(__assign(__assign(__assign({}, newData), newData.reduction), newData.stillbornFoetus), {
1299
1268
  fetalCount: activeKey == 4 ? '二胎' : newData.fetalCount,
1300
- id: _get(formValue, "".concat(activeKey, ".id"))
1269
+ id: get(formValue, "".concat(activeKey, ".id"))
1301
1270
  });
1302
1271
  return [4, updatePregnancyCaseOfOutpatient(postData)];
1303
1272
  case 1:
@@ -1324,12 +1293,12 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1324
1293
  var newConfig;
1325
1294
  if (activeKey == '4') {
1326
1295
  fetalCount = '二胎';
1327
- newConfig = _cloneDeep(formConfig['4']);
1296
+ newConfig = cloneDeep(formConfig['4']);
1328
1297
  } else {
1329
- newConfig = _cloneDeep(formConfig['5']);
1298
+ newConfig = cloneDeep(formConfig['5']);
1330
1299
  }
1331
- var options = (fetalCount ? _get(fetalOption, "".concat(fetalCount)) : _get(fetalOption, "\u516D\u80CE")) || _get(fetalOption, "\u516D\u80CE");
1332
- _set(newConfig, "[".concat(_size(newConfig) - 1, "].input_props.tableColumns[2].editor.input_props.options"), options);
1300
+ var options = (fetalCount ? get(fetalOption, "".concat(fetalCount)) : get(fetalOption, "\u516D\u80CE")) || get(fetalOption, "\u516D\u80CE");
1301
+ set(newConfig, "[".concat(size(newConfig) - 1, "].input_props.tableColumns[2].editor.input_props.options"), options);
1333
1302
  this.setState({
1334
1303
  formConfig: __assign(__assign({}, formConfig), (_a = {}, _a[activeKey] = newConfig, _a))
1335
1304
  });
@@ -1349,20 +1318,20 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1349
1318
  formHandlerObj = _b.formHandlerObj,
1350
1319
  formValue = _b.formValue,
1351
1320
  formConfig = _b.formConfig;
1352
- var footer = [/*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_Button, {
1321
+ var footer = [/*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Button, {
1353
1322
  type: "primary",
1354
1323
  onClick: this.handleSure
1355
1324
  }, "\u786E\u5B9A"))];
1356
- return /*#__PURE__*/React.createElement(_Modal, {
1325
+ return /*#__PURE__*/React.createElement(Modal, {
1357
1326
  width: 1400,
1358
1327
  visible: true,
1359
1328
  footer: footer,
1360
1329
  onCancel: this.handleClose,
1361
1330
  className: styles['exemplary-case-container']
1362
- }, /*#__PURE__*/React.createElement(_Tabs, {
1331
+ }, /*#__PURE__*/React.createElement(Tabs, {
1363
1332
  onChange: this.tabsOnChange.bind(this),
1364
1333
  activeKey: activeKey
1365
- }, isShowGdm && /*#__PURE__*/React.createElement(_Tabs.TabPane, {
1334
+ }, isShowGdm && (/*#__PURE__*/React.createElement(Tabs.TabPane, {
1366
1335
  tab: "GDM\u4E13\u6848",
1367
1336
  key: "1"
1368
1337
  }, /*#__PURE__*/React.createElement(MyForm, {
@@ -1376,7 +1345,7 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1376
1345
  });
1377
1346
  },
1378
1347
  submitChange: false
1379
- })), isShowSlowGrowing && /*#__PURE__*/React.createElement(_Tabs.TabPane, {
1348
+ }))), isShowSlowGrowing && (/*#__PURE__*/React.createElement(Tabs.TabPane, {
1380
1349
  tab: "\u80CE\u513F\u751F\u957F\u7F13\u6162\u4E13\u6848",
1381
1350
  key: "2"
1382
1351
  }, /*#__PURE__*/React.createElement(MyForm, {
@@ -1390,7 +1359,7 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1390
1359
  });
1391
1360
  },
1392
1361
  submitChange: false
1393
- })), isShowBmi && /*#__PURE__*/React.createElement(_Tabs.TabPane, {
1362
+ }))), isShowBmi && (/*#__PURE__*/React.createElement(Tabs.TabPane, {
1394
1363
  tab: "BMI\u9AD8\u5371\u4E13\u6848",
1395
1364
  key: "3"
1396
1365
  }, /*#__PURE__*/React.createElement(MyForm, {
@@ -1404,12 +1373,12 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1404
1373
  });
1405
1374
  },
1406
1375
  submitChange: false
1407
- })), isShowTwins && /*#__PURE__*/React.createElement(_Tabs.TabPane, {
1376
+ }))), isShowTwins && (/*#__PURE__*/React.createElement(Tabs.TabPane, {
1408
1377
  tab: "\u53CC\u80CE\u4E13\u6848",
1409
1378
  key: "4"
1410
1379
  }, /*#__PURE__*/React.createElement(MyForm, {
1411
- config: _get(formConfig, "4"),
1412
- value: _get(formValue, "".concat(4)),
1380
+ config: get(formConfig, "4"),
1381
+ value: get(formValue, "".concat(4)),
1413
1382
  getFormHandler: function getFormHandler(formHandler) {
1414
1383
  return _this.setState({
1415
1384
  formHandlerObj: __assign(__assign({}, formHandlerObj), {
@@ -1418,12 +1387,12 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1418
1387
  });
1419
1388
  },
1420
1389
  submitChange: false
1421
- })), isShowMultiplets && /*#__PURE__*/React.createElement(_Tabs.TabPane, {
1422
- tab: "".concat(_get(this.props, "headerInfo.pregnancyCaseLable") || '多胎', "\u4E13\u6848"),
1390
+ }))), isShowMultiplets && (/*#__PURE__*/React.createElement(Tabs.TabPane, {
1391
+ tab: "".concat(get(this.props, "headerInfo.pregnancyCaseLable") || '多胎', "\u4E13\u6848"),
1423
1392
  key: "5"
1424
1393
  }, /*#__PURE__*/React.createElement(MyForm, {
1425
- config: _get(formConfig, "5"),
1426
- value: _get(formValue, "".concat(5)),
1394
+ config: get(formConfig, "5"),
1395
+ value: get(formValue, "".concat(5)),
1427
1396
  getFormHandler: function getFormHandler(formHandler) {
1428
1397
  return _this.setState({
1429
1398
  formHandlerObj: __assign(__assign({}, formHandlerObj), {
@@ -1432,9 +1401,8 @@ var DoctorEnd_ExemplaryCase = function (_super) {
1432
1401
  });
1433
1402
  },
1434
1403
  submitChange: false
1435
- }))));
1404
+ })))));
1436
1405
  };
1437
1406
  return DoctorEnd_ExemplaryCase;
1438
1407
  }(Component);
1439
1408
  export { DoctorEnd_ExemplaryCase as default };
1440
- //# sourceMappingURL=.root5.js.map