|
|
@@ -273,6 +273,8 @@ class PurchaseController extends BaseController
|
|
|
//运费计算 linqh 2021.4.12 暂时返回固定值
|
|
|
public function actionFreight()
|
|
|
{
|
|
|
+ //linqh 2021.6.25 运费固定返回0
|
|
|
+ util::success(['sedCost' =>0]);
|
|
|
$post = Yii::$app->request->post();
|
|
|
$ghsId = $post['ghsId'] ?? 0;
|
|
|
//供应商
|