Commit 7db9105d authored by duxinyuan's avatar duxinyuan

修改类型设置

parent 75deba18
...@@ -646,14 +646,17 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -646,14 +646,17 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$('.choose_topic_1').hide(); $('.choose_topic_1').hide();
$('.choose_topic_2').show(); $('.choose_topic_2').show();
$('.rep').hide(); $('.rep').hide();
$("#into_id_change").removeAttr("readOnly")
} else if ( val == '保管金' ) { } else if ( val == '保管金' ) {
$('.choose_topic_1').hide(); $('.choose_topic_1').hide();
$('.choose_topic_2').show(); $('.choose_topic_2').show();
$('.rep').hide(); $('.rep').hide();
$("#into_id_change").removeAttr("readOnly")
} else { } else {
$('.choose_topic_2').hide(); $('.choose_topic_2').hide();
$('.choose_topic_1').show(); $('.choose_topic_1').show();
$('.rep').show(); $('.rep').show();
$('#into_id_change').attr("readonly","readonly");
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment