ryan 1 месяц назад
Родитель
Сommit
bca39b2217
1 измененных файлов с 16 добавлено и 1 удалено
  1. 16 1
      common/libs/export/BaseExport.php

+ 16 - 1
common/libs/export/BaseExport.php

@@ -1810,7 +1810,22 @@ EOT;
                         <br />
                         <br />
                         <br />
-                        <table border="1" width="100%" style="table-layout: auto;">
+                        <table border="1" width="100%">
+                            <tr style="text-align: left; font-weight: normal; font-size: 12px; width: 100%; padding: 5px 5px;">
+                                <th style="width: 30px;">No.</th>
+                                <th>Product Code</th>
+                                <th>Product Name</th>
+                                <th>Quantity</th>
+                                <th>Unit Price({$currency})</th>
+                                /*<th>Unit BV</th>
+                                <th>Total BV</th>*/
+                                <th>Taxable Amount({$currency})</th>
+                                <th>VAT Rate</th>
+                                <th>VAT Amount({$currency})</th>
+                                <th>Total({$currency})</th>
+                            </tr>
+                            {$orderDetails}
+                        </table><table border="1" width="100%">
                             <tr style="text-align: left; font-weight: normal; font-size: 12px; white-space: nowrap;">
                                 <th style="white-space: nowrap; width: auto;">No.</th>
                                 <th style="white-space: nowrap; width: auto;">Product Code</th>