see999 4 jaren geleden
bovenliggende
commit
ad2c11c1dd

+ 12 - 10
src/xt_pages/dialysis/batch_print/batch_print_order_twentyEight.vue Bestand weergeven

@@ -25,14 +25,14 @@
25 25
                     <td width="90">
26 26
                         <div class="under-line">&nbsp;{{ record.patient.name }}</div>
27 27
                     </td>
28
-                    <td width="30"></td>
28
+                    <td width="10"></td>
29 29
                     <td width="50">性 别:</td>
30 30
                     <td width="50">
31 31
                         <div class="under-line">
32 32
                         {{ record.patient.gender == 1 ? "男" : "女" }}
33 33
                         </div>
34 34
                     </td>
35
-                    <td width="30"></td>
35
+                    <td width="10"></td>
36 36
                     <td width="50">年 龄:</td>
37 37
                     <td width="40">
38 38
                         <div class="under-line">{{ getNewAge(record.patient.id_card_no) }}</div>
@@ -40,11 +40,11 @@
40 40
                     <td>岁</td>
41 41
 
42 42
                     <td width="140">透析号/住院号:</td>
43
-                    <td width="130">
43
+                    <td width="200">
44 44
                         <div class="under-line">&nbsp;{{ record.patient.dialysis_no }} /{{ record.receive_assessment.admission_number ? record.receive_assessment.admission_number : "无" }}
45 45
                         </div>
46 46
                     </td>
47
-                    <td width="30"></td>
47
+                    <td width="10"></td>
48 48
                     <td width="80">治疗日期:</td>
49 49
                     <td width="120">
50 50
                         <div class="under-line">
@@ -393,7 +393,6 @@
393 393
                             </div>
394 394
                             </td>
395 395
                             <td width="10">ml</td>
396
-                            <td width='10'></td>
397 396
     
398 397
                             <td width="60">置换量:</td>
399 398
                             <td width="40">
@@ -401,7 +400,7 @@
401 400
                                 &nbsp;{{ record.prescription.replacement_total ? record.prescription.replacement_total : "/" }}
402 401
                             </div>
403 402
                             </td>
404
-                            <td width="20">ml</td>
403
+                            <td width="10">ml</td>
405 404
                             
406 405
                             <td width="80">透析方式:</td>
407 406
                             <td width="50">
@@ -410,10 +409,13 @@
410 409
                             <td width="60">
411 410
                             <label-box :isChecked="record.prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>
412 411
                             </td>
412
+                            <td width="60">
413
+                            <label-box :isChecked="record.prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>
414
+                            </td>
413 415
                             <td width="50">
414 416
                             <label-box :isChecked="record.prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>
415 417
                             </td>
416
-                            <td width="80">
418
+                            <td width="90">
417 419
                             <label-box :isChecked="record.prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
418 420
                             </td>
419 421
                             <td width="90">透析器型号</td>
@@ -553,7 +555,7 @@
553 555
                      <td width="60">时间</td>
554 556
                     <td width="40" style="line-height:20px">T<br />℃</td>
555 557
                     <td width="80" style="line-height:20px">Bp<br />mmHg</td>
556
-                    <td width="40" style="line-height:20px">P<br />次/分</td>
558
+                    <td width="50" style="line-height:20px">P<br />次/分</td>
557 559
                     <td width="60" style="line-height:20px">R<br />次/分</td>
558 560
                     <td width="60" style="line-height:20px">静脉压<br />{{record.monitor_records[0] && record.monitor_records[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
559 561
                     <td width="60" style="line-height:20px">动脉压<br />{{record.monitor_records[0] && record.monitor_records[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
@@ -1076,9 +1078,9 @@ export default {
1076 1078
             var dlegh = 0
1077 1079
             if (
1078 1080
               this.records[recordIndex].monitor_records &&
1079
-              this.records[recordIndex].monitor_records.length < 8
1081
+              this.records[recordIndex].monitor_records.length < 6
1080 1082
             ) {
1081
-              dlegh = 8 - this.records[recordIndex].monitor_records.length
1083
+              dlegh = 6 - this.records[recordIndex].monitor_records.length
1082 1084
             } else {
1083 1085
               dlegh = 0
1084 1086
             }

+ 9 - 9
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue Bestand weergeven

@@ -10,14 +10,14 @@
10 10
           <td width="90">
11 11
             <div class="under-line">&nbsp;{{ patientInfo.name }}</div>
12 12
           </td>
13
-          <td width="30"></td>
13
+          <td width="10"></td>
14 14
           <td width="50">性 别:</td>
15 15
           <td width="50">
16 16
             <div class="under-line">
17 17
               {{ patientInfo_gender_1 ? "男" : "女" }}
18 18
             </div>
19 19
           </td>
20
-          <td width="30"></td>
20
+          <td width="10"></td>
21 21
           <td width="50">年 龄:</td>
22 22
           <td width="40">
23 23
             <div class="under-line">{{ getAge(patientInfo) }}</div>
@@ -25,11 +25,11 @@
25 25
           <td>岁</td>
26 26
 
27 27
           <td width="140">透析号/住院号:</td>
28
-          <td width="130">
28
+          <td width="200">
29 29
             <div class="under-line">&nbsp;{{ patientInfo.dialysis_no }} /{{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "无" }}
30 30
             </div>
31 31
           </td>
32
-          <td width="30"></td>
32
+          <td width="10"></td>
33 33
           <td width="80">治疗日期:</td>
34 34
           <td width="120">
35 35
             <div class="under-line">
@@ -480,10 +480,10 @@
480 480
                     &nbsp;{{ prescription.replacement_total ? prescription.replacement_total : "/" }}
481 481
                   </div>
482 482
                 </td>
483
-                <td width="20">ml</td>
483
+                <td width="10">ml</td>
484 484
 
485 485
                 <td width="80">透析方式:</td>
486
-                <td width="50">
486
+                <td width="60">
487 487
                   <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
488 488
                 </td>
489 489
                 <td width="70">
@@ -773,7 +773,7 @@
773 773
           <td width="60">时间</td>
774 774
           <td width="40" style="line-height:20px">T<br />℃</td>
775 775
           <td width="80" style="line-height:20px">Bp<br />mmHg</td>
776
-          <td width="40" style="line-height:20px">P<br />次/分</td>
776
+          <td width="50" style="line-height:20px">P<br />次/分</td>
777 777
           <td width="60" style="line-height:20px">R<br />次/分</td>
778 778
           <td width="60" style="line-height:20px">静脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
779 779
           <td width="60" style="line-height:20px">动脉压<br />{{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}</td>
@@ -2006,8 +2006,8 @@ export default {
2006 2006
             if (this.org_template_info.org_id == 9535) {
2007 2007
               this.isShowZero = true
2008 2008
             }
2009
-            if (this.monitors.length < 8) {
2010
-              var nl = 8 - this.monitors.length
2009
+            if (this.monitors.length < 6) {
2010
+              var nl = 6 - this.monitors.length
2011 2011
               for (let index = 0; index < nl; index++) {
2012 2012
                 this.monitors.push([])
2013 2013
               }