diff --git a/WebContent/WEB-INF/view/inventoryMng/materialRequestList.jsp b/WebContent/WEB-INF/view/inventoryMng/materialRequestList.jsp
index de43290..d8320b0 100644
--- a/WebContent/WEB-INF/view/inventoryMng/materialRequestList.jsp
+++ b/WebContent/WEB-INF/view/inventoryMng/materialRequestList.jsp
@@ -357,7 +357,7 @@
-
+
diff --git a/WebContent/WEB-INF/view/partMng/partMngList.jsp b/WebContent/WEB-INF/view/partMng/partMngList.jsp
index 8ca08cd..d5e8dc0 100644
--- a/WebContent/WEB-INF/view/partMng/partMngList.jsp
+++ b/WebContent/WEB-INF/view/partMng/partMngList.jsp
@@ -497,7 +497,7 @@ String connector = person.getUserId();
-->
-
+
diff --git a/WebContent/WEB-INF/view/partMng/structureAscendingList.jsp b/WebContent/WEB-INF/view/partMng/structureAscendingList.jsp
index 395cfd0..7199532 100644
--- a/WebContent/WEB-INF/view/partMng/structureAscendingList.jsp
+++ b/WebContent/WEB-INF/view/partMng/structureAscendingList.jsp
@@ -786,7 +786,7 @@ function fn_excelDownload(){
-
+
diff --git a/WebContent/WEB-INF/view/productionplanning/rawMaterialRequirementList.jsp b/WebContent/WEB-INF/view/productionplanning/rawMaterialRequirementList.jsp
index f1d0306..4fe21ff 100644
--- a/WebContent/WEB-INF/view/productionplanning/rawMaterialRequirementList.jsp
+++ b/WebContent/WEB-INF/view/productionplanning/rawMaterialRequirementList.jsp
@@ -388,7 +388,7 @@ function fn_search() {
-
+
diff --git a/WebContent/WEB-INF/view/productionplanning/semiProductRequirementList.jsp b/WebContent/WEB-INF/view/productionplanning/semiProductRequirementList.jsp
index ad163db..0e5329b 100644
--- a/WebContent/WEB-INF/view/productionplanning/semiProductRequirementList.jsp
+++ b/WebContent/WEB-INF/view/productionplanning/semiProductRequirementList.jsp
@@ -341,7 +341,7 @@ function fn_search() {
-
+
diff --git a/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp b/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp
index b662cb9..520bac0 100644
--- a/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp
+++ b/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp
@@ -303,7 +303,7 @@ function fn_deliveryAcceptanceViewPopUp(objId, deliveryStatus){
-
+
diff --git a/WebContent/WEB-INF/view/quality/processInspectionList.jsp b/WebContent/WEB-INF/view/quality/processInspectionList.jsp
index 7cb6c00..df816c6 100644
--- a/WebContent/WEB-INF/view/quality/processInspectionList.jsp
+++ b/WebContent/WEB-INF/view/quality/processInspectionList.jsp
@@ -302,7 +302,7 @@ async function fn_createExcelFile(data){
-
+
diff --git a/WebContent/WEB-INF/view/quality/semiProductInspectionList.jsp b/WebContent/WEB-INF/view/quality/semiProductInspectionList.jsp
index 8f5c8b0..2bd8ed0 100644
--- a/WebContent/WEB-INF/view/quality/semiProductInspectionList.jsp
+++ b/WebContent/WEB-INF/view/quality/semiProductInspectionList.jsp
@@ -392,7 +392,7 @@ function fn_registPopUp(){
-
+
diff --git a/WebContent/css/basic.css b/WebContent/css/basic.css
index 1b0815e..805a042 100644
--- a/WebContent/css/basic.css
+++ b/WebContent/css/basic.css
@@ -721,6 +721,22 @@ html,body {height:100%}
.plm_btns:first-child:hover {margin-left: 0px;}
.plm_btns:hover {height:25px; border-radius: 3px; background: #38426b; color:#fff; cursor: pointer;
font-size: 12px; border: 1px solid #fff; float:left; padding:3px 10px; font-weight:700; margin-left: 5px;}
+
+/* Excel Download 아이콘 버튼 */
+.plm_btns.excelIcon {
+ background: #e7eaee url('/images/ExcelDownload2.png') no-repeat center center;
+ background-size: 18px;
+ width: 25px;
+ height: 25px;
+ padding: 0;
+ text-indent: -9999px;
+ overflow: hidden;
+}
+.plm_btns.excelIcon:hover {
+ background: #38426b url('/images/ExcelDownload2.png') no-repeat center center;
+ background-size: 18px;
+ border: 1px solid #fff;
+}
.upload_btns {height:20px; border-radius: 3px; background: #e7eaee; color:#0d58c8; cursor: pointer; margin-top:3px;
font-size: 12px; border: 1px solid #ccc; float:right; padding:3px 10px; font-weight:700; transition-duration: 0.2s;}
diff --git a/WebContent/js/common.js b/WebContent/js/common.js
index 4e734d6..1d97f00 100644
--- a/WebContent/js/common.js
+++ b/WebContent/js/common.js
@@ -3023,7 +3023,7 @@ $(document).ready(function() {
// 이미 엑셀 버튼이 있으면 추가하지 않음 (#btnExcel 또는 .excel 클래스 체크)
if ($('#btnExcel').length === 0 && $('.btnArea .excel').length === 0) {
// $('.btnArea').append("");
- $('.btnArea').append("");
+ $('.btnArea').append("");
}
$(document).on('click', '.excelBtn', async function() {