function showMap(truckSourceList, waybillId){
var html = "";
html += "<div id=\"mapID\" class=\"am-g\">";
//----这里 放置 整个jsp页面 关于 百度地图的;
html += "<jsp\:include page=\"a.jsp\"></jsp\:include>";
html += "</div>";
$("#popup").css("width", "70%");
$("#popup").css("height", "70%");
$("#popup").html(html);
}