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