@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
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import { s as styleInject, d as __rest, b as __awaiter, c as __generator, a as __assign, _ as __spreadArray } from './index.js';
|
|
2
|
+
import { SMchc_TemplateTrees } from '@lm_fe/service';
|
|
3
|
+
import { Modal, Space, Button } from 'antd';
|
|
4
|
+
import { forEach, isEmpty } from 'lodash';
|
|
5
|
+
import React, { useState, useRef, useEffect } from 'react';
|
|
6
|
+
import ReactToPrint from 'react-to-print';
|
|
7
|
+
import { LazyAntd } from '@lm_fe/components';
|
|
8
|
+
import { mchcEnv } from '@lm_fe/env';
|
|
9
|
+
import { f as fuck_user_info, a as fuck_sign_user, b as fuck_sign_doctor } from './utils2.js';
|
|
10
|
+
import '@lm_fe/utils';
|
|
11
|
+
import 'classnames';
|
|
12
|
+
import '@lm_fe/components_m';
|
|
13
|
+
import '@lm_fe/provoke';
|
|
14
|
+
var css_248z = "@media print {\n html,\n body {\n background-color: #fff !important;\n }\n html .index-module_printtoalc__Eq-V4,\n body .index-module_printtoalc__Eq-V4 {\n padding: 12px;\n }\n}\n.index-module_tree-title__S78sH {\n width: 100%;\n}\n.index-module_tree-title__S78sH > .ant-tree-switcher,\n.index-module_tree-title__S78sH > .ant-tree-checkbox {\n display: none;\n}\n.index-module_tree-title__S78sH > .ant-tree-node-content-wrapper {\n width: 100%;\n height: 30px;\n margin-bottom: 10px;\n line-height: 30px;\n text-align: center;\n background-color: #e6f7ff;\n border-bottom: 3px solid #6699ff;\n}\n";
|
|
15
|
+
var styles = {
|
|
16
|
+
"printtoalc": "index-module_printtoalc__Eq-V4",
|
|
17
|
+
"tree-title": "index-module_tree-title__S78sH"
|
|
18
|
+
};
|
|
19
|
+
styleInject(css_248z);
|
|
20
|
+
var Tree = LazyAntd.Tree;
|
|
21
|
+
LazyAntd.TreeSelect;
|
|
22
|
+
LazyAntd.Select;
|
|
23
|
+
LazyAntd.Table;
|
|
24
|
+
LazyAntd.Dropdown;
|
|
25
|
+
LazyAntd.Pagination;
|
|
26
|
+
var TYPE = 33;
|
|
27
|
+
function Index(props) {
|
|
28
|
+
var _this = this;
|
|
29
|
+
var modal_data = props.modal_data,
|
|
30
|
+
close = props.close,
|
|
31
|
+
others = __rest(props, ["modal_data", "close"]);
|
|
32
|
+
var headerInfo = modal_data.headerInfo;
|
|
33
|
+
var _a = useState([]),
|
|
34
|
+
treeToalc = _a[0],
|
|
35
|
+
setTreeToalc = _a[1];
|
|
36
|
+
var _b = useState([]),
|
|
37
|
+
toalcKeys = _b[0],
|
|
38
|
+
setToalcKeys = _b[1];
|
|
39
|
+
var printTableRef = useRef(null);
|
|
40
|
+
var pregnancyId = headerInfo.id;
|
|
41
|
+
useEffect(function () {
|
|
42
|
+
(function () {
|
|
43
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
44
|
+
var _treeToalc, selecteToalc, toalcValue, _toalcKeys;
|
|
45
|
+
var _a;
|
|
46
|
+
return __generator(this, function (_b) {
|
|
47
|
+
switch (_b.label) {
|
|
48
|
+
case 0:
|
|
49
|
+
return [4, SMchc_TemplateTrees.getTemplateTree(TYPE)];
|
|
50
|
+
case 1:
|
|
51
|
+
_treeToalc = _b.sent();
|
|
52
|
+
return [4, SMchc_TemplateTrees.findAlertAssessment(TYPE, pregnancyId)];
|
|
53
|
+
case 2:
|
|
54
|
+
selecteToalc = _b.sent();
|
|
55
|
+
toalcValue = (_a = selecteToalc.value) !== null && _a !== void 0 ? _a : [];
|
|
56
|
+
_toalcKeys = toalcValue.map(function (_) {
|
|
57
|
+
return String(_.id);
|
|
58
|
+
});
|
|
59
|
+
setTreeToalc(_treeToalc);
|
|
60
|
+
setToalcKeys(_toalcKeys);
|
|
61
|
+
return [2];
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
})();
|
|
66
|
+
return function () {};
|
|
67
|
+
}, []);
|
|
68
|
+
function handleCheck(keys) {
|
|
69
|
+
forEach(treeToalc, function (item) {
|
|
70
|
+
if (keys.includes(String(item.id))) {
|
|
71
|
+
item.selected = true;
|
|
72
|
+
} else {
|
|
73
|
+
item.selected = null;
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
setToalcKeys(keys);
|
|
77
|
+
setTreeToalc(__spreadArray([], treeToalc, true));
|
|
78
|
+
}
|
|
79
|
+
function handleOk() {
|
|
80
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
81
|
+
var filterData, data;
|
|
82
|
+
return __generator(this, function (_a) {
|
|
83
|
+
switch (_a.label) {
|
|
84
|
+
case 0:
|
|
85
|
+
filterData = treeToalc.filter(function (item) {
|
|
86
|
+
return toalcKeys.includes(String(item.id));
|
|
87
|
+
});
|
|
88
|
+
data = {
|
|
89
|
+
pregnancyId: pregnancyId,
|
|
90
|
+
type: TYPE,
|
|
91
|
+
value: filterData.length ? filterData : undefined,
|
|
92
|
+
templateId: null
|
|
93
|
+
};
|
|
94
|
+
if (!(filterData.length == 0)) return [3, 2];
|
|
95
|
+
return [4, SMchc_TemplateTrees.deleteHighrisk(data)];
|
|
96
|
+
case 1:
|
|
97
|
+
_a.sent();
|
|
98
|
+
return [3, 4];
|
|
99
|
+
case 2:
|
|
100
|
+
return [4, SMchc_TemplateTrees.saveAlertAssessment(data)];
|
|
101
|
+
case 3:
|
|
102
|
+
_a.sent();
|
|
103
|
+
_a.label = 4;
|
|
104
|
+
case 4:
|
|
105
|
+
close === null || close === void 0 ? void 0 : close(true);
|
|
106
|
+
return [2];
|
|
107
|
+
}
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
function transferTemplateData(data, pid) {
|
|
112
|
+
if (pid === void 0) {
|
|
113
|
+
pid = 0;
|
|
114
|
+
}
|
|
115
|
+
var treeData = [];
|
|
116
|
+
data.forEach(function (item) {
|
|
117
|
+
if (item.pid === pid) {
|
|
118
|
+
var tmpData = {
|
|
119
|
+
key: String(item.id)
|
|
120
|
+
};
|
|
121
|
+
if (item.pid === 0) tmpData.className = styles['tree-title'];
|
|
122
|
+
tmpData.title = item.val;
|
|
123
|
+
tmpData.key = String(item.id);
|
|
124
|
+
tmpData.children = transferTemplateData(data, item.id);
|
|
125
|
+
if (isEmpty(tmpData.children)) {
|
|
126
|
+
tmpData.isLeaf = true;
|
|
127
|
+
} else {
|
|
128
|
+
tmpData.isLeaf = false;
|
|
129
|
+
}
|
|
130
|
+
treeData.push(tmpData);
|
|
131
|
+
}
|
|
132
|
+
});
|
|
133
|
+
return treeData;
|
|
134
|
+
}
|
|
135
|
+
function renderFooter() {
|
|
136
|
+
var _this = this;
|
|
137
|
+
return /*#__PURE__*/React.createElement(Space, {
|
|
138
|
+
style: {
|
|
139
|
+
display: 'flex',
|
|
140
|
+
alignItems: 'center',
|
|
141
|
+
justifyContent: 'center'
|
|
142
|
+
}
|
|
143
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
144
|
+
key: "back",
|
|
145
|
+
onClick: function onClick() {
|
|
146
|
+
return close === null || close === void 0 ? void 0 : close(false);
|
|
147
|
+
}
|
|
148
|
+
}, "\u53D6\u6D88"), /*#__PURE__*/React.createElement(Button, {
|
|
149
|
+
key: "submit",
|
|
150
|
+
type: "primary",
|
|
151
|
+
onClick: handleOk
|
|
152
|
+
}, "\u786E\u5B9A"), /*#__PURE__*/React.createElement(ReactToPrint, {
|
|
153
|
+
trigger: function trigger() {
|
|
154
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Button, {
|
|
155
|
+
type: "primary"
|
|
156
|
+
}, "\u6253\u5370"));
|
|
157
|
+
},
|
|
158
|
+
onBeforeGetContent: function onBeforeGetContent() {
|
|
159
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
160
|
+
return __generator(this, function (_a) {
|
|
161
|
+
setTimeout(function () {}, 100);
|
|
162
|
+
return [2];
|
|
163
|
+
});
|
|
164
|
+
});
|
|
165
|
+
},
|
|
166
|
+
content: function content() {
|
|
167
|
+
return printTableRef.current;
|
|
168
|
+
}
|
|
169
|
+
}));
|
|
170
|
+
}
|
|
171
|
+
var treeData = transferTemplateData(treeToalc);
|
|
172
|
+
return /*#__PURE__*/React.createElement(Modal, __assign({}, others, {
|
|
173
|
+
className: styles["tolac-modal"],
|
|
174
|
+
title: "\u7622\u75D5\u5B50\u5BAB\u9634\u9053\u8BD5\u4EA7\u8868",
|
|
175
|
+
width: 800,
|
|
176
|
+
onOk: handleOk,
|
|
177
|
+
maskClosable: false,
|
|
178
|
+
footer: renderFooter()
|
|
179
|
+
}), !!treeToalc.length && (/*#__PURE__*/React.createElement(Tree, {
|
|
180
|
+
checkable: true,
|
|
181
|
+
defaultExpandAll: true,
|
|
182
|
+
checkedKeys: toalcKeys,
|
|
183
|
+
treeData: treeData,
|
|
184
|
+
onCheck: handleCheck
|
|
185
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
186
|
+
style: {
|
|
187
|
+
display: 'none'
|
|
188
|
+
}
|
|
189
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
190
|
+
style: {
|
|
191
|
+
marginTop: '28px'
|
|
192
|
+
},
|
|
193
|
+
ref: printTableRef,
|
|
194
|
+
className: styles['printtoalc']
|
|
195
|
+
}, /*#__PURE__*/React.createElement("h2", {
|
|
196
|
+
style: {
|
|
197
|
+
textAlign: 'center'
|
|
198
|
+
}
|
|
199
|
+
}, "\u7622\u75D5\u5B50\u5BAB\u9634\u9053\u8BD5\u4EA7\u8868"), fuck_user_info(headerInfo), !!treeToalc.length && (/*#__PURE__*/React.createElement(Tree, {
|
|
200
|
+
checkable: true,
|
|
201
|
+
defaultExpandAll: true,
|
|
202
|
+
checkedKeys: toalcKeys,
|
|
203
|
+
treeData: treeData,
|
|
204
|
+
onCheck: handleCheck
|
|
205
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
206
|
+
style: {
|
|
207
|
+
display: mchcEnv["in"](['越秀妇幼']) ? 'block' : 'none',
|
|
208
|
+
lineHeight: 2.6,
|
|
209
|
+
pageBreakBefore: 'always',
|
|
210
|
+
padding: '48px 24px'
|
|
211
|
+
}
|
|
212
|
+
}, /*#__PURE__*/React.createElement("div", null, "\u60A3\u8005\u77E5\u60C5\u9009\u62E9"), /*#__PURE__*/React.createElement("div", null, "1\u3001\u533B\u751F\u5DF2\u544A\u77E5\u6211\u5173\u4E8E\u765C\u75D5\u5B50\u5BAB\u7684\u4ECB\u7ECD\u3001\u76EE\u524D\u5B55\u4EA7\u5987\u7684\u60C5\u51B5\u53CA\u53EF\u91C7\u53D6\u7684\u5206\u5A29\u65B9\u5F0F\u3002"), /*#__PURE__*/React.createElement("div", null, "2\u3001\u6211\u540C\u610F\u533B\u751F\u6839\u636E\u5B55\u4EA7\u5987\u60C5\u51B5\u800C\u8981\u91C7\u53D6\u7684\u5206\u5A29\u65B9\u5F0F\u3002"), /*#__PURE__*/React.createElement("div", null, "3\u3001\u6211\u5E76\u672A\u5F97\u5230\u767E\u5206\u4E4B\u767E\u6210\u529F\u7684\u8BB8\u8BFA\u3002"), /*#__PURE__*/React.createElement("div", null, "4.\u6211\u5DF2\u8BE6\u7EC6\u9605\u8BFB\u4EE5\u4E0A\u5185\u5BB9\uFF0C\u5BF9\u533B\u5E08\u8BE6\u7EC6\u544A\u77E5\u7684\u5404\u79CD\u98CE\u9669\u8868\u793A\u5B8C\u5168\u7406\u89E3\u3002"), fuck_sign_user(), /*#__PURE__*/React.createElement("div", null, "\u6211\u5DF2\u544A\u77E5\u5B55\u4EA7\u5987\u53CA\u5B55\u4EA7\u5987\u4EB2\u5C5E\u6216\u6388\u6743\u5173\u7CFB\u4EBA\u5173\u4E8E\u765C\u75D5\u5B50\u5BAB\u7684\u4ECB\u7ECD\uFF0C\u76EE\u524D\u5B55\u4EA7\u5987\u7684\u60C5\u51B5\u53CA\u53EF\u91C7\u53D6\u7684\u5206\u5A29\u65B9\u5F0F\u3002"), fuck_sign_doctor()))));
|
|
213
|
+
}
|
|
214
|
+
export { Index as default };
|