فهرست منبع

반품 미접수 예외처리 커밋

card007 4 سال پیش
والد
کامیت
c7d94b0dd3
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      src/main/webapp/WEB-INF/views/order/RtnReqForm.html

+ 7 - 0
src/main/webapp/WEB-INF/views/order/RtnReqForm.html

@@ -1579,6 +1579,13 @@ $(document).ready(function() {
 	// 글자수 제한 byte 표기
 	cfnGetTextLength($('#chgMemo'), 1000, $('#chgMemoCount'));
 	cfnGetTextLength($('#chgerRtnMemo'), 1000, $('#chgerRtnMemoCount'));
+
+	if (ordChgGb == 'G681_50') {
+		$('input:radio[name="wdGb"]:radio[value="D"]').prop('checked', true);
+		$('#chgerAddress').css('display', 'none');
+		$('input:radio[name=wdGb]').attr('disabled', true);
+		$('#delvCdList').css('display', 'none');
+	}
 });
 </script>
 </html>