2.3.1 跨国公司在华研发情况调研设计和基本面分析为深入研究金融危机对跨国公司和中国国家创新系统的影响,课题组选取30多家典型企业和其他创新主体展开案例调研与访谈。案例选择依据为不同行业、区域、所有制性质、规模以及来源国别(地区),在此基础上进行了典型性分析。2009年6~9月课题组在北京、天津、上海、南京、无锡、苏州、嘉兴、宁波、杭州、福州、泉州、厦门、深圳等地,调研了跨国公司在华研发投资的新态势和遇到的新问题。调研共走访超过30家跨国公司,样本情况如表1-2-2所示。 表1-2-2 访谈样本情况
"
html += "
"
$("#SocialLogin").html(html);
}
);
$("#logindiv1").show();
$('#zhezhao').show();
$(window).on("scroll",function(){
$(this).scrollTop (0);
});
debugger;
//记住密码功能
var str = getCookie("ZAS_KeepUsrPwd");
str = str.substring(0,str.length);
var username = str.split("_")[0];
var password = str.split("_")[1];
//自动填充用户名和密码
$("#UserName").val(username);
$("#Password").val(password);
}
$(".btn-close").click(function(){
$("#logindiv1").hide();
$('#zhezhao').hide();
$('#orgBuybox').hide();
$(window).off("scroll");
});
$("#orgBuy").click(function(){
$('#zhezhao').show();
$('#orgBuybox').show();
});
function doRecom(){
debugger;
$('#RecommendNameInfo').text("");
$('#BranchNameInfo').text("");
$('#CollegeInfo').text("");
$('#BranchContractWayInfo').text("");
var arr = [];
if($('#RecommendName').val().length==0){
arr.push("RecommendName");
}
if($('#BranchName').val().length==0){
arr.push("BranchName");
}
if($('#College').val().length==0){
arr.push("College");
}
if($('#BranchContractWay').val().length==0){
arr.push("BranchContractWay");
}
if(arr.length>0){
for(var i=0;i