$('#customerName').bind('change', function(){
$('#jingangCode').val( this.options[this.selectedIndex].attributes["jingangcode"].value);
});
转载于:https://my.oschina.net/clks/blog/323416
$('#customerName').bind('change', function(){
$('#jingangCode').val( this.options[this.selectedIndex].attributes["jingangcode"].value);
});
转载于:https://my.oschina.net/clks/blog/323416