|
@@ -14,7 +14,7 @@
|
14
|
14
|
</div>
|
15
|
15
|
|
16
|
16
|
<div class="printTitle">{{orgname}}</div>
|
17
|
|
- <div class="printTitle">血液透析中心处方、治疗单</div>
|
|
17
|
+ <div class="printTitle">处方、治疗单</div>
|
18
|
18
|
|
19
|
19
|
<div class="infoTitle">
|
20
|
20
|
<div>门诊编号:</div>
|
|
@@ -151,7 +151,7 @@
|
151
|
151
|
<div style="width:50%;">地址:{{item.patient.unit_address}}</div>
|
152
|
152
|
<div style="width:100%;">诊断:{{item.patient.diagnose}}</div>
|
153
|
153
|
</div>
|
154
|
|
-
|
|
154
|
+
|
155
|
155
|
<div class="prescriptionBox">
|
156
|
156
|
<table style="width:100%;text-align:center;line-height:25px;">
|
157
|
157
|
<tr>
|
|
@@ -237,7 +237,7 @@ export default {
|
237
|
237
|
prescriptionInfo:[],
|
238
|
238
|
projectList:[],
|
239
|
239
|
prescriptions:[],
|
240
|
|
- settlement:
|
|
240
|
+ settlement:
|
241
|
241
|
[
|
242
|
242
|
{value: 1,label: '医保'},
|
243
|
243
|
{value: 2,label: '自费'},
|
|
@@ -305,7 +305,7 @@ export default {
|
305
|
305
|
this.prescriptions = advicePrint
|
306
|
306
|
var projectlist = response.data.data.projectlist
|
307
|
307
|
console.log("所有项目列表",projectlist)
|
308
|
|
- this.projectList = projectlist
|
|
308
|
+ this.projectList = projectlist
|
309
|
309
|
this.hisPatient = response.data.data.hisPatient
|
310
|
310
|
|
311
|
311
|
}
|
|
@@ -349,7 +349,7 @@ export default {
|
349
|
349
|
}
|
350
|
350
|
addtotal = Math.floor(addtotal * 100) / 100
|
351
|
351
|
}
|
352
|
|
-
|
|
352
|
+
|
353
|
353
|
}
|
354
|
354
|
|
355
|
355
|
for (let i = 0; i < this.prescriptions.length; i++) {
|
|
@@ -359,7 +359,7 @@ export default {
|
359
|
359
|
total = total + this.prescriptions[i].advices[a].price * this.prescriptions[i].advices[a].prescribing_number
|
360
|
360
|
}
|
361
|
361
|
}
|
362
|
|
-
|
|
362
|
+
|
363
|
363
|
if (this.prescriptions[i].additionalcharge != null) {
|
364
|
364
|
for (let a = 0; a < this.prescriptions[i].additionalcharge.length; a++) {
|
365
|
365
|
addtotal = addtotal + this.prescriptions[i].additionalcharge[a].price * this.prescriptions[i].additionalcharge[a].count
|
|
@@ -396,7 +396,7 @@ export default {
|
396
|
396
|
<style lang="scss" scoped>
|
397
|
397
|
.prescription-print{
|
398
|
398
|
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
|
399
|
|
- -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
|
|
399
|
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
|
400
|
400
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
|
401
|
401
|
margin-bottom: 20px;
|
402
|
402
|
padding:20px 10px;
|