|
@@ -0,0 +1,482 @@
|
|
1
|
+<template>
|
|
2
|
+ <div id='prescriptionPrint'>
|
|
3
|
+ <div id='prescription-print' class="prescription-print" v-for="(item,index) in advicePrint" :key="index">
|
|
4
|
+
|
|
5
|
+ <img src="../../../assets/img/bailinTop.jpg" alt="">
|
|
6
|
+ <div class="printTitle">治疗单</div>
|
|
7
|
+ <div style="display:flex;">
|
|
8
|
+ <div style="width:33%;display:flex;">费别:<span class="under_line">深圳医保1档</span></div>
|
|
9
|
+ <div style="width:33%;display:flex;">电脑号:<span class="under_line">1111111</span></div>
|
|
10
|
+ <div style="width:33%;display:flex;">处方编号:<span class="under_line">8972392771</span></div>
|
|
11
|
+ </div>
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+ <div class="infoTitle">
|
|
15
|
+ <div>姓名:{{item.patient.name?item.patient.name:""}}</div>
|
|
16
|
+ <div>性别:
|
|
17
|
+ <span v-if="item.patient.gender == 1">男</span>
|
|
18
|
+ <span v-if="item.patient.gender == 2">女</span>
|
|
19
|
+ </div>
|
|
20
|
+ <div>年龄:{{item.patient.age?item.patient.age:""}}岁</div>
|
|
21
|
+ </div>
|
|
22
|
+ <div class="infoMain">
|
|
23
|
+ <div style="margin-bottom: 10px;display:flex;">门诊号码:<span class="under_line">{{hisPatient.number?hisPatient.number:""}}</span></div>
|
|
24
|
+ <div style="margin-bottom: 10px;display:flex;">科别:<span class="under_line">{{item.info?getDepart(item.info.departments):''}}</span></div>
|
|
25
|
+ <div style="margin-bottom: 10px;display:flex;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div>
|
|
26
|
+ <div style="margin-bottom: 10px;display:flex;">自费药品签名:<span class="under_line"></span></div>
|
|
27
|
+ <!-- <div style="margin-bottom: 10px;display:flex;">医保卡号:{{item.hisPatient.number?item.hisPatient.number:""}}</div> -->
|
|
28
|
+ <div style="margin-bottom: 10px;display:flex;">联系方式:<span class="under_line">{{item.patient.phone}}</span></div>
|
|
29
|
+ <div style="margin-bottom: 10px;display:flex;">开具日期:<span class="under_line">{{getTime(item.pre_time) ? getTime(item.pre_time).split(' ')[0] : ''}}</span></div>
|
|
30
|
+ <!-- <div>地址:{{item.patient.home_address}}</div> -->
|
|
31
|
+ <!-- <div style="display:flex;width:50%;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div> -->
|
|
32
|
+ </div>
|
|
33
|
+
|
|
34
|
+ <!-- <div class="prescriptionBox">
|
|
35
|
+ <table style="width:100%;text-align:center;line-height:25px;">
|
|
36
|
+ <tr>
|
|
37
|
+ <td>序号</td>
|
|
38
|
+ <td>项目名称</td>
|
|
39
|
+ <td>数量</td>
|
|
40
|
+ <td>单位</td>
|
|
41
|
+ <td>单价</td>
|
|
42
|
+ <td>部位</td>
|
|
43
|
+ <td>备注</td>
|
|
44
|
+ <td>天数</td>
|
|
45
|
+ </tr>
|
|
46
|
+ <tr v-for="(it,index) in item.project" :key="index">
|
|
47
|
+ <td>{{index+1}}</td>
|
|
48
|
+ <td>{{it.type == 2 ?getProjectName(it.project_id):it.good_info.good_name}}</td>
|
|
49
|
+ <td>{{it.single_dose}}</td>
|
|
50
|
+ <td>{{getUnit(it.unit)}}</td>
|
|
51
|
+ <td>{{it.price}}</td>
|
|
52
|
+ <td></td>
|
|
53
|
+ <td>{{it.remark}}</td>
|
|
54
|
+ <td>{{it.day}}</td>
|
|
55
|
+
|
|
56
|
+ </tr>
|
|
57
|
+
|
|
58
|
+ <tr v-for="(it,index) in item.advices" :key="index">
|
|
59
|
+ <td>{{index+1}}</td>
|
|
60
|
+ <td>{{it.advice_name?it.advice_name:''}}</td>
|
|
61
|
+ <td>{{it.single_dose?it.single_dose:''}}</td>
|
|
62
|
+ <td>{{it.single_dose_unit?it.single_dose_unit:''}}</td>
|
|
63
|
+ <td>{{it.price}}</td>
|
|
64
|
+ <td></td>
|
|
65
|
+ <td>{{it.remark}}</td>
|
|
66
|
+ <td>{{it.day}}</td>
|
|
67
|
+
|
|
68
|
+ </tr>
|
|
69
|
+ </table>
|
|
70
|
+ </div> -->
|
|
71
|
+ <div class="prescriptionBox">
|
|
72
|
+ <div class="Rp">Rp:</div>
|
|
73
|
+ <div class="drugsBox" v-for="(it,index) in item.advices" :key="index">
|
|
74
|
+ <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}} {{it.single_dose}}{{it.single_dose_unit}} × {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
|
|
75
|
+ <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}} {{it.drug.drug_spec}} × {{it.prescribing_number}}{{it.prescribing_number_unit}}</div>
|
|
76
|
+ </div>
|
|
77
|
+ <div class="drugsBox" v-for="(it,index) in item.project" :key="index">
|
|
78
|
+ <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{getProjectName(it.project_id)?getProjectName(it.project_id):""}} {{it.single_dose}}{{it.single_dose_unit}} × {{it.count}}{{unit}}</div>
|
|
79
|
+ </div>
|
|
80
|
+ <div style="text-align:center;" >(以下空白)</div>
|
|
81
|
+ </div>
|
|
82
|
+ <div style="display:flex;">
|
|
83
|
+ <div>医 师:<span style="width:100px;display:inline-block;">{{item.doctor?item.doctor:""}}</span></div>
|
|
84
|
+ <div>药品金额:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):''}}</div>
|
|
85
|
+ </div>
|
|
86
|
+ <div style="display:flex;">
|
|
87
|
+ <div style="display:flex;">核对护士:</div>
|
|
88
|
+ </div>
|
|
89
|
+ <div style="display:flex;">
|
|
90
|
+ 打印时间:<span style="border-bottom:1px solid #000;">{{getTime(new Date())?getTime(new Date()):""}}</span>
|
|
91
|
+ </div>
|
|
92
|
+ <img src="../../../assets/img/bailinBottom.jpg" alt="">
|
|
93
|
+ <div style="page-break-after:always"></div>
|
|
94
|
+ </div>
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+ <!-- <div id='prescriptionPrint'>
|
|
98
|
+
|
|
99
|
+ <div v-for="(item,index) in advicePrint" :key="index">
|
|
100
|
+ <div id='prescription-print' class="prescription-print" style="page-break-after: always;">
|
|
101
|
+ <div style="display:flex;justify-content: space-between;font-weight:bold;">
|
|
102
|
+ <div style="width:200px;display:flex;justify-content: space-between;font-weight:bold;">
|
|
103
|
+ <span>费别</span>
|
|
104
|
+ <span>自费</span>
|
|
105
|
+ <span>公费</span>
|
|
106
|
+ <span>保险</span>
|
|
107
|
+ <span>其他</span>
|
|
108
|
+ </div>
|
|
109
|
+ <div>就诊日期:{{getTime(item.ctime)}}</div>
|
|
110
|
+ </div>
|
|
111
|
+
|
|
112
|
+ <div class="printTitle">血液透析中心</div>
|
|
113
|
+
|
|
114
|
+ <div class="printTitle">处方、治疗单</div>
|
|
115
|
+
|
|
116
|
+ <div class="infoTitle">
|
|
117
|
+ <div>门诊编号:</div>
|
|
118
|
+ <div>电脑号:</div>
|
|
119
|
+ </div>
|
|
120
|
+
|
|
121
|
+ <div class="infoMain">
|
|
122
|
+ <div style="margin-bottom: 10px;width:25%">姓名:{{item.patient.name}}</div>
|
|
123
|
+ <div style="margin-bottom: 10px;width:25%">性别:
|
|
124
|
+ <span v-if="item.patient.gender == 1">男</span>
|
|
125
|
+ <span v-if="item.patient.gender == 2">女</span>
|
|
126
|
+ </div>
|
|
127
|
+ <div style="margin-bottom: 10px;width:25%">年龄:
|
|
128
|
+ <span>{{item.patient.age}}</span>
|
|
129
|
+ </div>
|
|
130
|
+ <div style="margin-bottom: 10px;width:25%">参保类型:</div>
|
|
131
|
+ <div style="margin-bottom: 10px;width:50%;">联系电话:{{item.patient.phone}}</div>
|
|
132
|
+ <div style="width:50%;">地址:{{item.patient.unit_address}}</div>
|
|
133
|
+ <div style="width:100%;">诊断:{{item.patient.diagnose}}</div>
|
|
134
|
+ </div>
|
|
135
|
+
|
|
136
|
+ <div class="prescriptionBox">
|
|
137
|
+ <table style="width:100%;text-align:center;line-height:25px;">
|
|
138
|
+ <tr>
|
|
139
|
+ <td>序号</td>
|
|
140
|
+ <td>项目名称</td>
|
|
141
|
+ <td>数量</td>
|
|
142
|
+ <td>单位</td>
|
|
143
|
+ <td>单价</td>
|
|
144
|
+ <td>部位</td>
|
|
145
|
+ <td>备注</td>
|
|
146
|
+ <td>天数</td>
|
|
147
|
+ </tr>
|
|
148
|
+ <tr v-for="(it,index) in item.project" :key="index">
|
|
149
|
+ <td>{{index+1}}</td>
|
|
150
|
+ <td>{{getProjectName(it.project_id)}}</td>
|
|
151
|
+ <td>{{it.single_dose}}</td>
|
|
152
|
+ <td>{{getUnit(it.unit)}}</td>
|
|
153
|
+ <td>{{it.price}}</td>
|
|
154
|
+ <td></td>
|
|
155
|
+ <td>{{it.remark}}</td>
|
|
156
|
+ <td>{{it.day}}</td>
|
|
157
|
+
|
|
158
|
+ </tr>
|
|
159
|
+ </table>
|
|
160
|
+ </div>
|
|
161
|
+ <div class="infoTitle">
|
|
162
|
+ <div>开单医生:{{getDoctor(item.doctor)?getDoctor(item.doctor):""}}</div>
|
|
163
|
+ <div>签章:</div>
|
|
164
|
+ </div>
|
|
165
|
+ <div class="actionBar">
|
|
166
|
+ <div>执行医生:{{getDoctor(item.doctor)?getDoctor(item.doctor):""}}</div>
|
|
167
|
+ <div>费用:</div>
|
|
168
|
+ </div>
|
|
169
|
+ <table style="width:100%;text-align:center;line-height:25px;border-collapse: collapse;" border="1">
|
|
170
|
+ <tr>
|
|
171
|
+ <td style="width:16%;">治疗时间</td>
|
|
172
|
+ <td style="width:16%;"></td>
|
|
173
|
+ <td style="width:16%;"></td>
|
|
174
|
+ <td style="width:16%;"></td>
|
|
175
|
+ <td style="width:16%;"></td>
|
|
176
|
+ <td style="width:16%;"></td>
|
|
177
|
+ </tr>
|
|
178
|
+ <tr>
|
|
179
|
+ <td style="width:16%;">医生签字</td>
|
|
180
|
+ <td style="width:16%;"></td>
|
|
181
|
+ <td style="width:16%;"></td>
|
|
182
|
+ <td style="width:16%;"></td>
|
|
183
|
+ <td style="width:16%;"></td>
|
|
184
|
+ <td style="width:16%;"></td>
|
|
185
|
+ </tr>
|
|
186
|
+ <tr>
|
|
187
|
+ <td style="width:16px;">患者签字</td>
|
|
188
|
+ <td style="width:16px;"></td>
|
|
189
|
+ <td style="width:16px;"></td>
|
|
190
|
+ <td style="width:16px;"></td>
|
|
191
|
+ <td style="width:16px;"></td>
|
|
192
|
+ <td style="width:16px;"></td>
|
|
193
|
+ </tr>
|
|
194
|
+ </table>
|
|
195
|
+ </div>
|
|
196
|
+
|
|
197
|
+ </div>
|
|
198
|
+
|
|
199
|
+ </div> -->
|
|
200
|
+ </div>
|
|
201
|
+</template>
|
|
202
|
+<script>
|
|
203
|
+import { jsGetAge, uParseTime } from '@/utils/tools'
|
|
204
|
+import {getAllDoctorList,getPrescriptionPrint} from "@/api/project/project"
|
|
205
|
+import {getInitData} from "@/api/his/his"
|
|
206
|
+export default {
|
|
207
|
+ props:{
|
|
208
|
+ patient_id:Number,
|
|
209
|
+ record_date:String,
|
|
210
|
+ prescription_id:Number,
|
|
211
|
+ ids:String
|
|
212
|
+ },
|
|
213
|
+ data(){
|
|
214
|
+ return {
|
|
215
|
+ doctorList:[],
|
|
216
|
+ advicePrint:{},
|
|
217
|
+ patient:{},
|
|
218
|
+ tableData:[],
|
|
219
|
+ prescriptionInfo:[],
|
|
220
|
+ projectList:[],
|
|
221
|
+ prescriptions:[],
|
|
222
|
+ settlement:
|
|
223
|
+ [
|
|
224
|
+ {value: 1,label: '医保'},
|
|
225
|
+ {value: 2,label: '自费'},
|
|
226
|
+ {value: 3,label:'公费'},
|
|
227
|
+ {value: 4,label:'农保'},
|
|
228
|
+ {value: 5,label:'会员'},
|
|
229
|
+ {value: 6,label:'职工'},
|
|
230
|
+ {value: 7,label:'合同'}
|
|
231
|
+ ],
|
|
232
|
+ hisPatient:{},
|
|
233
|
+ diagnoses:[],
|
|
234
|
+ department:[],
|
|
235
|
+ }
|
|
236
|
+ },
|
|
237
|
+ methods:{
|
|
238
|
+ printThisPage() {
|
|
239
|
+ var ptime = Math.round(new Date().getTime() / 1000);
|
|
240
|
+ this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
|
|
241
|
+
|
|
242
|
+ const style =
|
|
243
|
+ '@media print {.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitle{display: flex;margin-top:10px;line-height: 1px;padding:0 10px;}.infoTitle p{width: 200px;}.otherInfo{display: flex;margin-top:10px;padding:0 10px;}.otherInfo span{display:inline-block;}.recordTitle{display: flex;margin-top:10px;line-height: 24px;padding:0 10px;border-bottom: 2px solid #000;}.recordTitle p{width: 200px;}}';
|
|
244
|
+ printJS({
|
|
245
|
+ printable: "prescription-print",
|
|
246
|
+ type: "html",
|
|
247
|
+ style: style,
|
|
248
|
+ scanStyles: false
|
|
249
|
+ });
|
|
250
|
+ },
|
|
251
|
+ getDepart(id){
|
|
252
|
+ var name = ""
|
|
253
|
+ for(let i=0;i<this.department.length;i++){
|
|
254
|
+ if(id == this.department[i].id){
|
|
255
|
+ name = this.department[i].name
|
|
256
|
+ }
|
|
257
|
+ }
|
|
258
|
+ return name
|
|
259
|
+ },
|
|
260
|
+ getAllDoctorList(){
|
|
261
|
+ getAllDoctorList().then(response=>{
|
|
262
|
+ if(response.data.state == 1){
|
|
263
|
+ var doctor = response.data.data.doctor
|
|
264
|
+
|
|
265
|
+ this.doctorList = doctor
|
|
266
|
+ }
|
|
267
|
+ })
|
|
268
|
+ },
|
|
269
|
+
|
|
270
|
+ getDoctor(id){
|
|
271
|
+ var name = ""
|
|
272
|
+ for(let i=0;i<this.doctorList.length;i++){
|
|
273
|
+ if(id == this.doctorList[i].admin_user_id){
|
|
274
|
+ name = this.doctorList[i].user_name
|
|
275
|
+ }
|
|
276
|
+ }
|
|
277
|
+ return name
|
|
278
|
+ },
|
|
279
|
+ getTime(value, temp) {
|
|
280
|
+ if (value != undefined) {
|
|
281
|
+ return uParseTime(value, temp)
|
|
282
|
+ }
|
|
283
|
+ return ''
|
|
284
|
+ },
|
|
285
|
+ getPrescriptionPrint(){
|
|
286
|
+ var params = {
|
|
287
|
+ patient_id:this.patient_id,
|
|
288
|
+ record_date:this.record_date,
|
|
289
|
+ prescription_id:this.prescription_id,
|
|
290
|
+ ids:this.ids,
|
|
291
|
+ }
|
|
292
|
+ console.log("999999",params)
|
|
293
|
+ getPrescriptionPrint(params).then(response=>{
|
|
294
|
+ if(response.data.state == 1){
|
|
295
|
+ var advicePrint = response.data.data.advicePrint
|
|
296
|
+ console.log("adviceprint",advicePrint)
|
|
297
|
+ this.advicePrint = advicePrint
|
|
298
|
+ this.prescriptions = advicePrint
|
|
299
|
+ var projectlist = response.data.data.projectlist
|
|
300
|
+ console.log("所有项目列表",projectlist)
|
|
301
|
+ this.projectList = projectlist
|
|
302
|
+ this.hisPatient = response.data.data.hisPatient
|
|
303
|
+
|
|
304
|
+ }
|
|
305
|
+ })
|
|
306
|
+ },
|
|
307
|
+ getProjectName(id){
|
|
308
|
+ var project_name = ""
|
|
309
|
+ for(let i=0;i<this.projectList.length;i++){
|
|
310
|
+ if(id == this.projectList[i].id){
|
|
311
|
+ project_name = this.projectList[i].project_name
|
|
312
|
+ }
|
|
313
|
+ }
|
|
314
|
+ return project_name
|
|
315
|
+ },
|
|
316
|
+ getUnit(id){
|
|
317
|
+ var unit=""
|
|
318
|
+ for(let i=0;i<this.projectList.length;i++){
|
|
319
|
+ if(id == this.projectList[i].id){
|
|
320
|
+ unit = this.projectList[i].unit
|
|
321
|
+ }
|
|
322
|
+ }
|
|
323
|
+ return unit
|
|
324
|
+ },
|
|
325
|
+
|
|
326
|
+ getTotalOne(id) {
|
|
327
|
+
|
|
328
|
+ var total = 0
|
|
329
|
+ var addtotal = 0
|
|
330
|
+ for (let i = 0; i < this.prescriptions.length; i++) {
|
|
331
|
+ if(id == this.prescriptions[i].id){
|
|
332
|
+ if (this.prescriptions[i].project != null) {
|
|
333
|
+ for (let a = 0; a < this.prescriptions[i].project.length; a++) {
|
|
334
|
+ total = total + this.prescriptions[i].project[a].price * this.prescriptions[i].project[a].count
|
|
335
|
+ }
|
|
336
|
+ }
|
|
337
|
+
|
|
338
|
+ if (this.prescriptions[i].additionalcharge != null) {
|
|
339
|
+ for (let a = 0; a < this.prescriptions[i].additionalcharge.length; a++) {
|
|
340
|
+ addtotal = addtotal + this.prescriptions[i].additionalcharge[a].price * this.prescriptions[i].additionalcharge[a].count
|
|
341
|
+ }
|
|
342
|
+ }
|
|
343
|
+ addtotal = Math.floor(addtotal * 100) / 100
|
|
344
|
+ }
|
|
345
|
+
|
|
346
|
+ }
|
|
347
|
+
|
|
348
|
+ for (let i = 0; i < this.prescriptions.length; i++) {
|
|
349
|
+ if(id == this.prescriptions[i].id){
|
|
350
|
+ if (this.prescriptions[i].advices != null) {
|
|
351
|
+ for (let a = 0; a < this.prescriptions[i].advices.length; a++) {
|
|
352
|
+ total = total + this.prescriptions[i].advices[a].price * this.prescriptions[i].advices[a].prescribing_number
|
|
353
|
+ }
|
|
354
|
+ }
|
|
355
|
+
|
|
356
|
+ if (this.prescriptions[i].additionalcharge != null) {
|
|
357
|
+ for (let a = 0; a < this.prescriptions[i].additionalcharge.length; a++) {
|
|
358
|
+ addtotal = addtotal + this.prescriptions[i].additionalcharge[a].price * this.prescriptions[i].additionalcharge[a].count
|
|
359
|
+ }
|
|
360
|
+ }
|
|
361
|
+ addtotal = Math.floor(addtotal * 100) / 100
|
|
362
|
+ }
|
|
363
|
+ }
|
|
364
|
+
|
|
365
|
+ return total + addtotal
|
|
366
|
+ },
|
|
367
|
+ getInitData(){
|
|
368
|
+ getInitData().then(response=>{
|
|
369
|
+ if(response.data.state == 1){
|
|
370
|
+ this.department = response.data.data.department
|
|
371
|
+ this.diagnoses = response.data.data.diagnose
|
|
372
|
+ console.log("争端",this.diagnoses)
|
|
373
|
+ }
|
|
374
|
+ })
|
|
375
|
+ },
|
|
376
|
+ getDiagnosis(id){
|
|
377
|
+ var name = ""
|
|
378
|
+ for(let i=0;i<this.diagnoses.length;i++){
|
|
379
|
+ if(id == this.diagnoses[i].id){
|
|
380
|
+ name = this.diagnoses[i].class_name
|
|
381
|
+ }
|
|
382
|
+ }
|
|
383
|
+ return name
|
|
384
|
+ }
|
|
385
|
+ },
|
|
386
|
+ created(){
|
|
387
|
+ this.getInitData()
|
|
388
|
+ this.getAllDoctorList()
|
|
389
|
+ this.getPrescriptionPrint()
|
|
390
|
+ var xtuser = this.$store.getters.xt_user
|
|
391
|
+ this.orgname = xtuser.org.org_name
|
|
392
|
+
|
|
393
|
+ },
|
|
394
|
+ watch:{
|
|
395
|
+ patient_id:function(val){
|
|
396
|
+ console.log("101000010101010",this.patient_id,this.record_date,this.prescription_id)
|
|
397
|
+ // this.getPrescriptionPrint()
|
|
398
|
+ },
|
|
399
|
+ ids:function(val){
|
|
400
|
+ this.ids = val
|
|
401
|
+ console.log('this.idsids',this.ids)
|
|
402
|
+ this.getPrescriptionPrint()
|
|
403
|
+ }
|
|
404
|
+ }
|
|
405
|
+}
|
|
406
|
+</script>
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+<style lang="scss" scoped>
|
|
410
|
+.prescription-print{
|
|
411
|
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
|
|
412
|
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
|
|
413
|
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
|
|
414
|
+ margin-bottom: 20px;
|
|
415
|
+ padding:20px 10px;
|
|
416
|
+}
|
|
417
|
+.printTitle{
|
|
418
|
+ font-size: 22px;
|
|
419
|
+ text-align: center;
|
|
420
|
+ font-weight: bold;
|
|
421
|
+ margin-bottom: 10px;
|
|
422
|
+}
|
|
423
|
+.infoTitle{
|
|
424
|
+ display: flex;
|
|
425
|
+ margin-top:10px;
|
|
426
|
+ line-height: 24px;
|
|
427
|
+}
|
|
428
|
+.infoTitle div{
|
|
429
|
+ width: 200px;
|
|
430
|
+}
|
|
431
|
+.infoMain{
|
|
432
|
+ display: flex;
|
|
433
|
+ flex-wrap: wrap;
|
|
434
|
+ margin-top:10px;
|
|
435
|
+}
|
|
436
|
+.infoMain div{
|
|
437
|
+ width: 50%;
|
|
438
|
+ line-height: 24px;
|
|
439
|
+}
|
|
440
|
+.prescriptionBox{
|
|
441
|
+ padding:0 10px;
|
|
442
|
+ min-height:400px;
|
|
443
|
+}
|
|
444
|
+.Rp{
|
|
445
|
+ font-size: 22px;
|
|
446
|
+ font-weight: bold;
|
|
447
|
+}
|
|
448
|
+.drugsBox{
|
|
449
|
+ padding-left: 40px;
|
|
450
|
+ margin-bottom: 10px;
|
|
451
|
+}
|
|
452
|
+.drugsBox div{
|
|
453
|
+ line-height: 20px;
|
|
454
|
+}
|
|
455
|
+.drugsOne{
|
|
456
|
+ line-height: 24px;
|
|
457
|
+}
|
|
458
|
+.drugsOne span{
|
|
459
|
+ margin-right: 20px;
|
|
460
|
+}
|
|
461
|
+.doctorBox{
|
|
462
|
+ display: flex;
|
|
463
|
+ justify-content: space-between;
|
|
464
|
+ padding:0 10px;
|
|
465
|
+ line-height: 24px;
|
|
466
|
+ border-bottom: 2px solid #000;
|
|
467
|
+}
|
|
468
|
+.actionBar{
|
|
469
|
+ display: flex;
|
|
470
|
+ justify-content: space-between;
|
|
471
|
+ line-height: 24px;
|
|
472
|
+ padding:0 10px;
|
|
473
|
+}
|
|
474
|
+.actionBar p{
|
|
475
|
+ width:150px;
|
|
476
|
+}
|
|
477
|
+.under_line{
|
|
478
|
+ display: inline-block;
|
|
479
|
+ border-bottom: 1px solid #000;
|
|
480
|
+ flex: 1;
|
|
481
|
+}
|
|
482
|
+</style>
|