From 81ce1c7b4ef8e552527579501dccb0f3f256b1d8 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 09 四月 2024 22:41:34 +0800
Subject: [PATCH] # 新增 一键组托 + 启动入库 接口

---
 src/main/webapp/static/js/report/reportStockUse.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/report/reportStockUse.js b/src/main/webapp/static/js/report/reportStockUse.js
index 414dde2..6c92acb 100644
--- a/src/main/webapp/static/js/report/reportStockUse.js
+++ b/src/main/webapp/static/js/report/reportStockUse.js
@@ -115,6 +115,12 @@
         }
     });
 
+    // 鎼滅储鏍忔悳绱簨浠�
+    form.on('submit(search)', function (data) {
+        pageCurr = 1;
+        tableReload(false);
+    });
+
 });
 
 // 鍏抽棴鍔ㄤ綔

--
Gitblit v1.9.1