|
@@ -1,8 +1,8 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div id="dialysis-print-box">
|
3
|
3
|
<div class="dialysis-print-order">
|
4
|
|
- <div class="order-yy-name">{{ orgname }}</div>
|
5
|
|
- <div class="order-title">血液净化治疗记录单</div>
|
|
4
|
+ <!-- <div class="order-yy-name">{{ orgname }}</div> -->
|
|
5
|
+ <div class="order-title">{{ orgname }} 血液净化治疗记录单</div>
|
6
|
6
|
<table class="table-box" style="margin-top: 10px;">
|
7
|
7
|
<tbody>
|
8
|
8
|
<tr>
|
|
@@ -1163,33 +1163,8 @@
|
1163
|
1163
|
<label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度')> -1 ? true : false" showValue="+ + +"></label-box>
|
1164
|
1164
|
</div>
|
1165
|
1165
|
</td>
|
1166
|
|
- <!--<td width="80"></td>-->
|
1167
|
|
- <!--<td width="60">管路:</td>-->
|
1168
|
|
- <!--<td width="220">-->
|
1169
|
|
- <!--<div style="display:flex;justify-content:space-between;">-->
|
1170
|
|
- <!--<label-box showValue="无" :isChecked="-->
|
1171
|
|
- <!--afterdialysis.channel == 1 ? true : false-->
|
1172
|
|
- <!--"></label-box>-->
|
1173
|
|
- <!--<label-box showValue="+" :isChecked="-->
|
1174
|
|
- <!--afterdialysis.channel == 2 ? true : false-->
|
1175
|
|
- <!--"></label-box>-->
|
1176
|
|
- <!--<label-box showValue="+ +" :isChecked="-->
|
1177
|
|
- <!--afterdialysis.channel == 3 ? true : false-->
|
1178
|
|
- <!--"></label-box>-->
|
1179
|
|
- <!--<label-box showValue="+ + +" :isChecked="-->
|
1180
|
|
- <!--afterdialysis.channel == 4 ? true : false-->
|
1181
|
|
- <!--"></label-box>-->
|
1182
|
|
- <!--</div>-->
|
1183
|
|
- <!--</td>-->
|
1184
|
|
- <td></td>
|
1185
|
|
- </tr>
|
1186
|
|
- </tbody>
|
1187
|
|
- </table>
|
1188
|
|
-
|
1189
|
|
- <table class="table-box">
|
1190
|
|
- <tbody>
|
1191
|
|
- <tr>
|
1192
|
|
- <td width="70">静脉管道:</td>
|
|
1166
|
+ <td width="20"></td>
|
|
1167
|
+ <td width="70">静脉管道:</td>
|
1193
|
1168
|
<td width="220">
|
1194
|
1169
|
<div style="display:flex;justify-content:space-between;">
|
1195
|
1170
|
<label-box :isChecked="afterdialysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>
|
|
@@ -1198,7 +1173,7 @@
|
1198
|
1173
|
<label-box :isChecked="afterdialysis.intravenous_tube == 4 ? true : false" showValue="+ + +"></label-box>
|
1199
|
1174
|
</div>
|
1200
|
1175
|
</td>
|
1201
|
|
- <td width="80"></td>
|
|
1176
|
+ <td width="20"></td>
|
1202
|
1177
|
<td width="70">动脉管道:</td>
|
1203
|
1178
|
<td width="220">
|
1204
|
1179
|
<div style="display:flex;justify-content:space-between;">
|
|
@@ -1208,10 +1183,11 @@
|
1208
|
1183
|
<label-box :isChecked="afterdialysis.arterial_tube == 4 ? true : false" showValue="+ + +"></label-box>
|
1209
|
1184
|
</div>
|
1210
|
1185
|
</td>
|
1211
|
|
- <td></td>
|
1212
|
|
- </tr>
|
|
1186
|
+ <td></td>
|
|
1187
|
+ </tr>
|
1213
|
1188
|
</tbody>
|
1214
|
1189
|
</table>
|
|
1190
|
+
|
1215
|
1191
|
<table class="table-box">
|
1216
|
1192
|
<tbody>
|
1217
|
1193
|
<tr>
|
|
@@ -1244,15 +1220,7 @@
|
1244
|
1220
|
</div>
|
1245
|
1221
|
</td>
|
1246
|
1222
|
<td width="35">min</td>
|
1247
|
|
- <td></td>
|
1248
|
|
- </tr>
|
1249
|
|
- </tbody>
|
1250
|
|
- </table>
|
1251
|
|
-
|
1252
|
|
- <table class="table-box">
|
1253
|
|
- <tbody>
|
1254
|
|
- <tr>
|
1255
|
|
- <td width="40">去向:</td>
|
|
1223
|
+ <td width="40">去向:</td>
|
1256
|
1224
|
<td width="160">
|
1257
|
1225
|
<div style="display:flex;justify-content:space-between;">
|
1258
|
1226
|
<label-box :isChecked="afterdialysis.patient_gose == 1 ? true : false" showValue="回家"></label-box>
|
|
@@ -1263,10 +1231,12 @@
|
1263
|
1231
|
<td>
|
1264
|
1232
|
<div class="under-line"> </div>
|
1265
|
1233
|
</td>
|
1266
|
|
- </tr>
|
|
1234
|
+ </tr>
|
1267
|
1235
|
</tbody>
|
1268
|
1236
|
</table>
|
1269
|
1237
|
|
|
1238
|
+
|
|
1239
|
+
|
1270
|
1240
|
<!-- <table class="table-box">
|
1271
|
1241
|
<tbody>
|
1272
|
1242
|
<tr>
|
|
@@ -2087,8 +2057,8 @@ export default {
|
2087
|
2057
|
if (this.org_template_info.org_id == 9535) {
|
2088
|
2058
|
this.isShowZero = true
|
2089
|
2059
|
}
|
2090
|
|
- if (this.monitors.length < 8) {
|
2091
|
|
- var nl = 8 - this.monitors.length
|
|
2060
|
+ if (this.monitors.length < 12) {
|
|
2061
|
+ var nl = 12 - this.monitors.length
|
2092
|
2062
|
for (let index = 0; index < nl; index++) {
|
2093
|
2063
|
this.monitors.push([])
|
2094
|
2064
|
}
|
|
@@ -2169,6 +2139,7 @@ export default {
|
2169
|
2139
|
this.doctor_advices.push(obj3)
|
2170
|
2140
|
this.doctor_advices.push(obj3)
|
2171
|
2141
|
this.doctor_advices.push(obj3)
|
|
2142
|
+ this.doctor_advices.push(obj3)
|
2172
|
2143
|
}
|
2173
|
2144
|
if (this.doctor_advices.length === 1) {
|
2174
|
2145
|
var obj = { advice_name: '', start_time: '' }
|
|
@@ -2179,6 +2150,7 @@ export default {
|
2179
|
2150
|
this.doctor_advices.push(obj2)
|
2180
|
2151
|
this.doctor_advices.push(obj2)
|
2181
|
2152
|
this.doctor_advices.push(obj2)
|
|
2153
|
+ this.doctor_advices.push(obj2)
|
2182
|
2154
|
}
|
2183
|
2155
|
if (this.doctor_advices.length === 2) {
|
2184
|
2156
|
var obj = { advice_name: '', start_time: '' }
|
|
@@ -2187,6 +2159,7 @@ export default {
|
2187
|
2159
|
this.doctor_advices.push(obj1)
|
2188
|
2160
|
this.doctor_advices.push(obj1)
|
2189
|
2161
|
this.doctor_advices.push(obj1)
|
|
2162
|
+ this.doctor_advices.push(obj1)
|
2190
|
2163
|
}
|
2191
|
2164
|
if (this.doctor_advices.length === 3) {
|
2192
|
2165
|
// eslint-disable-next-line no-redeclare
|
|
@@ -2194,17 +2167,25 @@ export default {
|
2194
|
2167
|
this.doctor_advices.push(obj)
|
2195
|
2168
|
this.doctor_advices.push(obj)
|
2196
|
2169
|
this.doctor_advices.push(obj)
|
|
2170
|
+ this.doctor_advices.push(obj)
|
2197
|
2171
|
}
|
2198
|
2172
|
if (this.doctor_advices.length === 4) {
|
2199
|
2173
|
// eslint-disable-next-line no-redeclare
|
2200
|
2174
|
var obj = { advice_name: '', start_time: '' }
|
2201
|
2175
|
this.doctor_advices.push(obj)
|
2202
|
2176
|
this.doctor_advices.push(obj)
|
|
2177
|
+ this.doctor_advices.push(obj)
|
2203
|
2178
|
}
|
2204
|
2179
|
if (this.doctor_advices.length === 5) {
|
2205
|
2180
|
// eslint-disable-next-line no-redeclare
|
2206
|
2181
|
var obj = { advice_name: '', start_time: '' }
|
2207
|
2182
|
this.doctor_advices.push(obj)
|
|
2183
|
+ this.doctor_advices.push(obj)
|
|
2184
|
+ }
|
|
2185
|
+ if (this.doctor_advices.length === 6) {
|
|
2186
|
+ // eslint-disable-next-line no-redeclare
|
|
2187
|
+ var obj = { advice_name: '', start_time: '' }
|
|
2188
|
+ this.doctor_advices.push(obj)
|
2208
|
2189
|
}
|
2209
|
2190
|
|
2210
|
2191
|
if (this.doctor_advices.length > 0) {
|