Ver código fonte

导出PDF数量单词修改

kevin_zhangl 3 anos atrás
pai
commit
95b928f3ee

+ 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>