|
@@ -13,11 +13,11 @@
|
13
|
13
|
</template>
|
14
|
14
|
|
15
|
15
|
<div class='dialysisPage' style="padding-top:40px;">
|
16
|
|
- <div v-if="org_id != 4">
|
|
16
|
+ <div v-if="org_id != 10138">
|
17
|
17
|
<printOne 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"></printOne>
|
18
|
18
|
<printFour v-else 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
|
</div>
|
20
|
|
- <div>
|
|
20
|
+ <div v-else>
|
21
|
21
|
<printThree 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"></printThree>
|
22
|
22
|
</div>
|
23
|
23
|
</div>
|
|
@@ -75,7 +75,7 @@ export default {
|
75
|
75
|
var ptime = Math.round(new Date().getTime() / 1000);
|
76
|
76
|
this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
|
77
|
77
|
|
78
|
|
- if(this.org_id == 4){
|
|
78
|
+ if(this.org_id == 10138){
|
79
|
79
|
|
80
|
80
|
const style =
|
81
|
81
|
'@media print {#prescription-print{font-size:14px;}.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;}}';
|