yzh
2022-06-08 9c98f5d15e35587b7bcd9d7c8a506c467e758632
web/web/GwClient.aspx
@@ -18,7 +18,8 @@
                var Company = $("#Company").val();
                var ClientName = $("#ClientName").val();
                var Telephone = $("#Telephone").val();
                var Agent = $("#Agent").val();
                //var Agent = $("#Agent").val();
                var Agent = "";
                var Salesman = $("#Salesman").val();
                var SupportStaff = $("#SupportStaff").val();
                var ProductId = $("#ProductId").val();
@@ -402,6 +403,23 @@
                        });
                    }
                });
            });
            //导出数据
            $(document).on("click", ".action-export", function () {
                var ClientID = $("#ClientID").val();
                var Company = $("#Company").val();
                var ClientName = $("#ClientName").val();
                var Telephone = $("#Telephone").val();
                //var Agent = $("#Agent").val();
                var Agent = "";
                var Salesman = $("#Salesman").val();
                var SupportStaff = $("#SupportStaff").val();
                var ProductId = $("#ProductId").val();
                var IsEnable = <%=IsEnable%>;
                var url = "ExportDocument.aspx?action=exportGwClient&ClientID=" + ClientID + "&Company=" + Company + "&ClientName=" + ClientName + "&Telephone=" + Telephone + "&Agent=" + Agent + "&Salesman=" + Salesman + "&SupportStaff=" + SupportStaff + "&ProductId=" + ProductId + "&IsEnable=" + IsEnable + "";
                window.location.href = url;
            });
@@ -941,6 +959,7 @@
        <% if(IsEnable==1) { %>
        <input class="btn btn-danger action-modal-setProduct" value="批量分配个性产品" type="button" />            
        <%} %>
        <input class="btn btn-info action-export" value="导出数据" type="button" />&nbsp;&nbsp;
        <table class="table table-striped table-bordered table-hover" id="gwclientTable">
            <thead>
                <tr class="header">