|
|
@@ -1909,22 +1909,23 @@ EOT;
|
|
|
</table>
|
|
|
|
|
|
<!-- 左侧表格:用于显示 Remark -->
|
|
|
- <table style="table-layout: fixed; width: auto; float: left;">
|
|
|
- <tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
- <td style="padding-right: 20px;">Remark:</td>
|
|
|
+ <table style="table-layout: fixed; float: left;">
|
|
|
+ <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>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
- <td style="padding-right: 20px;">{$invoiceRemark}</td>
|
|
|
+ <td colspan="6" class="table-noborder">{$invoiceRemark}</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
|
<!-- 右侧表格:用于显示 Product Code 等信息 -->
|
|
|
- <table style="table-layout: fixed; width: auto;">
|
|
|
- <tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
+ <table style="table-layout: fixed;">
|
|
|
+ <tr style="text-align: left; font-weight: normal; font-size: 12px; margin-top: 15px;">
|
|
|
<td>Product Code</td>
|
|
|
- <td style="padding-left: 10px;">Quantity</td>
|
|
|
- <td style="padding-left: 10px;">Unit BV</td>
|
|
|
- <td style="padding-left: 10px;">Total BV</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
|