|
|
@@ -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>
|