Browse Source

feature/EK-33291的改动

ryan 1 month ago
parent
commit
6c1b6897ba
1 changed files with 7 additions and 2 deletions
  1. 7 2
      common/libs/export/BaseExport.php

+ 7 - 2
common/libs/export/BaseExport.php

@@ -1793,7 +1793,7 @@ EOT;
                                     Name of Distributor: {$userName}
                                 </td>   
                                 <td>
-                                    Order Code.: {$orderSn}
+                                    Invoice No.: {$invoiceNo}
                                 </td>
                             </tr>
                             <tr style="text-align: left; font-size: 12px; font-weight: normal; height: 50px; vertical-align: middle;">
@@ -1801,7 +1801,7 @@ EOT;
                                     Member ID: {$userId}
                                 </td>
                                 <td>
-                                    Invoice No.: {$invoiceNo}
+                                    Order No.: {$orderSn}
                                 </td>
                             </tr>
                             <tr style="text-align: left; font-size: 12px; font-weight: normal; height: 50px; vertical-align: middle;">
@@ -1907,6 +1907,11 @@ EOT;
                                 <td>Total BV</td>
                             </tr>
                             $orderDetails_bv
+                            <tr style="text-align: left; font-weight: normal; font-size: 12px; margin-top: 15px;">
+                                <td colspan="7" class="table-noborder"></td>
+                                <td colspan="2">Grand Total BV</td>
+                                <td colspan="2">{$orderTotalBv}</td>
+                            </tr>
                         </table>
                         
                         <table style="table-layout: fixed;">