mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-06 12:13:36 +09:00
#update
This commit is contained in:
@@ -115,6 +115,14 @@
|
||||
form.submit();
|
||||
});
|
||||
|
||||
$("#downlodeExcelList").on("click",function(){
|
||||
var form = document.createElement("form");
|
||||
form.action = "/vendor/downlodeExcelList";
|
||||
form.method = "GET";
|
||||
document.body.appendChild(form);
|
||||
form.submit();
|
||||
});
|
||||
|
||||
//POST방식으로 create폼화면 출력
|
||||
$("#createButton").on("click",function(){
|
||||
var form = document.createElement("form");
|
||||
|
||||
Reference in New Issue
Block a user