From dbda463cdacc6c6101acdf9d58e22450a281b9b0 Mon Sep 17 00:00:00 2001 From: yzh <snbbt@21cn.com> Date: 星期二, 07 六月 2022 23:11:04 +0800 Subject: [PATCH] 客户信息管理 停用客户信息管理 --- web/web/GwClient.aspx | 458 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 422 insertions(+), 36 deletions(-) diff --git a/web/web/GwClient.aspx b/web/web/GwClient.aspx index b148960..735e510 100644 --- a/web/web/GwClient.aspx +++ b/web/web/GwClient.aspx @@ -3,7 +3,7 @@ <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server"> <%--<link href="css/plugins/bootstrap-fileinput/fileinput.min.css" rel="stylesheet"/> <script src="js/plugins/bootstrap-fileinput/fileinput.min.js" type="text/javascript"></script>--%> - <script> + <script type="text/javascript"> $(function () { $("#pager").Pager({ @@ -22,10 +22,11 @@ var Salesman = $("#Salesman").val(); var SupportStaff = $("#SupportStaff").val(); var ProductId = $("#ProductId").val(); + var IsEnable = <%=IsEnable%>; $.ajax({ url: "GwClient.ashx", type: "POST", - data: { action: "loadGwClientPageList", ClientID: ClientID, Company: Company, ClientName: ClientName, Telephone: Telephone, Agent: Agent, Salesman: Salesman, SupportStaff: SupportStaff, ProductId: ProductId , pageSize: $("#pager").Pager("getPageSize"), pageIndex: $("#pager").Pager("getPageIndex") }, + data: { action: "loadGwClientPageList", ClientID: ClientID, Company: Company, ClientName: ClientName, Telephone: Telephone, Agent: Agent, Salesman: Salesman, SupportStaff: SupportStaff, ProductId: ProductId, IsEnable: IsEnable , pageSize: $("#pager").Pager("getPageSize"), pageIndex: $("#pager").Pager("getPageIndex") }, success: function (result) { if (result.OK) { $("#gwclientTable tbody").html(result.Message.Table); @@ -57,7 +58,7 @@ loadPageList(); $(document).on("click", ".action-modal-create", function () { - $("#clientDialog .modal-title").text("鍒涘缓瀹㈡埛璐︽埛"); + $("#clientDialog .modal-title").text("鍒涘缓瀹㈡埛淇℃伅"); $("#clientDialog input").attr("readonly", false); $("#clientDialog input[name=action]").val("save"); @@ -83,12 +84,11 @@ //鍒锋柊涓�娆¢殢鏈哄瘑鐮� $("#password").val(randomString(8)); + $(".pwdCss").show(); + }); - $(document).on("click", ".action-generate-password", function () { - $("#password").val(randomString(8)); - }); - + //缂栬緫 $(document).on("click", ".action-modal-edit", function () { $("#clientDialog .modal-title").text("淇敼瀹㈡埛璧勬枡"); $("#clientDialog input[name=action]").val("update"); @@ -99,7 +99,11 @@ $("#clientDialog #id").val(r.Message.Id); $("#clientDialog #clientID").val(r.Message.ClientID); $("#clientDialog #company").val(r.Message.Company); - $("#clientDialog #password").val(r.Message.Password); + //$("#clientDialog #password").val(r.Message.Password); + $("#clientDialog #password").val(""); + //缂栬緫鏃跺瘑鐮佹闅愯棌 + $(".pwdCss").hide(); + $("#clientDialog #clientName").val(r.Message.ClientName); $("#clientDialog #agent").val(r.Message.Agent); $("#clientDialog #address").val(r.Message.Address); @@ -117,6 +121,35 @@ $.each(permissionData, function (i) { $("#clientDialog input[name=permissionData][value='" + this + "']").iCheck("check"); }); + + //$("#clientDialog #isEnableWhite").val(r.Message.IsEnableWhite); + $("#clientDialog input[name=isEnableWhite]").iCheck("uncheck"); + $("#clientDialog input[name=isEnableWhite][value='" + r.Message.IsEnableWhite + "']").iCheck("check"); + + //$("#clientDialog #isEnableBlack").val(r.Message.IsEnableBlack); + $("#clientDialog input[name=isEnableBlack]").iCheck("uncheck"); + $("#clientDialog input[name=isEnableBlack][value='" + r.Message.IsEnableBlack + "']").iCheck("check"); + //$("#clientDialog #isRemoteLoginNotice").val(r.Message.IsRemoteLoginNotice); + $("#clientDialog input[name=isRemoteLoginNotice]").iCheck("uncheck"); + $("#clientDialog input[name=isRemoteLoginNotice][value='" + r.Message.IsRemoteLoginNotice + "']").iCheck("check"); + //$("#clientDialog #isMobileCaptcha").val(r.Message.IsMobileCaptcha); + $("#clientDialog input[name=isMobileCaptcha]").iCheck("uncheck"); + $("#clientDialog input[name=isMobileCaptcha][value='" + r.Message.IsMobileCaptcha + "']").iCheck("check"); + //$("#clientDialog #isHideMobile").val(r.Message.IsHideMobile); + $("#clientDialog input[name=isHideMobile]").iCheck("uncheck"); + $("#clientDialog input[name=isHideMobile][value='" + r.Message.IsHideMobile + "']").iCheck("check"); + //$("#clientDialog #isDisplayStatus").val(r.Message.IsDisplayStatus); + $("#clientDialog input[name=isDisplayStatus]").iCheck("uncheck"); + $("#clientDialog input[name=isDisplayStatus][value='" + r.Message.IsDisplayStatus + "']").iCheck("check"); + //$("#clientDialog #isLoginIpRestrict").val(r.Message.IsLoginIpRestrict); + $("#clientDialog input[name=isLoginIpRestrict]").iCheck("uncheck"); + $("#clientDialog input[name=isLoginIpRestrict][value='" + r.Message.IsLoginIpRestrict + "']").iCheck("check"); + + $("#clientDialog #isLoginIpAllowGather").val(r.Message.IsLoginIpAllowGather); + //$("#clientDialog #isLoginCityRestrict").val(r.Message.IsLoginCityRestrict); + $("#clientDialog input[name=isLoginCityRestrict]").iCheck("uncheck"); + $("#clientDialog input[name=isLoginCityRestrict][value='" + r.Message.IsLoginCityRestrict + "']").iCheck("check"); + $("#clientDialog #isLoginCityAllowGather").val(r.Message.IsLoginCityAllowGather); } catch (e) { } @@ -129,6 +162,20 @@ }, "json"); }); + //鍏嶅瘑鐧诲綍 + $(document).on("click", ".action-modal-login", function () { + var url = $(this).data("url"); + var id = $(this).data("id"); + + var milliseconds = new Date().getTime(); //鑾峰緱褰撳墠鏃堕棿鐨勬绉掑�� + url += "&t=" + milliseconds; + //console.log(url); + window.open(url, "_blank"); + + + }); + + //榛戝悕鍗� $(document).on("click", ".action-modal-black", function () { var id = $(this).data("id"); $.get("gwclient.ashx?action=getBlack", { clientID: id }, function (r) { @@ -143,6 +190,7 @@ }, "json"); }); + //鐧藉悕鍗� $(document).on("click", ".action-modal-white", function () { var id = $(this).data("id"); $.get("gwclient.ashx?action=getWhite", { clientID: id }, function (r) { @@ -157,6 +205,120 @@ }, "json"); }); + //闈㈡澘椤垫彁浜わ細闅愯棌闈㈡澘锛堢櫧鍚嶅崟锛岄粦鍚嶅崟锛屼慨鏀瑰瘑鐮侊級 + $("#blackForm, #whiteForm").ajaxForm({ + success: function (r) { + mytek.alert(r.Message, r.OK, function () { + $("#whiteDialog, #blackDialog").modal("hide"); + }); + } + }); + + //闈㈡澘椤垫彁浜わ細閲嶆柊鍔犺浇鍒楄〃 + $("#clientForm, #updatePwdForm").ajaxForm({ + success: function (r) { + mytek.alert(r.Message, r.OK, function () { + r.OK && (window.location.reload()); + }); + } + }); + + //淇敼瀵嗙爜锛氭墦寮�鐣岄潰 + $(document).on("click", ".action-modal-updatePwd", function () { + //$("#updatePwdDialog .modal-title").text("淇敼瀹㈡埛璧勬枡"); + $("#updatePwdDialog input[name=action]").val("updatePwd"); + var id = $(this).data("id"); + + $("#updatePwdDialog input[name='clientID']").val(id); + $("#updatePwdDialog #newPwd").val(""); + + $("#updatePwdDialog").modal("show"); + + }); + + //淇敼鍒嗛厤涓�т骇鍝侊細鏄剧ず瀹㈡埛瀵瑰簲鐨勫垎閰嶄釜鎬т骇鍝� + $(document).on("click", ".action-modal-updateProduct", function () { + var clientId = $(this).data("id"); + $.get("GwClient.ashx", { action: "getPersonalityProduct", clientId: clientId }, function (result) { + if (!result.OK) { + mytek.alert(result.Message, result.OK); + } + else { + $("#updateProductDialog input[name='clientID']").val(clientId); + $("#updateProductDialog #_ProductId").prop("checked", false); + $.each(result.Message, function (i) { + $("#updateProductDialog #_ProductId[value='" + this + "']").prop("checked", true); + }); + } + $("#updateProductDialog").modal("show"); + }, "json"); + }); + + //淇敼鍒嗛厤涓�т骇鍝侊細淇敼纭 + $(document).on("click", ".action-updateProduct", function () { + var productIdArray = []; + + $("#updateProductDialog #_ProductId").each(function () { + if ($(this).is(":checked")) { + productIdArray.push($(this).val()); + } + }); + + //var clientId = $("#updateProductDialog").data("id"); + var clientId = $("#updateProductDialog input[name='clientID']").val(); + $.ajax({ + url: "GwClient.ashx", + type: "POST", + data: { action: "updateProduct", clientId: clientId, productIdArray: $.toJSON(productIdArray) }, + success: function (result) { + if (result.OK) { + $("#updateProductDialog").modal("hide"); + loadPageList(); + } else { + mytek.alert(result.Message, result.OK); + } + } + }); + }); + + + //鍏呭�� + $(document).on("click", ".action-modal-orderCreate", function () { + var clientId = $(this).data("id"); //瀹㈡埛璐﹀彿 + //window.open("gwOrderCreate.aspx?spId=" + spID, 'gwOrderCreate'); + window.location.href = "gwOrderCreate.aspx?clientId=" + clientId; + }); + + //鍏呭�兼棩蹇� + $(document).on("click", ".action-modal-orderLog", function () { + var clientId = $(this).data("id"); + window.location.href = "GwOrderList.aspx?clientId=" + clientId + ""; + }); + + //鍚敤鎴栧仠鐢� + $(document).on("click", ".action-modal-updateStatus", function () { + //data鐨勫睘鎬у弬鏁颁笉鑳藉惈鏈夊ぇ鍐欏瓧姣嶃�� + var clientId = $(this).data("id"); + var isEnable = $(this).data("status"); + var statusMsg = ""; + if (isEnable == 0) { + statusMsg = "銆愬仠鐢ㄣ��"; + } + else { + statusMsg = "銆愬惎鐢ㄣ��"; + } + mytek.confirm("鏄惁闇�瑕�" + statusMsg + "璇ヤ俊鎭紵", "纭鏇存柊淇℃伅鐘舵�侊紝璇疯皑鎱庢搷浣滐紒", function (b) { + if (b) { + $.post("gwclient.ashx", { "action": "updateStatus", clientId: clientId, isEnable: isEnable }, function (r) { + mytek.alert(r.Message, r.OK, function () { + loadPageList(); + }); + }); + } + }); + }); + + //鍒犻櫎 $(document).on("click", ".action-delete", function () { var id = $(this).data("id"); mytek.confirm("鏄惁闇�瑕佸垹闄よ瀹㈡埛锛�", "瀹㈡埛鍒犻櫎鍚庡皢鏃犳硶鎭㈠锛岃璋ㄦ厧鎿嶄綔锛�", function (b) { @@ -170,6 +332,7 @@ }); }); + /** //閲嶇疆瀵嗙爜 $(document).on("click", ".action-modal-resetPwd", function () { var id = $(this).data("id"); @@ -183,22 +346,8 @@ } }); }); + **/ - $("#blackForm,#whiteForm").ajaxForm({ - success: function (r) { - mytek.alert(r.Message, r.OK, function () { - $("#whiteDialog,#blackDialog").modal("hide"); - }); - } - }); - - $("#clientForm").ajaxForm({ - success: function (r) { - mytek.alert(r.Message, r.OK, function () { - r.OK && (window.location.reload()); - }); - } - }); }) //鍏ㄩ�� @@ -206,7 +355,7 @@ $("input[name='checkbox']").prop("checked", $(this).is(":checked")); }); - //鎵归噺鍒嗛厤涓�т骇鍝� + //鎵归噺鍒嗛厤涓�т骇鍝�:鎵撳紑鐣岄潰 $(document).on("click", ".action-modal-setProduct", function () { var idArray = []; @@ -256,9 +405,81 @@ }); + //娣诲姞瀹㈡埛锛氱敓鎴愬瘑鐮� + $(document).on("click", ".action-generate-password", function () { + $("#password").val(randomString(8)); + }); + + //娣诲姞瀹㈡埛锛氬鍒跺瘑鐮� + $(document).on("click", ".action-copyPwd", function () { + var value = $("#password").val(); + // for ie + if (window.clipboardData) { + window.clipboardData.clearData(); + window.clipboardData.setData('text', value); + } + // for modern browser + else if (document.execCommand) { + var element = document.createElement('SPAN'); + element.textContent = value; + document.body.appendChild(element); + if (document.selection) { + var range = document.body.createTextRange(); + range.moveToElementText(element); + range.select(); + } else if (window.getSelection) { + var range = document.createRange(); + range.selectNode(element); + window.getSelection().removeAllRanges(); + window.getSelection().addRange(range); + } + document.execCommand('copy'); + element.remove ? element.remove() : element.removeNode(true); + } + mytek.alert("澶嶅埗鎴愬姛锛�", false); + + }); + + //淇敼瀵嗙爜锛氱敓鎴愬瘑鐮� + $(document).on("click", ".action-generate-newPwd", function () { + $("#newPwd").val(randomString(8)); + }); + + //淇敼瀵嗙爜锛氬鍒跺瘑鐮� + $(document).on("click", ".action-copyNewPwd", function () { + var value = $("#newPwd").val(); + // for ie + if (window.clipboardData) { + window.clipboardData.clearData(); + window.clipboardData.setData('text', value); + } + // for modern browser + else if (document.execCommand) { + var element = document.createElement('SPAN'); + element.textContent = value; + document.body.appendChild(element); + if (document.selection) { + var range = document.body.createTextRange(); + range.moveToElementText(element); + range.select(); + } else if (window.getSelection) { + var range = document.createRange(); + range.selectNode(element); + window.getSelection().removeAllRanges(); + window.getSelection().addRange(range); + } + document.execCommand('copy'); + element.remove ? element.remove() : element.removeNode(true); + } + mytek.alert("澶嶅埗鎴愬姛锛�", false); + + }); + }); </script> + + </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="title" runat="Server">瀹㈡埛淇℃伅</asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="content" runat="Server"> @@ -323,7 +544,47 @@ </form> </div> - <!--鍒涘缓瀹㈡埛璐︽埛闈㈡澘 --> + <!--閲嶇疆瀵嗙爜鎴栦慨鏀瑰瘑鐮� --> + <div class="modal inmodal fade" id="updatePwdDialog" tabindex="-1" role="dialog" aria-hidden="true"> + <form name="updatePwdForm" method="post" action="gwclient.ashx?action=updatePwd" id="updatePwdForm" + class="form-horizontal"> + <div class="modal-dialog modal-lg"> + <div class="modal-content "> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal"> + <span aria-hidden="true">×</span><span class="sr-only">Close</span></button> + <h4 class="modal-title">瀹㈡埛淇℃伅瀵嗙爜淇敼 + </h4> + 璇峰厛鎵ц銆愮敓鎴愬瘑鐮併�戝悗锛屽啀鎵ц銆愬鍒跺瘑鐮併�戙�� + </div> + <div class="modal-body"> + <input type="hidden" value="" name="clientID" /> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鐧诲綍瀵嗙爜 <span style="color:red">*</span> + </label> + <div class="col-sm-4"> + <input type="password" name="newPwd" id="newPwd" value="" class="form-control" /> + </div> + <div class="col-sm-6"> + <a class="btn btn-xs btn-primary action-generate-newPwd ">鐢熸垚瀵嗙爜</a> + <a class="btn btn-xs btn-success action-copyNewPwd " >澶嶅埗瀵嗙爜</a> + </div> + </div> + </div> + <div class="modal-footer"> + <button class="btn btn-warning" data-dismiss="modal" aria-hidden="true"> + 鍙栨秷</button> + <button class="btn btn-primary action-save"> + 淇濆瓨</button> + </div> + </div> + </div> + </form> + </div> + + + <!--鍒涘缓瀹㈡埛淇℃伅闈㈡澘 --> <div class="modal inmodal fade" id="clientDialog" tabindex="-1" role="dialog" aria-hidden="true"> <form name="clientForm" method="post" action="gwclient.ashx" id="clientForm" class="form-horizontal"> <div class="modal-dialog modal-lg"> @@ -358,16 +619,16 @@ </div> - <div class="form-group"> + <div class="form-group pwdCss"> <label class="control-label col-sm-2"> 鐧诲綍瀵嗙爜 <span style="color:red">*</span> </label> <div class="col-sm-4"> - <input type="text" name="password" id="password" value="123456" class="form-control" /> + <input type="password" name="password" id="password" value="123456" class="form-control" /> </div> <div class="col-sm-6"> <a class="btn btn-xs btn-primary action-generate-password ">鐢熸垚瀵嗙爜</a> - <a class="btn btn-xs btn-success action-copyPwd ">澶嶅埗瀵嗙爜</a> + <a class="btn btn-xs btn-success action-copyPwd " >澶嶅埗瀵嗙爜</a> </div> </div> <div class="form-group"> @@ -505,6 +766,99 @@ --> <div class="form-group"> <label class="control-label col-sm-2"> + 鏄惁鍚敤鐧藉悕鍗� + </label> + <div class="col-sm-4"> + <input type="radio" class="icheck-me" name="isEnableWhite" value="0" /><label>绂佺敤</label> + <input type="radio" class="icheck-me" name="isEnableWhite" value="1" /><label>鍚敤</label> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鏄惁鍚敤榛戝悕鍗� + </label> + <div class="col-sm-4"> + <input type="radio" class="icheck-me" name="isEnableBlack" value="0" checked="checked" /><label>绂佺敤</label> + <input type="radio" class="icheck-me" name="isEnableBlack" value="1" /><label>鍚敤</label> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鏄惁寮傚湴鐧诲綍閫氱煡 + </label> + <div class="col-sm-4"> + <input type="radio" class="icheck-me" name="isRemoteLoginNotice" value="0" checked="checked" /><label>绂佺敤</label> + <input type="radio" class="icheck-me" name="isRemoteLoginNotice" value="1" /><label>鍚敤</label> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鏄惁鍚敤鎵嬫満楠岃瘉鐮� + </label> + <div class="col-sm-4"> + <input type="radio" class="icheck-me" name="isMobileCaptcha" value="0" checked="checked" /><label>绂佺敤</label> + <input type="radio" class="icheck-me" name="isMobileCaptcha" value="1" /><label>鍚敤</label> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鏄惁闅愯棌瀹㈡埛绔墜鏈哄彿 + </label> + <div class="col-sm-4"> + <input type="radio" class="icheck-me" name="isHideMobile" value="0" checked="checked" /><label>绂佺敤</label> + <input type="radio" class="icheck-me" name="isHideMobile" value="1" /><label>鍚敤</label> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鏄惁鏄剧ず鐘舵�佹帴鍙� + </label> + <div class="col-sm-8"> + <input type="radio" class="icheck-me" name="isDisplayStatus" value="0" checked="checked" /><label>涓嶆樉绀�</label> + <input type="radio" class="icheck-me" name="isDisplayStatus" value="1" /><label>鍙樉绀烘彁浜ゅけ璐ヤ负鍙戦�佸け璐ョ姸鎬�</label> + <input type="radio" class="icheck-me" name="isDisplayStatus" value="2" /><label>鏄剧ず鍏ㄩ儴鐘舵�佺姸鎬�</label> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鏄惁鍚敤鐧诲綍IP闄愬埗 + </label> + <div class="col-sm-4"> + <input type="radio" class="icheck-me" name="isLoginIpRestrict" value="0" checked="checked" /><label>绂佺敤</label> + <input type="radio" class="icheck-me" name="isLoginIpRestrict" value="1" /><label>鍚敤</label> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鐧诲綍IP鍏佽闆嗗悎 + </label> + <div class="col-sm-4"> + <textarea class="form-control" name="isLoginIpAllowGather" id="isLoginIpAllowGather" rows="4" ></textarea> + <!--<span class="help-block m-b-none">閰嶅悎鏄惁鍚敤鐧诲綍IP闄愬埗涓�璧蜂娇鐢紝澶氫釜闄愬埗IP鏃讹紝鎸夊崐瑙掗�楀彿","鍒嗛殧銆傚彲浣跨敤IP娈碉紝濡傦細202.203.1.*銆�</span>--> + <span class="help-block m-b-none">閰嶅悎鏄惁鍚敤鐧诲綍IP闄愬埗涓�璧蜂娇鐢紝澶氫釜闄愬埗IP鏃讹紝姣忎竴琛屼负1涓狪P銆傚彲浣跨敤IP娈碉紝濡傦細202.203.1.*銆�</span> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鏄惁鍚敤鐧诲綍鍦板尯锛堝煄甯傦級闄愬埗 + </label> + <div class="col-sm-4"> + <input type="radio" class="icheck-me" name="isLoginCityRestrict" value="0" checked="checked" /><label>绂佺敤</label> + <input type="radio" class="icheck-me" name="isLoginCityRestrict" value="1" /><label>鍚敤</label> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> + 鐧诲綍鍦板尯锛堝煄甯傦級鍏佽闆嗗悎 + </label> + <div class="col-sm-4"> + <textarea class="form-control" name="isLoginCityAllowGather" id="isLoginCityAllowGather" rows="4" ></textarea> + <!--<span class="help-block m-b-none">閰嶅悎鏄惁鍚敤鐧诲綍鍩庡競闄愬埗涓�璧蜂娇鐢紝澶氫釜闄愬埗鍦板尯鏃讹紝鎸夊崐瑙掗�楀彿","鍒嗛殧銆� </span>--> + <span class="help-block m-b-none">閰嶅悎鏄惁鍚敤鐧诲綍鍩庡競闄愬埗涓�璧蜂娇鐢紝澶氫釜闄愬埗鍦板尯鏃讹紝姣忎竴琛屼负1涓湴鍖猴紙鍩庡競锛夈�� </span> + </div> + </div> + <div class="form-group"> + <label class="control-label col-sm-2"> 澶囨敞 </label> <div class="col-sm-10"> @@ -523,6 +877,7 @@ </form> </div> + <!-- 鏉′欢鏌ヨ --> <form name="queryForm" method="post" id="queryForm" class="form-inline"> <div class="form-group"> <div class="input-group m-b"> @@ -566,7 +921,7 @@ </div> <div class="form-group"> <div class="input-group m-b"> - <span class="input-group-addon">浣跨敤浜у搧</span> + <span class="input-group-addon">宸插垎閰嶆縺娲讳骇鍝�</span> <select name="ProductId" id="ProductId" class="form-control"> <%=GetProductOptions("")%> </select> @@ -575,14 +930,17 @@ <div class="form-group"> <div class="input-group m-b"> <input type="button" value="鏌ヨ" class="btn btn-primary action-query" />  - <input class="btn btn-success action-modal-create" value="鍒涘缓瀹㈡埛" type="button" />  - <input class="btn btn-danger action-modal-setProduct" value="鎵归噺鍒嗛厤涓�т骇鍝�" type="button" /> + <input class="btn btn-success action-modal-create" value="鍒涘缓瀹㈡埛" type="button" />  </div> </div> </form> + <!-- 鍒楄〃 --> <div class="table-responsive"> + <% if(IsEnable==1) { %> + <input class="btn btn-danger action-modal-setProduct" value="鎵归噺鍒嗛厤涓�т骇鍝�" type="button" /> + <%} %> <table class="table table-striped table-bordered table-hover" id="gwclientTable"> <thead> <tr class="header"> @@ -603,10 +961,16 @@ <th>涓氬姟鍛� </th> + + <th>宸插垎閰嶄釜鎬т骇鍝�(澶氫釜鎸夆��,鈥濆垎闅�) + </th> <!-- <th>璁よ瘉鐘舵�� </th> --> + + <th>鐘舵�� + </th> <th>鎿嶄綔 </th> </tr> @@ -619,16 +983,16 @@ <div id="pager"> </div> - + <!--鎵归噺淇敼涓�т骇鍝� --> <div class="modal inmodal fade" id="setProductDialog" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog form-horizontal"> <div class="modal-content animated "> - <div class="modal-header"> - <h3> - 鎵归噺鍒嗛厤涓�т骇鍝�</h3> - </span><a class="close" data-dismiss="modal" aria-hidden="true">脳</a> <span class="text-muted"> + <div class="modal-header"> + <span class="title"><h3>鎵归噺鍒嗛厤涓�т骇鍝�</h3></span><a class="close" data-dismiss="modal" aria-hidden="true">脳</a> + <span class="text-muted"> 鎵归噺鍒嗛厤涓�т骇鍝佸皢浼氭洿鏂版墍鏈夐�変腑鐨勮处鍙风殑瀹㈡埛锛�<br /> 纭畾鍒嗛厤涓嶈兘鍙栨秷锛岃璋ㄦ厧鎿嶄綔锛�<br /> + </span> </div> <div class="modal-body"> <div class="form-group"> @@ -649,6 +1013,28 @@ </div> </div> </div> + </div> + + <!-- 瀹㈡埛淇敼涓�т骇鍝� --> + <div class="modal inmodal fade" id="updateProductDialog" tabindex="-1" role="dialog" aria-hidden="true"> + <div class="modal-dialog"> + <div class="modal-content animated bounceInRight"> + <input type="hidden" value="" name="clientID" /> + <div class="modal-header"> + <span class="title">璁剧疆瀹㈡埛涓�т骇鍝�</span><a class="close" data-dismiss="modal" aria-hidden="true">脳</a> + </div> + <div class="modal-body"> + <%=ClientProductAll() %> + </div> + <div class="modal-footer"> + <button class="btn-default btn" data-dismiss="modal" aria-hidden="true"> + 鍙栨秷</button> + <button class="btn btn-primary action-updateProduct"> + 淇濆瓨</button> + </div> + </div> + </div> + </div> </asp:Content> -- Gitblit v1.9.1