Browse Source

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

28169 1 year ago
parent
commit
3c3ceba534

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

347
         noCache: true
347
         noCache: true
348
       }
348
       }
349
     },
349
     },
350
+    {
351
+      path: '/dialysis/print/batch/fiftyone',
352
+      component: () =>
353
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyone'),
354
+      hidden: true,
355
+      is_menu: false,
356
+      name: 'dialysis_batch_fiftyone',
357
+      meta: {
358
+        title: '批量打印',
359
+        noCache: true
360
+      }
361
+    },
362
+    {
363
+      path: '/dialysis/print/batch/fiftythree',
364
+      component: () =>
365
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftythree'),
366
+      hidden: true,
367
+      is_menu: false,
368
+      name: 'dialysis_batch_fiftythree',
369
+      meta: {
370
+        title: '批量打印',
371
+        noCache: true
372
+      }
373
+    },
350
     {
374
     {
351
       path: '/dialysis/print/batch/fiftynine',
375
       path: '/dialysis/print/batch/fiftynine',
352
       component: () =>
376
       component: () =>
383
         noCache: true
407
         noCache: true
384
       }
408
       }
385
     },
409
     },
410
+    {
411
+      path: '/dialysis/print/batch/sixtyTwo',
412
+      component: () =>
413
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyTwo'),
414
+      hidden: true,
415
+      is_menu: false,
416
+      name: 'dialysis_batch_sixtyTwo',
417
+      meta: {
418
+        title: '批量打印',
419
+        noCache: true
420
+      }
421
+    },
386
     {
422
     {
387
       path: '/dialysis/print/batch/seven',
423
       path: '/dialysis/print/batch/seven',
388
       component: () =>
424
       component: () =>

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


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

328
           type="primary"
328
           type="primary"
329
           >批量打印</el-button
329
           >批量打印</el-button
330
         >
330
         >
331
+      </template>
332
+       <template v-if="this.template_id == 51">
333
+        <el-button
334
+          size="small"
335
+          icon="el-icon-printer"
336
+          :disabled="selecting_schs.length == 0"
337
+          @click="batchPrintAction"
338
+          type="primary"
339
+          >批量打印</el-button>
340
+      </template>
341
+       <template v-if="this.template_id == 53">
342
+        <el-button
343
+          size="small"
344
+          icon="el-icon-printer"
345
+          :disabled="selecting_schs.length == 0"
346
+          @click="batchPrintAction"
347
+          type="primary"
348
+          >批量打印</el-button>
331
       </template>
349
       </template>
332
       <template v-if="this.template_id == 59">
350
       <template v-if="this.template_id == 59">
333
         <el-button
351
         <el-button
356
           type="primary"
374
           type="primary"
357
           >批量打印</el-button>
375
           >批量打印</el-button>
358
       </template>
376
       </template>
377
+      <template v-if="this.template_id == 62">
378
+        <el-button
379
+          size="small"
380
+          icon="el-icon-printer"
381
+          :disabled="selecting_schs.length == 0"
382
+          @click="batchPrintAction"
383
+          type="primary"
384
+          >批量打印</el-button>
385
+      </template>
359
 
386
 
360
 
387
 
361
     </div>
388
     </div>
1994
       } else if (this.template_id == 12) {
2021
       } else if (this.template_id == 12) {
1995
         this.$router.push({ path: "/dialysis/print/batch/twelve" });
2022
         this.$router.push({ path: "/dialysis/print/batch/twelve" });
1996
       } else if (this.template_id == 13) {
2023
       } else if (this.template_id == 13) {
1997
-        this.$router.push({ path: "/dialysis/print/batch/thirteen" });
2024
+        this.$router.push({ path: "/dialysis/print/batch/fiftythree" });
1998
       } else if (this.template_id == 15) {
2025
       } else if (this.template_id == 15) {
1999
         this.$router.push({ path: "/dialysis/print/batch/fifteen" });
2026
         this.$router.push({ path: "/dialysis/print/batch/fifteen" });
2000
       } else if (this.template_id == 17) {
2027
       } else if (this.template_id == 17) {
2031
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
2058
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
2032
       } else if (this.template_id == 48) {
2059
       } else if (this.template_id == 48) {
2033
         this.$router.push({ path: "/dialysis/print/batch/six" });
2060
         this.$router.push({ path: "/dialysis/print/batch/six" });
2061
+      }else if (this.template_id == 51) {
2062
+        this.$router.push({ path: "/dialysis/print/batch/fiftyone" });
2063
+      }else if (this.template_id == 53) {
2064
+        this.$router.push({ path: "/dialysis/print/batch/fiftythree" });
2034
       }else if (this.template_id == 59) {
2065
       }else if (this.template_id == 59) {
2035
         this.$router.push({ path: "/dialysis/print/batch/fiftynine" });
2066
         this.$router.push({ path: "/dialysis/print/batch/fiftynine" });
2036
       }else if (this.template_id == 60) {
2067
       }else if (this.template_id == 60) {
2037
         this.$router.push({ path: "/dialysis/print/batch/sixty" });
2068
         this.$router.push({ path: "/dialysis/print/batch/sixty" });
2038
       }else if (this.template_id == 61) {
2069
       }else if (this.template_id == 61) {
2039
         this.$router.push({ path: "/dialysis/print/batch/sixtyOne" });
2070
         this.$router.push({ path: "/dialysis/print/batch/sixtyOne" });
2071
+      }else if (this.template_id == 62) {
2072
+        this.$router.push({ path: "/dialysis/print/batch/sixtyTwo" });
2040
       }
2073
       }
2041
     },
2074
     },
2042
     batchPrintActionOne: function() {
2075
     batchPrintActionOne: function() {

+ 10 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyTwo.vue View File

990
             <td>{{ monitor.pulse_frequency }}</td>
990
             <td>{{ monitor.pulse_frequency }}</td>
991
             <td>{{ monitor.blood_flow_volume }}</td>
991
             <td>{{ monitor.blood_flow_volume }}</td>
992
             <td>{{ monitor.venous_pressure }}</td>
992
             <td>{{ monitor.venous_pressure }}</td>
993
-            <td>
994
-              {{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
995
-            </td>
993
+            <td>{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}</td>
996
             <td>{{ monitor.transmembrane_pressure }}</td>
994
             <td>{{ monitor.transmembrane_pressure }}</td>
997
             <td>{{ monitor.ultrafiltration_rate }}</td>
995
             <td>{{ monitor.ultrafiltration_rate }}</td>
998
             <!-- <td>{{ monitor.ultrafiltration_volume }}</td> -->
996
             <!-- <td>{{ monitor.ultrafiltration_volume }}</td> -->
1086
                   :isChecked="afterdialysis.cruor.indexOf('透析器-3级') > -1"
1084
                   :isChecked="afterdialysis.cruor.indexOf('透析器-3级') > -1"
1087
                 ></label-box
1085
                 ></label-box
1088
                 >&nbsp;&nbsp;
1086
                 >&nbsp;&nbsp;
1089
-                {{ getCruor(afterdialysis.cruor) }}
1087
+                <label-box
1088
+                  showValue="无"
1089
+                  :isChecked="afterdialysis.cruor.indexOf('透析器-0度') <= 0&&
1090
+                  afterdialysis.cruor.indexOf('透析器-Ⅲ度') <= 0&&
1091
+                  afterdialysis.cruor.indexOf('透析器-Ⅰ度') <= 0&&
1092
+                  afterdialysis.cruor.indexOf('透析器-Ⅱ度') <= 0"
1093
+                ></label-box
1094
+                >
1095
+                <!-- {{ getCruor(afterdialysis.cruor) }} -->
1090
               </span>
1096
               </span>
1091
             </td>
1097
             </td>
1092
           </tr>
1098
           </tr>