Procházet zdrojové kódy

库存显示展示

XMLWAN před 2 roky
rodič
revize
4c30f9af15

+ 11 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Zobrazit soubor

@@ -1429,11 +1429,20 @@
1429 1429
                           </td>
1430 1430
 
1431 1431
                           <td>
1432
-                            <span>{{
1432
+                            <span v-if="org_id == 9671 || org_id == 10440">
1433
+                                {{
1434
+                              monitor_record.ultrafiltration_volume
1435
+                                ? monitor_record.ultrafiltration_volume
1436
+                                : "0"
1437
+                            }}
1438
+                            </span>
1439
+                             <span v-if="org_id!=9671 && org_id!=10440">
1440
+                                {{
1433 1441
                               monitor_record.ultrafiltration_volume
1434 1442
                                 ? monitor_record.ultrafiltration_volume
1435 1443
                                 : ""
1436
-                            }}</span>
1444
+                            }}
1445
+                            </span>
1437 1446
                           </td>
1438 1447
 
1439 1448
                           <td

+ 25 - 2
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue Zobrazit soubor

@@ -649,6 +649,14 @@
649 649
               <el-input v-model="assessmentBeforeDislysis.suction" @focus="showInnerDialog('20')"></el-input>
650 650
             </el-form-item>
651 651
           </el-col>
652
+
653
+
654
+           <el-col :span="8">
655
+            <el-form-item label="透前净体重:" 
656
+              v-if="this.$store.getters.xt_user.template_info.template_id == 6">
657
+              <el-input v-model="body_weight_before" readonly></el-input>
658
+            </el-form-item>
659
+          </el-col>
652 660
          
653 661
         
654 662
  
@@ -846,7 +854,8 @@
846 854
         skins:[],
847 855
         pinholings:[],
848 856
         catheter_maintenancelist:[],
849
-        thrombuShow:false
857
+        thrombuShow:false,
858
+        body_weight_before:"",
850 859
       }
851 860
     },
852 861
     props: {
@@ -1565,7 +1574,21 @@
1565 1574
             this.assessmentBeforeDislysis['pulse_frequency'] = ''
1566 1575
           }
1567 1576
         }
1568
-      }
1577
+      },
1578
+      'assessmentBeforeDislysis.weight_before': {
1579
+        handler (newWeight, oldWeight) {
1580
+          let weight = parseFloat(
1581
+            newWeight - this.assessmentBeforeDislysis.additional_weight
1582
+          ).toFixed(1)
1583
+          if (weight > 0) {
1584
+            this.body_weight_before = weight
1585
+          } else {
1586
+            this.body_weight_before = ''
1587
+          }
1588
+        },
1589
+        deep: true,
1590
+        immediate: true
1591
+      },
1569 1592
     }
1570 1593
   }
1571 1594
 

+ 26 - 3
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Zobrazit soubor

@@ -242,11 +242,20 @@
242 242
             "
243 243
           >
244 244
             <template slot-scope="scope">
245
+             <span v-if="org_id == 10440 || org_id == 9671">
246
+              {{
247
+                scope.row.ultrafiltration_volume
248
+                  ? scope.row.ultrafiltration_volume
249
+                  : "0"
250
+              }}
251
+              </span> 
252
+               <span v-if="org_id != 10440 && org_id!=9671">
245 253
               {{
246 254
                 scope.row.ultrafiltration_volume
247 255
                   ? scope.row.ultrafiltration_volume
248 256
                   : ""
249 257
               }}
258
+              </span> 
250 259
             </template>
251 260
           </el-table-column>
252 261
           <el-table-column
@@ -2163,7 +2172,13 @@ export default {
2163 2172
         this.form.venous_pressure_type = 1;
2164 2173
         this.form.transmembrane_pressure = "";
2165 2174
         this.form.transmembrane_pressure_type = 1;
2166
-        this.form.ultrafiltration_volume = "";
2175
+        if(this.org_id == 9671 || this.org_id == 10440){
2176
+           this.form.ultrafiltration_volume = 0
2177
+        }
2178
+        if(this.org_id != 9671 && this.org_id != 10440){
2179
+          this.form.ultrafiltration_volume = "";
2180
+        }
2181
+       
2167 2182
         this.form.ultrafiltration_rate = "";
2168 2183
         this.form.arterial_pressure = "";
2169 2184
         this.form.arterial_pressure_type = 1;
@@ -2228,9 +2243,17 @@ export default {
2228 2243
           monitor.transmembrane_pressure_type
2229 2244
             ? monitor.transmembrane_pressure_type
2230 2245
             : "";
2231
-        this.form.ultrafiltration_volume = monitor.ultrafiltration_volume
2246
+        if(this.org_id == 9671 || this.org_id == 10440){
2247
+          this.form.ultrafiltration_volume = monitor.ultrafiltration_volume
2232 2248
           ? monitor.ultrafiltration_volume
2233
-          : "";
2249
+          : "0";
2250
+        }
2251
+        if(this.org_id != 9671 && this.org_id !=10440){
2252
+          this.form.ultrafiltration_volume = monitor.ultrafiltration_volume
2253
+            ? monitor.ultrafiltration_volume
2254
+            : "";
2255
+        }
2256
+        
2234 2257
         this.form.ultrafiltration_rate = monitor.ultrafiltration_rate
2235 2258
           ? monitor.ultrafiltration_rate
2236 2259
           : "";

+ 4 - 1
src/xt_pages/dialysis/details/dialysisMonitoring.vue Zobrazit soubor

@@ -60,7 +60,10 @@
60 60
 
61 61
           <td v-if="isShow('血流量')"> {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }} </td>
62 62
           <td v-if="isShow('跨膜压')"> {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }} </td>
63
-          <td v-if="isShow('超滤量')"> {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }} </td>
63
+          <td v-if="isShow('超滤量')"> 
64
+            <span v-if="org_id!=9671 && org_id!=10440">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}  </span> 
65
+            <span v-if="org_id ==9671 || org_id==10440">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "0" }}  </span> 
66
+          </td>
64 67
           <td v-if="isShow('超滤率')" >{{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:''}}</td>
65 68
           <td v-if="isShow('钠浓度')"> {{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }} </td>
66 69
           <td v-if="isShow('透析液温度')"> {{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }} </td>

+ 2 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Zobrazit soubor

@@ -1493,7 +1493,8 @@
1493 1493
                       
1494 1494
 
1495 1495
                         <td>
1496
-                          {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}
1496
+                          <span v-if="org_id!=9671 && org_id!=10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1497
+                          <span v-if="org_id==9671 || org_id==10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1497 1498
                         </td>
1498 1499
                         <!-- <td style="width:50px">
1499 1500
                           <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))">

+ 18 - 1
src/xt_pages/user/doctorAdvice.vue Zobrazit soubor

@@ -69,7 +69,20 @@
69 69
               v-for="item in adviceTypeArr"
70 70
               :key="item.value"
71 71
             >
72
+            <span v-if="item.value == 1">
73
+             <span v-if="(org_id == 9671 || org_id == 10440)">
74
+                长期医嘱模版
75
+             </span>
76
+
77
+             <span v-if="(org_id != 9671 && org_id != 10440)">
78
+                {{ item.label }}
79
+             </span>
80
+            </span>
81
+            <span v-if="item.value != 1">
72 82
               {{ item.label }}
83
+            </span>
84
+            
85
+            
73 86
             </li>
74 87
           </ul>
75 88
         </div>
@@ -153,7 +166,10 @@
153 166
           fixed
154 167
         >
155 168
           <template slot-scope="scope">
156
-            <span v-if="scope.row.advice_type == 1">长嘱</span>
169
+            <span v-if="scope.row.advice_type == 1">
170
+              <span v-if="org_id != 9671 && org_id != 10440">长嘱</span> 
171
+              <span v-if="org_id == 9671 || org_id == 10440">长期医嘱模版</span> 
172
+            </span>
157 173
             <span v-else-if="scope.row.advice_type == 3 || scope.row.advice_type == 2">临嘱</span>
158 174
             <span v-else-if="scope.row.advice_type == 4">普通医嘱</span>
159 175
             <span v-else></span>
@@ -560,6 +576,7 @@
560 576
                     v-for="item in adviceTypeOptions"
561 577
                   ></el-option>
562 578
                 </el-select>
579
+               
563 580
               </el-form-item>
564 581
             </el-col>
565 582
 

+ 26 - 31
src/xt_pages/user/firstDisease.vue Zobrazit soubor

@@ -47,7 +47,7 @@
47 47
                 </el-table-column>
48 48
                 <el-table-column label="记录日期" align="center">
49 49
                   <template slot-scope="scope">
50
-                    {{getTime(scope.row.record_date)}}
50
+                    {{getTimeOne(scope.row.record_date)}}
51 51
                   </template>
52 52
                 </el-table-column>
53 53
                 <el-table-column label="记录医师" align="center">
@@ -119,8 +119,8 @@
119 119
               <el-date-picker v-model="form.record_date"
120 120
                     prefix-icon="el-icon-date" 
121 121
                     style="width: 200px;"
122
-                    type="date" placeholder="选择日期时间" align="right" format="yyyy-MM-dd"
123
-                    value-format="yyyy-MM-dd">
122
+                    type="datetime" placeholder="选择日期时间" align="right" format="yyyy-MM-dd HH:mm"
123
+                    value-format="yyyy-MM-dd HH:mm">
124 124
               </el-date-picker>   
125 125
             </div>
126 126
            
@@ -256,9 +256,11 @@
256 256
               <el-date-picker v-model="form.record_date"
257 257
                     prefix-icon="el-icon-date" 
258 258
                     style="width: 200px;"
259
-                    type="date" placeholder="选择日期时间" align="right" format="yyyy-MM-dd"
260
-                    value-format="yyyy-MM-dd">
259
+                    type="datetime" placeholder="选择日期时间" align="right" format="yyyy-MM-dd HH:mm"
260
+                    value-format="yyyy-MM-dd HH:mm">
261 261
               </el-date-picker>   
262
+
263
+              
262 264
             </div>
263 265
 
264 266
              <div class="cell clearfix" style="margin-top:10px">
@@ -436,7 +438,7 @@
436 438
         form:{
437 439
           id:0,
438 440
           title:"",
439
-          doctor:"",
441
+          doctor:this.$store.getters.xt_user.user.id,
440 442
           record_date:this.getTime(new Date()),
441 443
           pathology:"",
442 444
           record_time:"",
@@ -464,7 +466,8 @@
464 466
     created() {
465 467
      
466 468
       this.patient_id = this.$route.params && this.$route.params.id
467
-
469
+     
470
+     
468 471
       var now = new Date()
469 472
       this.date = [now.getTime() - (7 * 24 * 60 * 60 * 1000), now.getTime()]
470 473
 
@@ -504,6 +507,14 @@
504 507
          }
505 508
       },
506 509
 
510
+      getTimeOne(val) {
511
+       if(val == "" || val == undefined){
512
+          return ""
513
+         }else {
514
+          return uParseTime(val, '{y}-{m}-{d} {h}:{i}')
515
+         }
516
+      },
517
+
507 518
       startTimeChange(val){
508 519
        
509 520
        this.start_time = val
@@ -642,7 +653,7 @@
642 653
              }
643 654
              this.form.id = detail.id
644 655
              this.form.title = detail.title
645
-             this.form.record_date = this.getTime(detail.record_date)
656
+             this.form.record_date = this.getTimeOne(detail.record_date)
646 657
              this.form.doctor = detail.doctor
647 658
              this.form.main_content = detail.main_content
648 659
              this.form.patient_case = detail.patient_case
@@ -716,29 +727,13 @@
716 727
       },
717 728
       addAction(){
718 729
         this.form.title = ""
719
-        this.form.sick_personnel = ""
720
-        this.form.xray = ""
721
-        this.form.admitting_diagnosis = ""
722
-        this.form.discharge_diagnosis = ""
723
-        this.form.diagnosis_admission = ""
724
-        this.form.illness_discharge = ""
725
-        this.form.discharge_advice = ""
726
-        this.form.treatment = ""
727
-        this.form.connecticut = ""
728
-        this.form.nuclear_magnetic_resonance = ""
729
-        this.form.ultrasound = ""
730
-        this.form.pathology = ""
731
-        this.form.admitting_diagnosis_id = ""
732
-        this.form.discharge_diagnosis_id = ""
733
-        this.form.illness_discharge_id = ""
734
-        this.form.discharge_advice_id  =""
735
-        this.form.treatment_id = "" 
736
-        this.form.dean = ""
737
-        this.form.doctor = ""
738
-        this.form.admission_time = this.getTime(new Date())
739
-        this.form.admission_time = this.getTime(new Date()),
740
-        this.form.discharge_time = this.getTime(new Date()),
741
-        this.form.sick_personnel = this.patient.dialysis_no
730
+        this.form.main_content = ""
731
+        this.form.patient_case = ""
732
+        this.form.tentative_diagnosis = ""
733
+        this.form.diagnostic_basis = ""
734
+        this.form.differential_diagnosis = ""
735
+        this.form.treatment_plan = ""
736
+        
742 737
         this.show_dialog = true
743 738
       },
744 739
      

+ 87 - 176
src/xt_pages/user/firstDiseasePrint.vue Zobrazit soubor

@@ -1,181 +1,73 @@
1 1
 <template>
2
-<div>
3
-  <div style="float:right;margin-right:10px">
4
-    <el-button type="primary" size="small" @click="printThisPage">打印</el-button> 
5
-  </div>
6
-  <div id="dialysis-print-box">
7
-    <div class="dialysis-print-order">
8
-      <div class="order-yy-name"></div>
9
-      <div class="order-title">{{ orgname }}首次病程记录</div>
10
-      <div>
11
-        <table class="print-table" border="1" style="margin-top: 10px;">
12
-          <tr>
13
-            <td style="text-align:center;width:200px" colspan="1">
14
-              姓名:
15
-            </td>
16
-             <td style="text-align:center;width:200px" colspan="1">
17
-              <span style="display:inline-block;margin-left:10px;">
18
-               {{patient.name}}
19
-              </span>
20
-            </td>
21
-            <td style="text-align:center;width:200px" colspan="1">
22
-              性别:
23
-            </td>
24
-             <td style="text-align:center;width:200px" colspan="1">
25
-              <span style="display:inline-block;margin-left:10px;">
26
-                <span v-if="patient.gender == 1">男</span>
27
-                <span v-if="patient.gender == 2">女</span>
28
-              </span>
29
-            </td>
30
-            <td style="text-align:center;width:100px" colspan="1">
31
-              年龄:
32
-            </td>
33
-            <td style="text-align:center;width:50px" colspan="1">
34
-              <span style="display:inline-block;margin-left:10px;">
35
-                 {{getNewAge(patient.id_card_no)}}
36
-              </span>
37
-            </td>
38
-            <td style="text-align:center;width:100px" colspan="1">
39
-              婚姻:
40
-            </td>
41
-             <td style="text-align:center;width:100px" colspan="1">
42
-              <span style="display:inline-block;margin-left:10px;">
43
-                 <span v-if="patient.marital_status == 0"></span>
44
-                 <span v-if="patient.marital_status == 1">未婚</span>
45
-                 <span v-if="patient.marital_status == 2">已婚</span>
46
-                 <span v-if="patient.marital_status == 3">离异</span>
47
-                 <span v-if="patient.marital_status == 4">丧偶</span>
48
-              </span>
49
-            </td>
50
-             <td style="text-align:center;width:200px" colspan="1">
51
-              职业: 
52
-            </td>
53
-             <td style="text-align:center;width:100px" colspan="1">
54
-              <span style="display:inline-block;margin-left:10px;">
55
-               {{getProfession(patient.profession)?getProfession(patient.profession):''}}
56
-              </span>
57
-            </td>
58
-             <td style="text-align:center;width:300px" colspan="1">
59
-              电话:
60
-            </td>
61
-             <td style="text-align:center;width:100px" colspan="1">
62
-              <span style="display:inline-block;margin-left:10px;">
63
-                {{patient.phone}}
64
-              </span>
65
-            </td>
66
-          </tr>
67
-
68
-          <tr>
69
-            <td style="text-align:center;width:100px" colspan="1">
70
-              住址:
71
-            </td>   
72
-            <td style="text-align:center;width:500px" colspan="12">
73
-            
74
-              <span style="display:inline-block;margin-left:10px;">
75
-                {{patient.home_address}}
76
-              </span>
77
-            </td>   
78
-          </tr>
79
-     
80
-       
81
-          <tr>
82
-            <td style="text-align:center;width:300px" colspan="1">
83
-              主诉内容:
84
-              <span style="display:inline-block;margin-left:10px;">
85
-               
86
-              </span>
87
-            </td>   
88
-            <td style="text-align:center;" colspan="11">
89
-              <span style="display:block;margin-left:10px;text-align:left;">
90
-                <span v-html="hosDetail.main_content"></span>
91
-              </span>
92
-            </td>   
93
-          </tr>
94
-     
95
-          <tr>
96
-            <td style="text-align:center;width:300px" colspan="1">
97
-              病例特点:
98
-              <span style="display:inline-block;margin-left:10px;">
99
-               
100
-              </span>
101
-            </td>   
102
-            <td style="text-align:center;" colspan="11">
103
-              <span style="display:block;margin-left:10px;text-align:left;">
104
-                <span v-html="hosDetail.patient_case"></span>
105
-              </span>
106
-            </td>   
107
-          </tr>
108
-
109
-          <tr>
110
-            <td style="text-align:center;width:300px" colspan="1">
111
-              初步诊断:
112
-              <span style="display:inline-block;margin-left:10px;">
2
+  <div class="main-contain">
3
+
4
+    <div class="position">
5
+      <bread-crumb :crumbs='crumbs'></bread-crumb>
6
+      <el-button :loading="loading" size="small" icon="el-icon-printer" @click="printAction" type="primary">打印
7
+      </el-button>
8
+    </div>
9
+    <div class="app-container">
10
+      <div id="print_content">
11
+        <div class="print_page_main_content">
12
+           <div class="order-yy-name"></div>
13
+          <!-- <div class="order_title" style="padding-top:12px;text-align:center;">首次病程记录</div>
14
+        -->
15
+          <h1 style="text-align:center;">首次病程记录</h1>
16
+          <div class="row" style="padding: 2px 0;line-height:24px;margin-top:10px;">
17
+            <div class="inline_block;">
18
+              <div style="font-size:20px">{{getTime(hosDetail.record_date)}}</div>
19
+            </div>
20
+            <div class="inline_block" style="margin-left: 30px">
21
+                   <div v-html="hosDetail.main_content"> </div>
22
+            </div>
23
+
24
+            <div class="inline_block" style="width:100%;">
25
+               <span style="font-size:20px">病例特点:</span>
26
+                <div v-html="hosDetail.patient_case" class="printP" style="text-indent:20px">
27
+
28
+              </div>
29
+            </div>
30
+
31
+             <div class="inline_block" style="width:100%;">
32
+              <span style="font-size:20px">初步诊断:</span>
33
+              <div v-html="hosDetail.tentative_diagnosis" class="printP" style="text-indent:20px">
34
+
35
+              </div>
36
+             </div>
37
+
38
+             <div class="inline_block" style="width:100%;">
39
+              <span style="font-size:20px"> 诊断依据:</span>
40
+              <div v-html="hosDetail.tentative_diagnosis" class="printP" style="text-indent:20px">
41
+
42
+              </div>
43
+             </div>
44
+
45
+             <div class="inline_block" style="width:100%;">
46
+                <span  style="font-size:20px">鉴别诊断:</span> 
47
+                <div v-html="hosDetail.tentative_diagnosis" class="printP" style="text-indent:20px">
48
+
49
+                </div>
50
+              </div>
51
+
52
+              <div class="inline_block" style="width:100%;">
53
+                 <span style="font-size:20px">诊疗计划:</span>
54
+                <div v-html="hosDetail.tentative_diagnosis" class="printP" style="text-indent:20px">
55
+
56
+                </div>
57
+              </div>
58
+
59
+             <div class="inline_block" style="float:right;margin-right:50px">
60
+               <span style="font-size:20px">医生签名: {{getDoctor(hosDetail.doctor)}}</span>
113 61
                
114
-              </span>
115
-            </td>   
116
-            <td style="text-align:center;" colspan="11">
117
-              <span style="display:block;margin-left:10px;text-align:left;">
118
-                <span v-html="hosDetail.tentative_diagnosis"></span>
119
-              </span>
120
-            </td>   
121
-          </tr>
122
-      
62
+              </div>
63
+          </div>
64
+
123 65
         
124
-           <tr>
125
-            <td style="text-align:center;width:300px" colspan="1">
126
-              诊断依据:
127
-              <span style="display:inline-block;margin-left:10px;">
128
-               
129
-              </span>
130
-            </td>   
131
-            <td style="text-align:center;" colspan="11">
132
-              <span style="display:block;margin-left:10px;text-align:left;">
133
-                <span v-html="hosDetail.diagnostic_basis"></span>
134
-              </span>
135
-            </td>   
136
-          </tr>
137
-
138
-          <tr>
139
-            <td style="text-align:center;width:300px" colspan="1">
140
-              鉴别诊断:
141
-              <span style="display:inline-block;margin-left:10px;">
142
-               
143
-              </span>
144
-            </td>   
145
-            <td style="text-align:center;" colspan="11">
146
-              <span style="display:block;margin-left:10px;text-align:left;">
147
-                <span v-html="hosDetail.differential_diagnosis"></span>
148
-              </span>
149
-            </td>   
150
-          </tr>
151
-
152
-          <tr>
153
-            <td style="text-align:center;width:300px" colspan="1">
154
-              诊疗计划:
155
-              <span style="display:inline-block;margin-left:10px;">
156
-               
157
-              </span>
158
-            </td>   
159
-            <td style="text-align:center;" colspan="11">
160
-              <span style="display:block;margin-left:10px;text-align:left;">
161
-                <span v-html="hosDetail.treatment_plan"></span>
162
-              </span>
163
-            </td>   
164
-          </tr>
165
-      
166
-     
167
-          
168
-      
169
-         
170
-        </table>
171
-     </div>
172
-     
173
-    
174
-  
175
-   
176
-    </div>
66
+        </div>
67
+      </div>
177 68
     </div>
178
-</div>
69
+  </div>
70
+
179 71
 </template>
180 72
 
181 73
 <script>
@@ -215,7 +107,7 @@ export default {
215 107
        if(val == "" || val == undefined){
216 108
           return ""
217 109
          }else {
218
-          return uParseTime(val, '{y}-{m}-{d}')
110
+          return uParseTime(val, '{y}-{m}-{d} {h}:{i}')
219 111
          }
220 112
     },
221 113
     printThisPage() {
@@ -303,7 +195,26 @@ export default {
303 195
       var count = ""
304 196
       count = (end-start)/86400
305 197
       return count + 1
306
-    }
198
+    },
199
+    printAction: function() {
200
+      const style = '@media print {.printP div{margin-bottom:5px;} .option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 12px; background-color: #fff; } .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content {background-color: white;width: 960px;margin: 0 auto 50px;padding: 0 0 0 0; page-break-after: always;}.print_page_main_content .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.print_page_main_content .order_title {text-align: center;font-size: 23px; line-height: 50px;font-weight: 500;} .row {font-size: 20px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}.flex {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;box-align: center;-moz-box-align: center;-webkit-box-align: center;text-align: center;-webkit-justify-content: space-between;justify-content: space-between;-moz-box-pack: space-between;-webkit--moz-box-pack: space-between;box-pack: space-between;}.print_page_main_content .proj_table {width: 100%;border: 1px solid;border-collapse: collapse;padding: 2px;}.print_page_main_content .proj_table tbody tr td {border: 1px solid;font-size: 16px;padding: 5px 8px;line-height: 30px;}.print_page_main_content .proj_table .inside_table {width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid; text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;}.print-table-no {width: 100%;text-align: center;border-collapse: collapse;font-size: 14px;}.es-img {height: 30px;}.advice-name {text-align: left !important;line-height: 16px !important;}.advice-children {display: flex;}}.margin-bottom-300 {margin-bottom:450px;}.margin-bottom-600 {margin-bottom:600px;}.margin-bottom-900 {margin-bottom:1000px;}.print-yema{ position: absolute;top: 920px;left: 50%;} .print-yema2{ position: absolute;top: 400px;left: 50%;}.print-yema3{position: absolute;top: 1230px;left: 50%;}.print-yema4{position: absolute;top:1050px;left: 50%;}.print-yema5{position: absolute;top:1370px;left: 50%;}.check_box{width:15px !important;height:15px !important;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 12px !important;position: absolute;}'
201
+      printJS({
202
+        printable: 'print_content',
203
+        type: 'html',
204
+        documentTitle: '  ',
205
+        style: style,
206
+        scanStyles: false
207
+      })
208
+    },
209
+    getDoctor(id){
210
+      var name = ""
211
+      for(let i=0;i<this.doctorList.length;i++){
212
+          if(id == this.doctorList[i].admin_user_id){
213
+             name = this.doctorList[i].user_name
214
+          }
215
+        }
216
+       return name
217
+     },
307 218
   },
308 219
  
309 220
   created() {