|
@@ -21,27 +21,27 @@
|
21
|
21
|
</div>
|
22
|
22
|
<div class="inline_block">
|
23
|
23
|
门诊:
|
24
|
|
- <div class="under_line" style="width: 30px;text-align: center;">
|
25
|
|
- <check-box :checked="patientInfo_source_1 "></check-box>
|
26
|
|
- </div>
|
|
24
|
+ <div class="under_line" style="width: 30px;text-align: center;">
|
|
25
|
+ <check-box :checked="patientInfo_source_1 "></check-box>
|
|
26
|
+ </div>
|
27
|
27
|
</div>
|
28
|
28
|
<div class="inline_block">
|
29
|
29
|
病区:
|
30
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
31
|
|
- {{'/'}}
|
32
|
|
- </div>
|
|
30
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
31
|
+ {{'/'}}
|
|
32
|
+ </div>
|
33
|
33
|
</div>
|
34
|
34
|
<div class="inline_block">
|
35
|
35
|
床号:
|
36
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
37
|
|
- {{'/'}}
|
38
|
|
- </div>
|
|
36
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
37
|
+ {{'/'}}
|
|
38
|
+ </div>
|
39
|
39
|
</div>
|
40
|
40
|
<div class="inline_block">
|
41
|
41
|
透析号:
|
42
|
|
- <div class="under_line" style="width: 70px;text-align: center;">
|
43
|
|
- {{patientInfo.dialysis_no}}
|
44
|
|
- </div>
|
|
42
|
+ <div class="under_line" style="width: 70px;text-align: center;">
|
|
43
|
+ {{patientInfo.dialysis_no}}
|
|
44
|
+ </div>
|
45
|
45
|
</div>
|
46
|
46
|
<div class="inline_block" style="margin-left: 5px;">
|
47
|
47
|
住院号/门诊号:
|
|
@@ -73,310 +73,336 @@
|
73
|
73
|
<div class="row" :style=" this.totollength > 13?'margin-bottom:400px;':''">
|
74
|
74
|
<table class="proj_table" >
|
75
|
75
|
<tbody>
|
76
|
|
- <tr><td colspan="2" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">透析前情况</td></tr>
|
77
|
|
- <tr>
|
78
|
|
- <td colspan="2">
|
79
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
80
|
|
- <div class="inline_block" style="flex:1;">
|
81
|
|
- 本次透析日期:
|
82
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
83
|
|
- {{xtdate}}
|
84
|
|
- </div>
|
|
76
|
+ <tr><td colspan="2" style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;">透析前情况</td></tr>
|
|
77
|
+ <tr>
|
|
78
|
+ <td colspan="2">
|
|
79
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
80
|
+ <div class="inline_block" style="flex:1;">
|
|
81
|
+ 本次透析日期:
|
|
82
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
83
|
+ {{xtdate}}
|
85
|
84
|
</div>
|
86
|
|
- <div class="inline_block" style="flex:1;">
|
87
|
|
- 透析次数:
|
88
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
89
|
|
- {{patientInfo.total_dialysis?patientInfo.total_dialysis:'/'}}
|
90
|
|
- </div>
|
|
85
|
+ </div>
|
|
86
|
+ <div class="inline_block" style="flex:1;">
|
|
87
|
+ 透析次数:
|
|
88
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
89
|
+ {{patientInfo.total_dialysis?patientInfo.total_dialysis:'/'}}
|
91
|
90
|
</div>
|
92
|
|
- <div class="inline_block" style="flex:1;">
|
93
|
|
- 透前症状:
|
94
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
95
|
|
- {{predialysis.symptom_before_dialysis?predialysis.symptom_before_dialysis:'/'}}
|
96
|
|
- </div>
|
|
91
|
+ </div>
|
|
92
|
+ <div class="inline_block" style="flex:1;">
|
|
93
|
+ 透前症状:
|
|
94
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
95
|
+ {{predialysis.symptom_before_dialysis?predialysis.symptom_before_dialysis:'/'}}
|
97
|
96
|
</div>
|
98
|
97
|
</div>
|
|
98
|
+ </div>
|
99
|
99
|
|
100
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;">
|
101
|
|
- <div class="inline_block" >
|
102
|
|
- T:
|
103
|
|
- <div class="under_line" style="width: 50px;text-align: center">
|
104
|
|
- {{predialysis.temperature?predialysis.temperature:'/'}}
|
105
|
|
- </div>
|
106
|
|
- °C
|
|
100
|
+ <div class="row" style="padding: 2px 0;line-height:23px;">
|
|
101
|
+ <div class="inline_block" >
|
|
102
|
+ T:
|
|
103
|
+ <div class="under_line" style="width: 50px;text-align: center">
|
|
104
|
+ {{predialysis.temperature?predialysis.temperature:'/'}}
|
107
|
105
|
</div>
|
108
|
|
- <div class="inline_block" style="margin-left:10px;">
|
109
|
|
- P:
|
110
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
111
|
|
- {{predialysis.pulse_frequency?predialysis.pulse_frequency:'/'}}
|
112
|
|
- </div>
|
113
|
|
- 次/分
|
|
106
|
+ °C
|
|
107
|
+ </div>
|
|
108
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
109
|
+ P:
|
|
110
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
111
|
+ {{predialysis.pulse_frequency?predialysis.pulse_frequency:'/'}}
|
114
|
112
|
</div>
|
115
|
|
- <div class="inline_block" style="margin-left:10px;">
|
116
|
|
- R:
|
117
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
118
|
|
- {{predialysis.breathing_rate?predialysis.breathing_rate:'/'}}
|
119
|
|
- </div>
|
120
|
|
- 次/分
|
|
113
|
+ 次/分
|
|
114
|
+ </div>
|
|
115
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
116
|
+ R:
|
|
117
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
118
|
+ {{predialysis.breathing_rate?predialysis.breathing_rate:'/'}}
|
121
|
119
|
</div>
|
122
|
|
- <div class="inline_block" style="margin-left:10px;">
|
123
|
|
- BP:
|
124
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
125
|
|
- {{predialysis.systolic_blood_pressure?predialysis.systolic_blood_pressure:'/'}}
|
126
|
|
- </div>
|
127
|
|
- /
|
128
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
129
|
|
- {{predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:'/'}}
|
130
|
|
- </div>
|
131
|
|
- mmHg
|
|
120
|
+ 次/分
|
|
121
|
+ </div>
|
|
122
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
123
|
+ BP:
|
|
124
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
125
|
+ {{predialysis.systolic_blood_pressure?predialysis.systolic_blood_pressure:'/'}}
|
132
|
126
|
</div>
|
133
|
|
- <div class="inline_block" style="margin-left:10px;">
|
134
|
|
- 血管通路:
|
135
|
|
- <div class="under_line" style="width: 200px;text-align: center;">
|
136
|
|
- {{QueryPartById(predialysis.blood_access_part_id)}} {{predialysis.blood_access_part_opera_name}}
|
137
|
|
- </div>
|
|
127
|
+ /
|
|
128
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
129
|
+ {{predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:'/'}}
|
138
|
130
|
</div>
|
|
131
|
+ mmHg
|
139
|
132
|
</div>
|
140
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
141
|
|
- <div class="inline_block" style="flex:1;">
|
142
|
|
- 内瘘:
|
143
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
144
|
|
- {{predialysis.internal_fistula?predialysis.internal_fistula:'/'}}
|
145
|
|
- </div>
|
|
133
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
134
|
+ 血管通路:
|
|
135
|
+ <div class="under_line" style="width: 200px;text-align: center;">
|
|
136
|
+ {{QueryPartById(predialysis.blood_access_part_id)}} {{predialysis.blood_access_part_opera_name}}
|
|
137
|
+ </div>
|
|
138
|
+ </div>
|
|
139
|
+ </div>
|
|
140
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
141
|
+ <div class="inline_block" style="flex:1;">
|
|
142
|
+ 内瘘:
|
|
143
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
144
|
+ {{predialysis.internal_fistula?predialysis.internal_fistula:'/'}}
|
146
|
145
|
</div>
|
|
146
|
+ </div>
|
147
|
147
|
|
148
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
149
|
|
- 导管:
|
150
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
151
|
|
- {{predialysis.catheter?predialysis.catheter:'/'}}
|
152
|
|
- </div>
|
|
148
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
149
|
+ 导管:
|
|
150
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
151
|
+ {{predialysis.catheter?predialysis.catheter:'/'}}
|
153
|
152
|
</div>
|
154
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
155
|
|
- 穿刺方式:
|
156
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 0">
|
157
|
|
- /
|
158
|
|
- </div>
|
159
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 1">
|
160
|
|
- 绳梯
|
161
|
|
- </div>
|
162
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 2">
|
163
|
|
- 扣眼
|
164
|
|
- </div>
|
165
|
|
- <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 3">
|
166
|
|
- 区域
|
167
|
|
- </div>
|
|
153
|
+ </div>
|
|
154
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
155
|
+ 穿刺方式:
|
|
156
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 0">
|
|
157
|
+ /
|
168
|
158
|
</div>
|
169
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
170
|
|
- 穿刺针:
|
171
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
172
|
|
- {{predialysis.puncture_needle?predialysis.puncture_needle:'/'}}
|
173
|
|
- </div>
|
|
159
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 1">
|
|
160
|
+ 绳梯
|
|
161
|
+ </div>
|
|
162
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 2">
|
|
163
|
+ 扣眼
|
|
164
|
+ </div>
|
|
165
|
+ <div class="under_line" style="width: 100px;text-align: center" v-if="predialysis.puncture_way == 3">
|
|
166
|
+ 区域
|
174
|
167
|
</div>
|
175
|
168
|
</div>
|
176
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
177
|
|
- <div class="inline_block" style="flex:1;">
|
178
|
|
- 透析方式:
|
179
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="!prescription.mode_id">
|
180
|
|
- /
|
181
|
|
- </div>
|
182
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==1">
|
183
|
|
- HD
|
184
|
|
- </div>
|
185
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==2">
|
186
|
|
- HDF
|
187
|
|
- </div>
|
188
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==3">
|
189
|
|
- HD+HP
|
190
|
|
- </div>
|
191
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==4">
|
192
|
|
- HP
|
193
|
|
- </div>
|
194
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==5">
|
195
|
|
- HF
|
196
|
|
- </div>
|
197
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==6">
|
198
|
|
- SCUF
|
199
|
|
- </div>
|
200
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==7">
|
201
|
|
- IUF
|
202
|
|
- </div>
|
203
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==8">
|
204
|
|
- HFHD
|
205
|
|
- </div>
|
206
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==9">
|
207
|
|
- HFHD+HP
|
208
|
|
- </div>
|
209
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==10">
|
210
|
|
- PHF
|
211
|
|
- </div>
|
212
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==11">
|
213
|
|
- HFR
|
214
|
|
- </div>
|
215
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==12">
|
216
|
|
- HDF+HP
|
217
|
|
- </div>
|
218
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==13">
|
219
|
|
- CRRT
|
220
|
|
- </div>
|
221
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==14">
|
222
|
|
- 腹水回输
|
223
|
|
- </div>
|
224
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==15">
|
225
|
|
- HD前置换
|
226
|
|
- </div>
|
227
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==16">
|
228
|
|
- HD后置换
|
229
|
|
- </div>
|
230
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==17">
|
231
|
|
- HDF前置换
|
232
|
|
- </div>
|
233
|
|
- <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==18">
|
234
|
|
- HDF后置换
|
235
|
|
- </div>
|
|
169
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
170
|
+ 穿刺针:
|
|
171
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
172
|
+ {{predialysis.puncture_needle?predialysis.puncture_needle:'/'}}
|
236
|
173
|
</div>
|
237
|
|
-
|
238
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
239
|
|
- 置换方式:
|
240
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
241
|
|
- {{getDisplaceLiquiPart(prescription.displace_liqui_part)}}
|
242
|
|
- </div>
|
|
174
|
+ </div>
|
|
175
|
+ </div>
|
|
176
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
177
|
+ <div class="inline_block" style="flex:1;">
|
|
178
|
+ 透析方式:
|
|
179
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="!prescription.mode_id">
|
|
180
|
+ /
|
243
|
181
|
</div>
|
244
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
245
|
|
- 置换量:
|
246
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
247
|
|
- {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
248
|
|
- </div>
|
249
|
|
- L
|
|
182
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==1">
|
|
183
|
+ HD
|
250
|
184
|
</div>
|
251
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
252
|
|
- 血流量:
|
253
|
|
- <div class="under_line" style="width: 50px;text-align: center">
|
254
|
|
- {{prescription.blood_flow_volume?prescription.blood_flow_volume:'/'}}
|
255
|
|
- </div>
|
256
|
|
- ml/min
|
|
185
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==2">
|
|
186
|
+ HDF
|
257
|
187
|
</div>
|
258
|
|
- <div class="inline_block" style="margin-left:10px;flex:1;">
|
259
|
|
- 透析时间:
|
260
|
|
- <div class="under_line" style="width: 50px;text-align: center">
|
261
|
|
- {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'/'}}
|
262
|
|
- </div>
|
263
|
|
- h
|
|
188
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==3">
|
|
189
|
+ HD+HP
|
|
190
|
+ </div>
|
|
191
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==4">
|
|
192
|
+ HP
|
|
193
|
+ </div>
|
|
194
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==5">
|
|
195
|
+ HF
|
|
196
|
+ </div>
|
|
197
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==6">
|
|
198
|
+ SCUF
|
|
199
|
+ </div>
|
|
200
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==7">
|
|
201
|
+ IUF
|
|
202
|
+ </div>
|
|
203
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==8">
|
|
204
|
+ HFHD
|
|
205
|
+ </div>
|
|
206
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==9">
|
|
207
|
+ HFHD+HP
|
|
208
|
+ </div>
|
|
209
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==10">
|
|
210
|
+ PHF
|
|
211
|
+ </div>
|
|
212
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==11">
|
|
213
|
+ HFR
|
|
214
|
+ </div>
|
|
215
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==12">
|
|
216
|
+ HDF+HP
|
|
217
|
+ </div>
|
|
218
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==13">
|
|
219
|
+ CRRT
|
|
220
|
+ </div>
|
|
221
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==14">
|
|
222
|
+ 腹水回输
|
|
223
|
+ </div>
|
|
224
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==15">
|
|
225
|
+ HD前置换
|
|
226
|
+ </div>
|
|
227
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==16">
|
|
228
|
+ HD后置换
|
|
229
|
+ </div>
|
|
230
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==17">
|
|
231
|
+ HDF前置换
|
|
232
|
+ </div>
|
|
233
|
+ <div class="under_line" style="width: 100px;text-align: center;font-weight:600;" v-if="prescription.mode_id==18">
|
|
234
|
+ HDF后置换
|
264
|
235
|
</div>
|
265
|
236
|
</div>
|
266
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
267
|
|
- <div class="inline_block" style="flex:1;">
|
268
|
|
- 透析(滤)器:
|
269
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
270
|
|
- {{prescription.dialyzer_perfusion_apparatus?prescription.dialyzer_perfusion_apparatus:'/'}}
|
271
|
|
- </div>
|
|
237
|
+
|
|
238
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
239
|
+ 置换方式:
|
|
240
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
241
|
+ {{getDisplaceLiquiPart(prescription.displace_liqui_part)}}
|
272
|
242
|
</div>
|
273
|
|
- <div class="inline_block" style="flex:1;">
|
274
|
|
- 灌流器:
|
275
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
276
|
|
- /
|
277
|
|
- </div>
|
|
243
|
+ </div>
|
|
244
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
245
|
+ 置换量:
|
|
246
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
247
|
+ {{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}
|
278
|
248
|
</div>
|
279
|
|
- <div class="inline_block" style="flex:1;">
|
280
|
|
- 干体重:
|
281
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
282
|
|
- {{predialysis.dry_weight?predialysis.dry_weight:'/'}}
|
283
|
|
- </div>kg
|
|
249
|
+ L
|
|
250
|
+ </div>
|
|
251
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
252
|
+ 血流量:
|
|
253
|
+ <div class="under_line" style="width: 50px;text-align: center">
|
|
254
|
+ {{prescription.blood_flow_volume?prescription.blood_flow_volume:'/'}}
|
|
255
|
+ </div>
|
|
256
|
+ ml/min
|
|
257
|
+ </div>
|
|
258
|
+ <div class="inline_block" style="margin-left:10px;flex:1;">
|
|
259
|
+ 透析时间:
|
|
260
|
+ <div class="under_line" style="width: 50px;text-align: center">
|
|
261
|
+ {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'/'}}
|
|
262
|
+ </div>
|
|
263
|
+ h
|
|
264
|
+ </div>
|
|
265
|
+ </div>
|
|
266
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
267
|
+ <div class="inline_block" style="flex:1;">
|
|
268
|
+ 透析(滤)器:
|
|
269
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
270
|
+ {{prescription.dialyzer_perfusion_apparatus?prescription.dialyzer_perfusion_apparatus:'/'}}
|
284
|
271
|
</div>
|
285
|
272
|
</div>
|
|
273
|
+ <div class="inline_block" style="flex:1;">
|
|
274
|
+ 灌流器:
|
|
275
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
276
|
+ /
|
|
277
|
+ </div>
|
|
278
|
+ </div>
|
|
279
|
+ <div class="inline_block" style="flex:1;">
|
|
280
|
+ 干体重:
|
|
281
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
282
|
+ {{predialysis.dry_weight?predialysis.dry_weight:'/'}}
|
|
283
|
+ </div>kg
|
|
284
|
+ </div>
|
|
285
|
+ </div>
|
286
|
286
|
|
287
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
288
|
|
- <div class="inline_block" style="flex:1;">
|
289
|
|
- 上次透后体重:
|
290
|
|
- <div class="under_line" style="width: 100px;text-align: center">
|
291
|
|
- {{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}}
|
292
|
|
- </div>
|
293
|
|
- kg
|
|
287
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
288
|
+ <div class="inline_block" style="flex:1;">
|
|
289
|
+ 上次透后体重:
|
|
290
|
+ <div class="under_line" style="width: 100px;text-align: center">
|
|
291
|
+ {{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}}
|
294
|
292
|
</div>
|
295
|
|
- <div class="inline_block" style="flex:1;">
|
296
|
|
- 透前体重:
|
297
|
|
- <div class="under_line" style="width: 70px;text-align: center">
|
298
|
|
- {{predialysis.weight_before?predialysis.weight_before:'/'}}
|
299
|
|
- </div>
|
300
|
|
- kg
|
|
293
|
+ kg
|
|
294
|
+ </div>
|
|
295
|
+ <div class="inline_block" style="flex:1;">
|
|
296
|
+ 透前体重:
|
|
297
|
+ <div class="under_line" style="width: 70px;text-align: center">
|
|
298
|
+ {{predialysis.weight_before?predialysis.weight_before:'/'}}
|
301
|
299
|
</div>
|
302
|
|
- <div class="inline_block" style="flex:1;">
|
303
|
|
- 计划超滤量:
|
304
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
305
|
|
- {{prescription.target_ultrafiltration?prescription.target_ultrafiltration:'/'}}
|
306
|
|
- </div>
|
307
|
|
- L
|
|
300
|
+ kg
|
|
301
|
+ </div>
|
|
302
|
+ <div class="inline_block" style="flex:1;">
|
|
303
|
+ 计划超滤量:
|
|
304
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
305
|
+ {{prescription.target_ultrafiltration?prescription.target_ultrafiltration:'/'}}
|
308
|
306
|
</div>
|
|
307
|
+ L
|
309
|
308
|
</div>
|
|
309
|
+ </div>
|
310
|
310
|
|
311
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;">
|
312
|
|
- <div class="inline_block" >
|
313
|
|
- 透析液成分钾:
|
314
|
|
- <div class="under_line" style="width: 50px;text-align: center">
|
315
|
|
- {{prescription.kalium?prescription.kalium:'/'}}
|
316
|
|
- </div>
|
317
|
|
- mmol/L
|
|
311
|
+ <div class="row" style="padding: 2px 0;line-height:23px;">
|
|
312
|
+ <div class="inline_block" >
|
|
313
|
+ 透析液成分钾:
|
|
314
|
+ <div class="under_line" style="width: 50px;text-align: center">
|
|
315
|
+ {{prescription.kalium?prescription.kalium:'/'}}
|
318
|
316
|
</div>
|
319
|
|
- <div class="inline_block" style="margin-left:10px;">
|
320
|
|
- 钠:
|
321
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
322
|
|
- {{prescription.sodium?prescription.sodium:'/'}}
|
323
|
|
- </div>
|
324
|
|
- mmol/L
|
|
317
|
+ mmol/L
|
|
318
|
+ </div>
|
|
319
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
320
|
+ 钠:
|
|
321
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
322
|
+ {{prescription.sodium?prescription.sodium:'/'}}
|
325
|
323
|
</div>
|
326
|
|
- <div class="inline_block" style="margin-left:10px;">
|
|
324
|
+ mmol/L
|
|
325
|
+ </div>
|
|
326
|
+ <div class="inline_block" style="margin-left:10px;">
|
327
|
327
|
钙:
|
328
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
329
|
|
- {{prescription.calcium?prescription.calcium:'/'}}
|
330
|
|
- </div>
|
331
|
|
- mmol/L
|
|
328
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
329
|
+ {{prescription.calcium?prescription.calcium:'/'}}
|
332
|
330
|
</div>
|
333
|
|
- <div class="inline_block" style="margin-left:10px;">
|
|
331
|
+ mmol/L
|
|
332
|
+ </div>
|
|
333
|
+ <div class="inline_block" style="margin-left:10px;">
|
334
|
334
|
碳酸氢根:
|
335
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
336
|
|
- {{prescription.bicarbonate?prescription.bicarbonate:'/'}}
|
337
|
|
- </div>
|
338
|
|
- mmol/L
|
|
335
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
336
|
+ {{prescription.bicarbonate?prescription.bicarbonate:'/'}}
|
339
|
337
|
</div>
|
340
|
|
- <div class="inline_block" style="margin-left:10px;">
|
|
338
|
+ mmol/L
|
|
339
|
+ </div>
|
|
340
|
+ <div class="inline_block" style="margin-left:10px;">
|
341
|
341
|
流量:
|
342
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
343
|
|
- {{prescription.dialysate_flow?prescription.dialysate_flow:'/'}}
|
344
|
|
- </div>
|
345
|
|
- ml/min
|
|
342
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
343
|
+ {{prescription.dialysate_flow?prescription.dialysate_flow:'/'}}
|
346
|
344
|
</div>
|
|
345
|
+ ml/min
|
347
|
346
|
</div>
|
348
|
|
- <div class="row" style="padding: 2px 0;line-height:23px;">
|
349
|
|
- <div class="inline_block" >
|
350
|
|
- 抗凝剂:
|
351
|
|
- <div class="under_line" style="width: 150px;text-align: center">
|
352
|
|
- {{prescription.anticoagulant_name?prescription.anticoagulant_name:'/'}}
|
353
|
|
- </div>
|
|
347
|
+ </div>
|
|
348
|
+ <div class="row" style="padding: 2px 0;line-height:23px;">
|
|
349
|
+ <div class="inline_block" >
|
|
350
|
+ 抗凝剂:
|
|
351
|
+ <div class="under_line" style="width: 150px;text-align: center">
|
|
352
|
+ {{prescription.anticoagulant_name?prescription.anticoagulant_name:'/'}}
|
354
|
353
|
</div>
|
355
|
|
- <div class="inline_block" style="margin-left:20px;">
|
356
|
|
- 首剂:
|
357
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
358
|
|
- {{prescription.anticoagulant_shouji?prescription.anticoagulant_shouji:'/'}}
|
359
|
|
- </div>
|
360
|
|
- lu
|
|
354
|
+ </div>
|
|
355
|
+ <div class="inline_block" style="margin-left:20px;" v-if="prescription.anticoagulant != 5">
|
|
356
|
+ 首剂:
|
|
357
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
358
|
+ {{prescription.anticoagulant_shouji?prescription.anticoagulant_shouji:'/'}}
|
361
|
359
|
</div>
|
362
|
|
- <div class="inline_block" style="margin-left:20px;">
|
|
360
|
+ <span v-if="prescription.anticoagulant == 4">mg</span>
|
|
361
|
+ <span v-if="prescription.anticoagulant == 3">iu</span>
|
|
362
|
+ <span v-if="prescription.anticoagulant == 2">iu</span>
|
|
363
|
+ <span v-if="prescription.anticoagulant == 1">mg</span>
|
|
364
|
+
|
|
365
|
+ </div>
|
|
366
|
+ <div class="inline_block" style="margin-left:20px;">
|
363
|
367
|
维持:
|
364
|
|
- <div v-if="prescription.anticoagulant == 1" class="under_line" style="width: 50px;text-align: center;">
|
365
|
|
- {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"/"}}
|
366
|
|
- </div>
|
367
|
|
- <div v-if="prescription.anticoagulant != 1" class="under_line" style="width: 50px;text-align: center;">
|
368
|
|
- {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"0"}}
|
369
|
|
- </div>
|
370
|
|
- lu
|
|
368
|
+ <div v-if="prescription.anticoagulant == 1" class="under_line" style="width: 50px;text-align: center;">
|
|
369
|
+ {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"/"}}
|
371
|
370
|
</div>
|
372
|
|
- <div class="inline_block" style="margin-left:20px;">
|
|
371
|
+ <div v-if="prescription.anticoagulant != 1" class="under_line" style="width: 50px;text-align: center;">
|
|
372
|
+ {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"0"}}
|
|
373
|
+ </div>
|
|
374
|
+ <span v-if="prescription.anticoagulant == 5">ml</span>
|
|
375
|
+ <span v-if="prescription.anticoagulant == 4">mg</span>
|
|
376
|
+ <span v-if="prescription.anticoagulant == 3">iu</span>
|
|
377
|
+ <span v-if="prescription.anticoagulant == 2">iu</span>
|
|
378
|
+ <span v-if="prescription.anticoagulant == 1">mg</span>
|
|
379
|
+
|
|
380
|
+ </div>
|
|
381
|
+ <div class="inline_block" style="margin-left:20px;" v-if="prescription.anticoagulant == 5">
|
|
382
|
+ 钙名称:
|
|
383
|
+ <div class="under_line" style="width: 150px;text-align: center;">
|
|
384
|
+ {{prescription.anticoagulant_gaimingcheng?prescription.anticoagulant_gaimingcheng:'/'}}
|
|
385
|
+ </div>
|
|
386
|
+ </div>
|
|
387
|
+ <div class="inline_block" style="margin-left:20px;" v-if="prescription.anticoagulant == 5">
|
|
388
|
+ 钙剂量:
|
|
389
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
390
|
+ {{prescription.anticoagulant_gaijiliang?prescription.anticoagulant_gaijiliang:'/'}}
|
|
391
|
+ </div>
|
|
392
|
+ ml
|
|
393
|
+ </div>
|
|
394
|
+ <div class="inline_block" style="margin-left:20px;" v-if="prescription.anticoagulant != 5">
|
373
|
395
|
总量:
|
374
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
375
|
|
- {{prescription.anticoagulant_zongliang?prescription.anticoagulant_zongliang:'/'}}
|
376
|
|
- </div>
|
377
|
|
- lu
|
|
396
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
397
|
+ {{prescription.anticoagulant_zongliang?prescription.anticoagulant_zongliang:'/'}}
|
378
|
398
|
</div>
|
379
|
|
- <div class="inline_block" style="margin-left:20px;">
|
|
399
|
+ <span v-if="prescription.anticoagulant == 4">mg</span>
|
|
400
|
+ <span v-if="prescription.anticoagulant == 3">iu</span>
|
|
401
|
+ <span v-if="prescription.anticoagulant == 2">iu</span>
|
|
402
|
+ <span v-if="prescription.anticoagulant == 1">mg</span>
|
|
403
|
+
|
|
404
|
+ </div>
|
|
405
|
+ <div class="inline_block" style="margin-left:20px;">
|
380
|
406
|
透析机号:
|
381
|
407
|
<div class="under_line" style="width: 50px;text-align: center;">
|
382
|
408
|
{{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}}
|
|
@@ -404,18 +430,18 @@
|
404
|
430
|
<td v-if="prescription.mode_id==2 || prescription.mode_id==5" width="50">置换量<br/>(ml)</td>
|
405
|
431
|
<td width="200">病情变化及处理</td>
|
406
|
432
|
|
407
|
|
- <!-- <td width="100">时间</td>
|
408
|
|
- <td width="30">T<br>C°</td>
|
409
|
|
- <td width="30">P<br/>次/分</td>
|
410
|
|
- <td width="30">R<br/>次/分</td>
|
411
|
|
- <td width="100">BP<br/>mmHg</td>
|
412
|
|
- <td width="60">静脉压/动脉压<br/>mmHg</td>
|
413
|
|
- <td width="80">血流量<br/>ml/min</td>
|
414
|
|
- <td width="90">超滤量累计L</td>
|
415
|
|
- <td width="80">钠浓度<br/>mmol/L</td>
|
416
|
|
- <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
|
417
|
|
- <td width="100">护士签名</td> -->
|
418
|
|
- </tr>
|
|
433
|
+ <!-- <td width="100">时间</td>
|
|
434
|
+ <td width="30">T<br>C°</td>
|
|
435
|
+ <td width="30">P<br/>次/分</td>
|
|
436
|
+ <td width="30">R<br/>次/分</td>
|
|
437
|
+ <td width="100">BP<br/>mmHg</td>
|
|
438
|
+ <td width="60">静脉压/动脉压<br/>mmHg</td>
|
|
439
|
+ <td width="80">血流量<br/>ml/min</td>
|
|
440
|
+ <td width="90">超滤量累计L</td>
|
|
441
|
+ <td width="80">钠浓度<br/>mmol/L</td>
|
|
442
|
+ <td width="240">病情特殊情况处理<br/>及专科护理措施记录</td>
|
|
443
|
+ <td width="100">护士签名</td> -->
|
|
444
|
+ </tr>
|
419
|
445
|
|
420
|
446
|
<tr v-for="(monitor,monindex) in monitors" :key="monindex">
|
421
|
447
|
<td>{{getTime(monitor.operate_time,'{h}:{i}')}}</td>
|
|
@@ -482,45 +508,45 @@
|
482
|
508
|
<span v-if="advice.start_time">
|
483
|
509
|
{{getTime(advice.start_time,'{h}:{i}')}}
|
484
|
510
|
</span>
|
485
|
|
- <!-- <span v-else> <br/> </span> -->
|
486
|
|
- </td>
|
487
|
|
- <td height="32px" colspan="2" class="advice-name" style="padding-left:7px;" >
|
488
|
|
- <span v-if="advice.parent_id > 0">---></span>
|
489
|
|
- <span >{{advice.advice_name }}</span>
|
490
|
|
- <span v-if="advice&&advice.advice_desc">({{advice.advice_desc}}{{advice.drug_spec_unit}})</span>
|
491
|
|
- <span v-if="advice.prescribing_number"> {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
492
|
|
- <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
493
|
|
- <span v-if="advice.parent_id == 0 ">{{advice.delivery_way}}</span>
|
494
|
|
- <span v-if="advice.parent_id == 0 ">{{advice.execution_frequency}}</span>
|
495
|
|
- <span v-if="advice.parent_id == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
496
|
|
- </td>
|
497
|
|
- <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
|
498
|
|
- <span>{{advice.delivery_way}}</span>
|
499
|
|
- <span>{{advice.execution_frequency}}</span>
|
500
|
|
- <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
|
501
|
|
- </td> -->
|
502
|
|
- <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
|
503
|
|
- <td height="32px">
|
504
|
|
- <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
|
505
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
|
506
|
|
- </td>
|
507
|
|
- <!-- <td height="35px">
|
508
|
|
- <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
509
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
510
|
|
- </td> -->
|
511
|
|
- <td height="32px">
|
512
|
|
- <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
|
513
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
|
514
|
|
- </td>
|
515
|
|
- <td height="32px">
|
516
|
|
- <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{h}:{i}')}}</span>
|
517
|
|
- </td>
|
518
|
|
- </tr>
|
519
|
|
- <!-- </template> -->
|
520
|
|
- </tbody>
|
521
|
|
- </table>
|
522
|
|
- </td>
|
523
|
|
- </tr>
|
|
511
|
+ <!-- <span v-else> <br/> </span> -->
|
|
512
|
+ </td>
|
|
513
|
+ <td height="32px" colspan="2" class="advice-name" style="padding-left:7px;" >
|
|
514
|
+ <span v-if="advice.parent_id > 0">---></span>
|
|
515
|
+ <span >{{advice.advice_name }}</span>
|
|
516
|
+ <span v-if="advice&&advice.advice_desc">({{advice.advice_desc}}{{advice.drug_spec_unit}})</span>
|
|
517
|
+ <span v-if="advice.prescribing_number"> {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
|
518
|
+ <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
|
519
|
+ <span v-if="advice.parent_id == 0 ">{{advice.delivery_way}}</span>
|
|
520
|
+ <span v-if="advice.parent_id == 0 ">{{advice.execution_frequency}}</span>
|
|
521
|
+ <span v-if="advice.parent_id == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
|
522
|
+ </td>
|
|
523
|
+ <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
|
|
524
|
+ <span>{{advice.delivery_way}}</span>
|
|
525
|
+ <span>{{advice.execution_frequency}}</span>
|
|
526
|
+ <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
|
|
527
|
+ </td> -->
|
|
528
|
+ <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
|
|
529
|
+ <td height="32px">
|
|
530
|
+ <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getAdminUser(advice.advice_doctor)}}</span>
|
|
531
|
+ <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else>
|
|
532
|
+ </td>
|
|
533
|
+ <!-- <td height="35px">
|
|
534
|
+ <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
|
535
|
+ <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
|
536
|
+ </td> -->
|
|
537
|
+ <td height="32px">
|
|
538
|
+ <span v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}</span>
|
|
539
|
+ <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
|
|
540
|
+ </td>
|
|
541
|
+ <td height="32px">
|
|
542
|
+ <span v-if="advice.execution_time">{{getTime(advice.execution_time,'{h}:{i}')}}</span>
|
|
543
|
+ </td>
|
|
544
|
+ </tr>
|
|
545
|
+ <!-- </template> -->
|
|
546
|
+ </tbody>
|
|
547
|
+ </table>
|
|
548
|
+ </td>
|
|
549
|
+ </tr>
|
524
|
550
|
</tbody>
|
525
|
551
|
</table>
|
526
|
552
|
</div>
|
|
@@ -545,27 +571,27 @@
|
545
|
571
|
</div>
|
546
|
572
|
<div class="inline_block">
|
547
|
573
|
门诊:
|
548
|
|
- <div class="under_line" style="width: 30px;text-align: center;">
|
549
|
|
- <check-box :checked="patientInfo_source_1 "></check-box>
|
550
|
|
- </div>
|
|
574
|
+ <div class="under_line" style="width: 30px;text-align: center;">
|
|
575
|
+ <check-box :checked="patientInfo_source_1 "></check-box>
|
|
576
|
+ </div>
|
551
|
577
|
</div>
|
552
|
578
|
<div class="inline_block">
|
553
|
579
|
病区:
|
554
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
555
|
|
- {{'/'}}
|
556
|
|
- </div>
|
|
580
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
581
|
+ {{'/'}}
|
|
582
|
+ </div>
|
557
|
583
|
</div>
|
558
|
584
|
<div class="inline_block">
|
559
|
585
|
床号:
|
560
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
561
|
|
- {{'/'}}
|
562
|
|
- </div>
|
|
586
|
+ <div class="under_line" style="width: 50px;text-align: center;">
|
|
587
|
+ {{'/'}}
|
|
588
|
+ </div>
|
563
|
589
|
</div>
|
564
|
590
|
<div class="inline_block">
|
565
|
591
|
透析号:
|
566
|
|
- <div class="under_line" style="width: 70px;text-align: center;">
|
567
|
|
- {{patientInfo.dialysis_no}}
|
568
|
|
- </div>
|
|
592
|
+ <div class="under_line" style="width: 70px;text-align: center;">
|
|
593
|
+ {{patientInfo.dialysis_no}}
|
|
594
|
+ </div>
|
569
|
595
|
</div>
|
570
|
596
|
<div class="inline_block" style="margin-left: 5px;">
|
571
|
597
|
住院号/门诊号:
|
|
@@ -624,7 +650,7 @@
|
624
|
650
|
<span >{{advice.advice_name }}</span>
|
625
|
651
|
<span v-if="advice&&advice.advice_desc">({{advice.advice_desc}}{{advice.drug_spec_unit}})</span>
|
626
|
652
|
<span v-if="advice.prescribing_number"> {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
627
|
|
- <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
|
653
|
+ <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
628
|
654
|
<span v-if="advice.parent_id == 0 ">{{advice.delivery_way}}</span>
|
629
|
655
|
<span v-if="advice.parent_id == 0 ">{{advice.execution_frequency}}</span>
|
630
|
656
|
<span v-if="advice.parent_id == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
|
@@ -942,7 +968,7 @@
|
942
|
968
|
}
|
943
|
969
|
},
|
944
|
970
|
methods: {
|
945
|
|
- getDisplaceLiquiPart: function (val) {
|
|
971
|
+ getDisplaceLiquiPart: function (val) {
|
946
|
972
|
let displace_liqui_part_name = '/'
|
947
|
973
|
let displace_liqui_part = this.displaceLiquiPartOptions
|
948
|
974
|
for (let i = 0; i < displace_liqui_part.length; i++) {
|
|
@@ -952,7 +978,7 @@
|
952
|
978
|
}
|
953
|
979
|
return displace_liqui_part_name
|
954
|
980
|
},
|
955
|
|
- replacementWaysById: function (val) {
|
|
981
|
+ replacementWaysById: function (val) {
|
956
|
982
|
let replacementWaysname = '/'
|
957
|
983
|
// let vascular_access = getDataConfig('hemodialysis', 'vascular_access')
|
958
|
984
|
|
|
@@ -1190,7 +1216,7 @@
|
1190
|
1216
|
tempmonitorflag = false
|
1191
|
1217
|
}
|
1192
|
1218
|
if(tempmonitorflag && index == this.monitors.length-1){
|
1193
|
|
- this.monitors[index].end ="【结束透析】"
|
|
1219
|
+ this.monitors[index].end ="【结束透析】"
|
1194
|
1220
|
}
|
1195
|
1221
|
}
|
1196
|
1222
|
|
|
@@ -1498,7 +1524,7 @@
|
1498
|
1524
|
</script>
|
1499
|
1525
|
|
1500
|
1526
|
<style>
|
1501
|
|
- .print_page_main_content {
|
|
1527
|
+ .print_page_main_content {
|
1502
|
1528
|
background-color: white;
|
1503
|
1529
|
width: 960px;
|
1504
|
1530
|
margin: 0 auto 50px;
|
|
@@ -1513,7 +1539,7 @@
|
1513
|
1539
|
letter-spacing: 5px;
|
1514
|
1540
|
}
|
1515
|
1541
|
|
1516
|
|
- .dialysis-print-order .order-title {
|
|
1542
|
+ .dialysis-print-order .order-title {
|
1517
|
1543
|
margin: auto;
|
1518
|
1544
|
font-weight: 600;
|
1519
|
1545
|
text-align: center;
|
|
@@ -1537,11 +1563,11 @@
|
1537
|
1563
|
.inline_block {
|
1538
|
1564
|
display: inline-block;
|
1539
|
1565
|
}
|
1540
|
|
- .under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}
|
|
1566
|
+ .under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}
|
1541
|
1567
|
|
1542
|
|
- .under_line_two::before {content: "\00A0";}
|
|
1568
|
+ .under_line_two::before {content: "\00A0";}
|
1543
|
1569
|
|
1544
|
|
- .under_line_two::after {content: "\00A0";}
|
|
1570
|
+ .under_line_two::after {content: "\00A0";}
|
1545
|
1571
|
|
1546
|
1572
|
.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap;width: 50%;}
|
1547
|
1573
|
|
|
@@ -1622,7 +1648,7 @@
|
1622
|
1648
|
}
|
1623
|
1649
|
.margin-bottom-50{
|
1624
|
1650
|
}
|
1625
|
|
- .margin-bottom-300 {
|
|
1651
|
+ .margin-bottom-300 {
|
1626
|
1652
|
margin-bottom:450px;
|
1627
|
1653
|
}
|
1628
|
1654
|
.margin-bottom-600 {
|
|
@@ -1652,5 +1678,5 @@
|
1652
|
1678
|
margin-left: 2px;
|
1653
|
1679
|
margin-top: 2px;
|
1654
|
1680
|
position: absolute;
|
1655
|
|
-}
|
|
1681
|
+ }
|
1656
|
1682
|
</style>
|