see999 преди 3 години
родител
ревизия
f4f2690437

+ 12 - 0
src/router/modules/dialysis.js Целия файл

447
         noCache: true
447
         noCache: true
448
       }
448
       }
449
     },
449
     },
450
+    {
451
+      path: '/dialysis/print/batch/fortyThree',
452
+      component: () =>
453
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyThree'),
454
+      hidden: true,
455
+      is_menu: false,
456
+      name: 'batch_print_order_fortyThree',
457
+      meta: {
458
+        title: '批量打印',
459
+        noCache: true
460
+      }
461
+    },
450
     {
462
     {
451
       path: '/dialysis/print/batch/thirtyThree_one',
463
       path: '/dialysis/print/batch/thirtyThree_one',
452
       component: () =>
464
       component: () =>

Файловите разлики са ограничени, защото са твърде много
+ 1551 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_fortyThree.vue


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue Целия файл

289
           >批量打印</el-button
289
           >批量打印</el-button
290
         >
290
         >
291
       </template>
291
       </template>
292
+      <template v-if="this.template_id == 43">
293
+        <el-button
294
+          size="small"
295
+          icon="el-icon-printer"
296
+          :disabled="selecting_schs.length == 0"
297
+          @click="batchPrintAction"
298
+          type="primary"
299
+          >批量打印</el-button
300
+        >
301
+      </template>
292
     </div>
302
     </div>
293
     <div class="app-container">
303
     <div class="app-container">
294
       <!-- <div class="filter-container">
304
       <!-- <div class="filter-container">
881
         this.$router.push({ path: "/dialysis/print/batch/forty" });
891
         this.$router.push({ path: "/dialysis/print/batch/forty" });
882
       } else if (this.template_id == 41) {
892
       } else if (this.template_id == 41) {
883
         this.$router.push({ path: "/dialysis/print/batch/fortyOne" });
893
         this.$router.push({ path: "/dialysis/print/batch/fortyOne" });
894
+      } else if (this.template_id == 43) {
895
+        this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
884
       }
896
       }
885
     },
897
     },
886
     batchPrintActionOne: function() {
898
     batchPrintActionOne: function() {

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderFortyThree.vue Целия файл

302
                   <td width="60" style="height:20px;line-height:20px">动脉压</td>
302
                   <td width="60" style="height:20px;line-height:20px">动脉压</td>
303
                   <td width="60" style="height:20px;line-height:20px">跨膜压</td>
303
                   <td width="60" style="height:20px;line-height:20px">跨膜压</td>
304
                   <td width="60" style="height:20px;line-height:20px">温度</td>
304
                   <td width="60" style="height:20px;line-height:20px">温度</td>
305
-                  <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id != 2">超滤率</td>
306
-                  <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id != 2">超滤量</td>
305
+                  <td width="60" style="height:20px;line-height:20px">超滤率</td>
306
+                  <td width="60" style="height:20px;line-height:20px">超滤量</td>
307
                   <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换率</td>
307
                   <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换率</td>
308
                   <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换量</td>
308
                   <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换量</td>
309
                   <td width="60" style="height:20px;line-height:20px">血容量</td>
309
                   <td width="60" style="height:20px;line-height:20px">血容量</td>
326
                   
326
                   
327
                   <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "/" }}</span></td>
327
                   <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "/" }}</span></td>
328
                   <td>&nbsp;<span v-if="monitor.operate_time">{{monitor.dialysate_temperature ? monitor.dialysate_temperature : '/'}}</span></td>
328
                   <td>&nbsp;<span v-if="monitor.operate_time">{{monitor.dialysate_temperature ? monitor.dialysate_temperature : '/'}}</span></td>
329
-                  <td v-if="prescription.mode_id != 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '/'}}</span></td>
330
-                  <td v-if="prescription.mode_id != 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/" }}</span></td>
329
+                  <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '/'}}</span></td>
330
+                  <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/" }}</span></td>
331
                   <td v-if="prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.replacement_rate ? monitor.replacement_rate : '/'}}</span></td>
331
                   <td v-if="prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.replacement_rate ? monitor.replacement_rate : '/'}}</span></td>
332
                   <td v-if="prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.displacement_quantity ? monitor.displacement_quantity : "/" }}</span></td>
332
                   <td v-if="prescription.mode_id == 2">&nbsp;<span v-if="monitor.operate_time">{{ monitor.displacement_quantity ? monitor.displacement_quantity : "/" }}</span></td>
333
                   <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td>
333
                   <td>&nbsp;<span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td>