Parcourir la source

ST24PRJ-641 [결함][BOS] 환불관리 > 휴대폰조회 안됨

card007 il y a 4 ans
Parent
commit
d9e61356fc

+ 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>