From a92ef8a8b547e50b7df9320267ae665addab9615 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Thu, 18 Apr 2024 18:05:01 +0300 Subject: [PATCH] shipment ajax --- erp24/controllers/ShipmentController.php | 1 + erp24/modul/shipment/ajaxDivisionAutoHandStart.php | 14 ++++++++------ erp24/modul/shipment/functionsShipment.php | 4 ++-- .../shipment/ajax-division-auto-hand-start.php | 5 +++++ 4 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 erp24/views/shipment/ajax-division-auto-hand-start.php diff --git a/erp24/controllers/ShipmentController.php b/erp24/controllers/ShipmentController.php index 4c41495..fb9d069 100755 --- a/erp24/controllers/ShipmentController.php +++ b/erp24/controllers/ShipmentController.php @@ -19,4 +19,5 @@ class ShipmentController extends Controller public function actionDivisionStore() { return $this->render('division-store'); } public function actionDivisionStorePrint() { return $this->render('division-store-print'); } public function actionStoreOrderScore() { return $this->render('store-order-score'); } + public function actionAjaxDivisionAutoHandStart() { return $this->render('ajax-division-auto-hand-start'); } } \ No newline at end of file diff --git a/erp24/modul/shipment/ajaxDivisionAutoHandStart.php b/erp24/modul/shipment/ajaxDivisionAutoHandStart.php index 54478a7..cce7279 100644 --- a/erp24/modul/shipment/ajaxDivisionAutoHandStart.php +++ b/erp24/modul/shipment/ajaxDivisionAutoHandStart.php @@ -1,13 +1,15 @@ -