반제품, 원자재 엑셀다운 추가 #111
@@ -42,6 +42,8 @@ String menuName = CommonUtils.getMenuName(menuObjId, "원자재소요량");
|
||||
var inputGrid;
|
||||
// 결과 그리드 (소요량 목록)
|
||||
var resultGrid;
|
||||
// 공통 엑셀 다운로드용 grid 변수 (resultGrid를 참조)
|
||||
var grid;
|
||||
// 입력 행 번호
|
||||
var rowSeq = 0;
|
||||
// M-BOM 옵션 데이터
|
||||
@@ -172,7 +174,7 @@ function fn_initInputGrid() {
|
||||
|
||||
// 결과 그리드 초기화
|
||||
function fn_initResultGrid() {
|
||||
resultGrid = new Tabulator("#resultGrid", {
|
||||
grid = resultGrid = new Tabulator("#resultGrid", {
|
||||
data: [],
|
||||
layout: "fitColumns",
|
||||
height: "calc(100vh - 450px)",
|
||||
@@ -372,6 +374,7 @@ function fn_search() {
|
||||
<input type="button" class="plm_btns" value="행 추가" id="btnAddRow">
|
||||
<input type="button" class="plm_btns" value="행 삭제" id="btnDeleteRow">
|
||||
<input type="button" class="plm_btns" value="조회" id="btnSearch">
|
||||
<input type="button" class="plm_btns excelBtn" value="Excel Download" id="btnExcel">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -42,6 +42,8 @@ String menuName = CommonUtils.getMenuName(menuObjId, "반제품소요량");
|
||||
var inputGrid;
|
||||
// 결과 그리드 (소요량 목록)
|
||||
var resultGrid;
|
||||
// 공통 엑셀 다운로드용 grid 변수 (resultGrid를 참조)
|
||||
var grid;
|
||||
// 입력 행 번호
|
||||
var rowSeq = 0;
|
||||
// M-BOM 옵션 데이터
|
||||
@@ -172,7 +174,7 @@ function fn_initInputGrid() {
|
||||
|
||||
// 결과 그리드 초기화
|
||||
function fn_initResultGrid() {
|
||||
resultGrid = new Tabulator("#resultGrid", {
|
||||
grid = resultGrid = new Tabulator("#resultGrid", {
|
||||
data: [],
|
||||
layout: "fitColumns",
|
||||
height: "calc(100vh - 450px)",
|
||||
@@ -325,6 +327,7 @@ function fn_search() {
|
||||
<input type="button" class="plm_btns" value="행 추가" id="btnAddRow">
|
||||
<input type="button" class="plm_btns" value="행 삭제" id="btnDeleteRow">
|
||||
<input type="button" class="plm_btns" value="조회" id="btnSearch">
|
||||
<input type="button" class="plm_btns excelBtn" value="Excel Download" id="btnExcel">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user