|
@@ -90,7 +90,7 @@
|
90
|
90
|
:total="total">
|
91
|
91
|
</el-pagination>
|
92
|
92
|
</div>
|
93
|
|
-
|
|
93
|
+
|
94
|
94
|
<div style="display:none;">
|
95
|
95
|
<div id="printRecord" class="record-order">
|
96
|
96
|
<div class="rd-title">{{orgname}}</div>
|
|
@@ -124,7 +124,7 @@
|
124
|
124
|
<td>{{item.partition_name}}-{{item.device_number}}</td>
|
125
|
125
|
<td>{{modeName(item.prescription.mode_id)}}</td>
|
126
|
126
|
<td>{{item.prescription.dialysis_duration}}</td>
|
127
|
|
- <td>{{item.prescription.dry_weight}}</td>
|
|
127
|
+ <td>{{item.predialysis_evaluation.dry_weight}}</td>
|
128
|
128
|
<td>{{item.predialysis_evaluation.weight_before}}</td>
|
129
|
129
|
<td>{{item.assessment_after_dislysis.weight_after}}</td>
|
130
|
130
|
<td>{{item.predialysis_evaluation.systolic_blood_pressure}}/{{item.predialysis_evaluation.diastolic_blood_pressure}}</td>
|
|
@@ -132,7 +132,7 @@
|
132
|
132
|
<td>{{item.predialysis_evaluation.ultrafiltration_amount}}</td>
|
133
|
133
|
<td>{{setVascularAccess(item.prescription)}}</td>
|
134
|
134
|
<td>{{setAnticoagulantsConfit(item.prescription)}}</td>
|
135
|
|
- <td>{{setAnticoagulantsConfit(item.prescription)}}</td>
|
|
135
|
+ <td>{{item.prescription.dialyzer_perfusion_apparatus}}</td>
|
136
|
136
|
<td>{{getNurseName(item.treatment_summary)}}</td>
|
137
|
137
|
<td>{{getDoctorName(item.treatment_summary)}}</td>
|
138
|
138
|
</tr>
|
|
@@ -319,7 +319,7 @@ export default {
|
319
|
319
|
},
|
320
|
320
|
printThisInfo() {
|
321
|
321
|
const style = '@media print { .record-order .rd-title{ text-align: center; font-weight: 600; font-size: 30px; line-height: 80px; margin-bottom: 20px; } .record-order .rd-type{ text-align: center; margin-bottom: 20px; } .record-order .rd-name { align-items: center; justify-content: space-between; padding: 30px 2em; } .record-order .el-table__body{ border: 1px solid #333; } .record-order .el-table__body td{ border: 1px solid #333; } .record-order .item-value { border-bottom: 1px solid #333; padding: 0 20px;} .record-order th, .record-order td { padding: 5px 10px; }}';
|
322
|
|
- setTimeout(() => {
|
|
322
|
+ setTimeout(() => {
|
323
|
323
|
printJS({
|
324
|
324
|
printable: "printRecord",
|
325
|
325
|
type: "html",
|
|
@@ -353,7 +353,7 @@ export default {
|
353
|
353
|
this.fetchAllDoctorAndNurse();
|
354
|
354
|
this.getPatientDialysisRecords();
|
355
|
355
|
|
356
|
|
-
|
|
356
|
+
|
357
|
357
|
var xtuser = this.$store.getters.xt_user;
|
358
|
358
|
this.orgname = xtuser.org.org_name;
|
359
|
359
|
}
|
|
@@ -395,4 +395,4 @@ export default {
|
395
|
395
|
.record-order th, .record-order td {
|
396
|
396
|
padding: 5px 10px;
|
397
|
397
|
}
|
398
|
|
-</style>
|
|
398
|
+</style>
|