소스 검색

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

gagamel 4 년 전
부모
커밋
85194a9ef9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/views/settle/GiftcardSettleForm.html

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

@@ -125,7 +125,7 @@
 			cellRenderer: function (params) { return gagaAgGrid.toAddComma(params.value); }
 		},
 		{
-			headerName: "잔액", field: "rmGfcdAmt", width: 150, cellClass: 'text-right',
+			headerName: "잔액", field: "rmGfcdAmt", width: 150, cellClass: 'text-right', hide: true,
 			cellRenderer: function (params) { return gagaAgGrid.toAddComma(params.value); }
 		}
 	];