|
@@ -3,7 +3,7 @@
|
|
|
<div id="printMe">
|
|
|
<div
|
|
|
id="pdfDom"
|
|
|
- style="padding: 16px; font-size: 12px !important;font-family: 'msyh';"
|
|
|
+ style="padding: 16px; font-size: 12px !important; font-family: 'msyh'"
|
|
|
>
|
|
|
<div style="font-size: 18px; text-align: center">
|
|
|
{{ printDetails.sellCorporationNameEn }}
|
|
@@ -211,14 +211,14 @@
|
|
|
style="width: 100px; text-align: center"
|
|
|
></div>
|
|
|
<div class="contentRow" style="width: 100px; text-align: center">
|
|
|
- {{ statistics("productQuantity", 4) }}
|
|
|
+ {{ statistics("productQuantity", 2) }}
|
|
|
</div>
|
|
|
<div
|
|
|
class="contentRow"
|
|
|
style="width: 100px; text-align: center"
|
|
|
></div>
|
|
|
<div class="contentRow" style="width: 100px; text-align: center">
|
|
|
- {{ statistics("amount", 4) }}
|
|
|
+ {{ statistics("amount", 2) }}
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <div v-if="printDetails.quotationPayList && printDetails.quotationPayList.length > 0">
|
|
@@ -235,7 +235,7 @@
|
|
|
FREIGHT COST:
|
|
|
</div>
|
|
|
<div class="contentRow" style="width: 100px; text-align: center">
|
|
|
- {{ statisticsTwo("amount", 4) }}
|
|
|
+ {{ statisticsTwo("amount", 2) }}
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="baseRow" style="display: flex">
|
|
@@ -246,7 +246,7 @@
|
|
|
TOTAL PRICE:
|
|
|
</div>
|
|
|
<div class="contentRow" style="width: 100px; text-align: center">
|
|
|
- {{ moneyFormat(printDetails.totalAmount, 4) }}
|
|
|
+ {{ moneyFormat(printDetails.totalAmount, 2) }}
|
|
|
</div>
|
|
|
</div>
|
|
|
<div
|