Browse Source

7月28日杨青

杨青 1 year ago
parent
commit
9ba3c633c5

+ 50 - 16
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyseven.vue View File

@@ -493,19 +493,53 @@
493 493
           <div style="height: 80px;margin: 10px 0px;text-align: left;">
494 494
             <span>治疗小结:</span>
495 495
           </div>
496
-          <div style="text-align: left;">
497
-            <span style="">上机护士:
498
-              
499
-            </span>
500
-          <span style="margin-left:30px ;">核对护士:
501
-
502
-            </span>
503
-              <span style="margin-left:30px ;">下机护士:
504
-
505
-            </span>
506
-            <span style="margin-left:30px ;">医生:
507
-
508
-            </span>
496
+          <div style="text-align: left;width: 100%;">
497
+            <table>
498
+              <tr>
499
+                <td width="10%">上机护士:</td>
500
+                <td width="10%">
501
+                  <span>
502
+                <span
503
+                  v-if="
504
+                    setAdminUserES(
505
+                      dialysisOrder == null
506
+                        ? 0
507
+                        : dialysisOrder.start_nurse
508
+                    ) == ''
509
+                  "
510
+                >
511
+                  {{
512
+                    getAdminUser(
513
+                      dialysisOrder == null
514
+                        ? 0
515
+                        : dialysisOrder.start_nurse
516
+                    )
517
+                  }}</span
518
+                >
519
+                <img
520
+                  style="height: 30px"
521
+                  :src="
522
+                    setAdminUserES(
523
+                      dialysisOrder == null
524
+                        ? 0
525
+                        : dialysisOrder.start_nurse
526
+                    )
527
+                  "
528
+                  alt=""
529
+                  srcset=""
530
+                  v-else
531
+                />
532
+                  </span>
533
+                </td>
534
+                <td width="10%">核对护士:</td>
535
+                <td width="10%"></td>
536
+                <td width="10%">下机护士:</td>
537
+                <td width="10%"></td>
538
+                <td width="10%">医生:</td>
539
+                <td width="10%"></td>
540
+              </tr>
541
+            </table>
542
+          
509 543
           </div>
510 544
         </div>
511 545
           <template v-if="record.totallength > 14">
@@ -1067,8 +1101,8 @@ export default {
1067 1101
     padding: 10px;
1068 1102
   }
1069 1103
   .infoTitle{
1070
-    background: #efe7e7;
1071
-    border-top: 1px solid black;
1104
+    // background: #efe7e7;
1105
+    // border-top: 1px solid black;
1072 1106
     padding: 5px 0px;
1073 1107
     font-weight:bolder;
1074 1108
   }
@@ -1076,7 +1110,7 @@ export default {
1076 1110
     padding: 5px;
1077 1111
   }
1078 1112
   .table tr th{
1079
-    background: #efe7e7;
1113
+    // background: #efe7e7;
1080 1114
   }
1081 1115
 
1082 1116
 }

+ 10 - 10
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

@@ -821,7 +821,7 @@
821 821
         >
822 822
         </div>
823 823
       </template>
824
-      <!-- <template v-if="org_template_info.template_id == 67 ">
824
+      <template v-if="org_template_info.template_id == 67 ">
825 825
         <div>
826 826
           <el-button
827 827
           :loading="loading"
@@ -832,7 +832,7 @@
832 832
           >打印</el-button
833 833
         >
834 834
         </div>
835
-      </template> -->
835
+      </template>
836 836
     </div>
837 837
     <div class="app-container" style="min-height: 0">
838 838
       <!--<div class="order-print-btn"-->
@@ -2017,14 +2017,14 @@ export default {
2017 2017
           scanStyles: false,
2018 2018
         });
2019 2019
       }
2020
-      // else if (this.org_template_info.template_id == 67 ) {
2021
-      //   printJS({
2022
-      //     printable: "dialysis-print-box-1",
2023
-      //     type: "html",
2024
-      //     style: style2,
2025
-      //     scanStyles: false,
2026
-      //   });
2027
-      // }
2020
+      else if (this.org_template_info.template_id == 67 ) {
2021
+        printJS({
2022
+          printable: "dialysis-print-box-1",
2023
+          type: "html",
2024
+          style: style2,
2025
+          scanStyles: false,
2026
+        });
2027
+      }
2028 2028
       else if (
2029 2029
         this.org_template_info.template_id == 53
2030 2030
       ) {

+ 50 - 49
src/xt_pages/dialysis/template/DialysisPrintOrdersixtySeven.vue View File

@@ -338,50 +338,53 @@
338 338
           <div style="height: 80px;margin: 10px 0px;text-align: left;">
339 339
             <span>治疗小结:</span>
340 340
           </div>
341
-          <div style="text-align: left;">
342
-            <span style="">上机护士:
343
-              <span>
344
-                <span
345
-                  v-if="
346
-                    setAdminUserES(
347
-                      dialysisOrder == null
348
-                        ? 0
349
-                        : dialysisOrder.start_nurse
350
-                    ) == ''
351
-                  "
352
-                >
353
-                  {{
354
-                    getAdminUser(
355
-                      dialysisOrder == null
356
-                        ? 0
357
-                        : dialysisOrder.start_nurse
358
-                    )
359
-                  }}</span
360
-                >
361
-                <img
362
-
363
-                  :src="
364
-                    setAdminUserES(
365
-                      dialysisOrder == null
366
-                        ? 0
367
-                        : dialysisOrder.start_nurse
368
-                    )
369
-                  "
370
-                  alt=""
371
-                  srcset=""
372
-                  v-else
373
-                />
374
-                </span>
375
-            </span>
376
-          <span style="margin-left:30px ;">核对护士:
377
-
378
-            </span>
379
-              <span style="margin-left:30px ;">下机护士:
380
-
381
-            </span>
382
-            <span style="margin-left:30px ;">医生:
383
-
384
-            </span>
341
+          <div style="text-align: left;width: 100%;">
342
+            <table>
343
+              <tr>
344
+                <td width="10%">上机护士:</td>
345
+                <td width="10%">
346
+                  <span>
347
+                    <span
348
+                      v-if="
349
+                        setAdminUserES(
350
+                          dialysisOrder == null
351
+                            ? 0
352
+                            : dialysisOrder.start_nurse
353
+                        ) == ''
354
+                      "
355
+                    >
356
+                      {{
357
+                        getAdminUser(
358
+                          dialysisOrder == null
359
+                            ? 0
360
+                            : dialysisOrder.start_nurse
361
+                        )
362
+                      }}</span>
363
+                    <img
364
+                      style="height: 30px"
365
+                      :src="
366
+                        setAdminUserES(
367
+                          dialysisOrder == null
368
+                            ? 0
369
+                            : dialysisOrder.start_nurse
370
+                        )
371
+                      "
372
+                      alt=""
373
+                      srcset=""
374
+                      v-else
375
+                    />
376
+                    
377
+                  </span>
378
+                </td>
379
+                <td width="10%">核对护士:</td>
380
+                <td width="10%"></td>
381
+                <td width="10%">下机护士:</td>
382
+                <td width="10%"></td>
383
+                <td width="10%">医生:</td>
384
+                <td width="10%"></td>
385
+              </tr>
386
+            </table>
387
+          
385 388
           </div>
386 389
         </div>
387 390
       </div>
@@ -1396,17 +1399,15 @@ export default {
1396 1399
     padding: 10px;
1397 1400
   }
1398 1401
   .infoTitle{
1399
-    background: #efe7e7;
1400
-    border-top: 1px solid black;
1402
+    // background: #efe7e7;
1403
+    // border-top: 1px solid black;
1401 1404
     padding: 5px 0px;
1402 1405
     font-weight:bolder;
1403 1406
   }
1404 1407
   .table tr td{
1405 1408
     padding: 5px;
1406 1409
   }
1407
-  .table tr th{
1408
-    background: #efe7e7;
1409
-  }
1410
+  
1410 1411
 
1411 1412
 }
1412 1413
 </style>

+ 2 - 1
src/xt_pages/outpatientDoctorStation/print.vue View File

@@ -144,7 +144,8 @@ export default {
144 144
             scanStyles: false,
145 145
           });
146 146
         }, 500);
147
-      } else {
147
+      } 
148
+       else {
148 149
         const style =
149 150
           "@media print {#prescription-print{font-size:14px;}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitle{display: flex;border-bottom: 2px solid #000;margin-top:10px;line-height: 1px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{padding:0 10px;min-height:450px;}.Rp{font-size: 22px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;position: relative;}.drugsBox div{line-height: 20px;width:80%} .drugsOne{line-height: 1px;} .drugsOne span{margin-right: 20px;} .doctorBox{display: flex; justify-content: space-between; padding:0 10px; line-height: 1px; border-bottom: 2px solid #000;} .actionBar{display: flex; justify-content: space-between; line-height: 1px; padding:0 10px;} .actionBar p{width:150px;}}";
150 151
         printJS({

+ 20 - 25
src/xt_pages/outpatientDoctorStation/template/prinSeven.vue View File

@@ -22,14 +22,14 @@
22 22
           {{ orgname }}处方笺
23 23
         </div>
24 24
         <div >
25
-          <div class="infoTitle">
26
-            <p>姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
27
-            <p>
25
+          <div  style="display: flex;border-top: 2px solid #000;margin-top: 10px;line-height: 24px;padding: 0 10px;">
26
+            <p style="width: 200px;">姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
27
+            <p style="width: 200px;">
28 28
               性别:
29 29
               <span v-if="item.patient.gender == 1">男</span>
30 30
               <span v-if="item.patient.gender == 2">女</span>
31 31
             </p>
32
-            <p>年龄:{{ getAge(item.patient) ? getAge(item.patient) : "" }}岁</p>
32
+            <p style="width: 200px;">年龄:{{ getAge(item.patient) ? getAge(item.patient) : "" }}岁</p>
33 33
           </div>
34 34
           <div class="infoMain">
35 35
             <div style="margin-bottom: 10px">
@@ -49,13 +49,13 @@
49 49
             <div style="margin-bottom: 10px" v-else>
50 50
               日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
51 51
             </div>
52
-            <div>地址:{{ item.patient.home_address }}</div>
53
-            <div style="display: flex; width: 50%">
52
+            <div style="width: 100%;">地址:{{ item.patient.home_address }}</div>
53
+            <div style=" width: 50%">
54 54
               临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
55 55
             </div>
56 56
           </div>
57 57
         </div>
58
-          <div class="prescriptionBox" >
58
+          <div class="prescriptionBox" style="min-height: 400px;">
59 59
             <div class="Rp">Rp:</div>
60 60
             <div
61 61
               class="drugsBox"
@@ -93,8 +93,8 @@
93 93
                     <div style="margin-bottom: 10px" v-else>
94 94
                       日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
95 95
                     </div>
96
-                    <div>地址:{{ item.patient.home_address }}</div>
97
-                    <div style="display: flex; width: 50%">
96
+                    <div style="width: 100%">地址:{{ item.patient.home_address }}</div>
97
+                    <div style="width: 100%">
98 98
                       临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
99 99
                     </div>
100 100
                   </div>
@@ -265,6 +265,13 @@
265 265
           <div  style="border-bottom: 2px solid #000; width: 100%;margin-right: 30px;padding: 0 10px;line-height: 24px;" >
266 266
             <p style="text-align: right;">医师:{{ item.doctor ? item.doctor : "" }}</p>
267 267
           </div>
268
+          <!-- <div style="display: flex;justify-content: space-around;border-bottom: 2px solid #000;">
269
+            <p style="width:300px;">大额处方患者意见: 
270
+              <el-radio v-model="radio" label="1">同意</el-radio>
271
+              <el-radio v-model="radio" label="2">不同意</el-radio>
272
+            </p>
273
+            <p style="text-align: right;">医师:{{ item.doctor ? item.doctor : "" }}</p>
274
+          </div> -->
268 275
 
269 276
           <div class="actionBar" >
270 277
             <!-- <p>审核:{{getDoctor(item.advices[0].checker)?getDoctor(item.advices[0].checker):""}}</p>
@@ -286,30 +293,18 @@
286 293
             </p>
287 294
             
288 295
           </div>
289
-          <div class="actionBar" style="margin-bottom: 10px;">
296
+          <div class="actionBar">
290 297
             <p style="width:300px;">大额处方患者意见: 
291 298
               <el-radio v-model="radio" label="1">同意</el-radio>
292 299
               <el-radio v-model="radio" label="2">不同意</el-radio>
293 300
             </p>
301
+            
294 302
             <p>收费员:</p>
295 303
           </div>
296
-          <div style="padding: 0px 10px;">
304
+          <div>
297 305
             <p >患者签名:</p>
298 306
           </div>
299
-
300
-          <!-- <div class="actionBar" v-else>
301
-            <p >审核、调配:</p>
302
-            <p >核对、发药:</p>
303
-            <p >
304
-              药费:{{
305
-                getTotalOne(item.id).toFixed(2)
306
-                  ? getTotalOne(item.id).toFixed(2)
307
-                  : 0
308
-              }}元
309
-            </p>
310
-           
311
-          </div> -->
312
-        <!-- </div> -->
307
+          
313 308
       </div>
314 309
     </div>
315 310
   </div>

+ 9 - 10
src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue View File

@@ -28,12 +28,14 @@
28 28
                     <span v-if="item.patient.gender == 2">女</span>
29 29
                 </div>
30 30
                 <div style="margin-bottom: 10px;width:25%">年龄:
31
-                    <span>{{getAge(item.patient)?getAge(item.patient):""}}</span>
31
+                    <span>{{getAge(item.patient)?getAge(item.patient):""}}</span>
32 32
                 </div>
33 33
                 <div style="margin-bottom: 10px;width:25%">参保类型:{{hisPatient.social_type?hisPatient.social_type:''}}
34 34
                 </div>
35 35
                 <div style="margin-bottom: 10px;width:50%;">联系电话:{{item.patient.phone}}</div>
36
-                <div style="width:50%;">地址:{{item.patient.unit_address}}</div>
36
+                <div style="width:50%;">地址:{{ item.patient.home_address }}
37
+                  <!-- {{item.patient.unit_address}} -->
38
+                </div>
37 39
                 <div style="width:100%;">诊断:{{getDiagnosis(item.info.diagnosis)}}</div>
38 40
             </div>
39 41
 
@@ -78,11 +80,7 @@
78 80
             <div style="display: flex; margin-top: 10px; line-height: 24px;padding: 0 10px;">
79 81
                 <div style="width: 300px;">开单医生:{{item.doctor?item.doctor:''}}</div>
80 82
                 <div style="width: 300px;">签章:</div>
81
-            </div>
82
-
83
-            <div class="actionBar">
84
-                <div>执行医生:{{item.doctor?item.doctor:''}}</div>
85
-                <div>费用:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):''}}元</div>
83
+                <div style="width: 300px;">费用:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):''}}元</div>
86 84
             </div>
87 85
 
88 86
             <table style="width:100%;text-align:center;line-height:25px;border-collapse: collapse;" border="1">
@@ -417,10 +415,11 @@
417 415
         })
418 416
       },
419 417
       getDiagnosis(id) {
420
-        var name = ''
418
+        let arr = id.split(",");
419
+        var name = "";
421 420
         for (let i = 0; i < this.diagnoses.length; i++) {
422
-          if (id == this.diagnoses[i].id) {
423
-            name = this.diagnoses[i].class_name
421
+          if (arr.indexOf(String(this.diagnoses[i].id)) > -1) {
422
+            name += this.diagnoses[i].class_name + " ";
424 423
           }
425 424
         }
426 425
         return name