Browse Source

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

XMLWAN 4 years ago
parent
commit
ef7ac1574e

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

@@ -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: () =>

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


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


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


+ 7 - 1
src/xt_pages/dialysis/bloodPresssWatch.vue View File

@@ -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 View File

@@ -87,8 +87,8 @@
87 87
           <span class="content">{{
88 88
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
89 89
           }}</span>
90
-          <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 != 32 && this.$store.getters.xt_user.template_info.org_id != 9555" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
91
-          <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 != 32 ||  this.$store.getters.xt_user.template_info.org_id == 9555" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
90
+          <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 != 32 && 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>
91
+          <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 == 32 || 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>
92 92
         </li>
93 93
         <li v-if="isShow('葡萄糖')">
94 94
           <label>葡萄糖 : </label>

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

@@ -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 == 32 || 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 != 32 && 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 View File

@@ -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 || this.template_id == 32 "  >
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 == 32 || 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 View File

@@ -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.template_id == 32 || 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 == 32 || 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.template_id != 32 && 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 != 32 && 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 View File

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

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

@@ -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 || template_id == 32 || 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 !=32 && 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 == 32 || 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!=32 && 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 View File

@@ -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",

File diff suppressed because it is too large
+ 1392 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFour.vue


File diff suppressed because it is too large
+ 2172 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyThree.vue


+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue View File

@@ -599,9 +599,9 @@
599 599
                             <td width='100'>
600 600
                                 <label-box :isChecked="prescription.anticoagulant == 6 ? true:false" showValue="低分子肝素"></label-box>
601 601
                             </td>
602
-                            <td width='60'>
602
+                            <td width='100'>
603 603
                                 <div class="under-line">
604
-                                    &nbsp;
604
+                                    &nbsp;{{ prescription.antioxidant_commodity_name ? prescription.antioxidant_commodity_name : '' }}
605 605
                                 </div>
606 606
                             </td>
607 607
                             <td width='10'>(</td>

+ 6 - 2
src/xt_pages/user/patients.vue View File

@@ -459,9 +459,9 @@
459 459
       <el-pagination
460 460
         @size-change="handleSizeChange"
461 461
         @current-change="handleCurrentChange"
462
-        :current-page="listQuery.pate"
462
+        :current-page="listQuery.page"
463 463
         :page-sizes="[10, 20, 50, 100]"
464
-        :page-size="10"
464
+        :page-size="listQuery.limit"
465 465
         background
466 466
         style="margin-top:20px;"
467 467
         align="right"
@@ -764,6 +764,9 @@
764 764
       }
765 765
     },
766 766
     created() {
767
+      if(sessionStorage.getItem('patientPageSize')){
768
+        this.listQuery.limit = parseInt(sessionStorage.getItem('patientPageSize')) 
769
+      }
767 770
       this.getList()
768 771
       this.contagionList = this.$store.getters.contagions
769 772
       this.reimbursement_ways = this.$store.getters.reimbursement_ways
@@ -1263,6 +1266,7 @@
1263 1266
           checkedCount > 0 && checkedCount < this.cities.length
1264 1267
       },
1265 1268
       handleSizeChange(val) {
1269
+        sessionStorage.setItem('patientPageSize',val)
1266 1270
         this.listQuery.limit = val
1267 1271
         this.getList()
1268 1272
       },