yq1 3 viikkoa sitten
vanhempi
commit
f30e32913d

+ 13 - 18
src/xt_pages/dialysis/details/index.vue Näytä tiedosto

@@ -261,7 +261,6 @@
261 261
       :close-on-press-escape="false"
262 262
       :show-close="false"
263 263
       width="30%"
264
-      class="eldialog"
265 264
     >
266 265
       <el-button
267 266
         size="small"
@@ -285,8 +284,8 @@
285 284
                    <span>{{getModeName(main_collection.prescription.mode_id)  }}</span>
286 285
                   </div>
287 286
                 </div>
288
-                <div class="printCell" style="display:flex;justify-content: space-around;">
289
-                  <span style="display: block;width: 50%;">
287
+                <div class="printCell" style="display:flex;">
288
+                  <span style="display: block;width: 45%;">
290 289
                     床号:{{ main_collection.number.number }}
291 290
                     <span style="width:auto;" v-if="main_collection.schedule_type == 1">上午</span>
292 291
                     <span style="width:auto;" v-if="main_collection.schedule_type == 2">下午</span>
@@ -294,14 +293,14 @@
294 293
                   </span>
295 294
                   <span style="display: block;width: 50%;">{{ printDate }}</span>
296 295
                 </div>
297
-                <div class="printCell" style="display:flex;justify-content: space-around;">
298
-                  <span style="display: block;width: 50%;">干体重:{{main_collection.assessmentbefor.dry_weight}}Kg</span>
296
+                <div class="printCell" style="display:flex;">
297
+                  <span style="display: block;width: 45%;">干体重:{{main_collection.assessmentbefor.dry_weight}}Kg</span>
299 298
                   <span style="display: block;width: 50%;" v-if="org_id!=10598">抗凝剂:{{ main_collection.dialysissolution.anticoagulant ? anticoagulants_confit[main_collection.dialysissolution.anticoagulant].name : ''}}</span>
300 299
                   <span style="display: block;width: 50%;" v-if="org_id==10598">抗凝剂:{{ main_collection.dialysissolution.anticoagulant ? anticoagulants_confit[main_collection.dialysissolution.anticoagulant].name : ''}}</span>
301 300
 
302 301
                 </div>
303
-                <div class="printCell" style="display:flex;justify-content: space-around;">
304
-                  <span style="display: block;width: 50%;">净重值:{{ main_collection.assessmentbefor.weight_before - main_collection.assessmentbefor.additional_weight }}Kg</span>
302
+                <div class="printCell" style="display:flex;">
303
+                  <span style="display: block;width: 45%;">净重值:{{ main_collection.assessmentbefor.weight_before - main_collection.assessmentbefor.additional_weight }}Kg</span>
305 304
 
306 305
                   <span style="display: block;width: 50%;" v-if="org_id!=10598">
307 306
                     首剂: <span v-if="main_collection.dialysissolution.anticoagulant == 1">{{main_collection.dialysissolution.anticoagulant_shouji}} mg</span>
@@ -372,8 +371,8 @@
372 371
                    </span>
373 372
 
374 373
                 </div>
375
-                <div class="printCell" style="display:flex;justify-content: space-around;">
376
-                  <span style="display: block;width: 50%;">体重增加:{{ (main_collection.assessmentbefor.weight_before - assessmentAfterDislysis.weight_after).toFixed(2) }}Kg</span>
374
+                <div class="printCell" style="display:flex;">
375
+                  <span style="display: block;width: 45%;">体重增加:{{ (main_collection.assessmentbefor.weight_before - assessmentAfterDislysis.weight_after).toFixed(2) }}Kg</span>
377 376
                   <span style="display: block;width: 50%;" v-if="org_id!=10598">
378 377
                     维持:{{main_collection.dialysissolution.anticoagulant_weichi}}
379 378
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">
@@ -449,8 +448,8 @@
449 448
                   </span>
450 449
 
451 450
                 </div>
452
-                <div class="printCell" style="display:flex;justify-content: space-around;">
453
-                  <span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}
451
+                <div class="printCell" style="display:flex;">
452
+                  <span style="display: block;width: 45%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}
454 453
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10138 || $store.getters.xt_user.org.id == 10460">ml</span>
455 454
                     <span v-else>L</span>
456 455
                   </span>
@@ -528,8 +527,8 @@
528 527
                   </span>
529 528
                   </span>
530 529
                 </div>
531
-                <div class="printCell" style="display:flex;justify-content: space-around;"  v-if="org_id==10598 || org_id == 0">
532
-                  <span style="display: block;width: 50%;">目标脱水量:{{main_collection.prescription.prescription_water}}
530
+                <div class="printCell" style="display:flex;"  v-if="org_id==10598 || org_id == 0">
531
+                  <span style="display: block;width: 45%;">目标脱水量:{{main_collection.prescription.prescription_water}}
533 532
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
534 533
                      <span v-else>L</span>
535 534
                   </span> 
@@ -3498,9 +3497,5 @@ export default {
3498 3497
       }
3499 3498
     }
3500 3499
 }
3501
-.eldialog{
3502
-  .el-dialog__body{
3503
-    padding: 30px 40px;
3504
-  }
3505
-}
3500
+
3506 3501
 </style>

+ 34 - 33
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Näytä tiedosto

@@ -344,7 +344,7 @@
344 344
       <recordPrint :patientid="patientid" ref="recordPrint">
345 345
       </recordPrint>
346 346
     </el-dialog>
347
-
347
+    <!-- 透析记录 打印上机单 -->
348 348
     <el-dialog
349 349
       :visible.sync="startVisibility"
350 350
       :close-on-click-modal="false"
@@ -364,22 +364,22 @@
364 364
       <div id="print_content">
365 365
         <div class="print_main_content">
366 366
           <div class="table_panel">
367
-            <div v-for="(main_collection,index) in printList" :key="index">
368
-             
367
+            <div v-for="(main_collection,index) in printList" :key="index" style="page-break-after: always;">
368
+
369 369
               <div class="signPrint" style="width: 360px;font-size:16px;">
370
-                
370
+
371 371
                 <div style="margin-left:50px;">姓名:
372 372
                   <span>{{ main_collection.patient.name }} </span>
373 373
                   ({{ main_collection.patient.dialysis_no }},{{ getNewAge(main_collection.patient.id_card_no) }}岁)
374 374
                 </div>
375
-                <div class="printCell" style="display:flex;justify-content: space-around;" v-if="org_id ==10598 || org_id == 0">
376
-                  <div style="margin-left:-240px;">透析模式:
375
+                <div class="printCell" style="display:flex;" v-if="org_id ==10598 || org_id == 0">
376
+                  <div style="">透析模式:
377 377
                    <span>{{getModeName(main_collection.prescription.mode_id)  }}</span>
378 378
                   </div>
379
-                 
379
+
380 380
                 </div>
381
-                <div class="printCell" style="display:flex;justify-content: space-around;">
382
-                  <span style="display: block;width: 50%;">
381
+                <div class="printCell" style="display:flex;">
382
+                  <span style="display: block;width: 45%;">
383 383
                     床号:{{ main_collection.number.number }}
384 384
                     <span style="width:auto;" v-if="main_collection.schedule_type == 1">上午</span>
385 385
                     <span style="width:auto;" v-if="main_collection.schedule_type == 2">下午</span>
@@ -387,18 +387,18 @@
387 387
                   </span>
388 388
                   <span style="display: block;width: 50%;">{{ printDate }}</span>
389 389
                 </div>
390
-                <div class="printCell" style="display:flex;justify-content: space-around;">
390
+                <div class="printCell" style="display:flex;">
391 391
                   <span
392
-                    style="display: block;width: 50%;">干体重:{{ main_collection.assessmentbefor.dry_weight }}Kg</span>
393
-                  <span style="display: block;width: 50%;" v-if="org_id!=10598">抗凝剂:{{ main_collection.dialysissolution.anticoagulant ? anticoagulants_confit[main_collection.dialysissolution.anticoagulant].name : '' }}</span>
394
-                  <span style="display: block;width: 50%;" v-if="org_id==10598">抗凝剂:{{ main_collection.prescription.anticoagulant ? anticoagulants_confit[main_collection.prescription.anticoagulant].name : '' }}</span>
392
+                    style="display: block;width: 45%;">干体重:{{ main_collection.assessmentbefor.dry_weight }}Kg</span>
393
+                  <span style="display: block;" v-if="org_id!=10598">抗凝剂:{{ main_collection.dialysissolution.anticoagulant ? anticoagulants_confit[main_collection.dialysissolution.anticoagulant].name : '' }}</span>
394
+                  <span style="display: block;" v-if="org_id==10598">抗凝剂:{{ main_collection.prescription.anticoagulant ? anticoagulants_confit[main_collection.prescription.anticoagulant].name : '' }}</span>
395 395
                 </div>
396
-                <div class="printCell" style="display:flex;justify-content: space-around;">
397
-                  <span style="display: block;width: 50%;">净重值:{{
396
+                <div class="printCell" style="display:flex;">
397
+                  <span style="display: block;width: 45%;">净重值:{{
398 398
                       main_collection.assessmentbefor.weight_before - main_collection.assessmentbefor.additional_weight
399 399
                     }}Kg</span>
400 400
 
401
-                  <span style="display: block;width: 50%;" v-if="org_id!=10598">
401
+                  <span style="display: block;" v-if="org_id!=10598">
402 402
                     首剂: <span
403 403
                     v-if="main_collection.dialysissolution.anticoagulant == 1">{{ main_collection.dialysissolution.anticoagulant_shouji }} mg</span>
404 404
                   <span v-if="main_collection.dialysissolution.anticoagulant == 2">
@@ -433,7 +433,7 @@
433 433
                    </span>
434 434
                   </span>
435 435
 
436
-                   <span style="display: block;width: 50%;" v-if="org_id==10598">
436
+                   <span style="display: block;" v-if="org_id==10598">
437 437
                     首剂: <span
438 438
                     v-if="main_collection.prescription.anticoagulant == 1">{{ main_collection.prescription.anticoagulant_shouji }} mg</span>
439 439
                   <span v-if="main_collection.prescription.anticoagulant == 2">
@@ -467,10 +467,9 @@
467 467
                     {{ main_collection.prescription.anticoagulant_shouji }}iu
468 468
                    </span>
469 469
                   </span>
470
-
471 470
                 </div>
472
-                <div class="printCell" style="display:flex;justify-content: space-around;">
473
-                  <span style="display: block;width: 50%;">体重增加:{{
471
+                <div class="printCell" style="display:flex;">
472
+                  <span style="display: block;width: 45%;">体重增加:{{
474 473
                       (main_collection.assessmentbefor.weight_before - assessmentAfterDislysis.weight_after).toFixed(2)
475 474
                     }}Kg</span>
476 475
                   <span style="display: block;width: 50%;" v-if="org_id!=10598">
@@ -548,14 +547,14 @@
548 547
                   </span>
549 548
 
550 549
                 </div>
551
-                <div class="printCell" style="display:flex;justify-content: space-around;">
552
-                   <span style="display: block;width: 50%;">
550
+                <div class="printCell" style="display:flex;">
551
+                   <span style="display: block;width: 45%;">
553 552
                      目标脱水量:{{main_collection.prescription.target_ultrafiltration}}
554 553
                     <span
555 554
                       v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
556 555
                     <span v-else>L</span>
557 556
                     </span>
558
-                 
557
+
559 558
                   <span style="display: block;width: 50%;"  v-if="org_id!=10598">
560 559
                     总量:{{ main_collection.dialysissolution.anticoagulant_zongliang }}
561 560
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">
@@ -629,14 +628,14 @@
629 628
                    iu
630 629
                    </span>
631 630
                   </span>
632
-                 
631
+
633 632
                 </div>
634
-                <div class="printCell" style="display:flex;justify-content: space-around;"  v-if="org_id==10598 || org_id == 0">
635
-                  <span style="display: block;margin-left: -30px;">处方脱水量:{{main_collection.prescription.prescription_water}}
633
+                <div class="printCell" style="display:flex;"  v-if="org_id==10598 || org_id == 0">
634
+                  <span style="display: block;width: 45%;">处方脱水量:{{main_collection.prescription.prescription_water}}
636 635
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
637 636
                      <span v-else>L</span>
638
-                  </span> 
639
-                  <span>
637
+                  </span>
638
+                  <span style="width: 50%;">
640 639
                     血流量:{{ main_collection.prescription.blood_flow_volume }} ml/min
641 640
                   </span>
642 641
                 </div>
@@ -3929,10 +3928,10 @@ export default {
3929 3928
           this.$refs.child.watchSign = 0
3930 3929
         }
3931 3930
       }else if(this.titleType == '透析历史'){
3932
-        
3931
+
3933 3932
          this.$refs.childOne.show(this.patientid)
3934 3933
       } else {
3935
-      
3934
+
3936 3935
         this.patientid = val.id
3937 3936
         var nowDate = new Date()
3938 3937
         var nowYear = nowDate.getFullYear()
@@ -5163,7 +5162,7 @@ export default {
5163 5162
 
5164 5163
                   }
5165 5164
                 }
5166
-              
5165
+
5167 5166
                 this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
5168 5167
               }
5169 5168
             })
@@ -5414,14 +5413,15 @@ export default {
5414 5413
       this.selecting_schs2 = val
5415 5414
     },
5416 5415
     handleSelectionChange3(val) {
5417
-      console.log(val)
5416
+      console.log('检验',val)
5418 5417
       if (val.length == 0) {
5419 5418
         this.selecting_schs3 = []
5420 5419
       } else {
5421
-        if (this.org_id == 10402 || this.org_id == 0) {
5420
+        if (this.org_id == 10402 ) {
5422 5421
           this.selecting_schs3 = val
5423 5422
 
5424 5423
         } else {
5424
+          console.log('this.tableData4',this.tableData4);
5425 5425
           this.selecting_schs3 = this.tableData4
5426 5426
 
5427 5427
         }
@@ -5488,6 +5488,7 @@ export default {
5488 5488
         }
5489 5489
         this.paramsObj2 = obj2
5490 5490
       }
5491
+      // 检验
5491 5492
       var arr3 = []
5492 5493
       if (this.selecting_schs3.length > 0) {
5493 5494
         for (let i = 0; i < this.selecting_schs3.length; i++) {