Browse Source

修改入库时间

shish 2 years ago
parent
commit
d4c980fa09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/PurchaseOrderController.php

+ 1 - 1
app-ghs/controllers/PurchaseOrderController.php

@@ -604,7 +604,7 @@ class PurchaseOrderController extends BaseController
     }
 
     //修改入库时间 ssh 20240511
-    public function actionModifyOrderEntryTime()
+    public function actionModifyEntryTime()
     {
         $get = Yii::$app->request->get();
         $id = $get['id'] ?? 0;