Kirin %!s(int64=3) %!d(string=hai) anos
pai
achega
2f3097d588
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      app/admin/model/order/StoreOrder.php

+ 6 - 1
app/admin/model/order/StoreOrder.php

@@ -315,6 +315,10 @@ HTML;
                 $item['total_price'],
                 $item['pay_price'],
                 $item['pay_postage'],
+                $item['pay_postage_sh'],
+                $item['deposit'],
+                $item['deposit_back'],
+                $item['use_integral'],
                 $item['coupon_price'],
                 $item['pay_type_name'],
                 $item['pay_time'] > 0 ? date('Y/m-d H:i', $item['pay_time']) : '暂无',
@@ -325,7 +329,8 @@ HTML;
             ];
         }
         PHPExcelService::setExcelHeader(['订单号', '订单类型', '性别', '电话', '收货人姓名', '收货人电话', '收货地址', '门店', '自提点', '商品信息',
-            '总价格', '实际支付', '邮费', '优惠金额', '支付状态', '支付时间', '订单状态', '下单时间', '送达时间', '用户备注'])
+            '总价格', '实际支付', '邮费', '配送费', '押金', '已退押金', '使用积分',
+            '优惠金额', '支付状态', '支付时间', '订单状态', '下单时间', '送达时间', '用户备注'])
             ->setExcelTile('订单导出' . date('YmdHis', time()), '订单信息' . time(), ' 生成时间:' . date('Y-m-d H:i:s', time()))
             ->setExcelContent($export)
             ->ExcelSave();