shish il y a 5 ans
Parent
commit
0fe273426c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      app-hd/controllers/PurchaseController.php

+ 2 - 1
app-hd/controllers/PurchaseController.php

@@ -83,6 +83,7 @@ class PurchaseController extends BaseController
                 'hasBalancePay' => 1,
                 'hasPayPassword' => 0,
                 'hasDebtPay' => 1,
+                'count' => 8,
             ];
             util::success($data);
         } catch (Exception $e) {
@@ -274,7 +275,7 @@ class PurchaseController extends BaseController
     public function actionFreight()
     {
         //linqh 2021.6.25 运费固定返回0
-        util::success(['sedCost' =>0]);
+        util::success(['sedCost' => 0]);
         $post = Yii::$app->request->post();
         $ghsId = $post['ghsId'] ?? 0;
         //供应商