|
|
@@ -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;
|
|
|
//供应商
|