chenxy %!s(int64=2) %!d(string=hai) anos
pai
achega
fe9589ad6c
Modificáronse 3 ficheiros con 20 adicións e 19 borrados
  1. 1 0
      .gitignore
  2. 5 5
      HEGII.ss.mes.web.sln
  3. 14 14
      wwwroot/mes/login.html

+ 1 - 0
.gitignore

@@ -107,3 +107,4 @@ Backup*/
 UpgradeLog*.XML
 
 /.vs
+Logs

+ 5 - 5
HEGII.ss.mes.web.sln

@@ -6,21 +6,21 @@ MinimumVisualStudioVersion = 10.0.40219.1
 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "wwwroot", "wwwroot\", "{DB74DD9E-F84B-4372-A298-41376272D607}"
 	ProjectSection(WebsiteProperties) = preProject
 		TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
-		Debug.AspNetCompiler.VirtualPath = "/localhost_62172"
+		Debug.AspNetCompiler.VirtualPath = "/localhost_62173"
 		Debug.AspNetCompiler.PhysicalPath = "wwwroot\"
-		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_62172\"
+		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_62173\"
 		Debug.AspNetCompiler.Updateable = "true"
 		Debug.AspNetCompiler.ForceOverwrite = "true"
 		Debug.AspNetCompiler.FixedNames = "false"
 		Debug.AspNetCompiler.Debug = "True"
-		Release.AspNetCompiler.VirtualPath = "/localhost_62172"
+		Release.AspNetCompiler.VirtualPath = "/localhost_62173"
 		Release.AspNetCompiler.PhysicalPath = "wwwroot\"
-		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_62172\"
+		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\3\"
 		Release.AspNetCompiler.Updateable = "true"
 		Release.AspNetCompiler.ForceOverwrite = "true"
 		Release.AspNetCompiler.FixedNames = "false"
 		Release.AspNetCompiler.Debug = "False"
-		VWDPort = "62172"
+		VWDPort = "62173"
 		SlnRelativePath = "wwwroot\"
 	EndProjectSection
 EndProject

+ 14 - 14
wwwroot/mes/login.html

@@ -27,9 +27,9 @@
         <div class="w-div" style="padding-top:8px;">
             <a href="javascript:void(0)" id="tbSave" class="easyui-linkbutton" onclick="submitForm()" style="margin-left:48px; width:250px;height:32px;">登录</a>
         </div>
-        <div class="w-div" style="padding-top:8px;">
+        <!--<div class="w-div" style="padding-top:8px;">
             <a href="javascript:void(0)" id="tbADSave" class="easyui-linkbutton" onclick="ADsubmitForm()" style="margin-left:48px; width:250px;height:32px;">AD域验证</a>
-        </div>
+        </div>-->
     </form>
     <!--</div>-->
 
@@ -38,7 +38,7 @@
         $(function () {
 
             $('#userCode').textbox('textbox').bind('keyup', function (e) {
-                this.value = this.value.toUpperCase();
+                //this.value = this.value.toUpperCase();
                 if (e.keyCode == 13) {
 
                 }
@@ -60,17 +60,17 @@
             }
         }
 
-        function ADsubmitForm() {
-            $.get('login.ashx?m=1&r=' + Math.random(), $('#ff').serialize(), function (data) {
-                var json = JSON.parse(data);
-                if (json['success'] == true) {
-                    parent.window.location.href = 'main.html';
-                }
-                else {
-                    $.messager.alert('用户登录', json['message'], 'warning');
-                }
-            });
-        }
+        //function ADsubmitForm() {
+        //    $.get('login.ashx?m=1&r=' + Math.random(), $('#ff').serialize(), function (data) {
+        //        var json = JSON.parse(data);
+        //        if (json['success'] == true) {
+        //            parent.window.location.href = 'main.html';
+        //        }
+        //        else {
+        //            $.messager.alert('用户登录', json['message'], 'warning');
+        //        }
+        //    });
+        //}
 
         function keyLogin() {
             if (event.keyCode == 13) submitForm();