|
@@ -15,9 +15,9 @@
|
15
|
15
|
size="small" type="success"
|
16
|
16
|
@click="showclick = !showclick">{{ showclick==false ? '白纸' : '发票' }}</el-button>
|
17
|
17
|
</template>
|
18
|
|
- <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375 && org_id != 10567 && org_id != 10188 && org_id != 0"><!--&& org_id != 10188 && org_id != 0-->
|
|
18
|
+ <div class="app-container" style="padding-top:40px;" v-if="org_id != 10633 && org_id != 10217 && org_id != 10485 && org_id != 10375 && org_id != 10567 && org_id != 10188 && org_id != 0"><!--&& org_id != 10188 && org_id != 0-->
|
19
|
19
|
<div class='dialysisPage'>
|
20
|
|
- <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id != 10480 " >
|
|
20
|
+ <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10633 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id != 10480 " >
|
21
|
21
|
<printOne v-if="org_id != 10088 && org_id != 10510 && org_id != 0" :paramsObj="invoiceParams"></printOne>
|
22
|
22
|
<printThree v-if="org_id == 10088 " :paramsObj="invoiceParams" :show="showclick"></printThree>
|
23
|
23
|
<printfifteen v-if="org_id == 10510 " :paramsObj="invoiceParams"></printfifteen>
|
|
@@ -40,7 +40,7 @@
|
40
|
40
|
</div>
|
41
|
41
|
</div>
|
42
|
42
|
|
43
|
|
- <div class="app-container" style="" v-if="org_id == 10217 ">
|
|
43
|
+ <div class="app-container" style="" v-if="org_id == 10217 || org_id == 10633">
|
44
|
44
|
<div class='dialysisPage'>
|
45
|
45
|
<printSix :paramsObj="invoiceParams"></printSix>
|
46
|
46
|
</div>
|
|
@@ -142,7 +142,7 @@
|
142
|
142
|
return "";
|
143
|
143
|
},
|
144
|
144
|
printThisPage() {
|
145
|
|
- if (this.org_id == 10217){
|
|
145
|
+ if (this.org_id == 10217 || this.org_id == 10633){
|
146
|
146
|
const style =
|
147
|
147
|
// '@media print {#invoice-print{font-size:12px;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoMain{display: flex;flex-wrap: wrap;padding:0 10px;margin-top:10px;}.infoMain .infoP{width: 33%;}.chargeBox{border: 1px solid #000;}.chargeUl{display:flex;justify-content: space-between;text-align: center;}.chargeUl p{line-height: 1px;}.chargeP{line-height: 1px;padding-bottom:16px;}.moneyBox{display: flex;justify-content: space-between;padding: 0 10px;background: #eeeeee;-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;-ms-print-color-adjust:exact;print-color-adjust:exact;height: 40px;align-items: center;border:1px solid #000; border-top:none}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar div{width:150px;}}';
|
148
|
148
|
'@media print {#invoice-print{font-size:12px;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoMain{display: flex;flex-wrap: wrap;}.infoMain .infoP{width: 33%;}.chargeBox{border: 1px solid #000;}.chargeUl{display:flex;justify-content: space-between;text-align: center;}.chargeUl p{line-height: 1px;}.chargeP{line-height: 1px;padding-bottom:16px;}.moneyBox{display: flex;justify-content: space-between;background: #eeeeee;-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;-ms-print-color-adjust:exact;print-color-adjust:exact;height: 40px;align-items: center;border:1px solid #000; border-top:none}.actionBar{display: flex;justify-content: space-between; line-height: 24px;}.actionBar div{width:150px;}}';
|