|
|
@@ -1232,7 +1232,6 @@ $(document).ready(function() {
|
|
|
$('.chger').css('display', 'none');
|
|
|
$('input:radio[name=wdGb]').attr('disabled', true);
|
|
|
} else {
|
|
|
- alert(wdGb);
|
|
|
if (wdGb == 'D') {
|
|
|
$('input:radio[name="wdGb"]:radio[value="D"]').prop('checked', true);
|
|
|
$('.chger').css('display', 'none');
|