客观、科学、定量地评价企业的标准竞争能力,有助于企业准确把握标准竞争水平和竞争态势,能够明确标准竞争能力培育和提高的方向,为企业推进标准竞争的进程,制定和采取合适的标准竞争战略与策略提供依据。根据上文分析,将标准竞争能力的构成体系分为技术性标准竞争能力和制度性标准竞争能力两个维度(图6-1)。围绕能力构成体系,将按照战略导向、战略资源、企业核心能力、强制性要素、规范性要素和模仿性要素建立指标体系(表6-1)。 图6-1 标准竞争能力构成的理论框架 表6-1 标准竞争能力的评价指标体系
"
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