|
|
@@ -1894,46 +1894,26 @@ EOT;
|
|
|
|
|
|
<table style="table-layout: fixed;">
|
|
|
<tr style="text-align: left; font-weight: normal; font-size: 12px; margin-top: 15px;">
|
|
|
- <td colspan="2" class="table-noborder">Remark:</td>
|
|
|
- <td colspan="5" class="table-noborder"></td>
|
|
|
<td>Product Code</td>
|
|
|
<td>Quantity</td>
|
|
|
<td>Unit BV</td>
|
|
|
<td>Total BV</td>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
- <td colspan="6" class="table-noborder">{$invoiceRemark}</td>
|
|
|
- <td class="table-noborder"></td>
|
|
|
+ <td colspan="7" class="table-noborder"></td>
|
|
|
$orderDetails_bv
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
|
- <!-- 左侧表格:用于显示 Remark -->
|
|
|
- <table style="table-layout: fixed; float: left;">
|
|
|
+ <table style="table-layout: fixed;">
|
|
|
<tr style="text-align: left; font-weight: normal; font-size: 12px; margin-top: 15px;">
|
|
|
<td colspan="2" class="table-noborder">Remark:</td>
|
|
|
- <td colspan="5" class="table-noborder"></td>
|
|
|
+ <td colspan="9" class="table-noborder"></td>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
<td colspan="6" class="table-noborder">{$invoiceRemark}</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
-
|
|
|
- <!-- 右侧表格:用于显示 Product Code 等信息 -->
|
|
|
- <table style="table-layout: fixed;float: right;">
|
|
|
- <tr style="text-align: left; font-weight: normal; font-size: 12px; margin-top: 15px;">
|
|
|
- <td>Product Code</td>
|
|
|
- <td>Quantity</td>
|
|
|
- <td>Unit BV</td>
|
|
|
- <td>Total BV</td>
|
|
|
- </tr>
|
|
|
- <tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
- $orderDetails_bv
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
-
|
|
|
- <!-- (可选)清除浮动,防止影响后续页面布局 -->
|
|
|
- <div style="clear: both;"></div>
|
|
|
|
|
|
|
|
|
<table style="table-layout: fixed;" class="table-noborder">
|