Bläddra i källkod

8月6,75号打印单

yq1 10 månader sedan
förälder
incheckning
5cbc409da4
1 ändrade filer med 12 tillägg och 16 borttagningar
  1. 12 16
      src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue

+ 12 - 16
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue Visa fil

@@ -651,13 +651,10 @@
651 651
                   <td style="font-size: 16px" colspan="2" width="54%">
652 652
                     医嘱内容
653 653
                   </td>
654
-
655 654
                   <td style="font-size: 16px" width="10%">医生签名</td>
656 655
                   <td style="font-size: 16px" width="6%">时间</td>
657 656
                   <td style="font-size: 16px" width="10%">执行人签名</td>
658
-
659 657
                   <td style="font-size: 16px" width="10%">核对人签名</td>
660
-
661 658
                 </tr>
662 659
                 <template v-if="record.advices">
663 660
                   <tr
@@ -980,7 +977,7 @@
980 977
               <div class="inline_block" style="flex: 1">
981 978
                 核对护士:
982 979
 
983
-                <div
980
+                <!-- <div
984 981
                   class="under_line"
985 982
                   style="width: 80px; text-align: center"
986 983
                   v-if="
@@ -1005,8 +1002,8 @@
1005 1002
                     srcset=""
1006 1003
                     v-else
1007 1004
                   />
1008
-                </div>
1009
-                <div
1005
+                </div> -->
1006
+                <!-- <div
1010 1007
                   class="under_line"
1011 1008
                   style="width: 80px; text-align: center"
1012 1009
                   v-if="
@@ -1033,17 +1030,15 @@
1033 1030
                     srcset=""
1034 1031
                     v-else
1035 1032
                   />
1036
-                </div>
1033
+                </div> -->
1037 1034
                 <div
1038 1035
                   class="under_line"
1039 1036
                   style="width: 80px; text-align: center"
1040 1037
                   v-if="
1041
-                    record.check != null &&
1042
-                    record.dialysis_order != null &&
1043
-                    record.dialysis_order.start_nurse ==
1044
-                      record.check.creater
1038
+                    record.check != null
1045 1039
                   "
1046 1040
                 >
1041
+                  <span style="height: 30px;display: inline-block;"></span>
1047 1042
                   <span
1048 1043
                     style=" display: inline-block"
1049 1044
                     v-if="
@@ -1064,7 +1059,7 @@
1064 1059
                     v-else
1065 1060
                   />
1066 1061
                 </div>
1067
-                <div
1062
+                <!-- <div
1068 1063
                   class="under_line"
1069 1064
                   style="width: 80px; text-align: center"
1070 1065
                   v-if="
@@ -1093,7 +1088,7 @@
1093 1088
                     srcset=""
1094 1089
                     v-else
1095 1090
                   />
1096
-                </div>
1091
+                </div> -->
1097 1092
                 <div
1098 1093
                   class="under_line"
1099 1094
                   style="width: 80px; text-align: left"
@@ -1482,10 +1477,10 @@ export default {
1482 1477
               }
1483 1478
               for (let index = 0; index < delghTwo; index++) {
1484 1479
                 this.records[recordIndex].advices.push([]);
1485
-                console.log('ttttt',this.records[recordIndex].advices);
1480
+                // console.log('ttttt',this.records[recordIndex].advices);
1486 1481
               }
1487 1482
             }
1488
-            console.log('oooooo',this.records[recordIndex].advices);
1483
+            // console.log('oooooo',this.records[recordIndex].advices);
1489 1484
             
1490 1485
             var childMap = {};
1491 1486
             for (const index in this.records[recordIndex].advices) {
@@ -1506,7 +1501,7 @@ export default {
1506 1501
             }
1507 1502
 
1508 1503
             var advices = [];
1509
-            console.log('oooooo22',this.records[recordIndex].advices);
1504
+            // console.log('oooooo22',this.records[recordIndex].advices);
1510 1505
             for (const index in this.records[recordIndex].advices) {
1511 1506
               // if (this.records[recordIndex].advices[index].parent_id > 0) {
1512 1507
               //   continue;
@@ -1523,6 +1518,7 @@ export default {
1523 1518
             }
1524 1519
             // var advices = this.records[recordIndex].advices
1525 1520
             console.log('111111111',advices);
1521
+            console.log('this.records',this.records);
1526 1522
             
1527 1523
             var leftAdvice = [];
1528 1524
             var rightAdvice = [];