Explorar o código

feat: EK-3320: [Order List]新增发票功能.

kevin hai 1 mes
pai
achega
b84560049e
Modificáronse 1 ficheiros con 6 adicións e 3 borrados
  1. 6 3
      common/libs/export/BaseExport.php

+ 6 - 3
common/libs/export/BaseExport.php

@@ -1875,14 +1875,17 @@ EOT;
                             </tr>
                         </table>
                         
-                        <table style="table-layout: fixed;" class="table-noborder">    
+                        <table style="table-layout: fixed;" class="table-noborder">
+                            <tr>
+                                <td colspan="11"></td>
+                            </tr>
                             <tr style="text-align: left; font-weight: normal; font-size: 12px;">
                                 <td colspan="2">Remark:</td>
                                 <td colspan="9"></td>
                             </tr>
                             <tr style="text-align: left; font-weight: normal; font-size: 12px;">
-                                <td colspan="4">{$invoiceRemark}</td>
-                                <td colspan="7"></td>
+                                <td colspan="7">{$invoiceRemark}</td>
+                                <td colspan="4"></td>
                             </tr>
                         </table>