Browse Source

feat: EK-3320: 订单增加 Invoice 下载

zhangl 1 tháng trước cách đây
mục cha
commit
827899664f
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      common/libs/export/BaseExport.php

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

@@ -1590,6 +1590,8 @@ ORDER;
             $orderTotal = 0;
             $orderTotalQuantity = count($oderList);
 
+            LoggerTool::debug($oderList);
+
             foreach ($oderList as $key => $value) {
                 $no = $key + 1;
                 $invoiceRemark = $value['INVOICE_REMARK'] ?: '';
@@ -1825,8 +1827,8 @@ EOT;
                             <table style="table-layout: fixed;" class="table-noborder">
                                 <tr style="text-align: left; font-weight: normal; font-size: 12px;">
                                     <td colspan="7"></td>
-                                    <td colspan="2" >Method:</td>
-                                    <td colspan="2">{$paymentMethod}</td>
+                                    <td colspan="2">Method:</td>
+                                    <td colspan="2"></td>
                                 </tr>
                                 <tr style="text-align: left; font-weight: normal; font-size: 12px;">
                                     <td colspan="7"></td>