|
|
@@ -1616,17 +1616,17 @@ ORDER;
|
|
|
// 订单详情
|
|
|
$orderDetails .= <<<EOT
|
|
|
<tr>
|
|
|
- <td>{$no}</td>
|
|
|
- <td>{$value['SKU_CODE']}</td>
|
|
|
- <td>{$value['GOODS_TITLE']}</td>
|
|
|
- <td>{$value['BUY_NUMS']}</td>
|
|
|
- <td>{$value['REAL_PRICE']}</td>
|
|
|
- <td>{$value['REAL_PV']}</td>
|
|
|
- <td>{$totalBv}</td>
|
|
|
- <td>{$taxAmount}</td>
|
|
|
- <td>{$value['TAX_RATE']}%</td>
|
|
|
- <td>{$taxAbleAmount}</td>
|
|
|
- <td>{$totalAmount}</td>
|
|
|
+ <td style="text-align: left;">{$no}</td>
|
|
|
+ <td style="text-align: left;">{$value['SKU_CODE']}</td>
|
|
|
+ <td style="text-align: left;">{$value['GOODS_TITLE']}</td>
|
|
|
+ <td style="text-align: left;">{$value['BUY_NUMS']}</td>
|
|
|
+ <td style="text-align: left;">{$value['REAL_PRICE']}</td>
|
|
|
+ <td style="text-align: left;">{$value['REAL_PV']}</td>
|
|
|
+ <td style="text-align: left;">{$totalBv}</td>
|
|
|
+ <td style="text-align: left;">{$taxAmount}</td>
|
|
|
+ <td style="text-align: left;">{$value['TAX_RATE']}%</td>
|
|
|
+ <td style="text-align: left;">{$taxAbleAmount}</td>
|
|
|
+ <td style="text-align: left;">{$totalAmount}</td>
|
|
|
</tr>
|
|
|
EOT;
|
|
|
}
|
|
|
@@ -1743,17 +1743,17 @@ EOT;
|
|
|
<br />
|
|
|
<table border="1" width="100%" style="text-align: left; padding: 5px 2px; font-weight: normal; font-size: 14px;">
|
|
|
<tr>
|
|
|
- <th">No.</th>
|
|
|
- <th>Product Code</th>
|
|
|
- <th>Product Name</th>
|
|
|
- <th>Quantity</th>
|
|
|
- <th>Unit Price({$currency})</th>
|
|
|
- <th>Unit BV</th>
|
|
|
- <th>Total BV</th>
|
|
|
- <th>Taxable Amount({$currency})</th>
|
|
|
- <th>VAT Rate</th>
|
|
|
- <th>VAT Amount({$currency})</th>
|
|
|
- <th>Total({$currency})</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">No.</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">Product Code</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">Product Name</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">Quantity</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">Unit Price({$currency})</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">Unit BV</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">Total BV</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">Taxable Amount({$currency})</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">VAT Rate</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">VAT Amount({$currency})</th>
|
|
|
+ <th style="font-size: 14px; font-weight: bold; text-align: center;">Total({$currency})</th>
|
|
|
</tr>
|
|
|
{$orderDetails}
|
|
|
</table>
|