浏览代码

반품 미접수 예외처리 커밋

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>