|
@@ -13,7 +13,7 @@
|
13
|
13
|
</template> -->
|
14
|
14
|
|
15
|
15
|
<div class='dialysisPage' style="padding-top:40px;">
|
16
|
|
- <div v-if="org_id != 10138">
|
|
16
|
+ <div v-if="org_id != 10138 && org_id != 10278">
|
17
|
17
|
<printOne v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
|
18
|
18
|
<printFour v-if="org_id == 10088" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printFour>
|
19
|
19
|
<printFive v-if="org_id == 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printFive>
|
|
@@ -78,7 +78,7 @@ export default {
|
78
|
78
|
var ptime = Math.round(new Date().getTime() / 1000);
|
79
|
79
|
this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
|
80
|
80
|
|
81
|
|
- if(this.org_id == 10138){
|
|
81
|
+ if(this.org_id == 10138 || this.org_id == 10278){
|
82
|
82
|
setTimeout(() => {
|
83
|
83
|
const style =
|
84
|
84
|
'@media print {#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px;}.infoTitle div{width: 200px;}.infoMain{display: flex;flex-wrap: wrap;margin-top:10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:350px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}@media print {html {zoom: 90%;}}}';
|