huangyw 2 years ago
parent
commit
a044345231

+ 4 - 3
src/xt_pages/dialysis/batch_print/batch_print_order_forty.vue View File

430
                                      {{ record.prescription.displace_liqui_value ? record.prescription.displace_liqui_value : "" }}
430
                                      {{ record.prescription.displace_liqui_value ? record.prescription.displace_liqui_value : "" }}
431
                                 </div>
431
                                 </div>
432
                                 </td>
432
                                 </td>
433
-                                <td width="10">ml)</td>
433
+                                <td width="10"><span v-if="org_id==10157||org_id==9675">L)</span> <span v-else>ml)</span></td>
434
                                 <td width="50"><label-box :isChecked="record.prescription.mode_id != 5 && record.prescription.mode_id != 1 && record.prescription.mode_id != 2 ? true : false" showValue="其他"></label-box></td>
434
                                 <td width="50"><label-box :isChecked="record.prescription.mode_id != 5 && record.prescription.mode_id != 1 && record.prescription.mode_id != 2 ? true : false" showValue="其他"></label-box></td>
435
                                 <td width="50">
435
                                 <td width="50">
436
                                 <div class="under-line">&nbsp;
436
                                 <div class="under-line">&nbsp;
805
                               <td width="50">
805
                               <td width="50">
806
                                   <div class="under-line">&nbsp;{{ record.assessment_after_dislysis.actual_displacement ? record.assessment_after_dislysis.actual_displacement : "" }}</div>
806
                                   <div class="under-line">&nbsp;{{ record.assessment_after_dislysis.actual_displacement ? record.assessment_after_dislysis.actual_displacement : "" }}</div>
807
                               </td>
807
                               </td>
808
-                              <td width="20">ml</td>
808
+                              <td width="20"><span v-if="org_id==10157||org_id==9675">L)</span> <span v-else>ml)</span></td>
809
                               <td></td>
809
                               <td></td>
810
                           </tr>
810
                           </tr>
811
                           </tbody>
811
                           </tbody>
1078
       precaution_arr: [],
1078
       precaution_arr: [],
1079
       intake_arr: [],
1079
       intake_arr: [],
1080
       nutrition_arr: [],
1080
       nutrition_arr: [],
1081
-
1081
+      org_id:0,
1082
       loading: false,
1082
       loading: false,
1083
       orgname: "",
1083
       orgname: "",
1084
       org_template_info: {},
1084
       org_template_info: {},
1105
     };
1105
     };
1106
   },
1106
   },
1107
   created() {
1107
   created() {
1108
+    this.org_id = this.$store.getters.xt_user.org.id
1108
     var xtuser = this.$store.getters.xt_user;
1109
     var xtuser = this.$store.getters.xt_user;
1109
     this.orgname = xtuser.org.org_name;
1110
     this.orgname = xtuser.org.org_name;
1110
     //   this.orgname = "遂溪方济医院";
1111
     //   this.orgname = "遂溪方济医院";

+ 2 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_fortyOne.vue View File

928
       arr:[],
928
       arr:[],
929
       arrtwo:[],
929
       arrtwo:[],
930
       bloodAccess: [],
930
       bloodAccess: [],
931
-      displaceLiquiPartOptions:[]
931
+      displaceLiquiPartOptions:[],
932
+      org_id:0,
932
     }
933
     }
933
   },
934
   },
934
   created() {
935
   created() {

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


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

337
           type="primary"
337
           type="primary"
338
           >批量打印</el-button>
338
           >批量打印</el-button>
339
       </template>
339
       </template>
340
-     
340
+      <template v-if="this.template_id == 61">
341
+        <el-button
342
+          size="small"
343
+          icon="el-icon-printer"
344
+          :disabled="selecting_schs.length == 0"
345
+          @click="batchPrintAction"
346
+          type="primary"
347
+          >批量打印</el-button>
348
+      </template>
341
       
349
       
342
 
350
 
343
     </div>
351
     </div>
982
         this.$router.push({ path: "/dialysis/print/batch/fiftynine" });
990
         this.$router.push({ path: "/dialysis/print/batch/fiftynine" });
983
       }else if (this.template_id == 60) {
991
       }else if (this.template_id == 60) {
984
         this.$router.push({ path: "/dialysis/print/batch/sixty" });
992
         this.$router.push({ path: "/dialysis/print/batch/sixty" });
993
+      }else if (this.template_id == 61) {
994
+        this.$router.push({ path: "/dialysis/print/batch/sixtyOne" });
985
       }
995
       }
986
     },
996
     },
987
     batchPrintActionOne: function() {
997
     batchPrintActionOne: function() {

+ 12 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyOne.vue View File

720
                             : "/"
720
                             : "/"
721
                         }}
721
                         }}
722
                       </div>
722
                       </div>
723
-                      L
723
+                      <span v-if="org_id==10432||org_id==9675">ml</span> <span v-else>L</span>
724
                     </div>
724
                     </div>
725
                     <div
725
                     <div
726
                       class="inline_block"
726
                       class="inline_block"
927
                             : "/"
927
                             : "/"
928
                         }}
928
                         }}
929
                       </div>
929
                       </div>
930
-                      <span v-if="org_id == 10395">ml</span> 
930
+                      <span v-if="org_id == 10395||org_id==10432||org_id==9675">ml</span>
931
                       <span v-else>L</span>
931
                       <span v-else>L</span>
932
                     </div>
932
                     </div>
933
                     <div class="inline_block" style="flex: 1">
933
                     <div class="inline_block" style="flex: 1">
1235
                           SpO₂<br />(%)
1235
                           SpO₂<br />(%)
1236
                         </td>
1236
                         </td>
1237
                         <td width="50">超滤量<br />(ml)</td>
1237
                         <td width="50">超滤量<br />(ml)</td>
1238
+                        <td width="50" v-if="org_id==10432||org_id==9675">超滤率<br />(ml/h)</td>
1238
                         <td
1239
                         <td
1239
                           v-if="
1240
                           v-if="
1240
                             prescription.mode_id == 2 ||
1241
                             prescription.mode_id == 2 ||
1339
                               : ""
1340
                               : ""
1340
                           }}
1341
                           }}
1341
                         </td>
1342
                         </td>
1343
+                        <td v-if="org_id==10432||org_id==9675"
1344
+                        >
1345
+                          {{
1346
+                            monitor.ultrafiltration_rate
1347
+                              ? monitor.ultrafiltration_rate
1348
+                              : ""
1349
+                          }}
1350
+                        </td>
1342
                         <!-- <td style="width:50px">
1351
                         <!-- <td style="width:50px">
1343
                           <span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time <= dialysisOrder.end_time) && (dialysisOrder && monitor.operate_time >= dialysisOrder.start_time))">
1352
                           <span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time <= dialysisOrder.end_time) && (dialysisOrder && monitor.operate_time >= dialysisOrder.start_time))">
1344
                             {{ monitor.displacement_quantity ? monitor.displacement_quantity : 0 }}
1353
                             {{ monitor.displacement_quantity ? monitor.displacement_quantity : 0 }}
1418
                         <td></td>
1427
                         <td></td>
1419
                         <td></td>
1428
                         <td></td>
1420
                         <td></td>
1429
                         <td></td>
1421
-                        <!-- <td></td> -->
1430
+                        <td v-if="org_id==10432||org_id==9675"></td>
1422
                         <td></td>
1431
                         <td></td>
1423
                         <td
1432
                         <td
1424
                           v-if="
1433
                           v-if="