Explorar el Código

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

gagamel hace 4 años
padre
commit
85194a9ef9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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); }
 		}
 	];