Browse Source

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

陈少旭 6 months ago
parent
commit
b2aef61ecc

+ 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


+ 18 - 6
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -1208,8 +1208,8 @@
1208 1208
                               : "/"
1209 1209
                           }}
1210 1210
                         </div>
1211
-                        <span v-if="org_id!=10598"> ml</span>
1212
-                        <span v-if="org_id==10598"> L</span>
1211
+                        <span v-if="org_id!=10598 && org_id!=10471"> ml</span>
1212
+                        <span v-if="org_id==10598 || org_id ==10471"> L</span>
1213 1213
                       </div>
1214 1214
                       <div class="inline_block" style="flex: 1">
1215 1215
                         干体重:
@@ -1406,11 +1406,14 @@
1406 1406
                         <span v-if="record.prescription.anticoagulant == 15"
1407 1407
                           >mg</span
1408 1408
                         >
1409
+                        <span v-if="record.prescription.anticoagulant == 14"
1410
+                          >iu</span
1411
+                        >
1409 1412
                         <span v-if="record.prescription.anticoagulant == 16"
1410 1413
                           >mg</span
1411 1414
                         >
1412 1415
                         <span v-if="record.prescription.anticoagulant == 17"
1413
-                          >mg</span
1416
+                          >iu</span
1414 1417
                         >
1415 1418
                       </div>
1416 1419
                       <div class="inline_block" style="margin-left: 20px">
@@ -1473,6 +1476,9 @@
1473 1476
                         <span v-if="record.prescription.anticoagulant == 1"
1474 1477
                           >mg/h</span
1475 1478
                         >
1479
+                        <span v-if="record.prescription.anticoagulant == 14"
1480
+                          >iu/h</span
1481
+                        >
1476 1482
                         <span v-if="record.prescription.anticoagulant == 15"
1477 1483
                           >mg/h</span
1478 1484
                         >
@@ -1480,7 +1486,7 @@
1480 1486
                           >mg/h</span
1481 1487
                         >
1482 1488
                         <span v-if="record.prescription.anticoagulant == 17"
1483
-                          >mg/h</span
1489
+                          >iu/h</span
1484 1490
                         >
1485 1491
                       </div>
1486 1492
                       <div class="inline_block" style="margin-left: 20px">
@@ -1523,6 +1529,9 @@
1523 1529
                         <span v-if="record.prescription.anticoagulant == 1"
1524 1530
                           >mg</span
1525 1531
                         >
1532
+                        <span v-if="record.prescription.anticoagulant == 14"
1533
+                          >iu</span
1534
+                        >
1526 1535
                         <span v-if="record.prescription.anticoagulant == 15"
1527 1536
                           >mg</span
1528 1537
                         >
@@ -1530,7 +1539,7 @@
1530 1539
                           >mg</span
1531 1540
                         >
1532 1541
                         <span v-if="record.prescription.anticoagulant == 17"
1533
-                          >mg</span
1542
+                          >iu</span
1534 1543
                         >
1535 1544
                       </div>
1536 1545
                       <div class="inline_block" style="margin-left: 20px">
@@ -1728,7 +1737,10 @@
1728 1737
                           </td>
1729 1738
                           <td width="50" v-if="org_id == 10375">置换率<br />(ml/h)</td>
1730 1739
                           <td width="50" v-if=" org_id ==0 || org_id ==10489">超滤率<br />(ml/h)</td>
1731
-                          <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id!=10600 && org_id!=10683">超滤量<br />(ml)</td>
1740
+                          <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id!=10600 && org_id!=10683">超滤量<br />
1741
+                            <span v-if="org_id!=10471"> (ml)</span>
1742
+                            <span v-if="org_id==10471">L</span>
1743
+                          </td>
1732 1744
                           <td width="50" v-if="org_id == 10600 || org_id ==10683 || org_id ==0">超滤率<br />(ml/h)</td>
1733 1745
                           <td width="50" v-if="org_id ==3877 || org_id ==10449">累计超滤量<br />(ml)</td>
1734 1746
                           <td

+ 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() {

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

@@ -20,8 +20,8 @@
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 == 10635  || this.$store.getters.xt_user.template_info.org_id == 10702) &&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!=10702) || 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 == 10702) &&this.$store.getters.xt_user.template_info.org_id!=10387 &&this.$store.getters.xt_user.template_info.org_id!=10471 " 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!=10702) || this.$store.getters.xt_user.template_info.org_id == 10387 ||  this.$store.getters.xt_user.template_info.org_id == 10471"  width="76px"> 超滤量(L) </th>
25 25
           <th v-if=" isShow('超滤量1')"  width="76px"> 超滤量(ml) </th>
26 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 == 10702) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27 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!=10702 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>

+ 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("参数不齐");

+ 35 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -1444,7 +1444,11 @@
1444 1444
                       <span v-if="org_id!=9538&& prescription.anticoagulant == 2">mg</span>
1445 1445
                       <span v-if="org_id==9538&& prescription.anticoagulant == 2">u</span>
1446 1446
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1447
-                      <span v-if="prescription.anticoagulant == 14">mg</span>
1447
+                      <span v-if="prescription.anticoagulant == 14">
1448
+                       <span v-if="org_id!=10644">mg</span> 
1449
+                       <span v-if="org_id==10644">iu</span> 
1450
+                      </span>
1451
+                      <span v-if="prescription.anticoagulant == 17">iu</span>
1448 1452
                     </span>
1449 1453
 
1450 1454
                     <span v-if="org_id==9675 || org_id==10447 || org_id==9829 || org_id==10440 || org_id==10469 || org_id == 10471 || org_id == 10460">
@@ -1459,7 +1463,11 @@
1459 1463
                      <span v-if="prescription.anticoagulant == 10">iu</span>
1460 1464
                      <span v-if="prescription.anticoagulant == 11">iu</span>
1461 1465
                      <span v-if="prescription.anticoagulant == 13">iu</span>
1462
-                     <span v-if="prescription.anticoagulant == 14">mg</span>
1466
+                     <span v-if="prescription.anticoagulant == 14">
1467
+                      <span v-if="org_id!=10644">mg</span> 
1468
+                      <span v-if="org_id==10644">iu</span> 
1469
+                     </span>
1470
+                     <span v-if="prescription.anticoagulant == 17">iu</span>
1463 1471
 
1464 1472
                     </span>
1465 1473
                     </div>
@@ -1501,7 +1509,11 @@
1501 1509
                         <span v-if="org_id!=9538&& prescription.anticoagulant == 2">mg/h</span>
1502 1510
                         <span v-if="org_id==9538&& prescription.anticoagulant == 2">u</span>
1503 1511
                           <span v-if="prescription.anticoagulant == 1">mg/h</span>
1504
-                          <span v-if="prescription.anticoagulant == 14">mg/h</span>
1512
+                          <span v-if="prescription.anticoagulant == 14">
1513
+                            <span v-if="org_id!=10644">mg/h</span> 
1514
+                            <span v-if="org_id==10644">iu/h</span> 
1515
+                          </span>
1516
+                          <span v-if="prescription.anticoagulant == 17">iu/h</span>
1505 1517
                       </span>
1506 1518
                       <span v-if="org_id==9675 || org_id==10447 || org_id== 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460">
1507 1519
                         <span v-if="prescription.anticoagulant == 2">mg/h</span>
@@ -1515,7 +1527,11 @@
1515 1527
                           <span v-if="prescription.anticoagulant == 10">iu/h</span>
1516 1528
                           <span v-if="prescription.anticoagulant == 11">iu/h</span>
1517 1529
                           <span v-if="prescription.anticoagulant == 13">iu/h</span>
1518
-                          <span v-if="prescription.anticoagulant == 14">mg/h</span>
1530
+                          <span v-if="prescription.anticoagulant == 14">
1531
+                            <span v-if="org_id!=10644">mg/h</span> 
1532
+                            <span v-if="org_id==10644">iu/h</span> 
1533
+                          </span>
1534
+                          <span v-if="prescription.anticoagulant == 17">iu/h</span>
1519 1535
                       </span>
1520 1536
                     </div>
1521 1537
                     <div
@@ -1584,7 +1600,11 @@
1584 1600
                       <span v-if="org_id!=9538&& prescription.anticoagulant == 2">mg</span>
1585 1601
                       <span v-if="org_id==9538&& prescription.anticoagulant == 2">u</span>
1586 1602
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1587
-                      <span v-if="prescription.anticoagulant == 14">mg</span>
1603
+                      <span v-if="prescription.anticoagulant == 14">
1604
+                        <span v-if="org_id!=10644">mg</span> 
1605
+                        <span v-if="org_id==10644">iu</span> 
1606
+                      </span>
1607
+                      <span v-if="prescription.anticoagulant == 17">iu</span>
1588 1608
                      </span>
1589 1609
                     <span v-if="org_id==9675 || org_id==10447 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471|| org_id == 10460">
1590 1610
                        <span v-if="prescription.anticoagulant == 2">mg</span>
@@ -1598,7 +1618,11 @@
1598 1618
                        <span v-if="prescription.anticoagulant == 10">iu</span>
1599 1619
                       <span v-if="prescription.anticoagulant == 11">iu</span>
1600 1620
                       <span v-if="prescription.anticoagulant == 13">iu</span>
1601
-                      <span v-if="prescription.anticoagulant == 14">mg/h</span>
1621
+                      <span v-if="prescription.anticoagulant == 14">
1622
+                        <span v-if="org_id!=10644">mg</span> 
1623
+                        <span v-if="org_id==10644">iu</span> 
1624
+                      </span>
1625
+                      <span v-if="prescription.anticoagulant == 17">iu</span>
1602 1626
                     </span>
1603 1627
                     </div>
1604 1628
                     <div class="inline_block" style="margin-left: 20px" v-if="org_id!=9675 && org_id!=10447">
@@ -1822,7 +1846,11 @@
1822 1846
                         <td width="50" v-if="org_id == 10121">SpO₂<br />(%)</td>
1823 1847
                         <td width="50" v-if="org_id == 10375">置换率<br />(ml/h)</td>
1824 1848
                         <td width="50" v-if="org_id ==10489">超滤率<br/>(ml/h)</td>
1825
-                        <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 10600&& org_id != 10683">超滤量<br />(ml)</td>
1849
+                        <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 10600&& org_id != 10683">
1850
+                          超滤量<br />
1851
+                         <span v-if="org_id == 10471">L</span>
1852
+                         <span v-if="org_id != 10471"> (ml)</span>
1853
+                        </td>
1826 1854
                         <td width="50" v-if="org_id == 10600 || org_id ==10598 || org_id ==10683">超滤率<br/>(ml/h)</td>
1827 1855
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 ">累计超滤量<br />(ml)</td>
1828 1856
                         <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0 && org_id!=10206" width="50">

+ 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
 

+ 2 - 0
src/xt_pages/stock/drugs/drugStockInOrderEdit.vue View File

@@ -771,6 +771,8 @@ export default {
771 771
           const params = {
772 772
             stockIn: this.recordInfo.recordData
773 773
           };
774
+          console.log("params---------",params)
775
+         
774 776
           EditDrugWarehouse(
775 777
             params,
776 778
             this.warehousing_time,

+ 1 - 1
src/xt_pages/stock/stockOutOrderAdd.vue View File

@@ -966,7 +966,7 @@ export default {
966 966
         if(response.data.state == 1){
967 967
           var list = response.data.data.list
968 968
           this.numberList = list
969
-          var lastWarehouseInfoTwo = response.data.data.lastWarehouseInfoTwo
969
+          // var lastWarehouseInfoTwo = response.data.data.lastWarehouseInfoTwo
970 970
         }
971 971
      })
972 972
     },