From eee9f10932e0f0faefb97471119c1796628055ca Mon Sep 17 00:00:00 2001
From: 18516761980 <56479841@qq.com>
Date: 星期四, 28 七月 2022 15:23:07 +0800
Subject: [PATCH] Merge branch 'master' of http://47.97.1.152:5880/r/kls-asrs

---
 src/main/webapp/jsFiles/waitPakOut.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/jsFiles/waitPakOut.js b/src/main/webapp/jsFiles/waitPakOut.js
index 49ef901..3fb798e 100644
--- a/src/main/webapp/jsFiles/waitPakOut.js
+++ b/src/main/webapp/jsFiles/waitPakOut.js
@@ -785,4 +785,17 @@
             }
         });
     }
+}
+
+//瀵煎嚭
+function ExportExcel(){
+    if(confirm("纭瀵煎嚭excel锛�")){
+        var url = "work/exportWaitPakOut.action?";
+        url += "matnr=" + $("#search_sheet_no").val();
+        url += "&maktx=" + $("#search_mat_no").val();
+        url += "&loc_no=" + $("#loc_no").val();
+        location.href=url;
+    }else{
+        return false;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1