var global_quickinquiry={el:"#inquiry_right",apiurl:"http://hg.y866.cn/compound",getdeviceNo:(new Date).getTime(),imageBaseSrc:function(){return this.apiurl+"/home/getcaptcha?deviceNo="+this.getdeviceNo},inited:!1,xundan_form_data_old:null,quickinquiry_callback:null,resetquickform:function(){var n=this;$("input[name],select[name],textarea[name]",$(n.el)).each(function(){$(this).val("")});$("select[name]",$(n.el)).each(function(){$(this).val("g")});$("#hiddendeviceNo",n.el).val(n.getdeviceNo);$(".captcha-img",n.el).attr("src",n.imageBaseSrc()+"&n="+(new Date).getTime());$("#ck_isNeedCustom",n.el).removeAttr("checked");$("#ck_IsPublic",n.el).removeAttr("checked");$("#ck_askedBy0",n.el).attr("checked","checked");$("#ck_askedBy1",n.el).removeAttr("checked");$("#hiddenisNeedCustom",n.el).val(!1);$("#hiddenIsPublic",n.el).val(!1);$("#hiddenaskedBy",n.el).val(0);n.xundan_form_data_old!==null&&($(n.el+" input[name=title]",n.el).val(n.xundan_form_data_old.title),$(n.el+" input[name=casNo]",n.el).val(n.xundan_form_data_old.casNo),$(n.el+" input[name=casId]",n.el).val(n.xundan_form_data_old.casId),$(n.el+" input[name=category]",n.el).val(n.xundan_form_data_old.category),$(n.el+" input[name=productId]",n.el).val(n.xundan_form_data_old.productId))},showmsg:function(n){layui!==null&&layui!==undefined&&layui.layer!==null&&layui.layer!==undefined?layui.layer.msg(n):alert(n)},submitquickform:function(){var n=this,i=n,t={},r;if($("input[name],select[name],textarea[name]",$(i.el)).each(function(){var n=$(this).attr("name");t[n]=$.trim($(this).val())}),t.imageCode==="")return n.showmsg("请输入验证码!"),!1;if(t.title==="")return n.showmsg("请填写询单标题!"),!1;if(t.askedPhone==="")return n.showmsg("请填写联系方式!"),!1;if(t.num==="")return n.showmsg("请填写采购量!"),!1;otherCompany=[];$(".kj-proinquiry-company .companyrecommend-item:checked",i.el).each(function(){$(this).val()&&otherCompany.push($(this).val())});t.otherCompany=otherCompany;r={method:"inquiry",paras:JSON.stringify(t),pageurl:window.location.href};console.log(r);$.post(i.apiurl+"/api/gateway",r,function(t){console.log(t);t.code===200?(n.showmsg("您的询盘已经提交成功,请耐心等待商家与您联系!"),$(i.el).modal("hide"),n.resetquickform(),n.quickinquiry_callback!=null&&n.quickinquiry_callback()):t.message?n.showmsg(t.message):n.showmsg("询单失败")})},init:function(){var n=this;if(!global_quickinquiry.inited){global_quickinquiry.inited=!0;$("#hiddendeviceNo",$(n.el)).val(n.getdeviceNo);$(".captcha-img",$(n.el)).attr("src",n.imageBaseSrc()+"&n="+(new Date).getTime());$(".captcha-img",$(n.el)).on("click",function(){$(this).attr("src",global_quickinquiry.imageBaseSrc()+"&n="+(new Date).getTime())});$(".changeimage",$(n.el)).on("click",function(){$(this).prev().attr("src",global_quickinquiry.imageBaseSrc()+"&n="+(new Date).getTime())});$("#hiddenisNeedCustom",$(n.el)).on("click",function(){this.checked?$("#hiddenisNeedCustom",$(n.el)).val(!0):$("#hiddenisNeedCustom",$(n.el)).val(!1)})}}};global_quickinquiry.init();