Browse Source

feature/EK-33291的改动

ryan 1 month ago
parent
commit
f60c189546
1 changed files with 24 additions and 0 deletions
  1. 24 0
      common/libs/export/BaseExport.php

+ 24 - 0
common/libs/export/BaseExport.php

@@ -1908,6 +1908,30 @@ EOT;
                             </tr>
                         </table>
                         
+                        <div style="display: flex;gap: 20px;margin-top: 15px;">
+                            <table style="border-collapse: collapse;font-size: 12px;text-align: left;font-weight: normal;flex: 1;">
+                                <tr>
+                                    <td class="table-noborder remark-label">Remark:</td>
+                                </tr>
+                                <tr>
+                                    <td class="table-noborder">{$invoiceRemark}</td>
+                                </tr>
+                            </table>
+                            
+                            <!-- 右边表格 - 产品信息部分 -->
+                            <table style="border-collapse: collapse;font-size: 12px;text-align: left;font-weight: normal;">
+                                <tr>
+                                    <th>Product Code</th>
+                                    <th>Quantity</th>
+                                    <th>Unit BV</th>
+                                    <th>Total BV</th>
+                                </tr>
+                                <tr>
+                                    {$orderDetails_bv}
+                                </tr>
+                            </table>
+                        </div>
+                        
                         <table style="table-layout: fixed;" class="table-noborder">    
                             <tr>
                                 <td colspan="11"></td>