소스 검색

拆单+打印

gorden 5 달 전
부모
커밋
3fcda0f814

+ 1 - 1
app/admin/controller/order/GoodsController.php

@@ -1888,7 +1888,7 @@ class GoodsController extends Curd
 
                 $this->insertExpressOne($params, $orderId);
                 // 打小票
-                $this->printerTicket($params, $premises, $orderId);
+//                $this->printerTicket($params, $premises, $orderId);
             }
         } catch (\Exception $e) {
             dump($e->getMessage());

+ 1 - 1
app/admin/controller/order/PackagesController.php

@@ -2030,7 +2030,7 @@ class PackagesController extends Curd
                 $this->insertBenefitOne($params, $goods, $orderId);
 
                 // 打小票
-                $this->printerTicket($params, $premises, $orderId);
+//                $this->printerTicket($params, $premises, $orderId);
             }
         } catch (\Exception $e) {
             dump($e->getMessage());

+ 1 - 1
app/admin/controller/order/ServicesController.php

@@ -1926,7 +1926,7 @@ class ServicesController extends Curd
                 $this->insertBenefitOne($params, $goods, $orderId);
 
                 // 打小票
-                $this->printerTicket($params, $premises, $orderId);
+//                $this->printerTicket($params, $premises, $orderId);
             }
         } catch (\Exception $e) {
             dump($e->getMessage());