Browse Source

批量修改加价

shish 4 years ago
parent
commit
20d85a4e52
1 changed files with 7 additions and 0 deletions
  1. 7 0
      app-ghs/controllers/ProductController.php

+ 7 - 0
app-ghs/controllers/ProductController.php

@@ -307,6 +307,13 @@ class ProductController extends BaseController
         util::complete();
     }
 
+    //批量修改加价 shish 20211211
+    public function actionBatchChangeAddPrice()
+    {
+        $addData = Yii::$app->request->post('addData', '');
+        print_r($addData);
+    }
+
     //批量修改product 排序,成本价,加价
     public function actionBatchUpdate()
     {