Browse Source

拆单+打印

gorden 5 tháng trước cách đây
mục cha
commit
21c217cd88
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/admin/controller/order/ServicesController.php

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

@@ -1556,6 +1556,7 @@ class ServicesController extends Curd
             foreach ($params['pay_category_constitute_list'] as $item) {
                 $constituteAmount = sprintf("%.2f", $constituteAmount) + sprintf("%.2f", $item['amount']);
             }
+            dump($params['order_amount_pay'],$constituteAmount);
             if ($params['order_amount_pay'] != $constituteAmount) {
                 throw new BusinessException('组合支付金额与应付金额不一致');
             }