From 0bf2b0862dad1b4b71261c38ea1d9aad68921ca4 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 20 八月 2021 16:17:27 +0800 Subject: [PATCH] 导出意向客户 --- zhengcaioa/zhengcaioa/Views/IntentionCustomer/Index.cshtml | 51 +++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 41 insertions(+), 10 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/IntentionCustomer/Index.cshtml b/zhengcaioa/zhengcaioa/Views/IntentionCustomer/Index.cshtml index f832d7e..13788e4 100644 --- a/zhengcaioa/zhengcaioa/Views/IntentionCustomer/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/IntentionCustomer/Index.cshtml @@ -70,18 +70,15 @@ var AreaId = $("#PBSAreaId").val(); var Name = $("#PBSName").val(); + var Createtime = $("#PBSCreatetime").val(); + var Creater = $("#PBSCreater").val(); + var Shifouweixin = $("#PBSShifouweixin").val(); + + - var Createtimestart = $("#PBSCreatetimestart").val(); - - var Createtimeend = $("#PBSCreatetimeend").val(); - var Createtime = ''; - if (Createtimestart != '' && Createtimeend != '') { - Createtime = Createtimestart +'|'+ Createtimeend; - } - - - var url = "/IntentionCustomer/print?Khly=" + Khly + "&Hyfl=" + Hyfl + "&Khlx=" + Khlx + "&Ywjl=" + Ywjl + "&Sheng=" + Sheng + "&City=" + City + "&AreaId=" + AreaId + "&Name=" + Name + "&Createtime=" + Createtime ; + var url = "/IntentionCustomer/print?Khly=" + Khly + "&Hyfl=" + Hyfl + "&Khlx=" + Khlx + "&Ywjl=" + Ywjl + "&Sheng=" + Sheng + "&City=" + City + "&AreaId=" + AreaId + "&Name=" + Name + "&Createtime=" + Createtime + + "&Creater=" + Creater + "&Shifouweixin=" + Shifouweixin ; var me = window.open(url, "鎵撳嵃"); //鎵撳紑鏂扮獥鍙� @@ -198,6 +195,40 @@ } + + var _pageDaochu = function () { + + + var Khly = $("#PBSKhly").val(); + var Hyfl = $("#PBSHyfl").val(); + var Khlx = $("#PBSKhlx").val(); + var Ywjl = $("#PBSYwjl").val(); + var Sheng = $("#PBSSheng").val(); + var City = $("#PBSCity").val(); + var AreaId = $("#PBSAreaId").val(); + var Name = $("#PBSName").val(); + + var Createtime = $("#PBSCreatetime").val(); + var Creater = $("#PBSCreater").val(); + var Shifouweixin = $("#PBSShifouweixin").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; + var me = window.open(url, "瀵煎嚭"); //鎵撳紑鏂扮獥鍙� + + + + + + + } + + + + var _afterSave = function (result) { if (result) { toastr.success("淇濆瓨鎴愬姛"); -- Gitblit v1.9.1