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();
}
|
|
|
|
山东鹏翔光电科技有限公司
企业简介
11
山东鹏翔光电科技有限公司成立于2013年3月,公司位于枣庄市经济开发区谷山路一号,占地约130亩,厂房面积30805㎡。公司投资1亿元,组建拥有日产8万支18650电芯流水线2条,新能源汽车pack月产300套流水线一条。拥有在册职工151人,其中,中高级人员22名。公司与各高校建立了协作点,与中国科技大学材料实验室、齐鲁大学材料应用实验室、山东科学院材料研究所、北京理工大学电池应用研究等开展专项协作,运用高校的先进技术与公司内的实用技术相结合,使产品质量、性能不断持续改进。公司2015年销售额4780万,利润总额240万。2015年主要是生产单支电芯。市场竞争比较激烈,销售价格偏低。2016年随着国家政策的引导、锂电市场的发展及我公司不断开拓市场,生产能力与技术的不断提高,新能源电池组逐步扩大销量,利润空间较大,每组约25%的毛利,目前公司已与北京恒天鑫能源汽车技术有限公司、山东凯马汽车制造有限公司等多个大型企业签订了长期合作战略合作协议。
42kwh动力电池系统
主要应用与于纯电动物流车,批量生产后,经过两年多的市场验证,表现性能良好,能够满足车辆动力性能需求。为多家车企供货。
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)];
游客