See999 5 years ago
parent
commit
f115f20a0f

+ 1 - 1
config/dev.env.js View File

@@ -7,7 +7,7 @@ module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9 9
   BASE_API: '"http://api.xt.test.sgjyun.com"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527,////'"http://localhost:9529"',
10
-  // BASE_API:'"http://localhost:9531"',
10
+  //BASE_API:'"http://localhost:9531"',
11 11
   SSO_HOST: '"http://testsso.sgjyun.com"',
12 12
   SRCM_HOST: '"http://test1.sgjyun.com"',
13 13
   XT_HOST: '"http://xt.test.sgjyun.com"',

+ 1 - 1
config/index.js View File

@@ -20,7 +20,7 @@ module.exports = {
20 20
     // host: 'xt.test.sgjyun.com',
21 21
     // host: 'xt.kuyicloud.com',
22 22
     host: 'xt.test.sgjyun.com',
23
-    // host:'localhost',
23
+    //host:'localhost',
24 24
     port: 9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
25 25
     autoOpenBrowser: true,
26 26
     errorOverlay: true,

+ 11 - 32
src/xt_pages/dialysis/batch_print/batch_print_order.vue View File

@@ -1137,38 +1137,17 @@
1137 1137
                       </div>
1138 1138
                       <div class="inline_block" style="margin-left: 20px;">
1139 1139
                         透析器凝血:
1140
-                        <label-box
1141
-                          :isChecked="
1142
-                            record.assessment_after_dislysis.dialyzer == 1
1143
-                              ? true
1144
-                              : false
1145
-                          "
1146
-                          showValue="0 级"
1147
-                        ></label-box>
1148
-                        <label-box
1149
-                          :isChecked="
1150
-                            record.assessment_after_dislysis.dialyzer == 2
1151
-                              ? true
1152
-                              : false
1153
-                          "
1154
-                          showValue="Ⅰ 级"
1155
-                        ></label-box>
1156
-                        <label-box
1157
-                          :isChecked="
1158
-                            record.assessment_after_dislysis.dialyzer == 3
1159
-                              ? true
1160
-                              : false
1161
-                          "
1162
-                          showValue="Ⅱ 级"
1163
-                        ></label-box>
1164
-                        <label-box
1165
-                          :isChecked="
1166
-                            record.assessment_after_dislysis.dialyzer == 4
1167
-                              ? true
1168
-                              : false
1169
-                          "
1170
-                          showValue="Ⅲ 级"
1171
-                        ></label-box>
1140
+                        <div
1141
+                          class="under_line"
1142
+                          style="width: 100px;text-align: center"
1143
+                        >
1144
+                          {{
1145
+                          record.assessment_after_dislysis &&
1146
+                          record.assessment_after_dislysis.cruor
1147
+                          ? record.assessment_after_dislysis.cruor
1148
+                          : "/"
1149
+                          }}
1150
+                        </div>
1172 1151
                       </div>
1173 1152
                     </div>
1174 1153
                     <div class="row" style="padding: 2px 0;">

+ 62 - 106
src/xt_pages/dialysis/batch_print/batch_print_order_other_one.vue View File

@@ -286,7 +286,7 @@
286 286
                           :checked="
287 287
                             isValueIndexOfCheck(
288 288
                               record.assessment_before_dislysis,
289
-                              'blood_access_internal_fistula',
289
+                              'internal_fistula',
290 290
                               '正常'
291 291
                             )
292 292
                           "
@@ -296,7 +296,7 @@
296 296
                           :checked="
297 297
                             isValueIndexOfCheck(
298 298
                               record.assessment_before_dislysis,
299
-                              'blood_access_internal_fistula',
299
+                              'internal_fistula',
300 300
                               '震颤'
301 301
                             )
302 302
                           "
@@ -306,7 +306,7 @@
306 306
                           :checked="
307 307
                             isValueIndexOfCheck(
308 308
                               record.assessment_before_dislysis,
309
-                              'blood_access_internal_fistula',
309
+                              'internal_fistula',
310 310
                               '堵塞'
311 311
                             )
312 312
                           "
@@ -316,7 +316,7 @@
316 316
                           :checked="
317 317
                             isValueIndexOfCheck(
318 318
                               record.assessment_before_dislysis,
319
-                              'blood_access_internal_fistula',
319
+                              'internal_fistula',
320 320
                               '血肿'
321 321
                             )
322 322
                           "
@@ -326,7 +326,7 @@
326 326
                           :checked="
327 327
                             isValueIndexOfCheck(
328 328
                               record.assessment_before_dislysis,
329
-                              'blood_access_internal_fistula',
329
+                              'internal_fistula',
330 330
                               '淤血'
331 331
                             )
332 332
                           "
@@ -336,7 +336,7 @@
336 336
                           :checked="
337 337
                             isValueIndexOfCheck(
338 338
                               record.assessment_before_dislysis,
339
-                              'blood_access_internal_fistula',
339
+                              'internal_fistula',
340 340
                               '感染'
341 341
                             )
342 342
                           "
@@ -451,45 +451,36 @@
451 451
                         <check-box
452 452
                           text="锁骨下"
453 453
                           :checked="
454
-                            isCheckBoxChecked(
455
-                              record.assessment_before_dislysis,
456
-                              'venous_catheterization_part',
457
-                              1
458
-                            )
459
-                          "
454
+                        record.assessment_before_dislysis.venous_catheterization_part == 1
455
+                          ? true
456
+                          : false
457
+                      "
460 458
                         ></check-box>
461 459
                         <check-box
462 460
                           text="颈静脉"
463 461
                           :checked="
464
-                            isCheckBoxChecked(
465
-                              record.assessment_before_dislysis,
466
-                              'venous_catheterization_part',
467
-                              2
468
-                            )
469
-                          "
462
+                        record.assessment_before_dislysis.venous_catheterization_part == 2
463
+                          ? true
464
+                          : false
465
+                      "
470 466
                         ></check-box>
471 467
                         <check-box
472 468
                           text="股静脉"
473 469
                           :checked="
474
-                            isCheckBoxChecked(
475
-                              record.assessment_before_dislysis,
476
-                              'venous_catheterization_part',
477
-                              3
478
-                            )
479
-                          "
470
+                        record.assessment_before_dislysis.venous_catheterization_part == 3
471
+                          ? true
472
+                          : false
473
+                      "
480 474
                         ></check-box>
481 475
                         <div class="inline_block">
482 476
                           其它:
483 477
                           <div
484 478
                             class="under_line"
485
-                            style="width: 200px;text-align: left"
479
+                            style="width: 50px;text-align: left"
486 480
                           >
487
-                            {{
488
-                              record.assessment_before_dislysis
489
-                                ? record.assessment_before_dislysis
490
-                                    .venous_catheterization_part_other
491
-                                : ""
492
-                            }}
481
+                        <span>{{
482
+                          record.assessment_before_dislysis.venous_catheterization_part_other
483
+                        }}</span>
493 484
                           </div>
494 485
                         </div>
495 486
                       </div>
@@ -502,7 +493,7 @@
502 493
                           :checked="
503 494
                             isValueIndexOfCheck(
504 495
                               record.assessment_before_dislysis,
505
-                              'ductus_arantii',
496
+                              'catheter',
506 497
                               '正常'
507 498
                             )
508 499
                           "
@@ -512,7 +503,7 @@
512 503
                           :checked="
513 504
                             isValueIndexOfCheck(
514 505
                               record.assessment_before_dislysis,
515
-                              'ductus_arantii',
506
+                              'catheter',
516 507
                               '不畅'
517 508
                             )
518 509
                           "
@@ -522,7 +513,7 @@
522 513
                           :checked="
523 514
                             isValueIndexOfCheck(
524 515
                               record.assessment_before_dislysis,
525
-                              'ductus_arantii',
516
+                              'catheter',
526 517
                               '血流不足'
527 518
                             )
528 519
                           "
@@ -532,7 +523,7 @@
532 523
                           :checked="
533 524
                             isValueIndexOfCheck(
534 525
                               record.assessment_before_dislysis,
535
-                              'ductus_arantii',
526
+                              'catheter',
536 527
                               '正接'
537 528
                             )
538 529
                           "
@@ -543,7 +534,7 @@
543 534
                           :checked="
544 535
                             isValueIndexOfCheck(
545 536
                               record.assessment_before_dislysis,
546
-                              'ductus_arantii',
537
+                              'catheter',
547 538
                               '反接'
548 539
                             )
549 540
                           "
@@ -554,7 +545,7 @@
554 545
                           :checked="
555 546
                             isValueIndexOfCheck(
556 547
                               record.assessment_before_dislysis,
557
-                              'ductus_arantii',
548
+                              'catheter',
558 549
                               '血栓'
559 550
                             )
560 551
                           "
@@ -564,7 +555,7 @@
564 555
                           :checked="
565 556
                             isValueIndexOfCheck(
566 557
                               record.assessment_before_dislysis,
567
-                              'ductus_arantii',
558
+                              'catheter',
568 559
                               '缝线脱落'
569 560
                             )
570 561
                           "
@@ -574,7 +565,7 @@
574 565
                           :checked="
575 566
                             isValueIndexOfCheck(
576 567
                               record.assessment_before_dislysis,
577
-                              'ductus_arantii',
568
+                              'catheter',
578 569
                               '导管脱落'
579 570
                             )
580 571
                           "
@@ -584,7 +575,7 @@
584 575
                           :checked="
585 576
                             isValueIndexOfCheck(
586 577
                               record.assessment_before_dislysis,
587
-                              'ductus_arantii',
578
+                              'catheter',
588 579
                               '感染'
589 580
                             )
590 581
                           "
@@ -594,7 +585,7 @@
594 585
                           :checked="
595 586
                             isValueIndexOfCheck(
596 587
                               record.assessment_before_dislysis,
597
-                              'ductus_arantii',
588
+                              'catheter',
598 589
                               '破损'
599 590
                             )
600 591
                           "
@@ -1515,34 +1506,28 @@
1515 1506
                       <div class="inline_block">
1516 1507
                         内瘘震颤和血管杂音:
1517 1508
                         <check-box
1518
-                          text="存在"
1509
+                          text="正常"
1519 1510
                           :checked="
1520
-                            isCheckBoxChecked(
1521
-                              record.assessment_after_dislysis,
1522
-                              'tremor_noise',
1523
-                              1
1524
-                            )
1525
-                          "
1511
+                         record.assessment_after_dislysis.internal_fistula.indexOf('震颤-存在') > -1
1512
+                          ? true
1513
+                          : false
1514
+                      "
1526 1515
                         ></check-box>
1527 1516
                         <check-box
1528 1517
                           text="减弱"
1529 1518
                           :checked="
1530
-                            isCheckBoxChecked(
1531
-                              record.assessment_after_dislysis,
1532
-                              'tremor_noise',
1533
-                              2
1534
-                            )
1535
-                          "
1519
+                         record.assessment_after_dislysis.internal_fistula.indexOf('震颤-减弱') > -1
1520
+                          ? true
1521
+                          : false
1522
+                      "
1536 1523
                         ></check-box>
1537 1524
                         <check-box
1538
-                          text="不存在"
1525
+                          text="正常"
1539 1526
                           :checked="
1540
-                            isCheckBoxChecked(
1541
-                              record.assessment_after_dislysis,
1542
-                              'tremor_noise',
1543
-                              3
1544
-                            )
1545
-                          "
1527
+                        record.assessment_after_dislysis.internal_fistula.indexOf('不存在') > -1
1528
+                          ? true
1529
+                          : false
1530
+                      "
1546 1531
                         ></check-box>
1547 1532
                       </div>
1548 1533
                       <div class="inline_block">
@@ -1575,7 +1560,7 @@
1575 1560
                           :checked="
1576 1561
                             isValueIndexOfCheck(
1577 1562
                               record.assessment_after_dislysis,
1578
-                              'disequilibrium_syndrome_option',
1563
+                              'complication',
1579 1564
                               '头晕'
1580 1565
                             )
1581 1566
                           "
@@ -1585,7 +1570,7 @@
1585 1570
                           :checked="
1586 1571
                             isValueIndexOfCheck(
1587 1572
                               record.assessment_after_dislysis,
1588
-                              'disequilibrium_syndrome_option',
1573
+                              'complication',
1589 1574
                               '头痛'
1590 1575
                             )
1591 1576
                           "
@@ -1595,7 +1580,7 @@
1595 1580
                           :checked="
1596 1581
                             isValueIndexOfCheck(
1597 1582
                               record.assessment_after_dislysis,
1598
-                              'disequilibrium_syndrome_option',
1583
+                              'complication',
1599 1584
                               '呕吐'
1600 1585
                             )
1601 1586
                           "
@@ -1605,7 +1590,7 @@
1605 1590
                           :checked="
1606 1591
                             isValueIndexOfCheck(
1607 1592
                               record.assessment_after_dislysis,
1608
-                              'disequilibrium_syndrome_option',
1593
+                              'complication',
1609 1594
                               '低血压'
1610 1595
                             )
1611 1596
                           "
@@ -1701,47 +1686,18 @@
1701 1686
                         ></check-box>
1702 1687
                       </div>
1703 1688
                       <div class="inline_block">
1704
-                        透析器:
1705
-                        <check-box
1706
-                          text="0"
1707
-                          :checked="
1708
-                            isCheckBoxChecked(
1709
-                              record.assessment_after_dislysis,
1710
-                              'dialyzer',
1711
-                              1
1712
-                            )
1713
-                          "
1714
-                        ></check-box>
1715
-                        <check-box
1716
-                          text="+"
1717
-                          :checked="
1718
-                            isCheckBoxChecked(
1719
-                              record.assessment_after_dislysis,
1720
-                              'dialyzer',
1721
-                              2
1722
-                            )
1723
-                          "
1724
-                        ></check-box>
1725
-                        <check-box
1726
-                          text="++"
1727
-                          :checked="
1728
-                            isCheckBoxChecked(
1729
-                              record.assessment_after_dislysis,
1730
-                              'dialyzer',
1731
-                              3
1732
-                            )
1733
-                          "
1734
-                        ></check-box>
1735
-                        <check-box
1736
-                          text="+++"
1737
-                          :checked="
1738
-                            isCheckBoxChecked(
1739
-                              record.assessment_after_dislysis,
1740
-                              'dialyzer',
1741
-                              4
1742
-                            )
1743
-                          "
1744
-                        ></check-box>
1689
+                        透析器凝血:
1690
+                        <div
1691
+                          class="under_line"
1692
+                          style="width: 100px;text-align: center"
1693
+                        >
1694
+                          {{
1695
+                          record.assessment_after_dislysis &&
1696
+                          record.assessment_after_dislysis.cruor
1697
+                          ? record.assessment_after_dislysis.cruor
1698
+                          : "/"
1699
+                          }}
1700
+                        </div>
1745 1701
                       </div>
1746 1702
                     </div>
1747 1703
                   </td>

+ 7 - 31
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -1374,41 +1374,17 @@
1374 1374
                       style="padding: 2px 0;line-height:23px;display:flex;"
1375 1375
                     >
1376 1376
                       <div class="inline_block" style="flex:1;">
1377
-                        凝血程度
1377
+                        透析器凝血:
1378 1378
                         <div
1379 1379
                           class="under_line"
1380 1380
                           style="width: 100px;text-align: center"
1381 1381
                         >
1382
-                          <span
1383
-                            v-if="
1384
-                              record.assessment_after_dislysis.dialyzer == 0
1385
-                            "
1386
-                            >/</span
1387
-                          >
1388
-                          <span
1389
-                            v-if="
1390
-                              record.assessment_after_dislysis.dialyzer == 1
1391
-                            "
1392
-                            >透析器0</span
1393
-                          >
1394
-                          <span
1395
-                            v-if="
1396
-                              record.assessment_after_dislysis.dialyzer == 2
1397
-                            "
1398
-                            >透析器+</span
1399
-                          >
1400
-                          <span
1401
-                            v-if="
1402
-                              record.assessment_after_dislysis.dialyzer == 3
1403
-                            "
1404
-                            >透析器++</span
1405
-                          >
1406
-                          <span
1407
-                            v-if="
1408
-                              record.assessment_after_dislysis.dialyzer == 4
1409
-                            "
1410
-                            >透析器+++</span
1411
-                          >
1382
+                          {{
1383
+                            record.assessment_after_dislysis &&
1384
+                            record.assessment_after_dislysis.cruor
1385
+                              ? record.assessment_after_dislysis.cruor
1386
+                              : "/"
1387
+                          }}
1412 1388
                         </div>
1413 1389
                       </div>
1414 1390
                       <div class="inline_block" style="flex:1;">

+ 2 - 0
src/xt_pages/dialysis/details/assessmentBefore.vue View File

@@ -347,6 +347,7 @@ export default {
347 347
         return "-";
348 348
       }
349 349
       return this.record.catheter;
350
+      console.log("导管", this.record.catheter);
350 351
     },
351 352
 
352 353
     temperature: function() {
@@ -589,6 +590,7 @@ export default {
589 590
     },
590 591
     isShow(name) {
591 592
       var filedList = store.getters.xt_user.fileds;
593
+      var arr = [];
592 594
       for (let i = 0; i < filedList.length; i++) {
593 595
         if (
594 596
           filedList[i].module == 3 &&

+ 35 - 35
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue View File

@@ -182,15 +182,15 @@
182 182
           </el-col>
183 183
 
184 184
 
185
-<!--          <el-col :span="8" v-if="isShow('透析器凝血')">-->
186
-<!--            <el-form-item label="透析器凝血: ">-->
187
-<!--              <el-input-->
188
-<!--                v-model="form.cruor"-->
189
-<!--                readonly-->
190
-<!--                @focus="showDialog('1')"-->
191
-<!--              ></el-input>-->
192
-<!--            </el-form-item>-->
193
-<!--          </el-col>-->
185
+          <el-col :span="8" v-if="isShow('透析器凝血')">
186
+            <el-form-item label="透析器凝血: ">
187
+              <el-input
188
+                v-model="form.cruor"
189
+                readonly
190
+                @focus="showDialog('1')"
191
+              ></el-input>
192
+            </el-form-item>
193
+          </el-col>
194 194
 
195 195
 
196 196
           <el-col :span="8" v-if="isShow('患者去向')">
@@ -421,20 +421,20 @@
421 421
 <!--              </el-select>-->
422 422
 <!--            </el-form-item>-->
423 423
 <!--          </el-col>-->
424
-<!--          <el-col :span="8" v-if="isShow('失衡综合症')">-->
425
-<!--            <el-form-item label="失衡综合症: ">-->
426
-<!--              <el-select v-model="form.disequilibrium_syndrome">-->
427
-<!--                <el-option :key="0" label="请选择" :value="0"></el-option>-->
424
+          <el-col :span="8" v-if="isShow('失衡综合症')">
425
+            <el-form-item label="失衡综合症: ">
426
+              <el-select v-model="form.disequilibrium_syndrome">
427
+                <el-option :key="0" label="请选择" :value="0"></el-option>
428 428
 
429
-<!--                <el-option-->
430
-<!--                  v-for="item in this.$store.getters.disequilibrium_syndrome"-->
431
-<!--                  :label="item.name"-->
432
-<!--                  :value="item.id"-->
433
-<!--                  :key="item.id"-->
434
-<!--                ></el-option>-->
435
-<!--              </el-select>-->
436
-<!--            </el-form-item>-->
437
-<!--          </el-col>-->
429
+                <el-option
430
+                  v-for="item in this.$store.getters.disequilibrium_syndrome"
431
+                  :label="item.name"
432
+                  :value="item.id"
433
+                  :key="item.id"
434
+                ></el-option>
435
+              </el-select>
436
+            </el-form-item>
437
+          </el-col>
438 438
 <!--          <el-col :span="8" v-if="isShow('失衡综合症症状')">-->
439 439
 <!--            <el-form-item label="失衡综合症症状: ">-->
440 440
 <!--              <el-input-->
@@ -451,20 +451,20 @@
451 451
 
452 452
           <el-row :gutter="20"  > -->
453 453
 
454
-          <el-col :span="8" v-if="isShow('透析器凝血')">
455
-            <el-form-item label="透析器凝血: ">
456
-              <el-select v-model="form.dialyzer">
457
-                <el-option :key="0" label="请选择" :value="0"></el-option>
454
+<!--          <el-col :span="8" v-if="isShow('透析器')">-->
455
+<!--            <el-form-item label="透析器凝血: ">-->
456
+<!--              <el-select v-model="form.dialyzer">-->
457
+<!--                <el-option :key="0" label="请选择" :value="0"></el-option>-->
458 458
 
459
-                <el-option
460
-                  v-for="item in this.$store.getters.dialyzer"
461
-                  :label="item.name"
462
-                  :value="item.id"
463
-                  :key="item.id"
464
-                ></el-option>
465
-              </el-select>
466
-            </el-form-item>
467
-          </el-col>
459
+<!--                <el-option-->
460
+<!--                  v-for="item in this.$store.getters.dialyzer"-->
461
+<!--                  :label="item.name"-->
462
+<!--                  :value="item.id"-->
463
+<!--                  :key="item.id"-->
464
+<!--                ></el-option>-->
465
+<!--              </el-select>-->
466
+<!--            </el-form-item>-->
467
+<!--          </el-col>-->
468 468
           <el-col :span="8" v-if="isShow('透析期间进食')">
469 469
             <el-form-item label="透析期间进食: ">
470 470
               <el-radio-group v-model="form.is_eat">

+ 38 - 38
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue View File

@@ -7,7 +7,7 @@
7 7
       width="1010px"
8 8
       :modal-append-to-body="false"
9 9
     >
10
-    <div class="warnTxt" v-if="showTxt != ''">{{ showTxt }}</div>
10
+      <div class="warnTxt" v-if="showTxt != ''">{{ showTxt }}</div>
11 11
       <!--<check-box-dialog-->
12 12
       <!--:propsForm="InnerDialogProps"-->
13 13
       <!--v-on:dialog-comfirm="innerDialogComfirm"-->
@@ -327,14 +327,14 @@
327 327
 
328 328
 
329 329
 
330
-<!--          <el-col :span="8" v-if="isShow('血管通路(内瘘)')">-->
331
-<!--            <el-form-item label="血管通路(内瘘):">-->
332
-<!--              <div>-->
333
-<!--                <el-input v-model="assessmentBeforeDislysis.blood_access_internal_fistula"-->
334
-<!--                          @focus="showInnerDialog('9')"></el-input>-->
335
-<!--              </div>-->
336
-<!--            </el-form-item>-->
337
-<!--          </el-col>-->
330
+          <!--          <el-col :span="8" v-if="isShow('血管通路(内瘘)')">-->
331
+          <!--            <el-form-item label="血管通路(内瘘):">-->
332
+          <!--              <div>-->
333
+          <!--                <el-input v-model="assessmentBeforeDislysis.blood_access_internal_fistula"-->
334
+          <!--                          @focus="showInnerDialog('9')"></el-input>-->
335
+          <!--              </div>-->
336
+          <!--            </el-form-item>-->
337
+          <!--          </el-col>-->
338 338
 
339 339
 
340 340
 
@@ -347,29 +347,29 @@
347 347
 
348 348
 
349 349
 
350
-<!--          <el-col :span="8">-->
350
+                    <el-col :span="8">
351 351
 
352
-<!--            <el-form-item label="位置: " v-if="isShow('位置')">-->
353
-<!--              <el-select v-model="assessmentBeforeDislysis.venous_catheterization_part">-->
354
-<!--                <el-option :key="0" label="请选择" :value="0"></el-option>-->
352
+                      <el-form-item label="位置: " v-if="isShow('位置')">
353
+                        <el-select v-model="assessmentBeforeDislysis.venous_catheterization_part">
354
+                          <el-option :key="0" label="请选择" :value="0"></el-option>
355 355
 
356
-<!--                <el-option v-for="item in this.$store.getters.venous_catheterization_part" :label="item.name"-->
357
-<!--                           :value="item.id"-->
358
-<!--                           :key="item.id"></el-option>-->
359
-<!--              </el-select>-->
360
-<!--            </el-form-item>-->
361
-<!--          </el-col>-->
356
+                          <el-option v-for="item in this.$store.getters.venous_catheterization_part" :label="item.name"
357
+                                     :value="item.id"
358
+                                     :key="item.id"></el-option>
359
+                        </el-select>
360
+                      </el-form-item>
361
+                    </el-col>
362 362
 
363 363
 
364 364
 
365 365
 
366
-<!--          <el-col :span="8" v-if="isShow('导管')">-->
367
-<!--            <el-form-item label="导管:">-->
368
-<!--              <div>-->
369
-<!--                <el-input v-model="assessmentBeforeDislysis.ductus_arantii" @focus="showInnerDialog('10')"></el-input>-->
370
-<!--              </div>-->
371
-<!--            </el-form-item>-->
372
-<!--          </el-col>-->
366
+          <!--          <el-col :span="8" v-if="isShow('导管')">-->
367
+          <!--            <el-form-item label="导管:">-->
368
+          <!--              <div>-->
369
+          <!--                <el-input v-model="assessmentBeforeDislysis.ductus_arantii" @focus="showInnerDialog('10')"></el-input>-->
370
+          <!--              </div>-->
371
+          <!--            </el-form-item>-->
372
+          <!--          </el-col>-->
373 373
 
374 374
 
375 375
           <el-col :span="8" v-if="isShow('其他中心静脉导管')">
@@ -1048,21 +1048,21 @@
1048 1048
 </script>
1049 1049
 
1050 1050
 <style scoped>
1051
-.warnTxt{
1052
-  text-align: center;
1053
-  margin: 0 auto;
1054
-  background: #faa331;
1055
-  max-width: 240px;
1056
-  padding: 10px 20px;
1057
-  border-radius: 4px;
1058
-  margin-bottom: 10px;
1059
-  color:#fff;
1060
-}
1051
+  .warnTxt{
1052
+    text-align: center;
1053
+    margin: 0 auto;
1054
+    background: #faa331;
1055
+    max-width: 240px;
1056
+    padding: 10px 20px;
1057
+    border-radius: 4px;
1058
+    margin-bottom: 10px;
1059
+    color:#fff;
1060
+  }
1061 1061
 </style>
1062 1062
 <style lang="scss">
1063
-.newDialog{
1063
+  .newDialog{
1064 1064
   .el-dialog__body{
1065 1065
     padding: 10px 20px 30px;
1066 1066
   }
1067
-}
1067
+  }
1068 1068
 </style>

+ 6 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderOne.vue View File

@@ -632,10 +632,12 @@
632 632
                 <td></td>
633 633
                 <td width="95">透析器凝血:</td>
634 634
                 <td width="220">
635
-                  <label-box :isChecked="afterdialysis.dialyzer==1?true:false" showValue='0 级'></label-box>
636
-                  <label-box :isChecked="afterdialysis.dialyzer==2?true:false" showValue='Ⅰ 级'></label-box>
637
-                  <label-box :isChecked="afterdialysis.dialyzer==3?true:false" showValue='Ⅱ 级'></label-box>
638
-                  <label-box :isChecked="afterdialysis.dialyzer==4?true:false" showValue='Ⅲ 级'></label-box>
635
+                  <div
636
+                    class="under_line"
637
+                    style="width:200px;text-align:center;"
638
+                  >
639
+                    {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
640
+                  </div>
639 641
                 </td>
640 642
               </tr>
641 643
               </tbody>

+ 2 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -1524,16 +1524,12 @@
1524 1524
                   style="padding: 2px 0;line-height:23px;display:flex;"
1525 1525
                 >
1526 1526
                   <div class="inline_block" style="flex:2.5;">
1527
-                    凝血程度
1527
+                    透析器凝血:
1528 1528
                     <div
1529 1529
                       class="under_line"
1530 1530
                       style="width:200px;text-align:center;"
1531 1531
                     >
1532
-                      <span v-if="afterdialysis.dialyzer == 0">/</span>
1533
-                      <span v-if="afterdialysis.dialyzer == 1">透析器0</span>
1534
-                      <span v-if="afterdialysis.dialyzer == 2">透析器+</span>
1535
-                      <span v-if="afterdialysis.dialyzer == 3">透析器++</span>
1536
-                      <span v-if="afterdialysis.dialyzer == 4">透析器+++</span>
1532
+                      {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
1537 1533
                     </div>
1538 1534
                   </div>
1539 1535
                   <div class="inline_block" style="flex:2;">

+ 43 - 73
src/xt_pages/dialysis/template/dialysisPrintOrderTwo.vue View File

@@ -222,9 +222,7 @@
222 222
                     <check-box
223 223
                       text="正常"
224 224
                       :checked="
225
-                        predialysis.blood_access_internal_fistula.indexOf(
226
-                          '正常'
227
-                        ) > -1
225
+                        predialysis.internal_fistula.indexOf('震颤-存在') > -1
228 226
                           ? true
229 227
                           : false
230 228
                       "
@@ -232,9 +230,7 @@
232 230
                     <check-box
233 231
                       text="震颤"
234 232
                       :checked="
235
-                        predialysis.blood_access_internal_fistula.indexOf(
236
-                          '震颤'
237
-                        ) > -1
233
+                        predialysis.internal_fistula.indexOf('震颤-减弱') > -1
238 234
                           ? true
239 235
                           : false
240 236
                       "
@@ -242,19 +238,16 @@
242 238
                     <check-box
243 239
                       text="堵塞"
244 240
                       :checked="
245
-                        predialysis.blood_access_internal_fistula.indexOf(
246
-                          '堵塞'
247
-                        ) > -1
241
+                        predialysis.internal_fistula.indexOf('堵塞') > -1
248 242
                           ? true
249 243
                           : false
250 244
                       "
251 245
                     ></check-box>
246
+
252 247
                     <check-box
253 248
                       text="血肿"
254 249
                       :checked="
255
-                        predialysis.blood_access_internal_fistula.indexOf(
256
-                          '血肿'
257
-                        ) > -1
250
+                        predialysis.internal_fistula.indexOf('血肿') > -1
258 251
                           ? true
259 252
                           : false
260 253
                       "
@@ -262,9 +255,7 @@
262 255
                     <check-box
263 256
                       text="淤血"
264 257
                       :checked="
265
-                        predialysis.blood_access_internal_fistula.indexOf(
266
-                          '淤血'
267
-                        ) > -1
258
+                        predialysis.internal_fistula.indexOf('淤血') > -1
268 259
                           ? true
269 260
                           : false
270 261
                       "
@@ -272,9 +263,7 @@
272 263
                     <check-box
273 264
                       text="感染"
274 265
                       :checked="
275
-                        predialysis.blood_access_internal_fistula.indexOf(
276
-                          '感染'
277
-                        ) > -1
266
+                        predialysis.internal_fistula.indexOf('感染') > -1
278 267
                           ? true
279 268
                           : false
280 269
                       "
@@ -386,7 +375,7 @@
386 375
                     <check-box
387 376
                       text="正常"
388 377
                       :checked="
389
-                        predialysis.ductus_arantii.indexOf('正常') > -1
378
+                        predialysis.catheter.indexOf('正常') > -1
390 379
                           ? true
391 380
                           : false
392 381
                       "
@@ -394,7 +383,7 @@
394 383
                     <check-box
395 384
                       text="不畅"
396 385
                       :checked="
397
-                        predialysis.ductus_arantii.indexOf('不畅') > -1
386
+                        predialysis.catheter.indexOf('不畅') > -1
398 387
                           ? true
399 388
                           : false
400 389
                       "
@@ -402,7 +391,7 @@
402 391
                     <check-box
403 392
                       text="血流不足"
404 393
                       :checked="
405
-                        predialysis.ductus_arantii.indexOf('血流不足') > -1
394
+                        predialysis.catheter.indexOf('血流不足') > -1
406 395
                           ? true
407 396
                           : false
408 397
                       "
@@ -410,7 +399,7 @@
410 399
                     (<check-box
411 400
                       text="正接"
412 401
                       :checked="
413
-                        predialysis.ductus_arantii.indexOf('正接') > -1
402
+                        predialysis.catheter.indexOf('正接') > -1
414 403
                           ? true
415 404
                           : false
416 405
                       "
@@ -419,7 +408,7 @@
419 408
                     <check-box
420 409
                       text="反接"
421 410
                       :checked="
422
-                        predialysis.ductus_arantii.indexOf('反接') > -1
411
+                        predialysis.catheter.indexOf('反接') > -1
423 412
                           ? true
424 413
                           : false
425 414
                       "
@@ -428,7 +417,7 @@
428 417
                     <check-box
429 418
                       text="血栓"
430 419
                       :checked="
431
-                        predialysis.ductus_arantii.indexOf('血栓') > -1
420
+                        predialysis.catheter.indexOf('血栓') > -1
432 421
                           ? true
433 422
                           : false
434 423
                       "
@@ -436,7 +425,7 @@
436 425
                     <check-box
437 426
                       text="缝线脱落"
438 427
                       :checked="
439
-                        predialysis.ductus_arantii.indexOf('缝线脱落') > -1
428
+                        predialysis.catheter.indexOf('缝线脱落') > -1
440 429
                           ? true
441 430
                           : false
442 431
                       "
@@ -444,7 +433,7 @@
444 433
                     <check-box
445 434
                       text="导管脱落"
446 435
                       :checked="
447
-                        predialysis.ductus_arantii.indexOf('导管脱落') > -1
436
+                        predialysis.catheter.indexOf('导管脱落') > -1
448 437
                           ? true
449 438
                           : false
450 439
                       "
@@ -452,7 +441,7 @@
452 441
                     <check-box
453 442
                       text="感染"
454 443
                       :checked="
455
-                        predialysis.ductus_arantii.indexOf('感染') > -1
444
+                        predialysis.catheter.indexOf('感染') > -1
456 445
                           ? true
457 446
                           : false
458 447
                       "
@@ -460,7 +449,7 @@
460 449
                     <check-box
461 450
                       text="破损"
462 451
                       :checked="
463
-                        predialysis.ductus_arantii.indexOf('破损') > -1
452
+                        predialysis.catheter.indexOf('破损') > -1
464 453
                           ? true
465 454
                           : false
466 455
                       "
@@ -1161,79 +1150,60 @@
1161 1150
                   <div class="inline_block">
1162 1151
                     内瘘震颤和血管杂音:
1163 1152
                     <check-box
1164
-                      text="存在"
1165
-                      :checked="afterdialysis.tremor_noise == 1 ? true : false"
1166
-                    ></check-box>
1167
-                    <check-box
1168
-                      text="减弱"
1169
-                      :checked="afterdialysis.tremor_noise == 2 ? true : false"
1170
-                    ></check-box>
1171
-                    <check-box
1172
-                      text="不存在"
1173
-                      :checked="afterdialysis.tremor_noise == 3 ? true : false"
1174
-                    ></check-box>
1175
-                  </div>
1176
-                  <div class="inline_block">
1177
-                    &emsp;失衡综合症:
1178
-                    <check-box
1179
-                      text="无"
1180
-                      :checked="
1181
-                        afterdialysis.disequilibrium_syndrome == 1
1182
-                          ? true
1183
-                          : false
1184
-                      "
1185
-                    ></check-box>
1186
-                    <check-box
1187
-                      text="有"
1153
+                      text="正常"
1188 1154
                       :checked="
1189
-                        afterdialysis.disequilibrium_syndrome == 2
1155
+                        afterdialysis.internal_fistula.indexOf('震颤-存在') > -1
1190 1156
                           ? true
1191 1157
                           : false
1192 1158
                       "
1193 1159
                     ></check-box>
1194
-                  </div>
1195
-                  <div class="inline_block">
1196
-                    (
1197 1160
                     <check-box
1198
-                      text="头晕"
1161
+                      text="减弱"
1199 1162
                       :checked="
1200
-                        afterdialysis.disequilibrium_syndrome_option.indexOf(
1201
-                          '头晕'
1202
-                        ) > -1
1163
+                        afterdialysis.internal_fistula.indexOf('震颤-减弱') > -1
1203 1164
                           ? true
1204 1165
                           : false
1205 1166
                       "
1206 1167
                     ></check-box>
1207 1168
                     <check-box
1208
-                      text="头痛"
1169
+                      text="正常"
1209 1170
                       :checked="
1210
-                        afterdialysis.disequilibrium_syndrome_option.indexOf(
1211
-                          '头痛'
1212
-                        ) > -1
1171
+                        afterdialysis.internal_fistula.indexOf('不存在') > -1
1213 1172
                           ? true
1214 1173
                           : false
1215 1174
                       "
1216 1175
                     ></check-box>
1176
+
1177
+                  </div>
1178
+                  <div class="inline_block">
1179
+                    &emsp;失衡综合症:
1217 1180
                     <check-box
1218
-                      text="呕吐"
1181
+                      text=""
1219 1182
                       :checked="
1220
-                        afterdialysis.disequilibrium_syndrome_option.indexOf(
1221
-                          '呕吐'
1222
-                        ) > -1
1183
+                        afterdialysis.disequilibrium_syndrome == 1
1223 1184
                           ? true
1224 1185
                           : false
1225 1186
                       "
1226 1187
                     ></check-box>
1227 1188
                     <check-box
1228
-                      text="低血压"
1189
+                      text=""
1229 1190
                       :checked="
1230
-                        afterdialysis.disequilibrium_syndrome_option.indexOf(
1231
-                          '低血压'
1232
-                        ) > -1
1191
+                        afterdialysis.disequilibrium_syndrome == 2
1233 1192
                           ? true
1234 1193
                           : false
1235 1194
                       "
1236 1195
                     ></check-box>
1196
+                  </div>
1197
+                  <div class="inline_block">
1198
+                    (
1199
+                    <label-box :isChecked="afterdialysis.complications_index.indexOf('头晕')>-1?true:false"
1200
+                               showValue='头晕'></label-box>
1201
+                    <label-box :isChecked="afterdialysis.complications_index.indexOf('头痛')>-1?true:false"
1202
+                               showValue='头痛'></label-box>
1203
+                    <label-box :isChecked="afterdialysis.complications_index.indexOf('呕吐')>-1?true:false"
1204
+                               showValue='呕吐'></label-box>
1205
+                    <label-box :isChecked="afterdialysis.complications_index.indexOf('低血压')>-1?true:false"
1206
+                               showValue='低血压'></label-box>
1237 1207
1238 1208
                   </div>
1239 1209
                 </div>
@@ -2728,7 +2698,7 @@ export default {
2728 2698
         }
2729 2699
         this.check = response.data.data.check;
2730 2700
         this.predialysis = response.data.data.PredialysisEvaluation;
2731
-        console.log("透前数据",this.predialysis)
2701
+        console.log("透前数据", this.predialysis);
2732 2702
         this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
2733 2703
           this.predialysis.blood_access_part_opera_id
2734 2704
         );