|
|
@@ -1686,10 +1686,13 @@ ORDER;
|
|
|
</tr>
|
|
|
EOT;
|
|
|
$orderDetails_bv .= <<<EOT
|
|
|
+ <tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
+ <td colspan="7" class="table-noborder"></td>
|
|
|
<td>{$value['SKU_CODE']}</td>
|
|
|
<td>{$value['BUY_NUMS']}</td>
|
|
|
<td>{$unitBvFormat}</td>
|
|
|
<td>{$totalBvFormat}</td>
|
|
|
+ </tr>
|
|
|
EOT;
|
|
|
}
|
|
|
|
|
|
@@ -1766,7 +1769,7 @@ EOT;
|
|
|
<p style="text-align: left; font-size: 13px; margin: 0 !important; padding: 0 !important; line-height: 1.3 !important;">Shop No.2, Plot 356-1142, Juneirah Street, Umm Suqeim 1, Dubai, UAE</p>
|
|
|
<p style="text-align: left; font-size: 13px; margin: 0 !important; padding: 0 !important; line-height: 1.3 !important;">Phone: +971042296118</p>
|
|
|
<p style="text-align: left; font-size: 13px; margin: 0 !important; padding: 0 !important; line-height: 1.3 !important;">License No: 1314319</p>
|
|
|
- <p style="text-align: left; font-size: 13px; margin: 0 !important; padding: 0 !important; line-height: 1.3 !important;">VAT No: 105034822400003</p>
|
|
|
+ <p style="text-align: left; font-size: 13px; margin: 0 !important; padding: 0 !important; line-height: 1.3 !important;">TRN No: 105034822400003</p>
|
|
|
</div>
|
|
|
<div style="width: 25%; text-align: right;">
|
|
|
<!-- 图像将通过TCPDF直接插入 -->
|
|
|
@@ -1782,16 +1785,13 @@ EOT;
|
|
|
<td>
|
|
|
Bill to
|
|
|
</td>
|
|
|
- <td>
|
|
|
- Invoice No.: {$invoiceNo}
|
|
|
- </td>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-size: 12px; font-weight: normal; height: 50px; vertical-align: middle;">
|
|
|
<td>
|
|
|
Name of Distributor: {$userName}
|
|
|
- </td>
|
|
|
+ </td>
|
|
|
<td>
|
|
|
- Date: {$orderAt}
|
|
|
+ Order Code.: {$orderSn}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-size: 12px; font-weight: normal; height: 50px; vertical-align: middle;">
|
|
|
@@ -1799,18 +1799,24 @@ EOT;
|
|
|
Member ID: {$userId}
|
|
|
</td>
|
|
|
<td>
|
|
|
- Payment status: {$paymentStatus}
|
|
|
+ Invoice No.: {$invoiceNo}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-size: 12px; font-weight: normal; height: 50px; vertical-align: middle;">
|
|
|
<td colspan="2">
|
|
|
Address: {$address}
|
|
|
</td>
|
|
|
+ <td>
|
|
|
+ Date: {$orderAt}
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-size: 12px; font-weight: normal; height: 50px; vertical-align: middle;">
|
|
|
<td colspan="2">
|
|
|
Contact: {$mobile}
|
|
|
</td>
|
|
|
+ <td>
|
|
|
+ Payment status: {$paymentStatus}
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
|
@@ -1898,10 +1904,7 @@ EOT;
|
|
|
<td>Unit BV</td>
|
|
|
<td>Total BV</td>
|
|
|
</tr>
|
|
|
- <tr style="text-align: left; font-weight: normal; font-size: 12px;">
|
|
|
- <td colspan="7" class="table-noborder"></td>
|
|
|
- $orderDetails_bv
|
|
|
- </tr>
|
|
|
+ $orderDetails_bv
|
|
|
</table>
|
|
|
|
|
|
<table style="table-layout: fixed;">
|