Ver Fonte

Merge branch 'ST24PRJ-641' into develop

card007 há 4 anos atrás
pai
commit
4e66af8cf0

+ 6 - 0
src/main/webapp/WEB-INF/views/withdraw/RefundRegisterListForm.html

@@ -488,6 +488,12 @@
 			}
 		});
 	};
+
+	// 주문자연락처 하이픈 처리
+	$('#ordPhnno').on('input keyup keydown paste change', function () {
+		cfnCellPhonnHypen(this);
+	});
+
 /*]]>*/
 </script>
 </html>