|
@@ -1519,14 +1519,12 @@
|
1519
|
1519
|
<tr><td colspan="12" class="title-box text-align-left">二、透析中护理记录:</td></tr>
|
1520
|
1520
|
<tr class="print-table-tr-new">
|
1521
|
1521
|
<td width="100">时间</td>
|
1522
|
|
- <td width="40">T<br/>C°</td>
|
|
1522
|
+ <td width="60">BP<br/><span class="text-align-right">mmHg</span></td>
|
1523
|
1523
|
<td width="30">P<br/><small>次/分</small></td>
|
1524
|
1524
|
<td width="30">R<br/><small>次/分</small></td>
|
1525
|
|
- <td width="60">BP<br/><span class="text-align-right">mmHg</span></td>
|
1526
|
1525
|
<td width="80">静脉压/动脉压mmHg</td>
|
1527
|
1526
|
<td width="80">血流量<br>ml/min</td>
|
1528
|
1527
|
<td width="80">超滤量累计L</td>
|
1529
|
|
- <td width="80">肝素剩余量ml</td>
|
1530
|
1528
|
<td width="80">钠浓度<br/>mmol/L</td>
|
1531
|
1529
|
|
1532
|
1530
|
<td width="">病情特殊情况、处理<br/>及专科护理措施记录</td>
|
|
@@ -1541,10 +1539,9 @@
|
1541
|
1539
|
</td>
|
1542
|
1540
|
<td> {{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
|
1543
|
1541
|
<td> {{monitor.breathing_rate?monitor.breathing_rate:''}}</td>
|
|
1542
|
+ <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
|
1544
|
1543
|
<td> {{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
|
1545
|
1544
|
<td> {{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>
|
1546
|
|
- <td> {{monitor.displacement_quantity?monitor.displacement_quantity:''}}</td>
|
1547
|
|
- <td>{{monitor.venous_pressure?monitor.venous_pressure:''}}/{{monitor.arterial_pressure?monitor.arterial_pressure:''}}</td>
|
1548
|
1545
|
<td>{{monitor.sodium_concentration?monitor.sodium_concentration:''}}</td>
|
1549
|
1546
|
|
1550
|
1547
|
<td> {{monitor.symptom}}
|
|
@@ -1559,7 +1556,7 @@
|
1559
|
1556
|
</tr>
|
1560
|
1557
|
</tbody>
|
1561
|
1558
|
</table>
|
1562
|
|
- <table class="print-table" border="1" style="margin-bottom: 400px">
|
|
1559
|
+ <table class="print-table" border="1" >
|
1563
|
1560
|
<tbody>
|
1564
|
1561
|
<tr class="title-box-pro-tr">
|
1565
|
1562
|
<td class="title-box-pro">三、透析后护理纪录:</td>
|
|
@@ -1780,8 +1777,8 @@
|
1780
|
1777
|
</td>
|
1781
|
1778
|
|
1782
|
1779
|
<td width="60">核对时间:</td>
|
1783
|
|
- <td width="100">
|
1784
|
|
- <div class="under-line"> {{getTime(check.updated_time,'{y}年{m}月{d}日 {h}时')}}</div>
|
|
1780
|
+ <td width="200">
|
|
1781
|
+ <div class="under-line">{{getTime(check.updated_time,'{y}年{m}月{d}日 {h}时')}}</div>
|
1785
|
1782
|
|
1786
|
1783
|
</td>
|
1787
|
1784
|
|
|
@@ -1842,7 +1839,7 @@
|
1842
|
1839
|
</div>
|
1843
|
1840
|
</td>
|
1844
|
1841
|
<td width="60">时间:</td>
|
1845
|
|
- <td width="100">
|
|
1842
|
+ <td width="200">
|
1846
|
1843
|
<div class="under-line" style="padding-bottom: 5px" v-if="dialysisOrder != null"> {{getTime(dialysisOrder.end_time,'{y}年{m}月{d}日 {h}时')}}</div>
|
1847
|
1844
|
</td>
|
1848
|
1845
|
<td width=""></td>
|
|
@@ -2169,78 +2166,7 @@
|
2169
|
2166
|
</tr>
|
2170
|
2167
|
</tbody>
|
2171
|
2168
|
</table>
|
2172
|
|
- <!--<table class="print-table-no" border="1" count="0" >-->
|
2173
|
|
- <!--<tbody>-->
|
2174
|
|
- <!--<tr><td colspan="6">医嘱</td></tr>-->
|
2175
|
|
- <!--<tr><td colspan="3">开医嘱</td><td colspan="3">执行核对医嘱</td></tr>-->
|
2176
|
|
- <!--<tr>-->
|
2177
|
|
- <!--<td width="40px">时间</td>-->
|
2178
|
|
- <!--<td width="120px">医嘱内容</td>-->
|
2179
|
|
- <!--<td width="80px">医生签名</td>-->
|
2180
|
|
- <!--<td width="75px">核对人签名</td>-->
|
2181
|
|
- <!--<td width="80px">执行人签名</td>-->
|
2182
|
|
- <!--<td width="55px">时间</td>-->
|
2183
|
|
- <!--</tr>-->
|
2184
|
|
- <!---->
|
2185
|
|
- <!--<tr v-for="(advice, index) in advice_groups" :key="index">-->
|
2186
|
|
- <!--<td height="10px">-->
|
2187
|
|
- <!--<span v-if="advice[0].start_time">-->
|
2188
|
|
- <!--{{getTime(advice[0].start_time,'{h}:{i}')}}-->
|
2189
|
|
- <!--</span>-->
|
2190
|
|
- <!--<span v-else> <br/> </span>-->
|
2191
|
|
- <!--</td>-->
|
2192
|
|
- <!--<td class="advice-name">-->
|
2193
|
|
- <!--<span v-if="advice[0].parent_id>0">└</span>-->
|
2194
|
|
- <!--<span>{{advice[0].advice_name }}</span>-->
|
2195
|
|
- <!--<span>{{advice[0].advice_desc}}</span>-->
|
2196
|
|
- <!--<!– <span v-if="advice[0].drug_spec">{{advice[0].drug_spec}}{{advice[0].drug_spec_unit}}</span> –>-->
|
2197
|
|
- <!--<span v-if="advice[0].prescribing_number">* {{advice[0].prescribing_number}}{{advice[0].prescribing_number_unit}}</span>-->
|
2198
|
|
- <!--<span-->
|
2199
|
|
- <!--v-if="advice[0].single_dose != 0">单次用量 {{advice[0].single_dose}}{{advice[0].single_dose_unit}}</span>-->
|
2200
|
|
- <!--<span>{{advice[0].delivery_way}}</span>-->
|
2201
|
|
- <!--<span>{{advice[0].execution_frequency}}</span>-->
|
2202
|
|
- <!--<div v-for="(child, childindex) in advice[0].children" :key="childindex" class="advice-children">-->
|
2203
|
|
- <!--<div>▲</div>-->
|
2204
|
|
- <!--<div>-->
|
2205
|
|
- <!--<span>{{child.advice_name }}</span>-->
|
2206
|
|
- <!--<span>{{child.advice_desc}}</span>-->
|
2207
|
|
- <!--<span v-if="child.drug_spec">{{child.drug_spec}}{{child.drug_spec_unit}}</span>-->
|
2208
|
|
- <!--<span-->
|
2209
|
|
- <!--v-if="child.prescribing_number">* {{child.prescribing_number}}{{child.prescribing_number_unit}}</span>-->
|
2210
|
|
- <!--<span v-if="child.single_dose != 0">单次用量 {{child.single_dose}}{{child.single_dose_unit}}</span>-->
|
2211
|
|
- <!--</div>-->
|
2212
|
|
- <!--</div>-->
|
2213
|
|
- <!--</td>-->
|
2214
|
|
- <!--<td>-->
|
2215
|
|
- <!--<span-->
|
2216
|
|
- <!--v-if="setAdminUserES(advice[0].advice_doctor) == ''">{{getAdminUser(advice[0].advice_doctor)}}</span>-->
|
2217
|
|
- <!--<img class="es-img" :src="setAdminUserES(advice[0].advice_doctor)"-->
|
2218
|
|
- <!--alt="" srcset="" v-else>-->
|
2219
|
|
- <!--</td>-->
|
2220
|
|
- <!--<td>-->
|
2221
|
|
- <!--<span v-if="setAdminUserES(advice[0].checker) == ''">{{getAdminUser(advice[0].checker)}}</span>-->
|
2222
|
|
- <!--<img class="es-img" :src="setAdminUserES(advice[0].checker)"-->
|
2223
|
|
- <!--alt="" srcset="" v-else>-->
|
2224
|
|
-
|
2225
|
|
- <!--</td>-->
|
2226
|
|
- <!--<td>-->
|
2227
|
|
- <!--<span-->
|
2228
|
|
- <!--v-if="setAdminUserES(advice[0].execution_staff) == ''">{{getAdminUser(advice[0].execution_staff)}}</span>-->
|
2229
|
|
- <!--<img class="es-img" :src="setAdminUserES(advice[0].execution_staff)"-->
|
2230
|
|
- <!--alt="" srcset="" v-else>-->
|
2231
|
|
-
|
2232
|
|
- <!--</td>-->
|
2233
|
|
-
|
2234
|
|
- <!--<td><span v-if="advice[0].execution_time">-->
|
2235
|
|
- <!--{{getTime(advice[0].execution_time,'{h}:{i}')}}-->
|
2236
|
|
- <!--</span>-->
|
2237
|
|
- <!--</td>-->
|
2238
|
|
-
|
2239
|
|
- <!--</tr>-->
|
2240
|
|
-
|
2241
|
2169
|
|
2242
|
|
- <!--</tbody>-->
|
2243
|
|
- <!--</table>-->
|
2244
|
2170
|
<table class="print-table-no" border="1" count="0" >
|
2245
|
2171
|
<tbody>
|
2246
|
2172
|
<tr><td colspan="7">医嘱</td></tr>
|
|
@@ -2261,7 +2187,7 @@
|
2261
|
2187
|
<td height="10px" v-if="advice_index == 0"
|
2262
|
2188
|
:rowspan="group.advices.length">
|
2263
|
2189
|
<span v-if="advice.start_time">
|
2264
|
|
- {{getTime(advice.start_time,'{h}:{i}')}}
|
|
2190
|
+ {{getTime(advice.start_time,'{y}-{m}-{d} {h}:{i}')}}
|
2265
|
2191
|
</span>
|
2266
|
2192
|
<span v-else> <br/> </span>
|
2267
|
2193
|
</td>
|
|
@@ -2309,7 +2235,7 @@
|
2309
|
2235
|
</td>
|
2310
|
2236
|
|
2311
|
2237
|
<td><span v-if="advice.execution_time">
|
2312
|
|
- {{getTime(advice.execution_time,'{h}:{i}')}}
|
|
2238
|
+ {{getTime(advice.execution_time,'{y}-{m}-{d} {h}:{i}')}}
|
2313
|
2239
|
</span>
|
2314
|
2240
|
</td>
|
2315
|
2241
|
|
|
@@ -2607,8 +2533,8 @@
|
2607
|
2533
|
this.monitors = response.data.data.monitors
|
2608
|
2534
|
this.summary = response.data.data.summary
|
2609
|
2535
|
this.org_template_info = response.data.data.org_template_info
|
2610
|
|
- if (this.monitors.length < 12) {
|
2611
|
|
- var nl = 12 - this.monitors.length
|
|
2536
|
+ if (this.monitors.length < 9) {
|
|
2537
|
+ var nl = 9 - this.monitors.length
|
2612
|
2538
|
for (let index = 0; index < nl; index++) {
|
2613
|
2539
|
this.monitors.push([])
|
2614
|
2540
|
}
|