Преглед изворни кода

feat: EK-3320: 订单增加 Invoice 下载

zhangl пре 1 месец
родитељ
комит
92e91be893
1 измењених фајлова са 13 додато и 13 уклоњено
  1. 13 13
      common/libs/export/BaseExport.php

+ 13 - 13
common/libs/export/BaseExport.php

@@ -1741,19 +1741,19 @@ EOT;
                             <br />
                             <br />
                             <br />
-                            <table border="1" width="100%" style="text-align: left; padding: 5px 2px; font-weight: normal; font-size: 14px;">
-                                <tr>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">No.</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">Product Code</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">Product Name</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">Quantity</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">Unit Price({$currency})</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">Unit BV</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">Total BV</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">Taxable Amount({$currency})</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">VAT Rate</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">VAT Amount({$currency})</th>
-                                    <th style="font-size: 14px; font-weight: bold; text-align: center;">Total({$currency})</th>
+                            <table border="1" width="100%">
+                                <tr style="text-align: left; padding: 5px 2px; font-weight: normal; font-size: 14px;">
+                                    <th>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>