|
@@ -1,3 +1,4 @@
|
|
1
|
+
|
1
|
2
|
<template>
|
2
|
3
|
<div class="main-contain">
|
3
|
4
|
<div class="position">
|
|
@@ -62,12 +63,12 @@
|
62
|
63
|
|
63
|
64
|
<td :width="td_1_width" v-if="printObj.dialyzers == 1 && printObj.perfusion_apparatus ==1">
|
64
|
65
|
<span v-if="org_id!=9987">
|
65
|
|
- <span >
|
66
|
|
- <span v-if="org_id!=10131 && org_id!=10215 && main_collection.prescription.dialyzer_perfusion_apparatus!=''">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span>
|
67
|
|
-
|
|
66
|
+ <span >
|
|
67
|
+ <span v-if="org_id!=10131 && org_id!=10215 && main_collection.prescription.dialyzer_perfusion_apparatus!=''">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span>
|
|
68
|
+
|
68
|
69
|
<span v-if="org_id==10131 || org_id==9671 || org_id == 10215">{{main_collection.dialysissolution.dialyzer_perfusion_apparatus}}</span>
|
69
|
70
|
</span>
|
70
|
|
- <span v-if="main_collection.prescription.dialyzer_perfusion_apparatus ==''&& main_collection.dialysissolution.length>0">{{getDialysisDialyszerPerfusion(main_collection.patient_id)}}</span>
|
|
71
|
+ <span v-if="main_collection.prescription.dialyzer_perfusion_apparatus ==''&& main_collection.dialysissolution.length>0">{{getDialysisDialyszerPerfusion(main_collection.patient_id)}}</span>
|
71
|
72
|
</span>
|
72
|
73
|
{{main_collection.prescription.dialysis_dialyszers}}
|
73
|
74
|
<span v-if="main_collection.prescription.dialysis_dialyszers!=''&& main_collection.prescription.dialysis_irrigation!='' ">/</span>
|
|
@@ -164,9 +165,9 @@
|
164
|
165
|
list[i].sort = list[i].number.sort
|
165
|
166
|
}
|
166
|
167
|
var arr = list.sort(this.compare('sort'))
|
167
|
|
-
|
|
168
|
+
|
168
|
169
|
this.scheduleData = arr
|
169
|
|
-
|
|
170
|
+
|
170
|
171
|
let a = response.data.data.day
|
171
|
172
|
console.log("a",a)
|
172
|
173
|
var myDate = new Date(a);
|
|
@@ -201,8 +202,8 @@
|
201
|
202
|
this.currentDate = str
|
202
|
203
|
}
|
203
|
204
|
})
|
204
|
|
-
|
205
|
|
-
|
|
205
|
+
|
|
206
|
+
|
206
|
207
|
},
|
207
|
208
|
methods: {
|
208
|
209
|
getAdvice:function(doctor_advice) {
|
|
@@ -282,7 +283,7 @@
|
282
|
283
|
|
283
|
284
|
name = name + doctor_advice[i].advice_name + " " + drug_spec + " " + prescribing_number + " " + single_dose + " " + doctor_advice[i].delivery_way + " " + doctor_advice[i].execution_frequency + " " + doctor_advice[i].remark + "\n"
|
284
|
285
|
|
285
|
|
-
|
|
286
|
+
|
286
|
287
|
}
|
287
|
288
|
return name
|
288
|
289
|
|
|
@@ -290,7 +291,7 @@
|
290
|
291
|
}
|
291
|
292
|
|
292
|
293
|
},
|
293
|
|
-
|
|
294
|
+
|
294
|
295
|
printAction: function() {
|
295
|
296
|
const style = '@media print { .print_main_content { background-color: white; width:960px; margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 18px; padding: 10px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
|
296
|
297
|
|