Просмотр исходного кода

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

gagamel 4 лет назад
Родитель
Сommit
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); }
 		}
 	];