mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -69,8 +69,9 @@
|
|||||||
<div class="row row-buttons">
|
<div class="row row-buttons">
|
||||||
<div class="col-3 text-start">
|
<div class="col-3 text-start">
|
||||||
<img width="50" height="50" src="https://img.icons8.com/color/48/ms-excel.png" alt="ms-excel"/>
|
<img width="50" height="50" src="https://img.icons8.com/color/48/ms-excel.png" alt="ms-excel"/>
|
||||||
<button type="button" class="btn btn-success" id="downlodeExcelForm">업로드</button>
|
<button type="button" class="btn btn-success" id="upload">업로드</button>
|
||||||
<button type="button" class="btn btn-success" id="download">다운로드</button>
|
<button type="button" class="btn btn-success" id="downlodeExcelForm">서식 다운로드</button>
|
||||||
|
<button type="button" class="btn btn-success" id="downlodeExcelList">리스트 다운로드</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6 d-flex justify-content-center">
|
<div class="col-6 d-flex justify-content-center">
|
||||||
<nav>
|
<nav>
|
||||||
@@ -108,7 +109,7 @@
|
|||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$("#downlodeExcelForm").on("click",function(){
|
$("#downlodeExcelForm").on("click",function(){
|
||||||
var form = document.createElement("form");
|
var form = document.createElement("form");
|
||||||
form.action = "/vendor/downloadTest";
|
form.action = "/vendor/downlodeVendorForm";
|
||||||
form.method = "GET";
|
form.method = "GET";
|
||||||
document.body.appendChild(form);
|
document.body.appendChild(form);
|
||||||
form.submit();
|
form.submit();
|
||||||
|
|||||||
Reference in New Issue
Block a user