function RndNum(n) {
var rnd = "";
for (var i = 0; i < n; i++)
rnd += Math.floor(Math.random() * 10);
return rnd;
}
var xxx = RndNum(3);
var handler = function (captchaObj) {
/*$("#btn_getcode1").click(function (e) {
onblurMobile();
var validate = captchaObj.getValidate();
if (!validate) {
$("#notice")[0].className = "show";
setTimeout(function () {
$("#notice")[0].className = "hide";
}, 2000);
e.preventDefault();
}
else
{
$("#hcaptcha").val("1");
showtime(60);
SendMobileCode();
}
});*/
// 将验证码加到id为captcha的元素里
console.log(captchaObj);
console.log(JSON.stringify(captchaObj));
//console.log(captchaObj.dom.innerHTML);
captchaObj.appendTo("#pop");
/*captchaObj.onReady(function () {
$("#wait")[0].className = "hide";
});*/
};
function showCode() {
if (onblurMobile()) {
$("#pop").html("");
$.ajax({
url: "/tools/getcaptcha.aspx?t=" + xxx + "&mobile=" + $("#txt_mobile").val() + "",
type: "get",
dataType: "json",
success: function (data) {
initGeetest({
width: '100%',
gt: data.gt,
challenge: data.challenge,
product: "embed",
offline: !data.success
}, function (captchaObj) {
captchaObj.appendTo("#pop");
captchaObj.onSuccess(function () {
console.log("success");
$("#hcaptcha").val("1");
showtime(60);
$("#pop").hide();
var validate = captchaObj.getValidate();
SendMobileCode(validate);
});
window.captchaObj = captchaObj;
});
}
});
$("#pop").show();
}
}
function SendMobileCode(validate) {
des = "tb"; console.log(PageMethods);
PageMethods.SendMobileCode($("#txt_mobile").val(),validate.geetest_challenge,validate.geetest_validate,validate.geetest_seccode, funReady, funError);
}
function funReady(result) {
result = JSON.parse(result);
if (result.data == 1) {
$("#div_captcha").val("验证码已发送!")
}
else {
alert(result.data);
}
}
function funError(err) {
alert("Error:" + err._message);
}
function showtime(t) {
document.getElementById("btn_getcode").disabled = true;
for (i = 1; i <= t; i++) {
window.setTimeout("update_p(" + i + "," + t + ")", i * 1000);
}
}
function update_p(num, t) {
if (num == t) {
document.getElementById("btn_getcode").value = " 重新发送 ";
document.getElementById("btn_getcode").disabled = false;
}
else {
printnr = t - num;
document.getElementById("btn_getcode").value = " (" + printnr + ")秒后重新发送";
}
}
function getmobilecode() {
onblurMobile();
showtime(60);
SendMobileCode();
}
|
|
|
|
山东德洋电子科技有限公司
企业简介
15
公司简介
一、基本信息
1、成立于2009年4月。双林股份旗下控股子公司(证券代码:300100)
2、专注于永磁同步电机、电机控制器、VMS、BMS等核心模块的研发、生产与销售的高新技术企业。
3、注册资金6500万元,占地75000平米,现有员工300余人。
4、拥有国际先进的自动化电器系统生产流水线及全套检测设备。
5、企业愿景:新能源汽车电气系统平台领先者!
二、体系及产品认证
1、已通过ISO9001及TS16949体系认证。
2、通过了国家轿车质量监督检验中心及北京理工大学电动车辆工程技术中心的测试。
三、主要客户
1、2014年配套众泰汽车1万余台。
2、2015年配套吉利汽车3万余台。市场占有率约10%。
3、2016年配套吉利汽车等客户近4万台。市场排名第9
四、行业排名
1、2015年国产纯电动乘用车十大电机企业排名,(根据机动车出厂合格证)德洋电子排名No.1。
2、2016年驱动电机销售55.9万台,其中永磁同步电机占比83.08%,成为主要技术路线。根据2016年中国新能源汽车电机TOP30企业销量排行榜排名,国内驱动电机生产企业约190家,其中比亚迪以25.12%的市场份额排名No.1,德洋电子排名No.9。
永磁同步驱动电机
1、具有高功率密度、高转矩密度、调速范围宽、控制精度高
2、具有良好的转矩平稳性及低振动噪声的特点
3、具有体积小、重量轻、效率高、高效率平台宽
4、具有结构紧凑、可靠性高、使用寿命长等特点
电机控制器总成
1、采用正弦波矢量控制技术
2、体积小、重量轻
3、闭环控制、响应速度快、控制精度高
4、采用MOSFET模块,具有高可靠性
5、功率补偿、启动扭矩大
6、抗电磁干扰、抗震动性能强
window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniList": false, "bdPic": "", "bdStyle": "0", "bdSize": "24" }, "share": {}, "image": { "viewList": ["qzone", "tsina", "tqq", "renren", "weixin"], "viewText": "分享到:", "viewSize": "16" }, "selectShare": { "bdContainerClass": null, "bdSelectMiniList": ["qzone", "tsina", "tqq", "renren", "weixin"] } }; with (document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];
游客