From 55b36b1279fd11feafde05a65ec835f55aa89850 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期一, 27 十二月 2021 13:23:25 +0800
Subject: [PATCH] #

---
 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