Browse Source

10月4,80号

yq1 6 months ago
parent
commit
7068e90d19

+ 13 - 0
src/router/modules/dialysis.js View File

@@ -1106,6 +1106,19 @@ export default {
1106 1106
         noCache: true
1107 1107
       }
1108 1108
     },
1109
+    {//80
1110
+      path: '/dialysis/print/batch/eighty',
1111
+      component: () =>
1112
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_eighty'),
1113
+      hidden: true,
1114
+      is_menu: false,
1115
+      name: 'batch_print_order_eighty',
1116
+      meta: {
1117
+        title: '批量打印',
1118
+        noCache: true
1119
+      }
1120
+    },
1121
+    
1109 1122
     {
1110 1123
       path: '/dialysis/flow',
1111 1124
       component: () => import('@/xt_pages/dialysis/dialysisFlow'),

File diff suppressed because it is too large
+ 2450 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_eighty.vue


+ 34 - 4
src/xt_pages/dialysis/bloodPresssWatch.vue View File

@@ -519,6 +519,26 @@
519 519
           type="primary"
520 520
           >批量打印</el-button>
521 521
       </template>
522
+      <!-- this.org_id == 10206 || this.org_id ==0 || this.org_id==9671 -->
523
+      <!-- <template v-if="this.template_id == 80">
524
+        <el-button
525
+          size="small"
526
+          icon="el-icon-printer"
527
+          :disabled="selecting_schs.length == 0"
528
+          @click="batchPrintAction"
529
+          type="primary"
530
+          >批量打印80</el-button>
531
+      </template> -->
532
+      <template v-if="(this.org_id == 10206 || this.org_id ==0)&& this.template_id == 80">
533
+        <el-button
534
+          size="small"
535
+          icon="el-icon-printer"
536
+          :disabled="selecting_schs.length == 0"
537
+          @click="batchPrintAction"
538
+          type="primary"
539
+          >批量打印</el-button>
540
+      </template>
541
+
522 542
     </div>
523 543
     <div class="app-container">
524 544
       <!-- <div class="filter-container">
@@ -1892,7 +1912,7 @@ export default {
1892 1912
     // this.template_id = this.$store.getters.xt_user.template_info.template_id;
1893 1913
   },
1894 1914
   methods: {
1895
-   
1915
+
1896 1916
     printOrder(){
1897 1917
       this.$router.push({ path: "/dialysis/dialysisRecordPrint",query:{page:this.listQuery.page,limit:this.listQuery.limit,schedul_type:this.listQuery.schedul_type,partition_type:this.listQuery.partition_type,schedul_time:this.listQuery.schedul_time,keywords:this.listQuery.keywords,start_time:this.listQuery.start_time,end_time:this.listQuery.end_time}} );
1898 1918
     },
@@ -1902,9 +1922,15 @@ export default {
1902 1922
           this.$message.error(response.data.msg);
1903 1923
           return false;
1904 1924
         } else {
1905
-          var template = response.data.data.template;
1906
-          this.template_id = template.template_id;
1907
-          console.log("templage-i233232323232322323233232323223",this.template_id)
1925
+          if(this.org_id == 10206 || this.org_id ==0){
1926
+            this.template_id = 80
1927
+            console.log("templage-i233232323232322323233232323223",this.template_id)
1928
+          }else{
1929
+            var template = response.data.data.template;
1930
+            this.template_id = template.template_id;
1931
+            
1932
+          }
1933
+          
1908 1934
         }
1909 1935
       });
1910 1936
     },
@@ -2701,6 +2727,7 @@ export default {
2701 2727
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
2702 2728
       } else if (this.template_id == 48) {
2703 2729
         this.$router.push({ path: "/dialysis/print/batch/fortyeight" });
2730
+        // this.$router.push({ path: "/dialysis/print/batch/eight" });
2704 2731
       }else if (this.template_id == 51) {
2705 2732
         this.$router.push({ path: "/dialysis/print/batch/fiftyOne" });
2706 2733
       }else if (this.template_id == 53) {
@@ -2741,6 +2768,9 @@ export default {
2741 2768
         this.$router.push({ path: "/dialysis/print/batch/seventyeight" });
2742 2769
       }else if (this.template_id == 79) {
2743 2770
         this.$router.push({ path: "/dialysis/print/batch/seventynine" });
2771
+      }else if ((this.org_id == 10206 || this.org_id ==0)&& this.template_id == 80) {
2772
+        //  this.template_id == 80
2773
+        this.$router.push({ path: "/dialysis/print/batch/eighty" });
2744 2774
       }
2745 2775
     },
2746 2776
     batchPrintActionOne: function() {

+ 42 - 8
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

@@ -988,7 +988,7 @@
988 988
         >
989 989
         </div>
990 990
       </template>
991
-      <template v-if="org_template_info.template_id == 80">
991
+      <template v-if="org_template_info.template_id == 80 && (org_id == 10206 || org_id == 0)">
992 992
         <div>
993 993
           <el-button
994 994
           :loading="loading"
@@ -1000,6 +1000,20 @@
1000 1000
         >
1001 1001
         </div>
1002 1002
       </template>
1003
+
1004
+      <!-- <template v-if="org_id == 10206 || org_id ==0 || org_id==9671 ">
1005
+        <div>
1006
+          <el-button
1007
+          :loading="loading"
1008
+          size="small"
1009
+          icon="el-icon-printer"
1010
+          @click="printThisPage"
1011
+          type="primary"
1012
+          >打印</el-button
1013
+        >
1014
+        </div>
1015
+      </template> -->
1016
+      
1003 1017
     </div>
1004 1018
     <div class="app-container" style="min-height: 0">
1005 1019
       <!--<div class="order-print-btn"-->
@@ -1522,8 +1536,11 @@
1522 1536
           </DialysisPrintOrderSeventynine>
1523 1537
 
1524 1538
           <DialysisPrintOrdereighty v-bind:childResponse="childResponse"
1525
-            v-if="org_template_info.template_id == 80">
1539
+            v-if="org_template_info.template_id == 80 && (org_id == 10206 || org_id == 0)">
1526 1540
           </DialysisPrintOrdereighty>
1541
+          <!-- <DialysisPrintOrdereighty v-bind:childResponse="childResponse"
1542
+            v-if="org_id == 10206 || org_id == 0 || org_id==9671">
1543
+          </DialysisPrintOrdereighty> -->
1527 1544
         </div>
1528 1545
       </el-container>
1529 1546
     </div>
@@ -1835,6 +1852,7 @@ export default {
1835 1852
       zone_options: [{ id: 0, text: "全部" }],
1836 1853
       zoneVal: 0,
1837 1854
       x_tdate:'',
1855
+      org_id:'',
1838 1856
     };
1839 1857
   },
1840 1858
   methods: {
@@ -2417,7 +2435,9 @@ export default {
2417 2435
           style: style4,
2418 2436
           scanStyles: false,
2419 2437
         });
2420
-      }else if (this.org_template_info.template_id == 80) {
2438
+      }
2439
+      else if (this.org_template_info.template_id == 80 && (this.org_id == 10206 || this.org_id ==0)) {
2440
+        console.log('this.org_template_info.template_id == 80',this.org_template_info.template_id);
2421 2441
         printJS({
2422 2442
           printable: "dialysis-print-box-1",
2423 2443
           type: "html",
@@ -2425,6 +2445,14 @@ export default {
2425 2445
           scanStyles: false,
2426 2446
         });
2427 2447
       }
2448
+      // else if (this.org_id == 10206 || this.org_id ==0 || org_id==9671) {
2449
+      //   printJS({
2450
+      //     printable: "dialysis-print-box-1",
2451
+      //     type: "html",
2452
+      //     style: style2,
2453
+      //     scanStyles: false,
2454
+      //   });
2455
+      // }
2428 2456
        else if (this.org_template_info.template_id == 199 ) {
2429 2457
         printJS({
2430 2458
           printable: "dialysis-print-box-1",
@@ -2626,7 +2654,6 @@ export default {
2626 2654
     },
2627 2655
     getDialysisRecord() {
2628 2656
       this.loading = true;
2629
-
2630 2657
       getDialysisRecord(this.queryParams).then((response) => {
2631 2658
         if (response.data.state == 1) {
2632 2659
           this.childResponse = response;
@@ -2634,10 +2661,17 @@ export default {
2634 2661
           this.date = response.data.data.patientInfo.DialysisSchedule.schedule_date
2635 2662
           this.patient_id = response.data.data.patientInfo.DialysisSchedule.patient_id
2636 2663
           this.patient_name = response.data.data.patientInfo.name
2637
-          console.log('kkkkkkk222222',this.org_template_info);
2664
+          
2665
+          // this.org_template_info.template_id= response.data.data.org_template_info.template_id
2638 2666
           // console.log('this.org_template_info是数据',response.data.data.org_template_info.template_id);
2639
-          this.org_template_info = response.data.data.org_template_info;
2640
-           this.org_template_info.template_id= response.data.data.org_template_info.template_id
2667
+          if(this.org_id !=10206 &&this.org_id !=0){
2668
+            this.org_template_info.template_id= response.data.data.org_template_info.template_id
2669
+            this.org_template_info = response.data.data.org_template_info;
2670
+          }else{
2671
+            this.org_template_info = response.data.data.org_template_info;
2672
+            this.org_template_info.template_id= 80
2673
+          }
2674
+          console.log('kkkkkkk222222',this.org_template_info);
2641 2675
           this.loading = false;
2642 2676
           //   this.adminUser = response.data.data.users
2643 2677
           //   this.users = response.data.data.users
@@ -3294,6 +3328,7 @@ export default {
3294 3328
     },
3295 3329
   },
3296 3330
   created() {
3331
+    this.org_id = this.$store.getters.xt_user.org.id
3297 3332
     // console.log("this.$store.getters.xt_user.org.id",this.$store.getters.xt_user.org.id)
3298 3333
     var schedule_type_selected = this.$store.getters.schedule_type_selected;
3299 3334
     var zone_selected = this.$store.getters.zone_selected;
@@ -3357,7 +3392,6 @@ export default {
3357 3392
       this.queryParams.xtdate = xtdate;
3358 3393
       this.queryParams.xtno = xtno;
3359 3394
       this.queryParams.patient_id = patient_id
3360
-      // console.log('wwwwww121212',this.org_template_info.template_id);
3361 3395
       this.getDialysisRecord();
3362 3396
     } else {
3363 3397
       this.$message.error("参数不齐");

+ 119 - 105
src/xt_pages/dialysis/template/DialysisPrintOrdereighty.vue View File

@@ -135,18 +135,6 @@
135 135
                       <div class="under_line" style="width: 60%; text-align: center">
136 136
                         {{predialysis.machine_type ? predialysis.machine_type : ""}}
137 137
                       </div>
138
-                      
139
-                      <!-- 透前症状:
140
-                      <div
141
-                        class="under_line"
142
-                        style="width: 150px; text-align: center"
143
-                      >
144
-                        {{
145
-                          predialysis.symptom_before_dialysis
146
-                            ? predialysis.symptom_before_dialysis
147
-                            : "/"
148
-                        }}
149
-                      </div> -->
150 138
                     </div>
151 139
                     <div class="inline_block" style="flex: 1">
152 140
                       透析机号:
@@ -302,8 +290,8 @@
302 290
                         style="width: 70px; text-align: center"
303 291
                       >
304 292
                         <span> {{
305
-                          prescription.displace_liqui_value
306
-                            ? prescription.displace_liqui_value
293
+                          prescription.replacement_total
294
+                            ? prescription.replacement_total
307 295
                             : "/"
308 296
                         }}
309 297
                         </span>
@@ -438,12 +426,8 @@
438 426
                       <div class="under_line"
439 427
                         style="width: 150px; text-align: center"
440 428
                       >
441
-                       {{
442
-                          prescription.anticoagulant_name
443
-                            ? prescription.anticoagulant_name
444
-                            : "/"
445
-                        }}
446
-                        
429
+                        <span v-if="prescription.anticoagulant_name== '低分子肝素钙'">低分子量肝素钙</span>
430
+                        <span v-if="prescription.anticoagulant_name!= '低分子肝素钙'">{{prescription.anticoagulant_name}}</span>
447 431
                       </div>
448 432
                     </div>
449 433
                     <div class="inline_block" style="flex: 1;"
@@ -459,7 +443,10 @@
459 443
                             : "/"
460 444
                         }}
461 445
                       </div>
462
-                      {{ getshouji(prescription.anticoagulant) }}
446
+                      <span v-if="prescription.anticoagulant!=''">
447
+                        {{ getshouji(prescription.anticoagulant) }}
448
+                      </span>
449
+                      
463 450
                     </div>
464 451
                     <div class="inline_block" style="flex: 1;">
465 452
                       追加:
@@ -472,7 +459,10 @@
472 459
                             : "0"
473 460
                         }}
474 461
                       </div>
475
-                      {{ getweichi(prescription.anticoagulant) }}
462
+                      <span v-if="prescription.anticoagulant!=''">
463
+                        {{ getweichi(prescription.anticoagulant) }}
464
+                      </span>
465
+                      
476 466
                     </div>
477 467
                     <div class="inline_block" style="flex: 1;"
478 468
                       v-if="prescription.anticoagulant == 5"
@@ -518,7 +508,10 @@
518 508
                             : "/"
519 509
                         }}
520 510
                       </div>
521
-                      {{ getzongliang(prescription.anticoagulant) }}
511
+                      <span v-if="prescription.anticoagulant!=''">
512
+                        {{ getzongliang(prescription.anticoagulant) }}
513
+                      </span>
514
+                      
522 515
                     </div>
523 516
                   </div>
524 517
 
@@ -678,7 +671,7 @@
678 671
                   </table>
679 672
                 </td>
680 673
               </tr>
681
-              <tr v-if="org_id!=10206">
674
+              <tr>
682 675
                 <td style="padding: 0; position: relative" colspan="2">
683 676
                   <table class="inside_table">
684 677
                     <tbody>
@@ -709,48 +702,32 @@
709 702
                         <td style="font-size: 16px" width="10%">时间</td>
710 703
                       </tr>
711 704
 
712
-                      <tr style="page-break-inside: avoid;"
713
-                        v-for="(advice, advice_index) in doctor_advices"
705
+                      <tr
706
+                        v-for="(advice, advice_index) in new_doctor_advice_list"
714 707
                         :key="advice_index"
715 708
                       >
716 709
                         <td height="32px">
717 710
                           <span v-if="advice.start_time">
718 711
                             {{ getTime(advice.start_time, "{h}:{i}") }}
719 712
                           </span>
720
-                          <!-- <span v-else>&nbsp;<br/>&nbsp;</span> -->
713
+
721 714
                         </td>
722
-                        <td
723
-                          height="32px"
724
-                          colspan="2"
725
-                          class="advice-name"
726
-                          style="padding-left: 7px"
715
+                        <td height="32px" colspan="2"
716
+                          class="advice-name" style="padding-left: 7px"
727 717
                         >
728
-                          <span v-if="advice.parent_id > 0">---></span>
729
-                          <span>{{ advice.advice_name }}</span>
730
-                          <span v-if="advice && advice.advice_desc"
731
-                            >({{ advice.advice_desc
732
-                            }}{{ advice.drug_spec_unit }})</span
733
-                          >
734
-                          <span v-if="advice.prescribing_number"
735
-                            >&nbsp;&nbsp; {{ advice.prescribing_number
736
-                            }}{{ advice.prescribing_number_unit }}</span
737
-                          >
738
-                          <span v-if="advice.single_dose != 0"
739
-                            >{{ advice.single_dose
740
-                            }}{{ advice.single_dose_unit }}</span
741
-                          >
742
-                          <span v-if="advice.parent_id == 0">{{
743
-                            advice.delivery_way
744
-                          }}</span>
745
-                          <span v-if="advice.parent_id == 0">{{
746
-                            advice.execution_frequency
747
-                          }}</span>
748
-                          <span
749
-                            v-if="
750
-                              advice.parent_id == 0 && advice.remark.length > 0
751
-                            "
752
-                            >({{ advice.remark }})</span
753
-                          >
718
+                         <span v-for="(it,i) in advice.child" :key="i">
719
+                           <span v-if="it && it.advice_name">{{ it.advice_name}}</span>
720
+                           <span v-if="it && it.advice_desc">({{ it.advice_desc}}{{ it.drug_spec_unit }})</span>
721
+                           <span v-if="it.prescribing_number">{{ it.prescribing_number}}{{ it.prescribing_number_unit }}</span>
722
+                           <span v-if="it.single_dose != 0">{{ it.single_dose}}{{ it.single_dose_unit }}</span>
723
+                           <span v-if="it && it.delivery_way">{{ it.delivery_way }}</span>
724
+                           <span v-if="it && it.execution_frequency">{{ it.execution_frequency }}</span>
725
+                           <span v-if="it&& it.remark">{{ it.remark }}</span>&nbsp;&nbsp;&nbsp;
726
+
727
+                         </span>
728
+
729
+
730
+
754 731
                         </td>
755 732
 
756 733
                         <td height="32px">
@@ -767,8 +744,9 @@
767 744
                               v-else
768 745
                             />
769 746
                           </span>
747
+
770 748
                         </td>
771
-                     
749
+
772 750
                         <td height="32px">
773 751
                           <span v-if="advice!=null && advice.execution_staff>0">
774 752
                             <span
@@ -784,16 +762,72 @@
784 762
                             />
785 763
                           </span>
786 764
                         </td>
787
-                       
788 765
                         <td height="32px">
789
-                          <span>
790
-                             {{
791
-                              getTime(advice.execution_time, "{h}:{i}")
792
-                             }}
766
+                          <span v-if="advice.execution_time">{{
767
+                            getTime(advice.execution_time, "{h}:{i}")
768
+                          }}</span>
769
+                        </td>
770
+                      </tr>
771
+
772
+                      <tr
773
+                        v-for="(advice, advice_index) in projectsOne"
774
+                        :key="advice_index"
775
+                      >
776
+                        <td height="32px;padding:1px 1px" width="10%">
777
+                          <span v-if="advice.start_time">
778
+                            {{ getTime(advice.start_time, "{h}:{i}") }}
793 779
                           </span>
794
-              
795 780
                         </td>
796
-                        
781
+                        <td colspan="2"
782
+                          class="advice-name"
783
+                          style="
784
+                            letter-spacing: 5px;
785
+                            text-align: center;
786
+                            font-weight: 520;
787
+                            font-size: 14px;
788
+                            padding: 0px 8px;
789
+                            line-height: 30px;
790
+                            width: 200px;
791
+                          "
792
+                        >
793
+                          <span v-if="advice.type == 2"> {{advice && advice.project? advice.project.project_name: ""}} {{ advice.count }} {{ advice.unit }}</span>
794
+                          <span v-if="advice.type == 3"> {{advice && advice.good_info? advice.good_info.good_name: ""}} {{ advice.count }} {{ advice.unit }}</span>
795
+                        </td>
796
+                      <td height="32px">
797
+                        <span
798
+                          v-if="setAdminUserES(advice.doctor) == ''"
799
+                          >{{ getAdminUser(advice.doctor) }}</span
800
+                        >
801
+                        <img
802
+                          style="height: 30px"
803
+                          :src="setAdminUserES(advice.doctor)"
804
+                          alt=""
805
+                          srcset=""
806
+                          v-else
807
+                        />
808
+                      </td>
809
+                      <td height="32px">
810
+                        <span
811
+                          v-if="
812
+                            setAdminUserES(advice.execution_staff) == ''
813
+                          "
814
+                          >{{
815
+                            getAdminUser(advice.execution_staff)
816
+                          }}</span
817
+                        >
818
+                        <img
819
+                          style="height: 30px"
820
+                          :src="setAdminUserES(advice.execution_staff)"
821
+                          alt=""
822
+                          srcset=""
823
+                          v-else
824
+                        />
825
+                      </td>
826
+                        <td height="32px">
827
+                          <span v-if="advice.execution_time">{{
828
+                            getTime(advice.execution_time, "{h}:{i}")
829
+                          }}</span>
830
+                        </td>
797 831
                       </tr>
798 832
 
799 833
                     </tbody>
@@ -824,10 +858,7 @@
824 858
               </tr>
825 859
               <tr>
826 860
                 <td colspan="7">
827
-                  <div
828
-                    class="row"
829
-                    style="padding: 2px 0; line-height: 23px; display: flex"
830
-                  >
861
+                  <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
831 862
                     <div class="inline_block" style="flex: 1">
832 863
                       T:
833 864
                       <div
@@ -926,9 +957,7 @@
926 957
                     </div>
927 958
                   </div>
928 959
 
929
-                  <div class="row"
930
-                    style="padding: 2px 0; line-height: 23px; display: flex"
931
-                  >
960
+                  <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
932 961
                     <div class="inline_block" style="flex: 2.5">
933 962
                       透析器凝血:
934 963
                       <div
@@ -981,7 +1010,7 @@
981 1010
                         class="under_line"
982 1011
                         style="width: 70px; text-align: center"
983 1012
                       >
984
-                      <span v-if="org_id!=9675&&org_id!=10447">
1013
+                      <span>
985 1014
                         {{
986 1015
                           afterdialysis.weight_after
987 1016
                             ? parseFloat(
@@ -991,17 +1020,6 @@
991 1020
                             : "/"
992 1021
                         }}
993 1022
                       </span>
994
-                      <span v-if="org_id ==9675 || org_id==10447">
995
-                        {{
996
-                          afterdialysis.weight_after
997
-                            ? parseFloat(
998
-                                afterdialysis.weight_after -
999
-                                  afterdialysis.additional_weight
1000
-                              ).toFixed(1)
1001
-                            : "未称重"
1002
-                        }}
1003
-                      </span>
1004
-
1005 1023
                       </div>
1006 1024
                       kg
1007 1025
                     </div>
@@ -1029,14 +1047,11 @@
1029 1047
                     <div
1030 1048
                       class="inline_block"
1031 1049
                       style="flex: 1"
1032
-                      v-if="org_id != 10223 && org_id!=10375 && org_id!=10598"
1033 1050
                     >
1034
-                      <span v-if="org_id!=10460">
1051
+                      <span>
1035 1052
                           透析中入量(L):
1036 1053
                        </span>
1037
-                      <span v-if="org_id==10460">
1038
-                        透析中入量(ml):
1039
-                      </span>
1054
+                      
1040 1055
                       <div
1041 1056
                         class="under_line"
1042 1057
                         style="width: 70px; text-align: center"
@@ -1067,9 +1082,7 @@
1067 1082
                     </div>
1068 1083
                   </div>
1069 1084
 
1070
-                  <div class="row"
1071
-                    style="padding: 2px 0; line-height: 23px; display: flex"
1072
-                  >
1085
+                  <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
1073 1086
                     <div class="inline_block"
1074 1087
                       style="flex: 1; display: inline-block"
1075 1088
                     >
@@ -1091,9 +1104,7 @@
1091 1104
                       </div>
1092 1105
                     </div>
1093 1106
                   </div>
1094
-                  <div class="row"
1095
-                    style="padding: 2px 0; line-height: 23px; display: flex"
1096
-                  >
1107
+                  <div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
1097 1108
                     <div class="inline_block"
1098 1109
                       style="flex: 1; display: inline-block"
1099 1110
                     >
@@ -1150,7 +1161,7 @@
1150 1161
                             }}</span
1151 1162
                           >
1152 1163
                           <img
1153
-                            style="height: 35px"
1164
+                            style="height: 30px"
1154 1165
                             :src="
1155 1166
                               setAdminUserES(
1156 1167
                                 dialysisOrder == null
@@ -1318,15 +1329,17 @@
1318 1329
                     </div>
1319 1330
                     <div class="inline_block" style="flex: 1">
1320 1331
                        上机时间
1321
-                      <div
1322
-                        class="under_line"
1332
+                      <div class="under_line"
1323 1333
                         style="width: 80px; text-align: center"
1324 1334
                       >
1325 1335
                         <span style="height: 30px;display: inline-block;">
1326 1336
                           
1327 1337
                         </span>
1328
-                        {{getTime(dialysisOrder.start_time, "{y}-{m}-{d} {h}:{i}") ? 
1329
-                        getTime(dialysisOrder.start_time, "{y}-{m}-{d} {h}:{i}") :''}}
1338
+                        <span v-if="dialysisOrder!=null">
1339
+                          {{getTime(dialysisOrder.start_time, "{y}-{m}-{d} {h}:{i}") ? 
1340
+                          getTime(dialysisOrder.start_time, "{y}-{m}-{d} {h}:{i}") :''}}
1341
+                        </span>
1342
+                        
1330 1343
                       </div>
1331 1344
                     </div>
1332 1345
                     <div class="inline_block" style="flex: 1">
@@ -1336,8 +1349,11 @@
1336 1349
                       >
1337 1350
                         <span style="height: 30px; display: inline-block">
1338 1351
                         </span>
1339
-                        {{ getTime(dialysisOrder.end_time, "{y}-{m}-{d} {h}:{i}") ? 
1352
+                        <span v-if="dialysisOrder!=null">
1353
+                          {{ getTime(dialysisOrder.end_time, "{y}-{m}-{d} {h}:{i}") ? 
1340 1354
                           getTime(dialysisOrder.end_time, "{y}-{m}-{d} {h}:{i}") : "0" }}
1355
+                        </span>
1356
+                        
1341 1357
 
1342 1358
                       </div>
1343 1359
                     </div>
@@ -1541,8 +1557,6 @@
1541 1557
                   >
1542 1558
                    <div v-if="org_id == 0 || org_id == 10440">
1543 1559
 
1544
-
1545
-
1546 1560
                     <div class="inline_block" style="flex: 1">
1547 1561
                       上机护士:
1548 1562
                       <div
@@ -3161,7 +3175,7 @@ export default {
3161 3175
         }
3162 3176
 
3163 3177
         //针对内蒙古阿拉善
3164
-        if(this.org_id ==10206){
3178
+        if(this.org_id ==10206 || this.org_id ==0){
3165 3179
 
3166 3180
           if(this.doctor_advices!=null && this.doctor_advices.length > 0){
3167 3181