From 76a70a7d31c11a03b56c7696375be3492e298373 Mon Sep 17 00:00:00 2001
From: 18516761980 <56479841@qq.com>
Date: 星期五, 22 七月 2022 19:42:52 +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