| | |
| | | } |
| | | |
| | | TCarInfoDlg.oneChange9 = function (e) { |
| | | console.log(111) |
| | | var oneId=$(e).val(); |
| | | var elementById = document.getElementById("pt"); |
| | | |
| | | var elementById = document.getElementById("radio1"); |
| | | var operatorId; |
| | | if (elementById !== null) { |
| | | console.log(elementById) |
| | | operatorId = $("#account").val() |
| | | if (elementById.checked){ |
| | | operatorId = 0 |
| | | operatorId = $("#account").val() |
| | | }else{ |
| | | operatorId = $("#account").val() |
| | | operatorId = 0 |
| | | } |
| | | } |
| | | |
| | | |
| | | var ajax = new $ax(Feng.ctxPath + "/tShop/getCityYys", function(data){ |
| | | if(data!=null){ |
| | | if(language==1){ |
| | |
| | | * 提交添加 |
| | | */ |
| | | TCarInfoDlg.addSubmit = function() { |
| | | |
| | | this.clearData(); |
| | | this.collectData(); |
| | | if(!this.validate()){ |
| | | return ; |
| | | } |
| | | var pCode = $("#pCode").val(); |
| | | if(pCode==""){ |
| | | Feng.info("请选择省"); |
| | | return; |
| | | var pCode; |
| | | var cCode; |
| | | var elementById = document.getElementById("radio1"); |
| | | console.log("看看标签") |
| | | console.log(elementById) |
| | | if (elementById!=null){ |
| | | if (!elementById.checked){ |
| | | console.log("选中平台") |
| | | console.log($("#pCode1").val()) |
| | | console.log($("#cCode1").val()) |
| | | // 选中平台赛事 |
| | | pCode = $("#pCode1").val(); |
| | | if($("#pCode1").val()==""){ |
| | | Feng.info("请选择省"); |
| | | return; |
| | | } |
| | | cCode = $("#cCode1").val(); |
| | | if($("#cCode1").val()==""){ |
| | | Feng.info("请选择市"); |
| | | return; |
| | | } |
| | | }else{ |
| | | console.log("选中运营商") |
| | | console.log($("#pCode").val()) |
| | | console.log($("#cCode").val()) |
| | | // 选中运营商赛事 |
| | | pCode = $("#pCode").val(); |
| | | if(pCode==""){ |
| | | Feng.info("请选择省"); |
| | | return; |
| | | } |
| | | cCode = $("#cCode").val(); |
| | | if(cCode==""){ |
| | | Feng.info("请选择市"); |
| | | return; |
| | | } |
| | | } |
| | | var cCode = $("#cCode").val(); |
| | | if(cCode==""){ |
| | | Feng.info("请选择市"); |
| | | return; |
| | | } |
| | | |
| | | var shopId = $("#shopId").val(); |
| | | |
| | | if(shopId==""){ |
| | |
| | | |
| | | |
| | | TCarInfoDlg.oneChangeYys = function(e){ |
| | | |
| | | var oneId= $("input[name='pt']:checked").val() |
| | | |
| | | console.log("===========oneId=========="+oneId) |
| | | var oneId= $(e).val() |
| | | var SelectValue=""; |
| | | if(oneId=='0' ){ |
| | | oneId=0 |
| | | console.log("隐藏") |
| | | $("#yys1").hide(); |
| | | $("#t1").hide(); |
| | | $("#account").hide(); |
| | | }else{ |
| | | console.log("展示") |
| | | $("#yys1").show(); |
| | | $("#t1").show(); |
| | | $("#account").show(); |
| | | } |
| | | // var ajax = new $ax(Feng.ctxPath + "/tSite/getChangeOne", function(data){ |
| | |
| | | ajax.start(); |
| | | |
| | | |
| | | if (typeof(oneId) == "undefined"){ |
| | | if (oneId == "1"){ |
| | | console.log("===============") |
| | | |
| | | var button = document.getElementById("account"); |
| | | button.removeAttribute("disabled"); |
| | | |