Sfoglia il codice sorgente

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 8 mesi fa
parent
commit
e540dfd76a

+ 9 - 0
src/api/drug/drug.js Vedi File

@@ -809,4 +809,13 @@ export function getSelfDrugWarehouseOutById(id,params){
809 809
     method:"get",
810 810
     params:params
811 811
   })
812
+}
813
+
814
+export function modifySelfDrugWarehouseOut(params, warehousing_time, dealer_id, manufacturer_id, type, patient_id, warehouse_out_id){
815
+
816
+  return request({
817
+    url:"/api/drug/modifyselfdrugwarehouseout?warehousing_out_time="+warehousing_time+ '&dealer_id=' + dealer_id + '&manufacturer_id=' + manufacturer_id + '&type=' + type + '&patient_id=' + patient_id + '&warehouse_out_id=' + warehouse_out_id,
818
+    method:"post",
819
+    data:params,
820
+   })
812 821
 }

+ 3 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_seventeen.vue Vedi File

@@ -184,6 +184,9 @@
184 184
                     
185 185
                     <span style="display:inline-block;">
186 186
                     <label-box :isChecked="record.prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
187
+                    <label-box :isChecked="record.prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>:
188
+                    <label-box :isChecked="record.prescription.anticoagulant == 8 ? true : false" showValue="依诺肝素"></label-box>:
189
+                    <label-box :isChecked="record.prescription.anticoagulant == 16 ? true : false" showValue="低分子量肝素钙"></label-box>:
187 190
                     </span>
188 191
                     <span style="display:inline-block;">
189 192
                         <div style="display:inline-block;width:30px;text-align:center">

+ 39 - 34
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue Vedi File

@@ -647,17 +647,14 @@
647 647
                   </td>
648 648
                 </tr>
649 649
                 <tr style="line-height: 35px; padding: 8px 5px">
650
-                  <td style="font-size: 16px" width="10%">时间</td>
651
-                  <td style="font-size: 16px" colspan="2" width="45%">
650
+                  <td style="font-size: 16px" width="6%">时间</td>
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
-                  <td style="font-size: 16px" width="10%">时间</td>
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
@@ -669,14 +666,13 @@
669 666
                         {{ getTime(advice[0].start_time, "{h}:{i}") }}
670 667
                       </span>
671 668
                     </td>
672
-
673 669
                     <td
674 670
                       height="35px"
675 671
                       colspan="2"
676 672
                       class="advice-name"
677 673
                       style="padding-left: 7px"
678 674
                     >
679
-                      <span v-if="advice[0].parent_id > 0">---></span>
675
+                      
680 676
                       <span>{{ advice[0].advice_name }}</span>
681 677
 
682 678
                       <span
@@ -787,6 +783,11 @@
787 783
                       />
788 784
                     </td>
789 785
                   </tr>
786
+                  
787
+                  
788
+                </template>
789
+                <template>
790
+
790 791
                 </template>
791 792
               </tbody>
792 793
             </table>
@@ -911,7 +912,7 @@
911 912
           <div  style="border: 1px solid black;border-bottom:none;width: 99%;">
912 913
             <div class="row" style="display: flex;">
913 914
               <div class="inline_block" style="flex: 1">
914
-                穿刺护士:
915
+                上机护士:
915 916
                 <div class="under_line"
916 917
                   style="width: 90px; text-align: center"
917 918
                 >
@@ -974,9 +975,9 @@
974 975
                 </div>
975 976
               </div>
976 977
               <div class="inline_block" style="flex: 1">
977
-                核对人员
978
+                核对护士
978 979
 
979
-                <div
980
+                <!-- <div
980 981
                   class="under_line"
981 982
                   style="width: 80px; text-align: center"
982 983
                   v-if="
@@ -1001,8 +1002,8 @@
1001 1002
                     srcset=""
1002 1003
                     v-else
1003 1004
                   />
1004
-                </div>
1005
-                <div
1005
+                </div> -->
1006
+                <!-- <div
1006 1007
                   class="under_line"
1007 1008
                   style="width: 80px; text-align: center"
1008 1009
                   v-if="
@@ -1029,17 +1030,15 @@
1029 1030
                     srcset=""
1030 1031
                     v-else
1031 1032
                   />
1032
-                </div>
1033
+                </div> -->
1033 1034
                 <div
1034 1035
                   class="under_line"
1035 1036
                   style="width: 80px; text-align: center"
1036 1037
                   v-if="
1037
-                    record.check != null &&
1038
-                    record.dialysis_order != null &&
1039
-                    record.dialysis_order.start_nurse ==
1040
-                      record.check.creater
1038
+                    record.check != null
1041 1039
                   "
1042 1040
                 >
1041
+                  <span style="height: 30px;display: inline-block;"></span>
1043 1042
                   <span
1044 1043
                     style=" display: inline-block"
1045 1044
                     v-if="
@@ -1060,7 +1059,7 @@
1060 1059
                     v-else
1061 1060
                   />
1062 1061
                 </div>
1063
-                <div
1062
+                <!-- <div
1064 1063
                   class="under_line"
1065 1064
                   style="width: 80px; text-align: center"
1066 1065
                   v-if="
@@ -1089,7 +1088,7 @@
1089 1088
                     srcset=""
1090 1089
                     v-else
1091 1090
                   />
1092
-                </div>
1091
+                </div> -->
1093 1092
                 <div
1094 1093
                   class="under_line"
1095 1094
                   style="width: 80px; text-align: left"
@@ -1188,7 +1187,7 @@
1188 1187
             </div>
1189 1188
           </div>
1190 1189
           <!-- 透析小结 -->
1191
-          <div  style="width: 99%;border: 1px solid black;white-space: normal;padding:5px ;">
1190
+          <div  style="width: 99%;border: 1px solid black;white-space: normal;padding:5px;box-sizing: border-box;">
1192 1191
             <div style="width: 100%;margin-bottom: 6px;">
1193 1192
               <div style="margin-bottom: 10px;">
1194 1193
                 宣教知识:
@@ -1395,6 +1394,7 @@ export default {
1395 1394
     //     return false;
1396 1395
     //   }
1397 1396
   },
1397
+ 
1398 1398
   mounted() {
1399 1399
     this.loading = true;
1400 1400
     var ids = this.$store.getters.temp_params.batch_print_dialysis_record_ids;
@@ -1405,6 +1405,8 @@ export default {
1405 1405
     GetBatchPrintDialysisData(ids.join(","))
1406 1406
       .then((rs) => {
1407 1407
         var resp = rs.data;
1408
+        console.log('kkkkkk',rs.data);
1409
+        
1408 1410
         if (resp.state == 1) {
1409 1411
           this.records = this.records.concat(resp.data.schedules);
1410 1412
           var tempmonitorflag = true;
@@ -1464,7 +1466,8 @@ export default {
1464 1466
             } else {
1465 1467
               delghTwo = 0;
1466 1468
             }
1467
-
1469
+            console.log('delghTwo',delghTwo);
1470
+            
1468 1471
             if (delghTwo > 0) {
1469 1472
               if (
1470 1473
                 typeof this.records[recordIndex].advices === "undefined" ||
@@ -1474,9 +1477,11 @@ export default {
1474 1477
               }
1475 1478
               for (let index = 0; index < delghTwo; index++) {
1476 1479
                 this.records[recordIndex].advices.push([]);
1480
+                // console.log('ttttt',this.records[recordIndex].advices);
1477 1481
               }
1478 1482
             }
1479
-
1483
+            // console.log('oooooo',this.records[recordIndex].advices);
1484
+            
1480 1485
             var childMap = {};
1481 1486
             for (const index in this.records[recordIndex].advices) {
1482 1487
               if (this.records[recordIndex].advices[index].parent_id == 0) {
@@ -1496,19 +1501,25 @@ export default {
1496 1501
             }
1497 1502
 
1498 1503
             var advices = [];
1504
+            // console.log('oooooo22',this.records[recordIndex].advices);
1499 1505
             for (const index in this.records[recordIndex].advices) {
1500
-              if (this.records[recordIndex].advices[index].parent_id > 0) {
1501
-                continue;
1502
-              }
1506
+              // if (this.records[recordIndex].advices[index].parent_id > 0) {
1507
+              //   continue;
1508
+              // }
1503 1509
               var item = this.records[recordIndex].advices[index];
1510
+              
1504 1511
               if (item.id in childMap) {
1505 1512
                 item.children = childMap[item.id];
1513
+               
1506 1514
               } else {
1507 1515
                 item.children = [];
1508 1516
               }
1509 1517
               advices.push(item);
1510 1518
             }
1511
-
1519
+            // var advices = this.records[recordIndex].advices
1520
+            console.log('111111111',advices);
1521
+            console.log('this.records',this.records);
1522
+            
1512 1523
             var leftAdvice = [];
1513 1524
             var rightAdvice = [];
1514 1525
             var adlen = advices.length;
@@ -1540,12 +1551,6 @@ export default {
1540 1551
               this.records[recordIndex].advices.push(item);
1541 1552
             }
1542 1553
           }
1543
-          console.log(this.records, "this.records");
1544
-          // this.records.forEach(o => {
1545
-          //   console.log(o,'jj')
1546
-          //   this.blood_access_part_opera_name = this.bloodAccessParOperaName(
1547
-          //   o.assessment_before_dislysis.blood_access_part_opera_id)
1548
-          // })
1549 1554
 
1550 1555
           this.operators = resp.data.medical_staffs;
1551 1556
           if (this.operators.length > 0) {
@@ -1598,7 +1603,7 @@ export default {
1598 1603
     },
1599 1604
     printAction: function () {
1600 1605
       const style =
1601
-        '@media print {.option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 12px; background-color: #fff; } .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content {background-color: white;width: 960px;margin: 0 auto 50px;padding: 0 0 0 0; page-break-after: always;}.print_page_main_content .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.print_page_main_content .order_title {text-align: center;font-size: 23px; line-height: 50px;font-weight: 500;} .row {font-size: 14px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}.flex {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;box-align: center;-moz-box-align: center;-webkit-box-align: center;text-align: center;-webkit-justify-content: space-between;justify-content: space-between;-moz-box-pack: space-between;-webkit--moz-box-pack: space-between;box-pack: space-between;}.print_page_main_content .proj_table {width: 100%;border: 1px solid;border-collapse: collapse;padding: 2px;}.print_page_main_content .proj_table tbody tr td {border: 1px solid;font-size: 16px;padding: 5px 8px;line-height: 30px;}.print_page_main_content .proj_table .inside_table {width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid; text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;}.print-table-no {width: 100%;text-align: center;border-collapse: collapse;font-size: 14px;}.es-img {height: 30px;}.advice-name {text-align: left !important;line-height: 16px !important;}.advice-children {display: flex;}}.margin-bottom-300 {margin-bottom:450px;}.margin-bottom-600 {margin-bottom:600px;}.margin-bottom-900 {margin-bottom:950px;}.print-yema{ position: absolute;top: 920px;left: 50%;} .print-yema2{ position: absolute;top: 400px;left: 50%;}.print-yema3{position: absolute;top: 1230px;left: 50%;}.print-yema4{position: absolute;top:1050px;left: 50%;}.print-yema5{position: absolute;top:1370px;left: 50%;}.check_box{width:15px !important;height:15px !important;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 12px !important;position: absolute;}';
1606
+        '@media print {.option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 12px; background-color: #fff; } .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content {background-color: white;width: 960px;margin: 0 auto 50px;padding: 0 0 0 0; page-break-after: always;}.print_page_main_content .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.print_page_main_content .order_title {text-align: center;font-size: 23px; line-height: 50px;font-weight: 500;} .row {font-size: 14px;line-height: 20px;padding: 5px;}.inline_block { display: inline-block;}.under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}.flex {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;box-align: center;-moz-box-align: center;-webkit-box-align: center;text-align: center;-webkit-justify-content: space-between;justify-content: space-between;-moz-box-pack: space-between;-webkit--moz-box-pack: space-between;box-pack: space-between;}.print_page_main_content .proj_table {width: 100%;border: 1px solid;border-collapse: collapse;padding: 2px;}.print_page_main_content .proj_table tbody tr td {border: 1px solid;font-size: 16px;padding: 5px 8px;line-height: 30px;}.print_page_main_content .proj_table .inside_table {width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid; text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;}.print-table-no {width: 100%;text-align: center;border-collapse: collapse;font-size: 14px;}.es-img {height: 30px;}.advice-name {text-align: left !important;line-height: 16px !important;}.advice-children {display: flex;}}.margin-bottom-300 {margin-bottom:450px;}.margin-bottom-600 {margin-bottom:600px;}.margin-bottom-900 {margin-bottom:950px;}.print-yema{ position: absolute;top: 920px;left: 50%;} .print-yema2{ position: absolute;top: 400px;left: 50%;}.print-yema3{position: absolute;top: 1230px;left: 50%;}.print-yema4{position: absolute;top:1050px;left: 50%;}.print-yema5{position: absolute;top:1370px;left: 50%;}.check_box{width:15px !important;height:15px !important;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 12px !important;position: absolute;}';
1602 1607
 
1603 1608
       printJS({
1604 1609
         printable: "print_content",

+ 20 - 11
src/xt_pages/dialysis/batch_print/batch_print_order_seventynine.vue Vedi File

@@ -58,7 +58,7 @@
58 58
                   </tr>
59 59
 
60 60
                    <tr>
61
-                    <td colspan="3">
61
+                    <td colspan="2">
62 62
                       <div style="line-height:30px;">
63 63
                         上机前病情:
64 64
                         <label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>&nbsp;
@@ -66,6 +66,15 @@
66 66
                         <span>{{record.assessment_before_dislysis.symptom_before_dialysis_other}}</span>
67 67
                       </div>
68 68
                     </td>
69
+                    <td>
70
+                      <div style="line-height:30px;">
71
+                        BP:
72
+                        {{ record.assessment_before_dislysis.systolic_blood_pressure ? record.assessment_before_dislysis.systolic_blood_pressure : ""}} /
73
+                        {{ record.assessment_before_dislysis.diastolic_blood_pressure ? record.assessment_before_dislysis.diastolic_blood_pressure : ""}}
74
+                        mmHg
75
+                      </div>
76
+                      
77
+                    </td>
69 78
                   </tr>
70 79
 
71 80
                   <tr>
@@ -170,14 +179,8 @@
170 179
                   <td colspan="3">
171 180
                     <div style="display: inline-block;line-height: 30px;">
172 181
                       血管通路:
173
-                      <label-box :isChecked="QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id)=='内瘘'?true :false" showValue="内瘘"></label-box>&nbsp;
174
-                      <label-box :isChecked="QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id)=='长期静脉导管'?true :false" showValue="长期静脉导管"></label-box>&nbsp;
175
-                      <label-box :isChecked="QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id)=='临时静脉导管'?true :false" showValue="临时(颈、股)静脉导管"></label-box>&nbsp;
176
-                      <label-box :isChecked="QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id)!='内瘘' &&
177
-                                  QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id)!='长期静脉导管' &&
178
-                                  QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id)!='临时静脉导管' &&
179
-                                  QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id)!=''?true :false" showValue="其它">
180
-                      </label-box>
182
+                      {{ record.assessment_before_dislysis.blood_access_part_id ? record.assessment_before_dislysis.blood_access_part_id :'' }}
183
+                      {{ QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id) }}
181 184
                     </div>&nbsp;&nbsp;
182 185
                     <div style="display: inline-block;line-height: 30px;">
183 186
                       穿刺者:
@@ -586,8 +589,12 @@
586 589
                 for (let index = 0; index < delghTwo; index++) {
587 590
                   this.records[recordIndex].advices.push([])
588 591
                 }
592
+                for(let i  in this.records[recordIndex].his_advices){
593
+                  this.records[recordIndex].advices.unshift(this.records[recordIndex].his_advices[i])
594
+                }
589 595
               }
590
-
596
+              console.log('his_advices',this.records[recordIndex].advices);
597
+              
591 598
               var childMap = {}
592 599
               for (const index in this.records[recordIndex].advices) {
593 600
                 if (this.records[recordIndex].advices[index].parent_id == 0) {
@@ -620,7 +627,9 @@
620 627
                 }
621 628
                 advices.push(item)
622 629
               }
623
-
630
+              // advices = advices.concat(this.records[recordIndex].his_advices)
631
+              console.log('advices',advices);
632
+              
624 633
               var leftAdvice = []
625 634
               var rightAdvice = []
626 635
               var adlen = advices.length

+ 59 - 63
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyTwo.vue Vedi File

@@ -893,7 +893,7 @@
893 893
                             record.assessment_after_dislysis.cvc_a ? record.assessment_after_dislysis.cvc_a : "/"
894 894
                             }}ml</span
895 895
                             >
896
-                        <span style="padding -left: 15px"
896
+                        <span style="padding-left: 15px"
897 897
                             >V:{{
898 898
                             record.assessment_after_dislysis.cvc_v ? record.assessment_after_dislysis.cvc_v : "/"
899 899
                             }}ml</span
@@ -1365,65 +1365,61 @@
1365 1365
           <!-- <th>核对者</th> -->
1366 1366
         </tr>
1367 1367
         <tr  v-for="(advice, advice_index) in record.advices" :key="advice_index">
1368
-          <td style="height:30px;line-height:30px">{{ getTime(advice[0].start_time, "{h}:{i}") }}</td>
1369
-          <td> <span
1370
-                    v-if="
1371
-                      setAdminUserES(advice[0], 'advice_doctor') ==
1372
-                                  ''
1373
-                              "
1374
-                              >{{
1375
-                                getAdminUser(advice[0], "advice_doctor")
1376
-                              }}</span
1377
-                            >
1378
-                            <span v-else style="display:flex;align-items:center;height:36px;">
1379
-                            <img
1380
-                              class="es-img"
1381
-                              :src="
1382
-                                setAdminUserES(advice[0], 'advice_doctor')
1383
-                              "
1384
-                              alt=""
1385
-                              srcset=""
1386
-                              style="height: 30px;margin:0 auto"
1387
-                            /></span>
1388
-            </td>
1389
-          <td style="text-align:left;padding-left:20px"> <span v-if="advice[0].parent_id > 0">└</span>
1390
-                       <span>{{ advice[0].advice_name }}</span>
1391
-                        <span
1392
-                           >{{ advice[0].advice_desc
1393
-                         }}{{ advice[0].drug_spec_unit }}</span
1394
-                            >
1395
-                            <span v-if="advice[0].prescribing_number"
1396
-                              >* {{ advice[0].prescribing_number
1397
-                              }}{{ advice[0].prescribing_number_unit }}</span
1398
-                            >
1399
-                            <span v-if="advice[0].single_dose != 0"> 
1400
-                             <span v-if="advice[0].single_dose >0"> 单次用量 </span>{{ advice[0].single_dose
1401
-                              }}{{ advice[0].single_dose_unit }}</span
1402
-                            >
1403
-                            <span>{{ advice[0].delivery_way }}</span>
1404
-                            <span>{{ advice[0].execution_frequency }}</span>
1405
-                            </td>
1406
-                  <td>
1407
-                     <span
1408
-                           v-if="
1409
-                             setAdminUserES(advice[0], 'execution_staff') ==
1410
-                                  ''
1411
-                              "
1412
-                              >{{
1413
-                                getAdminUser(advice[0], "execution_staff")
1414
-                              }}</span
1415
-                            >
1416
-                            <span v-else style="display:flex;align-items:center;height:36px;">
1417
-                            <img
1418
-                              class="es-img"
1419
-                              :src="
1420
-                                setAdminUserES(advice[0], 'execution_staff')
1421
-                              "
1422
-                              alt=""
1423
-                              srcset=""
1424
-                              style="height: 30px;margin:0 auto"
1425
-                            /></span>
1426
-                   </td>
1368
+          <td style="height:30px;line-height:30px">{{ getTime(advice[0].start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
1369
+          <td> 
1370
+            <span v-if=" setAdminUserES(advice[0], 'advice_doctor') == ''"
1371
+            >{{
1372
+                getAdminUser(advice[0], "advice_doctor")
1373
+              }}</span>
1374
+              <span v-else style="display:flex;align-items:center;height:36px;">
1375
+              <img
1376
+                class="es-img"
1377
+                :src="
1378
+                  setAdminUserES(advice[0], 'advice_doctor')
1379
+                "
1380
+                alt=""
1381
+                srcset=""
1382
+                style="height: 30px;margin:0 auto"
1383
+              /></span>
1384
+          </td>
1385
+          <td style="text-align:left;padding-left:20px"> 
1386
+            <span v-if="advice[0].parent_id > 0"></span>
1387
+              <span>{{ advice[0].advice_name }}</span>
1388
+              <span >{{ advice[0].advice_desc
1389
+                }}{{ advice[0].drug_spec_unit }}</span
1390
+                  >
1391
+                  <span v-if="advice[0].prescribing_number"
1392
+                    >* {{ advice[0].prescribing_number
1393
+                    }}{{ advice[0].prescribing_number_unit }}</span
1394
+                  >
1395
+                  <span v-if="advice[0].single_dose != 0"> 
1396
+                    <span v-if="advice[0].single_dose >0"> 单次用量 </span>{{ advice[0].single_dose
1397
+                    }}{{ advice[0].single_dose_unit }}</span
1398
+                  >
1399
+                  <span>{{ advice[0].delivery_way }}</span>
1400
+                  <span>{{ advice[0].execution_frequency }}</span>
1401
+          </td>
1402
+          <td>
1403
+            <span
1404
+                  v-if="
1405
+                    setAdminUserES(advice[0], 'execution_staff') ==
1406
+                        ''
1407
+                    "
1408
+                    >{{
1409
+                      getAdminUser(advice[0], "execution_staff")
1410
+                    }}</span
1411
+                  >
1412
+                  <span v-else style="display:flex;align-items:center;height:36px;">
1413
+                  <img
1414
+                    class="es-img"
1415
+                    :src="
1416
+                      setAdminUserES(advice[0], 'execution_staff')
1417
+                    "
1418
+                    alt=""
1419
+                    srcset=""
1420
+                    style="height: 30px;margin:0 auto"
1421
+                  /></span>
1422
+          </td>
1427 1423
           <td>{{getTime(advice[0].execution_time,'{y}-{m}-{d} {h}:{i}')}}</td>
1428 1424
           <!-- <td>
1429 1425
               <span
@@ -1693,9 +1689,9 @@ export default {
1693 1689
 
1694 1690
             var advices = []
1695 1691
             for (const index in this.records[recordIndex].advices) {
1696
-              if (this.records[recordIndex].advices[index].parent_id > 0) {
1697
-                continue
1698
-              }
1692
+              // if (this.records[recordIndex].advices[index].parent_id > 0) {
1693
+              //   continue
1694
+              // }
1699 1695
               var item = this.records[recordIndex].advices[index]
1700 1696
               if (item.id in childMap) {
1701 1697
                 item.children = childMap[item.id]

+ 2 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue Vedi File

@@ -170,13 +170,13 @@
170 170
         </li> -->
171 171
 
172 172
 
173
-        <li v-if="isShow('处方脱水量') && this.$store.getters.xt_user.template_info.org_id != 10597 && this.$store.getters.xt_user.template_info.org_id != 10571  && this.$store.getters.xt_user.template_info.org_id != 10612 && this.$store.getters.xt_user.template_info.org_id != 10598 && this.$store.getters.xt_user.template_info.org_id != 10677 && this.$store.getters.xt_user.template_info.org_id != 10679 && this.$store.getters.xt_user.template_info.org_id != 10702">
173
+        <li v-if="isShow('处方脱水量') && this.$store.getters.xt_user.template_info.org_id != 10597 && this.$store.getters.xt_user.template_info.org_id != 10571  && this.$store.getters.xt_user.template_info.org_id != 10612 && this.$store.getters.xt_user.template_info.org_id != 10598 && this.$store.getters.xt_user.template_info.org_id != 10677 && this.$store.getters.xt_user.template_info.org_id != 10679 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10635">
174 174
           <label>处方脱水量 : </label>
175 175
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
176 176
           <span class="unit">{{ prescription_water != "0" ? "ml" : "" }}</span>
177 177
         </li>
178 178
 
179
-        <li v-if="isShow('处方脱水量') && this.$store.getters.xt_user.template_info.org_id == 10597 ||  this.$store.getters.xt_user.template_info.org_id == 10571 || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10598 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10679 || this.$store.getters.xt_user.template_info.org_id == 10702">
179
+        <li v-if="isShow('处方脱水量') && this.$store.getters.xt_user.template_info.org_id == 10597 ||  this.$store.getters.xt_user.template_info.org_id == 10571 || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10598 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10679 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10635">
180 180
           <label>处方脱水量 : </label>
181 181
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
182 182
           <span class="unit">{{ prescription_water != "0" ? "L" : "" }}</span>

+ 3 - 3
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Vedi File

@@ -149,7 +149,7 @@
149 149
                     </el-col>
150 150
 
151 151
                     <el-col :span="8"
152
-                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id != 10597&& this.$store.getters.xt_user.template_info.org_id != 10571 && this.$store.getters.xt_user.template_info.org_id != 10612 && this.$store.getters.xt_user.template_info.org_id != 10598 && this.$store.getters.xt_user.template_info.org_id != 10677 && this.$store.getters.xt_user.template_info.org_id != 10679 && this.$store.getters.xt_user.template_info.org_id != 10702">
152
+                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id != 10597&& this.$store.getters.xt_user.template_info.org_id != 10571 && this.$store.getters.xt_user.template_info.org_id != 10612 && this.$store.getters.xt_user.template_info.org_id != 10598 && this.$store.getters.xt_user.template_info.org_id != 10677 && this.$store.getters.xt_user.template_info.org_id != 10679 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10635">
153 153
                         <el-form-item label="处方脱水量(ml):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
154 154
                             <el-input
155 155
                                     type="number"
@@ -159,7 +159,7 @@
159 159
                     </el-col>
160 160
 
161 161
                     <el-col :span="8"
162
-                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id ==10571 || this.$store.getters.xt_user.template_info.org_id ==10612 || this.$store.getters.xt_user.template_info.org_id ==10598 || this.$store.getters.xt_user.template_info.org_id ==10612 || this.$store.getters.xt_user.template_info.org_id ==10677 || this.$store.getters.xt_user.template_info.org_id==10679 || this.$store.getters.xt_user.template_info.org_id==10702">
162
+                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id ==10571 || this.$store.getters.xt_user.template_info.org_id ==10612 || this.$store.getters.xt_user.template_info.org_id ==10598 || this.$store.getters.xt_user.template_info.org_id ==10612 || this.$store.getters.xt_user.template_info.org_id ==10677 || this.$store.getters.xt_user.template_info.org_id==10679 || this.$store.getters.xt_user.template_info.org_id==10702 || this.$store.getters.xt_user.template_info.org_id==10635">
163 163
                         <el-form-item label="处方脱水量(L):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
164 164
                             <el-input
165 165
                                     type="number"
@@ -2604,7 +2604,7 @@ mu
2604 2604
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2605 2605
               this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
2606 2606
             }
2607
-            this.dialysisPrescription.prescription_water = ""
2607
+          
2608 2608
             if(this.dialysisPrescription.prescription_water==0 || this.dialysisPrescription.prescription_water==""){
2609 2609
               if((this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)>0){
2610 2610
                 this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)

+ 9 - 8
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Vedi File

@@ -387,7 +387,7 @@
387 387
                 org_id == 10599 || 
388 388
                 org_id == 10612 ||
389 389
                 org_id == 10617 ||
390
-                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667 || org_id ==10697) &&
390
+                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667 || org_id ==10697 || org_id ==10635) &&
391 391
                 org_id!=10387
392 392
             "
393 393
           >
@@ -458,7 +458,7 @@
458 458
               && org_id!=10432 && org_id!=10445
459 459
               && org_id!=10410 && org_id!=10495 &&
460 460
                org_id!=10485 && org_id!=10395 && org_id!=10375
461
-               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10697)
461
+               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10697 && org_id!=10635)
462 462
               || org_id == 10387
463 463
             "
464 464
           >
@@ -529,7 +529,7 @@
529 529
                 org_id == 10410 ||
530 530
                 org_id == 10495  ||
531 531
                 org_id == 10395
532
-                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693 || org_id == 10697)
532
+                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id ==10635)
533 533
                 && org_id!=10387
534 534
             "
535 535
           >
@@ -584,7 +584,7 @@
584 584
               org_id!=10432 &&
585 585
               org_id!=10445 &&
586 586
               org_id!=10410 && org_id!=10495
587
-              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693  && org_id!=10697) ||
587
+              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693  && org_id!=10697  && org_id!=10635) ||
588 588
               org_id == 10387
589 589
             "
590 590
           >
@@ -1681,7 +1681,7 @@
1681 1681
                 org_id== 10432 ||
1682 1682
                 org_id== 10445 ||
1683 1683
                 org_id== 10410 ||
1684
-                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693 || org_id ==10697) &&
1684
+                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693 || org_id ==10697 || org_id ==10635) &&
1685 1685
                 org_id!=10387
1686 1686
             "
1687 1687
           >
@@ -1729,7 +1729,7 @@
1729 1729
               org_id!=10445 &&
1730 1730
               org_id!=10410 &&
1731 1731
               org_id!=10485 &&
1732
-              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693 && org_id!=10697)
1732
+              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693 && org_id!=10697 && org_id!=10635)
1733 1733
               || org_id == 10387
1734 1734
             "
1735 1735
           >
@@ -1802,7 +1802,7 @@
1802 1802
                 org_id == 10599 ||
1803 1803
                 org_id ==10612 || 
1804 1804
                 org_id ==10617 || 
1805
-                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693 || org_id == 10697)
1805
+                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id == 10635)
1806 1806
                 && org_id!=10387 && org_id!=10694
1807 1807
             "
1808 1808
           >
@@ -1873,7 +1873,8 @@
1873 1873
               org_id!=10677 &&
1874 1874
               org_id!=10667 &&
1875 1875
               org_id!=10693 &&
1876
-              org_id!=10697
1876
+              org_id!=10697 &&
1877
+              org_id!=10635
1877 1878
               )
1878 1879
               || org_id == 10387 || org_id == 10694
1879 1880
             "

+ 4 - 4
src/xt_pages/dialysis/details/dialysisMonitoring.vue Vedi File

@@ -20,11 +20,11 @@
20 20
           <th v-if="isShow('血流量1')" width="92px">血流量(ml/min)</th>
21 21
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
22 22
           <th v-if="isShow('跨膜压1')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
23
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
24
-          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
23
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
24
+          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
25 25
           <th v-if=" isShow('超滤量1')"  width="76px"> 超滤量(ml) </th>
26
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
26
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
28 28
           <th v-if="isShow('超滤率2')" width="92px">超滤率(ml/h)</th>
29 29
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
30 30
           <th v-if="isShow('钠浓度1')" width="92px">钠浓度(mmol/L)</th>

+ 4 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSeventeen.vue Vedi File

@@ -165,8 +165,11 @@
165 165
             <td style="text-align:left;padding-left:15px;" colspan="6">
166 166
               
167 167
               <span style="display:inline-block;">
168
-              <label-box :isChecked="anticoagulant == 6? true : false" showValue="低分子肝素钙"></label-box>:
168
+                <label-box :isChecked="anticoagulant == 6? true : false" showValue="低分子肝素钙"></label-box>:
169 169
                 <label-box :isChecked="anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
170
+                <label-box :isChecked="anticoagulant == 8? true : false" showValue="依诺肝素"></label-box>:
171
+                <label-box :isChecked="anticoagulant == 16? true : false" showValue="低分子量肝素钙"></label-box>:
172
+               
170 173
               </span>
171 174
               <span style="display:inline-block;">
172 175
                   <div style="display:inline-block;width:30px;text-align:center">

+ 12 - 8
src/xt_pages/dialysis/template/DialysisPrintOrderSeventynine.vue Vedi File

@@ -32,7 +32,7 @@
32 32
             </tr>
33 33
 
34 34
             <tr>
35
-              <td colspan="3">
35
+              <td colspan="2">
36 36
                 <div style="line-height:30px;">
37 37
                   上机前病情:
38 38
                   <!-- <span v-if="predialysis.symptom_before_dialysis_other==''"> -->
@@ -44,6 +44,15 @@
44 44
                   <span>{{predialysis.symptom_before_dialysis_other}}</span>
45 45
                 </div>
46 46
               </td>
47
+              <td>
48
+                <div style="line-height:30px;">
49
+                  BP:
50
+                  {{ predialysis.systolic_blood_pressure ? predialysis.systolic_blood_pressure : ""}} /
51
+                  {{ predialysis.diastolic_blood_pressure ? predialysis.diastolic_blood_pressure : ""}}
52
+                  mmHg
53
+                </div>
54
+                
55
+              </td>
47 56
             </tr>
48 57
 
49 58
             <tr>
@@ -151,13 +160,8 @@
151 160
             <td colspan="3">
152 161
               <div style="display: inline-block;line-height: 30px;">
153 162
                 血管通路:
154
-                <!-- <label-box :isChecked="predialysis.blood_access_part_opera_name=='内瘘'?true :false" showValue="内瘘"></label-box>&nbsp;
155
-                <label-box :isChecked="predialysis.blood_access_part_opera_name=='长期静脉导管'?true :false" showValue="长期静脉导管"></label-box>&nbsp;
156
-                <label-box :isChecked="predialysis.blood_access_part_opera_name=='临时静脉导管'?true :false" showValue="临时(颈、股)静脉导管"></label-box>&nbsp;
157
-                <label-box :isChecked="predialysis.blood_access_part_opera_name!='内瘘' &&
158
-                            predialysis.blood_access_part_opera_name!='长期静脉导管' &&
159
-                            predialysis.blood_access_part_opera_name!='临时静脉导管'?true :false" showValue="其它">
160
-                </label-box> -->
163
+          
164
+                {{ predialysis.blood_access_part_id ? predialysis.blood_access_part_id :'/' }}
161 165
                 {{ predialysis.blood_access_part_opera_name ? predialysis.blood_access_part_opera_name :'/' }}
162 166
               </div>&nbsp;&nbsp;
163 167
               <div style="display: inline-block;line-height: 30px;">

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyTwo.vue Vedi File

@@ -1275,7 +1275,7 @@
1275 1275
             </td>
1276 1276
             <td
1277 1277
               class="parent"
1278
-              style="text-align: left; padding-left: 20px !important"
1278
+              style="text-align: left; padding-left: 10px !important"
1279 1279
             >
1280 1280
               <span v-if="advice.parent_id > 0">&nbsp;&nbsp;&nbsp;</span>
1281 1281
               <span>{{ advice.advice_name }}</span>

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderseventyfive.vue Vedi File

@@ -629,7 +629,7 @@
629 629
         <div  style="border: 1px solid black;border-bottom:none;border-top:none;width: 99%;">
630 630
           <div class="row" style="display: flex;">
631 631
             <div class="inline_block" style="flex: 1">
632
-              穿刺护士:
632
+              上机护士:
633 633
               <div class="under_line"
634 634
                 style="width: 90px; text-align: center"
635 635
               >

+ 1 - 2
src/xt_pages/stock/selfPreparedMedicine/editWarehouseInfo.vue Vedi File

@@ -340,13 +340,12 @@
340 340
   import { uParseTime } from "@/utils/tools";
341 341
   import {
342 342
     GetAllDrugInfoByID,
343
-    postDrugWarehouse,
344 343
     toCheckWarehousingInfo,
345 344
     toReturnCheckWarehousing,
346 345
   } from "@/api/drug/drug_stock";
347 346
   import BreadCrumb from "../../components/bread-crumb";
348 347
   import { getDataConfig, getDictionaryDataConfig } from "@/utils/data";
349
-  import { getAllDrugList, postSearchDrugList } from "@/api/data";
348
+  import { getAllDrugList } from "@/api/data";
350 349
   import { getallPatientList,postSearchSelfDrugList,ModifySelfDrugWarehouse,getSelfDrugWarehouseInfoById,deleteSelfWarehouseInfo} from "@/api/drug/drug"
351 350
   export default {
352 351
     components: { BreadCrumb },

+ 79 - 10
src/xt_pages/stock/selfPreparedMedicine/editWarehouseOut.vue Vedi File

@@ -351,7 +351,7 @@
351 351
   import BreadCrumb from "../../components/bread-crumb";
352 352
   import { getDataConfig, getDictionaryDataConfig } from "@/utils/data";
353 353
   import { getAllDrugList, postSearchDrugList } from "@/api/data";
354
-    import { getallPatientList,postSearchSelfDrugList,postSelfDrugWarehouseOut,getSelfDrugBatchNumber,getSelfDrugWarehouseOutById} from "@/api/drug/drug"
354
+    import { getallPatientList,postSearchSelfDrugList,modifySelfDrugWarehouseOut,getSelfDrugBatchNumber,getSelfDrugWarehouseOutById} from "@/api/drug/drug"
355 355
   export default {
356 356
     components: { BreadCrumb },
357 357
     name: "stockIn",
@@ -473,6 +473,7 @@
473 473
         showReturnCheck:false,
474 474
         patientList:[],
475 475
         patient_id:"",
476
+        numberList:[]
476 477
       };
477 478
     },
478 479
     methods: {
@@ -808,11 +809,7 @@
808 809
                 this.recordInfo.recordData[i].warehouse_info_id = this.numberList[y].id;
809 810
               }
810 811
             }
811
-            // for (let s = 0; s < this.doctorList.length; s++) {
812
-            //   if (this.recordInfo.recordData[i].admin_user_id == this.doctorList[s].user_name) {
813
-            //      this.recordInfo.recordData[i].admin_user_id = this.doctorList[s].admin_user_id;
814
-            //   }
815
-            // }
812
+          
816 813
 
817 814
             this.recordInfo.recordData[i].last_price = 0
818 815
             this.recordInfo.recordData[i].stock_count = this.recordInfo.recordData[i].stock_count.toString();
@@ -821,14 +818,14 @@
821 818
             stockOut: this.recordInfo.recordData,
822 819
           };
823 820
           console.log("param22222222",params)
824
-        
821
+          console.log("haaaaaaaaaaaaaaa",this.warehouse_out_time,)
825 822
           const loading = this.$loading({
826 823
             lock: true,
827 824
             text: "Loading",
828 825
             spinner: "el-icon-loading",
829 826
             background: "rgba(0, 0, 0, 0.7)",
830 827
           });
831
-          postSelfDrugWarehouseOut(
828
+          modifySelfDrugWarehouseOut(
832 829
             params,
833 830
             this.warehouse_out_time,
834 831
             this.form.dealer,
@@ -858,6 +855,7 @@
858 855
               var dealerList = response.data.data.dealerList
859 856
               var manufacturerList = response.data.data.manufacturerList
860 857
               var drugTypeList = response.data.data.drugTypeList
858
+              
861 859
               for(let i=0;i<warehousingOutInfo.length;i++){
862 860
                 for(let j=0;j<dealerList.length;j++){
863 861
                    if(warehousingOutInfo[i].dealer == dealerList[j].id){
@@ -1165,9 +1163,80 @@
1165 1163
 
1166 1164
       getSelfDrugWarehouseOutById(id){
1167 1165
         getSelfDrugWarehouseOutById(id).then(response=>{
1168
-
1166
+          if(response.data.state ==1){
1167
+              var outInfo = response.data.data.outInfo
1168
+              this.manufacturerList = response.data.data.manufacturerList
1169
+              this.dealerList = response.data.data.dealerList
1170
+              this.drugTypeList = response.data.data.drugTypeList
1171
+              console.log("out_info",outInfo)
1172
+              const tempObj = {};
1173
+              this.patient_id = outInfo.patient_id
1174
+              this.warehouse_out_time = this.getTimeOne(outInfo.sys_record_time);
1175
+              this.warehouse_out_id  = outInfo.warehouse_out_id
1176
+              tempObj["id"] = outInfo.id;
1177
+              tempObj["drug_id"] = outInfo.drug_id;
1178
+              tempObj["max_unit"] = outInfo.count_unit;
1179
+              tempObj["min_unit"] = outInfo.min_unit, 
1180
+              tempObj["return_count"] = "";
1181
+              tempObj["price"] = "";
1182
+              tempObj["remark"] = outInfo.remark;
1183
+              tempObj["manufacturer"] = this.getManufacturer(outInfo.manufacturer)
1184
+              tempObj["batch_number"] = outInfo.batch_number;
1185
+              tempObj["drug_type"] = this.GetDrugTypeName(outInfo.drug.drug_type) 
1186
+              tempObj["dose"] = "";
1187
+              tempObj["dose_unit"] = "";
1188
+              tempObj["min_number"] = "";
1189
+              tempObj["dealer"] = this.getDealer(outInfo.dealer) 
1190
+              tempObj["number"] = "";
1191
+              tempObj["warehouse_info_id"] = outInfo.warehouse_info_id;
1192
+              tempObj["count"] = (outInfo.count).toString();
1193
+              tempObj["admin_user_id"] = this.$store.getters.xt_user.user.user_name;
1194
+              tempObj["retail_price"] = 0;
1195
+              tempObj["last_price"] = "";
1196
+              tempObj["stock_count"] = "";
1197
+              tempObj["total_count"] = 0;
1198
+              tempObj["max_unit_fisrt"] = 0;
1199
+              tempObj["min_unit_fisrt"] = 0;
1200
+              tempObj["total_price"] = 0;
1201
+              tempObj["patient_id"] = outInfo.patient_id
1202
+              tempObj["product_date"] = this.getTimeOne(outInfo.product_date);
1203
+              tempObj["expiry_date"]=this.getTimeOne(outInfo.expiry_date)
1204
+              tempObj["class_type"] = ""
1205
+              tempObj["drug_name"] = outInfo.drug.drug_name
1206
+              tempObj["name"] = outInfo.drug.dose + outInfo.drug.dose_unit + "*" + outInfo.drug.min_number+outInfo.drug.min_unit +"/"+outInfo.drug.max_unit
1207
+              this.recordInfo.recordData = []
1208
+              this.recordInfo.recordData.push(tempObj);
1209
+          }
1169 1210
         })
1170
-      }
1211
+      },
1212
+
1213
+      getManufacturer(id) {
1214
+        var name = "";
1215
+        for (let i = 0; i < this.manufacturerList.length; i++) {
1216
+            if (id == this.manufacturerList[i].id) {
1217
+            name = this.manufacturerList[i].manufacturer_name;
1218
+            }
1219
+        }
1220
+        return name;
1221
+       },
1222
+        getDealer(id) {
1223
+            var name = "";
1224
+            for (let i = 0; i < this.dealerList.length; i++) {
1225
+                if (id == this.dealerList[i].id) {
1226
+                name = this.dealerList[i].dealer_name;
1227
+                }
1228
+            }
1229
+            return name;
1230
+       },
1231
+       GetDrugTypeName(drug_type){
1232
+            var name = ""
1233
+            for(let i=0;i<this.drugTypeList.length;i++){
1234
+            if(drug_type == this.drugTypeList[i].value){
1235
+                name = this.drugTypeList[i].name
1236
+            }
1237
+            }
1238
+            return name
1239
+      },
1171 1240
     
1172 1241
     
1173 1242
     },

+ 23 - 24
src/xt_pages/workforce/remind_print.vue Vedi File

@@ -24,24 +24,24 @@
24 24
             <table class="table">
25 25
               <thead>
26 26
                 <tr>
27
-                  <td width="50">序号</td>
28
-                  <td width="100" v-if="printObj.week == 1">星期</td>
29
-                  <td width="100" v-if="printObj.name == 1">姓名</td>
30
-                  <td width="70" v-if="printObj.zone == 1">分区</td>
31
-                  <td width="70" v-if="printObj.classes == 1">班次</td>
32
-                  <td width="70" v-if="printObj.number == 1">机号</td>
33
-                  <td width="120" v-if="printObj.mode == 1">透析模式</td>
27
+                  <td width="60">序号</td>
28
+                  <td width="60" v-if="printObj.week == 1">星期</td>
29
+                  <td width="70" v-if="printObj.name == 1">姓名</td>
30
+                  <td width="100" v-if="printObj.zone == 1">分区</td>
31
+                  <td width="60" v-if="printObj.classes == 1">班次</td>
32
+                  <td width="100" v-if="printObj.number == 1">机号</td>
33
+                  <td width="50" v-if="printObj.mode == 1">透析模式</td>
34 34
                   <td width="100" v-if="printObj.dialyzers == 1 && printObj.perfusion_apparatus == 1">透析器/灌流器</td>
35 35
                   <td width="100" v-if="printObj.anticoagulant==1">抗凝剂(商品名称)</td>
36
-                  <td width="100" v-if="printObj.anticoagulant_zongliang == 1">总量</td>
37
-                  <td width="200">血管通路</td>
36
+                  <td width="30" v-if="printObj.anticoagulant_zongliang == 1">总量</td>
37
+                  <td width="">血管通路</td>
38 38
                   <td width="300" v-if="printObj.doctor_advice == 1">长期医嘱</td>
39 39
                 </tr>
40 40
               </thead>
41 41
               <tbody>
42 42
               <tr v-for="(main_collection, index) in scheduleData" :key="index">
43
-                <td :width="td_1_width">{{index + 1}}</td>
44
-                <td :width="td_1_width" v-if="printObj.week == 1">
43
+                <td >{{index + 1}}</td>
44
+                <td  v-if="printObj.week == 1">
45 45
                   <span v-if="main_collection.schedule_week == 0">周日</span>
46 46
                   <span v-if="main_collection.schedule_week == 1">周一</span>
47 47
                   <span v-if="main_collection.schedule_week == 2">周二</span>
@@ -50,20 +50,19 @@
50 50
                   <span v-if="main_collection.schedule_week == 5">周五</span>
51 51
                   <span v-if="main_collection.schedule_week == 6">周六</span>
52 52
                 </td>
53
-                <td :width="td_1_width" v-if="printObj.name == 1">{{ main_collection.patient.name}}</td>
54
-                <td :width="td_1_width" v-if="printObj.zone == 1">{{ main_collection.zone.name }} ({{ getType(main_collection.partition_id)  }})</td>
55
-                <td :width="td_1_width" v-if="printObj.classes == 1">
53
+                <td  v-if="printObj.name == 1">{{ main_collection.patient.name}}</td>
54
+                <td  v-if="printObj.zone == 1">{{ main_collection.zone.name }}({{ getType(main_collection.partition_id)  }})</td>
55
+                <td v-if="printObj.classes == 1">
56 56
                   {{getSchedulesType(main_collection.schedule_type)}}
57 57
                 </td>
58
-                <td :width="td_1_width" v-if="printObj.number == 1">
58
+                <td v-if="printObj.number == 1">
59 59
                   {{main_collection.number.number}}
60
-
61 60
                 </td>
62
-                <td :width="td_1_width" v-if="printObj.mode == 1">
61
+                <td v-if="printObj.mode == 1">
63 62
                   {{modeOptions[main_collection.mode_id].name}}
64 63
                 </td>
65 64
 
66
-                <td :width="td_1_width" v-if="printObj.dialyzers == 1 && printObj.perfusion_apparatus ==1">
65
+                <td v-if="printObj.dialyzers == 1 && printObj.perfusion_apparatus ==1">
67 66
                  
68 67
                   <span v-if="main_collection.prescription.dialysis_dialyszers == ''">{{main_collection.dialysissolution.dialysis_dialyszers}}</span>
69 68
                   <span v-if="main_collection.prescription.dialysis_dialyszers != ''">{{main_collection.prescription.dialysis_dialyszers}}</span>
@@ -74,14 +73,14 @@
74 73
                   <span v-if="main_collection.prescription.dialysis_irrigation == ''">/{{main_collection.dialysissolution.dialysis_irrigation}}</span>
75 74
                   <span v-if="main_collection.prescription.dialysis_irrigation != ''">/{{main_collection.prescription.dialysis_irrigation}}</span>
76 75
                 </td>
77
-                <td :width="td_1_width" v-if="printObj.anticoagulant == 1">
76
+                <td v-if="printObj.anticoagulant == 1">
78 77
                   {{ main_collection.dialysissolution.anticoagulant ? anticoagulants_confit[main_collection.dialysissolution.anticoagulant].name : ''}}
79 78
                   <span v-if="main_collection.prescription.antioxidant_commodity_name!=''">
80 79
                     (<span>{{main_collection.prescription.antioxidant_commodity_name}}</span>)
81 80
                   </span>
82 81
                 </td>
83 82
               
84
-                <td :width="td_1_width" v-if="printObj.anticoagulant_zongliang == 1">
83
+                <td v-if="printObj.anticoagulant_zongliang == 1">
85 84
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">{{main_collection.dialysissolution.anticoagulant_zongliang?main_collection.dialysissolution.anticoagulant_zongliang+'mg':''}}</span>
86 85
                   <span v-if="main_collection.dialysissolution.anticoagulant == 2">{{main_collection.dialysissolution.anticoagulant_zongliang?main_collection.dialysissolution.anticoagulant_zongliang+'iu':''}}</span>
87 86
                   <span v-if="main_collection.dialysissolution.anticoagulant == 3">{{main_collection.dialysissolution.anticoagulant_zongliang?main_collection.dialysissolution.anticoagulant_zongliang+'iu':''}}</span>
@@ -94,10 +93,10 @@
94 93
                   <span v-if="main_collection.dialysissolution.anticoagulant == 10">{{main_collection.dialysissolution.anticoagulant_zongliang?main_collection.dialysissolution.anticoagulant_zongliang+'iu':''}}</span>
95 94
                   <span v-if="main_collection.dialysissolution.anticoagulant == 11">{{main_collection.dialysissolution.anticoagulant_zongliang?main_collection.dialysissolution.anticoagulant_zongliang+'iu':''}}</span>
96 95
                 </td>
97
-                <td :width="td_1_width">
96
+                <td >
98 97
                    <span>{{getBloodName(main_collection.prescription.blood_access)  }}</span>
99 98
                 </td>
100
-                <td :width="td_4_width" style="text-align:left"  v-if="printObj.doctor_advice == 1">
99
+                <td  style="text-align:left"  v-if="printObj.doctor_advice == 1">
101 100
                   <span style="white-space: pre" v-if="main_collection.doctoradvice.length>0">{{getAdvice(main_collection.doctoradvice)}}</span>
102 101
                    <span style="white-space: pre" v-if="main_collection.hisdoctoradviceinfo.length>0">{{ getAdviceOne(main_collection.hisdoctoradviceinfo)}}</span>
103 102
                 </td>
@@ -499,8 +498,8 @@
499 498
           td {
500 499
             border: 1px solid;
501 500
             text-align: center;
502
-            font-size: 20px;
503
-            padding: 15px 5px;
501
+            font-size: 18px;
502
+            padding: 10px 5px;
504 503
           }
505 504
         }
506 505
       }