zhengcaioa/zhengcaioa/Views/CooperatecustomCustomer/Edit.cshtml
@@ -1084,6 +1084,34 @@ } }); $("#Name").change(function () { var Name = $("#Name").val(); $.ajax({ type: "GET", url: "/IntentionCustomer/getTitle?Name=" + Name + "&Id=" + $("#Id").val(), dataType: "json", global: false, data: "", success: function (data) { if (!data.Result) { toastr.warning(data.Message); } }, error: function () { parent.layer.msg('失败', { icon: 5 }); } }); }); </script> </body> </html>