Преглед изворни кода

导出PDF数量单词修改

kevin_zhangl пре 3 година
родитељ
комит
95b928f3ee
1 измењених фајлова са 2 додато и 4 уклоњено
  1. 2 4
      frontendApi/modules/v1/controllers/ShopController.php

+ 2 - 4
frontendApi/modules/v1/controllers/ShopController.php

@@ -635,7 +635,7 @@ ORDER;
                                     <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product code</th>
                                     <th width="25%" style="font-size: 14px; font-weight: bold; text-align: center;">Product name</th>
                                     <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product price</th>
-                                    <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Quantity</th>
+                                    <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Qty</th>
                                     <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax rate</th>
                                     <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax</th>
                                     <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Total amount</th>
@@ -758,8 +758,6 @@ ORDER;
             ]);
         }
 
-        LoggerTool::info($data['list']);
-
         $userId = '';
         $userName = '';
         $address = '';
@@ -881,7 +879,7 @@ ORDER;
                                     <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product code</th>
                                     <th width="25%" style="font-size: 14px; font-weight: bold; text-align: center;">Product name</th>
                                     <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product price</th>
-                                    <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Quantity</th>
+                                    <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Qty</th>
                                     <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax rate</th>
                                     <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax</th>
                                     <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Total amount</th>