see999 4 år sedan
förälder
incheckning
bbe23415c5

+ 36 - 0
src/router/modules/dialysis.js Visa fil

@@ -340,6 +340,42 @@ export default {
340 340
         noCache: true
341 341
       }
342 342
     },
343
+    {
344
+      path: '/dialysis/print/batch/thirtyThree',
345
+      component: () =>
346
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree'),
347
+      hidden: true,
348
+      is_menu: false,
349
+      name: 'batch_print_order_thirtyThree',
350
+      meta: {
351
+        title: '批量打印',
352
+        noCache: true
353
+      }
354
+    },
355
+    {
356
+      path: '/dialysis/print/batch/thirtyThree_one',
357
+      component: () =>
358
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_one'),
359
+      hidden: true,
360
+      is_menu: false,
361
+      name: 'dialysis_batch_print_thirtyThree_one',
362
+      meta: {
363
+        title: '批量打印',
364
+        noCache: true
365
+      }
366
+    },
367
+    {
368
+      path: '/dialysis/print/batch/thirtyThree_two',
369
+      component: () =>
370
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_two'),
371
+      hidden: true,
372
+      is_menu: false,
373
+      name: 'dialysis_batch_print_thirtyThree_two',
374
+      meta: {
375
+        title: '批量打印',
376
+        noCache: true
377
+      }
378
+    },
343 379
     {
344 380
       path: '/dialysis/print/batch/twentyTwo_one',
345 381
       component: () =>

Filskillnaden har hållits tillbaka eftersom den är för stor
+ 3984 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree.vue


Filskillnaden har hållits tillbaka eftersom den är för stor
+ 2965 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_one.vue


Filskillnaden har hållits tillbaka eftersom den är för stor
+ 1727 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_two.vue


+ 7 - 1
src/xt_pages/dialysis/bloodPresssWatch.vue Visa fil

@@ -12,7 +12,7 @@
12 12
           >打印</el-button
13 13
         >
14 14
       </template>
15
-      <template v-if="this.template_id == 2 || this.template_id == 0">
15
+      <template v-if="this.template_id == 2 || this.template_id == 0 || this.template_id == 33">
16 16
         <div>
17 17
           <el-button
18 18
             :loading="loading"
@@ -789,6 +789,8 @@ export default {
789 789
         this.$router.push({ path: "/dialysis/print/batch/thirty" });
790 790
       } else if (this.template_id == 32) {
791 791
         this.$router.push({ path: "/dialysis/print/batch/thirtyTwo" });
792
+      } else if (this.template_id == 33) {
793
+        this.$router.push({ path: "/dialysis/print/batch/thirtyThree" });
792 794
       }
793 795
     },
794 796
     batchPrintActionOne: function() {
@@ -809,6 +811,8 @@ export default {
809 811
         this.$router.push({ path: "/dialysis/print/batch/fiveone" });
810 812
       } else if (this.template_id == 22) {
811 813
         this.$router.push({ path: "/dialysis/print/batch/twentyTwo_one" });
814
+      } else if(this.template_id == 33){
815
+        this.$router.push({ path: "/dialysis/print/batch/thirtyThree_one" });
812 816
       }
813 817
     },
814 818
     batchPrintActionTwo: function() {
@@ -829,6 +833,8 @@ export default {
829 833
         this.$router.push({ path: "/dialysis/print/batch/fivetwo" });
830 834
       } else if (this.template_id == 22) {
831 835
         this.$router.push({ path: "/dialysis/print/batch/twentyTwo_two" });
836
+      } else if (this.template_id == 33) {
837
+        this.$router.push({ path: "/dialysis/print/batch/thirtyThree_two" });
832 838
       }
833 839
     }
834 840
   },

+ 2 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue Visa fil

@@ -81,8 +81,8 @@
81 81
           <span class="content">{{
82 82
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
83 83
           }}</span>
84
-          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.org_id != 9555" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
85
-          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.org_id == 9555" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
84
+          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.org_id != 9555" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
85
+          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.org_id == 9555" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
86 86
         </li>
87 87
         <li v-if="isShow('葡萄糖')">
88 88
           <label>葡萄糖 : </label>

+ 2 - 2
src/xt_pages/dialysis/details/assessmentAfter.vue Visa fil

@@ -17,8 +17,8 @@
17 17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
18 18
             actual_ultrafiltration
19 19
           }}</span>
20
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.org_id == 9555) " >ml</span>
21
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 &&  this.$store.getters.xt_user.template_info.org_id == 9555 " >L</span>
20
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.org_id == 9555) " >ml</span>
21
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 34 &&  this.$store.getters.xt_user.template_info.org_id == 9555 " >L</span>
22 22
         </li>
23 23
         <li v-if="isShow('导管')">
24 24
           <label>导管 : </label>

+ 1 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue Visa fil

@@ -28,7 +28,7 @@
28 28
           <el-col :span="8" v-if="isShow('实际超滤量')">
29 29
             <el-form-item
30 30
               label="实际超滤量(ml): "
31
-              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.$store.getters.xt_user.template_info.org_id == 9555 "  >
31
+              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.template_id == 34 || this.$store.getters.xt_user.template_info.org_id == 9555 "  >
32 32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
33 33
             </el-form-item>
34 34
             <el-form-item label="实际超滤量(L): " v-else>

+ 2 - 2
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Visa fil

@@ -87,7 +87,7 @@
87 87
           </el-col>
88 88
 
89 89
           <el-col :span="8"
90
-                  v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22  || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28  || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.org_id == 9555 )">
90
+                  v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22  || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28  || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.org_id == 9555 )">
91 91
             <el-form-item label="目标超滤量(ml):">
92 92
               <el-input
93 93
                 type="number"
@@ -97,7 +97,7 @@
97 97
           </el-col>
98 98
 
99 99
           <el-col :span="8"
100
-                  v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.org_id != 9555 ">
100
+                  v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.org_id != 9555 ">
101 101
             <el-form-item label="目标超滤量(L):">
102 102
               <el-input
103 103
                 type="number"

+ 8 - 6
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Visa fil

@@ -161,6 +161,7 @@
161 161
                   template_id == 29 ||
162 162
                   template_id == 30 ||
163 163
                   template_id == 31 ||
164
+                  template_id == 34 ||
164 165
                   org_id == 9555)
165 166
             "
166 167
           >
@@ -198,6 +199,7 @@
198 199
                 template_id != 29 &&
199 200
                 template_id != 30 &&
200 201
                 template_id != 31 &&
202
+                template_id != 34 &&
201 203
                 org_id!=9555
202 204
             "
203 205
           >
@@ -215,7 +217,7 @@
215 217
             align="center"
216 218
             label="超滤率(ml/h)"
217 219
             width="100"
218
-            v-if="isShow('超滤率') && (template_id == 6 || 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) "
220
+            v-if="isShow('超滤率') && (template_id == 6 || 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) "
219 221
           >
220 222
             <template slot-scope="scope">
221 223
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
@@ -226,7 +228,7 @@
226 228
             align="center"
227 229
             label="超滤率(L/h)"
228 230
             width="100"
229
-            v-if="isShow('超滤率') && template_id != 6 && 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"
231
+            v-if="isShow('超滤率') && template_id != 6 && 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"
230 232
           >
231 233
             <template slot-scope="scope">
232 234
               {{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : ""  }}
@@ -514,12 +516,12 @@
514 516
             </el-form-item>
515 517
           </el-col>
516 518
 
517
-          <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || 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) ">
519
+          <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || 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) ">
518 520
             <el-form-item label="超滤率(ml/h)">
519 521
               <el-input v-model="form.ultrafiltration_rate"></el-input>
520 522
             </el-form-item>
521 523
           </el-col>
522
-          <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && 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">
524
+          <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && 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">
523 525
             <el-form-item label="超滤率(L/h)">
524 526
               <el-input v-model="form.ultrafiltration_rate"></el-input>
525 527
             </el-form-item>
@@ -527,7 +529,7 @@
527 529
 
528 530
           <el-col
529 531
             :span="8"
530
-            v-if=" isShow('超滤量') && (template_id == 6 || template_id == 9 || 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 == 27 || template_id == 29 || template_id == 30 || template_id == 31 || org_id == 9555) " >
532
+            v-if=" isShow('超滤量') && (template_id == 6 || template_id == 9 || 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 == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || org_id == 9555) " >
531 533
             <el-form-item label="超滤量(ml):">
532 534
               <el-input v-model="form.ultrafiltration_volume"></el-input>
533 535
             </el-form-item>
@@ -535,7 +537,7 @@
535 537
 
536 538
           <el-col
537 539
             :span="8"
538
-            v-if=" isShow('超滤量') && template_id != 6 && template_id !=9 && 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!=27 && template_id!=29 && template_id!=30 && template_id!=31 && org_id !=9555" >
540
+            v-if=" isShow('超滤量') && template_id != 6 && template_id !=9 && 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!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=34 && org_id !=9555" >
539 541
             <el-form-item label="超滤量(L):">
540 542
               <el-input v-model="form.ultrafiltration_volume"></el-input>
541 543
             </el-form-item>

+ 4 - 4
src/xt_pages/dialysis/details/dialysisMonitoring.vue Visa fil

@@ -14,10 +14,10 @@
14 14
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
15 15
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
16 16
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
17
-          <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 || this.$store.getters.xt_user.template_info.org_id == 9555)" width="76px" > 超滤量(ml)</th>
18
-          <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 && this.$store.getters.xt_user.template_info.org_id != 9555"  width="76px"> 超滤量(L) </th>
19
-          <th v-if="isShow('超滤率') && (template_id ==6 || 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)" width="50px"> 超滤率 <br />(ml/h) </th>
20
-          <th v-if="isShow('超滤率') && template_id !=6 && 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" width="50px"> 超滤率 <br />(L/h) </th>
17
+          <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 == 34 || this.$store.getters.xt_user.template_info.org_id == 9555)" width="76px" > 超滤量(ml)</th>
18
+          <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!=34 && this.$store.getters.xt_user.template_info.org_id != 9555"  width="76px"> 超滤量(L) </th>
19
+          <th v-if="isShow('超滤率') && (template_id ==6 || 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)" width="50px"> 超滤率 <br />(ml/h) </th>
20
+          <th v-if="isShow('超滤率') && template_id !=6 && 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" width="50px"> 超滤率 <br />(L/h) </th>
21 21
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
22 22
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
23 23
           <th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29) " width="92px" > 置换率(ml/min) </th>

+ 70 - 2
src/xt_pages/dialysis/dialysisPrintOrder.vue Visa fil

@@ -447,6 +447,44 @@
447 447
           >打印</el-button
448 448
         >
449 449
       </template>
450
+      <template v-if="org_template_info.template_id == 33">
451
+        <div>
452
+          <el-button
453
+            :loading="loading"
454
+            size="small"
455
+            icon="el-icon-printer"
456
+            @click="printThisPage"
457
+            type="primary"
458
+            >打印全部</el-button
459
+          >
460
+          <el-button
461
+            :loading="loading"
462
+            size="small"
463
+            icon="el-icon-printer"
464
+            @click="printThisOnePage"
465
+            type="primary"
466
+            >打印纪录单</el-button
467
+          >
468
+          <el-button
469
+            :loading="loading"
470
+            size="small"
471
+            icon="el-icon-printer"
472
+            @click="printThisTwoPage"
473
+            type="primary"
474
+            >打印医嘱单</el-button
475
+          >
476
+        </div>
477
+      </template>
478
+      <template v-if="org_template_info.template_id == 34">
479
+        <el-button
480
+          :loading="loading"
481
+          size="small"
482
+          icon="el-icon-printer"
483
+          @click="printThisPage"
484
+          type="primary"
485
+          >打印</el-button
486
+        >
487
+      </template>
450 488
     </div>
451 489
     <div class="app-container" style="min-height:0;">
452 490
       <!--<div class="order-print-btn"-->
@@ -687,6 +725,16 @@
687 725
             v-if="org_template_info.template_id == 32"
688 726
           >
689 727
           </DialysisPrintOrderThirtyTwo>
728
+          <DialysisPrintOrderThirtyThree
729
+            v-bind:childResponse="childResponse"
730
+            v-if="org_template_info.template_id == 33"
731
+          >
732
+          </DialysisPrintOrderThirtyThree>
733
+          <DialysisPrintOrderThirtyFour
734
+            v-bind:childResponse="childResponse"
735
+            v-if="org_template_info.template_id == 34"
736
+          >
737
+          </DialysisPrintOrderThirtyFour>
690 738
         </div>
691 739
       </el-container>
692 740
     </div>
@@ -738,9 +786,13 @@ import DialysisPrintOrderTwentyNine from "./template/DialysisPrintOrderTwentyNin
738 786
 import DialysisPrintOrderThirty from "./template/DialysisPrintOrderThirty";
739 787
 import DialysisPrintOrderThirtyOne from "./template/DialysisPrintOrderThirtyOne";
740 788
 import DialysisPrintOrderThirtyTwo from "./template/DialysisPrintOrderThirtyTwo";
789
+import DialysisPrintOrderThirtyThree from "./template/DialysisPrintOrderThirtyThree";
790
+import DialysisPrintOrderThirtyFour from "./template/DialysisPrintOrderThirtyFour";
741 791
 export default {
742 792
   name: "dialysisPrintOrder",
743 793
   components: {
794
+    DialysisPrintOrderThirtyFour,
795
+    DialysisPrintOrderThirtyThree,
744 796
     DialysisPrintOrderThirtyTwo,
745 797
     DialysisPrintOrderThirtyOne,
746 798
     DialysisPrintOrderThirty,
@@ -1157,6 +1209,20 @@ export default {
1157 1209
           style: style5,
1158 1210
           scanStyles: false
1159 1211
         });
1212
+      } else if (this.org_template_info.template_id == 33) {
1213
+        printJS({
1214
+          printable: "dialysis-print-box-1",
1215
+          type: "html",
1216
+          style: style2,
1217
+          scanStyles: false
1218
+        });
1219
+      } else if (this.org_template_info.template_id == 34) {
1220
+        printJS({
1221
+          printable: "dialysis-print-box-1",
1222
+          type: "html",
1223
+          style: style2,
1224
+          scanStyles: false
1225
+        });
1160 1226
       }
1161 1227
     },
1162 1228
     printThisOnePage() {
@@ -1179,7 +1245,8 @@ export default {
1179 1245
         this.org_template_info.template_id == 2 ||
1180 1246
         this.org_template_info.template_id == 0 ||
1181 1247
         this.org_template_info.template_id == 5 ||
1182
-        this.org_template_info.template_id == 22 
1248
+        this.org_template_info.template_id == 22 || 
1249
+        this.org_template_info.template_id == 33
1183 1250
       ) {
1184 1251
         printJS({
1185 1252
           printable: "dialysis-print-box-1-1",
@@ -1230,7 +1297,8 @@ export default {
1230 1297
         this.org_template_info.template_id == 2 ||
1231 1298
         this.org_template_info.template_id == 0 ||
1232 1299
         this.org_template_info.template_id == 5 ||
1233
-        this.org_template_info.template_id == 22 
1300
+        this.org_template_info.template_id == 22 ||
1301
+        this.org_template_info.template_id == 33
1234 1302
       ) {
1235 1303
         printJS({
1236 1304
           printable: "dialysis-print-box-1-2",

Filskillnaden har hållits tillbaka eftersom den är för stor
+ 1394 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFour.vue


Filskillnaden har hållits tillbaka eftersom den är för stor
+ 2172 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyThree.vue