Ver código fonte

상품권정산 화면의 "잔액" 항목이 필요 없으므로 숨김 처리

gagamel 4 anos atrás
pai
commit
224b2e2ad6

+ 2 - 0
src/main/webapp/WEB-INF/views/settle/GiftcardSettleForm.html

@@ -216,10 +216,12 @@
 			gagaAgGrid.showOrHideColumn(gridOptions, 'usGfcdAmt', false);
 			gagaAgGrid.showOrHideColumn(gridOptions, 'useGfcdAmt', true);
 			gagaAgGrid.showOrHideColumn(gridOptions, 'cnclGfcdAmt', true);
+			gagaAgGrid.showOrHideColumn(gridOptions, 'rmGfcdAmt', false);
 		} else {
 			gagaAgGrid.showOrHideColumn(gridOptions, 'usGfcdAmt', true);
 			gagaAgGrid.showOrHideColumn(gridOptions, 'useGfcdAmt', false);
 			gagaAgGrid.showOrHideColumn(gridOptions, 'cnclGfcdAmt', false);
+			gagaAgGrid.showOrHideColumn(gridOptions, 'rmGfcdAmt', true);
 		}
 	}