Browse Source

修改金额

shish 2 years ago
parent
commit
c4c92a3774
1 changed files with 9 additions and 0 deletions
  1. 9 0
      app-ghs/controllers/RefundController.php

+ 9 - 0
app-ghs/controllers/RefundController.php

@@ -23,6 +23,15 @@ use bizGhs\order\classes\StockWastageOrderClass;
 class RefundController extends BaseController
 class RefundController extends BaseController
 {
 {
 
 
+    //修改金额 ssh 20240412
+    public function actionModifyAmount()
+    {
+        $get = Yii::$app->request->get();
+        $id = $get['id'] ?? 0;
+        $amount = $get['amount'] ?? 0;
+        util::complete();
+    }
+
     //修改申请原因 ssh 20240302
     //修改申请原因 ssh 20240302
     public function actionModifyCause()
     public function actionModifyCause()
     {
     {