username@email.com
2023-05-05 69a8bb4807c77d05b5b43328acbf4ad26fb5fc68
zhengcaioa/zhengcaioa/Views/IntentionCustomer/Index.cshtml
@@ -90,7 +90,7 @@
            { label: '是否加微信', name: 'Shifouweixin', labtype: 'combox', hidden: false, data: JSON.parse(shifou), cwidth: '5%', cccwidth: '8%' },
            { label: '是否录入电话', name: 'ShifouDianhua', labtype: 'combox', hidden: false, data: JSON.parse(shifou), cwidth: '5%', cccwidth: '8%' },
            { label: '访问次数大于', name: 'Visittimes', labtype: 'txt', hidden: false },
            { label: '是否发快递', name: 'Kuaidistatus', labtype: 'combox', hidden: false, data: JSON.parse(shifou), cwidth: '5%', cccwidth: '8%' },
        ];
        var _pageAdd = function () {
            OpenWindow("新增意向客户", "98%", "100%", "/IntentionCustomer/Edit/");
@@ -256,16 +256,23 @@
            var City = $("#PBSCity").val();
            var AreaId = $("#PBSAreaId").val();
            var Name = $("#PBSName").val();
            var Createtime = $("#PBSCreatetime").val();
            var Createtimestart = $("#PBSCreatetimestart").val();
            var Createtimeend = $("#PBSCreatetimeend").val();
            var Createtime = "";
            if (Createtimestart != null && Createtimestart != "") {
                Createtime = Createtimestart + "|" + Createtimeend;
            }
            var Creater = $("#PBSCreater").val();
            var Shifouweixin = $("#PBSShifouweixin").val();
            var ShifouDianhua = $("#PBSShifouDianhua").val();
            var Visittimes = $("#PBSVisittimes").val();
            var Kuaidistatus = $("#PBSKuaidistatus").val();
            var url = "/IntentionCustomer/GetDaochu?Khly=" + Khly + "&Hyfl=" + Hyfl + "&Khlx=" + Khlx + "&Ywjl=" + Ywjl + "&Sheng=" + Sheng + "&City=" + City + "&AreaId=" + AreaId + "&Name=" + Name + "&Createtime=" + Createtime
                + "&Creater=" + Creater + "&Shifouweixin=" + Shifouweixin;
                + "&Creater=" + Creater + "&Shifouweixin=" + Shifouweixin + "&ShifouDianhua=" + ShifouDianhua + "&Visittimes=" + Visittimes + "&Kuaidistatus=" + Kuaidistatus;
            var me = window.open(url, "导出");  //打开新窗口