You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
$('#bidding_project_list').html('<%= escape_javascript(render(:partial => 'project_list', :locals => {:bidding_project => @bidding_project})) %>');
|
|
$("#project_id").val("请选择项目");
|
|
$("#bid_message").val( "<%= l(:label_bid_reason) %>" );
|
|
$("#put-bid-form").hide(); |