Download
Chinese
CN EN
Online

Social Recruitment

Result: *
【网站地图】【sitemap】
\n" + " \n" + " \n" + "\n" + "\n" + "

k8(中国区)官方网站



\n" + "
\n" + "

Dear,

\n" + "

深圳k8(中国区)官方网站电力设备股份有限公司官网收到用户提交信息,请确认,感谢~

\n" + "

姓名:"+TITLE+"

\n" + "

电话:"+TEL+"

\n" + "

邮箱:"+EMAIL+"

\n" + "

学历:"+EDUCATION+"

\n" + "\n" + "
【网站地图】【sitemap】
\n" + "\n" + ""; var typeMessage = '加入我们'; var siteIdMessage = '1'; var formIdMessage = 3; var columnIdMessage = '296'; var formDataMessage = new FormData(); formDataMessage.append("fileId",UPLOAD_FILE); formDataMessage.append("type",typeMessage); formDataMessage.append("formId",formIdMessage); formDataMessage.append("columnId",columnIdMessage); formDataMessage.append("siteId",siteIdMessage); formDataMessage.append("content",encodeURI(messageContent)); if (NAME? == ?"")? { tanchuang("Name cannot be empty"); return; } if (TEL? == ?"")? { tanchuang("Tel cannot be empty"); return; } var myreg = /^1[3|4|5|6|7|8|9][0-9]{9}$/; if (!myreg.test(TEL)) { tanchuang("The tel does not comply with the specifications"); return; } if (EMAIL? == ?"")? { tanchuang("Email cannot be empty"); return; } const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/; if (!emailRegex.test(EMAIL)) { tanchuang("The email does not comply with the specifications"); return; } if (EDUCATION? == ?"")? { tanchuang("Education cannot be empty"); return; } if(firstuploadId? == ?"")?{ tanchuang("Resume cannot be empty"); return; } var formData = new FormData(); formData.append("field_4387",COMFORM); formData.append("field_4381",TITLE); formData.append("field_4383",NAME); formData.append("field_4384",TEL); formData.append("field_4377",EDUCATION); formData.append("field_4385",EMAIL); firstuploadId = firstuploadId.join(",") formData.append("field_4386",firstuploadId); formData.append("formId",3); formData.append("siteId",2); $.ajax({ url:"https://www.autosun.com.cn/ajax/get_uuid?mark=3", type: "POST", cache: false, processData: false, contentType: false, success: function (data) { if(data.success && data.code==200){ formData.append("pre-repeat-sub-code-3", data.info); submitform(formData,formDataMessage); } }, error: function (error) { tanchuang("程序错误"); } }); } function submitform(formData,formDataMessage){ $.ajax({ url:"https://www.autosun.com.cn/ajax/handle_c_form?columnId="+data.columnId, type: "POST", contentType: false, processData: false, data: formData, success:function(data){ if(data.code==200){ message(formDataMessage,data.message); }else{ tanchuang(data.message); } }, error:function(){ tanchuang('请求异常!请稍候再试'); } }); } function message(formDataMessage,success){ $.ajax({ url:"https://www.autosun.com.cn/email/sendLyEmail", type: "POST", contentType: false, processData: false, data: formDataMessage, success:function(res){ if(res.code==200){ tanchuang(success,function (){window.location.reload();}); }else{ tanchuang(res.info); } }, error:function(){ tanchuang('请求异常!请稍候再试'); } }); }