|
@@ -1340,6 +1340,183 @@
|
1340
|
1340
|
</tr>
|
1341
|
1341
|
</tbody>
|
1342
|
1342
|
</table>
|
|
1343
|
+ <table class="print-table" border="1">
|
|
1344
|
+ <tbody>
|
|
1345
|
+ <tr>
|
|
1346
|
+ <td class="title-box" width="30px">透后评估</td>
|
|
1347
|
+ <td>
|
|
1348
|
+ <table class="table-box">
|
|
1349
|
+ <tbody>
|
|
1350
|
+ <tr>
|
|
1351
|
+ <td width="90">实际治疗时间</td>
|
|
1352
|
+ <td width="40">
|
|
1353
|
+ <div class="under-line">
|
|
1354
|
+ {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}
|
|
1355
|
+ </div>
|
|
1356
|
+ </td>
|
|
1357
|
+ <td width="10">h</td>
|
|
1358
|
+ <td width="40">
|
|
1359
|
+ <div class="under-line">
|
|
1360
|
+ {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : "0" }}
|
|
1361
|
+ </div>
|
|
1362
|
+ </td>
|
|
1363
|
+ <td width="35">min</td>
|
|
1364
|
+ <td></td>
|
|
1365
|
+ <td width="75">实际超滤量</td>
|
|
1366
|
+ <td width="70">
|
|
1367
|
+ <div class="under-line">
|
|
1368
|
+ {{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : "" }}
|
|
1369
|
+ </div>
|
|
1370
|
+ </td>
|
|
1371
|
+ <td width="20">ml</td>
|
|
1372
|
+ <td></td>
|
|
1373
|
+ <td width="60">透后体重</td>
|
|
1374
|
+ <td width="50">
|
|
1375
|
+ <div class="under-line">
|
|
1376
|
+ {{ afterdialysis.weight_after ? afterdialysis.weight_after : "" }}
|
|
1377
|
+ </div>
|
|
1378
|
+ </td>
|
|
1379
|
+ <td width="20">Kg</td>
|
|
1380
|
+ <td width='20'></td>
|
|
1381
|
+ <td width='100'>血管杂音及震颤</td>
|
|
1382
|
+ <td width='160'>
|
|
1383
|
+ <label-box :isChecked="afterdialysis.internal_fistula&&afterdialysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
|
|
1384
|
+
|
|
1385
|
+ <label-box :isChecked="afterdialysis.internal_fistula&&afterdialysis.internal_fistula.indexOf('震颤-减弱') > -1 ? true : false" showValue="减弱"></label-box>
|
|
1386
|
+
|
|
1387
|
+ <label-box :isChecked="afterdialysis.internal_fistula&&afterdialysis.internal_fistula.indexOf('震颤-无') > -1 ? true : false" showValue="无"></label-box>
|
|
1388
|
+ </td>
|
|
1389
|
+ <td></td>
|
|
1390
|
+ <!-- <td width="95">透析器堵塞:</td>
|
|
1391
|
+ <td width="200">
|
|
1392
|
+ <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('凝血0级') > -1 ? true : false) :false" showValue="0级"></label-box>
|
|
1393
|
+ <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('凝血Ⅰ级') > -1 ? true : false) :false" showValue="Ⅰ级"></label-box>
|
|
1394
|
+ <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('凝血Ⅱ级') > -1 ? true : false) :false" showValue="Ⅱ级"></label-box>
|
|
1395
|
+ <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('凝血Ⅲ级') > -1 ? true : false) :false" showValue="Ⅲ级"></label-box>
|
|
1396
|
+ </td> -->
|
|
1397
|
+ </tr>
|
|
1398
|
+ </tbody>
|
|
1399
|
+ </table>
|
|
1400
|
+ <table class="table-box">
|
|
1401
|
+ <tbody>
|
|
1402
|
+ <tr>
|
|
1403
|
+ <td width="80">透析器凝血</td>
|
|
1404
|
+ <td width="200">
|
|
1405
|
+ <label-box :isChecked="afterdialysis.cruor ? afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false : false" showValue="无"></label-box>
|
|
1406
|
+ <label-box :isChecked="afterdialysis.cruor ? afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false : false" showValue="+"></label-box>
|
|
1407
|
+ <label-box :isChecked="afterdialysis.cruor ? afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false : false" showValue="+ +"></label-box>
|
|
1408
|
+ <label-box :isChecked="afterdialysis.cruor ? afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false : false" showValue="+ + +"></label-box>
|
|
1409
|
+ </td>
|
|
1410
|
+ <td width="70">静脉管道:</td>
|
|
1411
|
+ <td width="200">
|
|
1412
|
+ <label-box :isChecked="afterdialysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>
|
|
1413
|
+ <label-box :isChecked="afterdialysis.intravenous_tube == 2 ? true : false" showValue="+"></label-box>
|
|
1414
|
+ <label-box :isChecked="afterdialysis.intravenous_tube == 3 ? true : false" showValue="+ +"></label-box>
|
|
1415
|
+ <label-box :isChecked="afterdialysis.intravenous_tube == 4 ? true : false" showValue="+ + +"></label-box>
|
|
1416
|
+ </td>
|
|
1417
|
+ <td width="70">动脉管道:</td>
|
|
1418
|
+ <td width="200">
|
|
1419
|
+ <label-box :isChecked="afterdialysis.arterial_tube == 1 ? true : false" showValue="无"></label-box>
|
|
1420
|
+ <label-box :isChecked="afterdialysis.arterial_tube == 2 ? true : false" showValue="+"></label-box>
|
|
1421
|
+ <label-box :isChecked="afterdialysis.arterial_tube == 3 ? true : false" showValue="+ +"></label-box>
|
|
1422
|
+ <label-box :isChecked="afterdialysis.arterial_tube == 4 ? true : false" showValue="+ + +"></label-box>
|
|
1423
|
+ </td>
|
|
1424
|
+ <td></td>
|
|
1425
|
+ </tr>
|
|
1426
|
+ </tbody>
|
|
1427
|
+ </table>
|
|
1428
|
+ <table class="table-box">
|
|
1429
|
+ <tbody>
|
|
1430
|
+ <tr>
|
|
1431
|
+ <td width='100'>
|
|
1432
|
+ <label-box :isChecked="afterdialysis.puncture_point_haematoma == 1 ? true : false" showValue="穿刺处血肿"></label-box>
|
|
1433
|
+ </td>
|
|
1434
|
+ <td width='100'>导管特殊情况</td>
|
|
1435
|
+ <td width='200'>
|
|
1436
|
+ <div class="under-line">
|
|
1437
|
+ {{ afterdialysis.catheter ? afterdialysis.catheter : '' }}
|
|
1438
|
+ </div>
|
|
1439
|
+ </td>
|
|
1440
|
+ <td></td>
|
|
1441
|
+ </tr>
|
|
1442
|
+ </tbody>
|
|
1443
|
+ </table>
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+ <table class="table-box">
|
|
1448
|
+ <tbody>
|
|
1449
|
+ <tr>
|
|
1450
|
+ <td width="55">并发症:</td>
|
|
1451
|
+ <td width="560">
|
|
1452
|
+ <label-box :isChecked="afterdialysis.complication&&afterdialysis.complication.indexOf('无') > -1 ? true : false" showValue="无"></label-box>
|
|
1453
|
+ <label-box :isChecked="afterdialysis.complication&&afterdialysis.complication.indexOf('低血压') > -1 ? true : false" showValue="低血压"></label-box>
|
|
1454
|
+ <label-box :isChecked="afterdialysis.complication&&afterdialysis.complication.indexOf('高血压') > -1 ? true : false" showValue="高血压"></label-box>
|
|
1455
|
+ <label-box :isChecked="afterdialysis.complication&&afterdialysis.complication.indexOf('低血糖') > -1 ? true : false" showValue="低血糖"></label-box>
|
|
1456
|
+ <label-box :isChecked="afterdialysis.complication&&afterdialysis.complication.indexOf('头晕') > -1 ? true : false" showValue="头晕"></label-box>
|
|
1457
|
+ <label-box :isChecked="afterdialysis.complication&&afterdialysis.complication.indexOf('头痛') > -1 ? true : false" showValue="头痛"></label-box>
|
|
1458
|
+ <label-box :isChecked="afterdialysis.complication&&afterdialysis.complication.indexOf('呕吐') > -1 ? true : false" showValue="呕吐"></label-box>
|
|
1459
|
+ <label-box :isChecked="afterdialysis.complication&&afterdialysis.complication.indexOf('肌肉痉挛') > -1 ? true : false" showValue="肌肉痉挛"></label-box>
|
|
1460
|
+ <label-box :isChecked="afterdialysis.complication&&afterdialysis.complication.indexOf('出血') > -1 ? true : false" showValue="出血"></label-box>
|
|
1461
|
+ </td>
|
|
1462
|
+ <td width='40'>其他</td>
|
|
1463
|
+ <td width='160'>
|
|
1464
|
+ <div class="under-line">
|
|
1465
|
+ {{ afterdialysis.other_complication ? afterdialysis.other_complication : '' }}
|
|
1466
|
+ </div>
|
|
1467
|
+ </td>
|
|
1468
|
+ <td></td>
|
|
1469
|
+ </tr>
|
|
1470
|
+ </tbody>
|
|
1471
|
+ </table>
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+ <table class="table-box">
|
|
1476
|
+ <tbody>
|
|
1477
|
+ <tr>
|
|
1478
|
+ <td width="40">冲管:</td>
|
|
1479
|
+ <td width="100">
|
|
1480
|
+ <div class="under-line">
|
|
1481
|
+ <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.washpipe_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.washpipe_nurse)}}</span>
|
|
1482
|
+ <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.washpipe_nurse)" alt="" srcset="" v-else>
|
|
1483
|
+ </div>
|
|
1484
|
+ </td>
|
|
1485
|
+ <td width=30></td>
|
|
1486
|
+ <td width="40">穿刺:</td>
|
|
1487
|
+ <td width="100">
|
|
1488
|
+ <div class="under-line">
|
|
1489
|
+ <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.puncture_nurse)}}</span>
|
|
1490
|
+ <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.puncture_nurse)" alt="" srcset="" v-else>
|
|
1491
|
+ </div>
|
|
1492
|
+ </td>
|
|
1493
|
+ <td width='30'></td>
|
|
1494
|
+ <td width="80">责任护士:</td>
|
|
1495
|
+ <td width="100">
|
|
1496
|
+ <div class="under-line">
|
|
1497
|
+ <!--<span v-if="afterdialysis.creater==0"> </span>-->
|
|
1498
|
+ <!--<img class="es-img" :src="setAdminUserES(afterdialysis.creater)" alt="" srcset="" v-else>-->
|
|
1499
|
+
|
|
1500
|
+ <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.start_nurse)}}</span>
|
|
1501
|
+ <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)" alt="" srcset="" v-else>
|
|
1502
|
+ </div>
|
|
1503
|
+ </td>
|
|
1504
|
+ <td width='30'></td>
|
|
1505
|
+ <td width='70'>医生签名</td>
|
|
1506
|
+ <td width='100'>
|
|
1507
|
+ <div class="under-line">
|
|
1508
|
+
|
|
1509
|
+ <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
|
|
1510
|
+ <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
|
|
1511
|
+ </div>
|
|
1512
|
+ </td>
|
|
1513
|
+ </tr>
|
|
1514
|
+ </tbody>
|
|
1515
|
+ </table>
|
|
1516
|
+ </td>
|
|
1517
|
+ </tr>
|
|
1518
|
+ </tbody>
|
|
1519
|
+ </table>
|
1343
|
1520
|
</div>
|
1344
|
1521
|
</div>
|
1345
|
1522
|
</template>
|