Index: arms/html/analysisCost/content-container.html =================================================================== diff -u -r6c85a6fc26b9540b3cdf9499949b31e17fbfd90c -rd654197c5cf71bd7ef78d62086080ac120e369f2 --- arms/html/analysisCost/content-container.html (.../content-container.html) (revision 6c85a6fc26b9540b3cdf9499949b31e17fbfd90c) +++ arms/html/analysisCost/content-container.html (.../content-container.html) (revision d654197c5cf71bd7ef78d62086080ac120e369f2) @@ -696,15 +696,73 @@ 각 버전에 투입된 인력의 연봉 정보를 입력합니다. -
-
- +
+
+
+
+ +
+
+
List View (Excel)
+ +
+
+
+ +
Index: arms/js/analysisCost.js =================================================================== diff -u -rcced9684337ae4ccb8077ba565e1b52c4b9b8d12 -rd654197c5cf71bd7ef78d62086080ac120e369f2 --- arms/js/analysisCost.js (.../analysisCost.js) (revision cced9684337ae4ccb8077ba565e1b52c4b9b8d12) +++ arms/js/analysisCost.js (.../analysisCost.js) (revision d654197c5cf71bd7ef78d62086080ac120e369f2) @@ -1515,9 +1515,7 @@ SpreadSheetFunctions.setColumnWidth(excelWidth); var customOptions = { - toolbar:[], pagination:10, - allowInsertColumn: false, contextMenu: [], updateTable: function(instace, cell, col, row, val, id) { cell.style.whiteSpace = "normal"; @@ -1600,7 +1598,7 @@ function handleResize(id,width, height) { if (id ==="spreadsheet" && height !== 0) { - if (인력별_연봉정보) { + if (Object.keys(인력별_연봉정보).length > 0) { drawExcel("spreadsheet", 인력별_연봉정보); } else { console.log("인력별_연봉정보 데이터가 없습니다.");