|
@@ -18,7 +18,7 @@
|
18
|
18
|
</div>
|
19
|
19
|
<printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
|
20
|
20
|
<printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
|
21
|
|
- <printFive v-if="org_id == 10188 " :paramsObj="invoiceParams"></printFive>
|
|
21
|
+ <printFive v-if="org_id == 10188 || org_id == 0" :paramsObj="invoiceParams"></printFive>
|
22
|
22
|
<!-- <printthirteen v-if="org_id == 10188 || org_id == 0 " :paramsObj="invoiceParams"></printthirteen> -->
|
23
|
23
|
<!-- <printEight v-if="org_id == 10387 || org_id == 0" :paramsObj="invoiceParams"></printEight>-->
|
24
|
24
|
<print-eight v-if="org_id == 10387" :paramsObj="invoiceParams"></print-eight>
|
|
@@ -137,7 +137,7 @@
|
137
|
137
|
});
|
138
|
138
|
}else{
|
139
|
139
|
const style =
|
140
|
|
- '@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;}}';
|
|
140
|
+ '@media print {#invoice-print{font-size:15px;}.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;}}';
|
141
|
141
|
printJS({
|
142
|
142
|
printable: "invoice-print",
|
143
|
143
|
type: "html",
|