From c88bb176fabeb8e7a6f89ba3662cda1e4fd2dc9d Mon Sep 17 00:00:00 2001
From: 仲国强 <519541279@qq.com>
Date: 星期六, 18 九月 2021 16:36:45 +0800
Subject: [PATCH] 优化流转卡维护页面

---
 WebTM/views/基础资料/公用基础资料/Add_Edit_Gy_QCCheckClass.html |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Add_Edit_Gy_QCCheckClass.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Add_Edit_Gy_QCCheckClass.html"
index 1636dba..4f87c34 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Add_Edit_Gy_QCCheckClass.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Add_Edit_Gy_QCCheckClass.html"
@@ -134,16 +134,15 @@
             //    }, function () { window.location.href = "../../user/login.html"; });
             //}
 
+            //#region 澶撮儴宸ュ叿鏍忎簨浠�
 
-
+            //娓呴櫎
             form.on('submit(Cancel)', function () {
                 //sessionStorage["SourceFlag"] = false;
                 parent.location.href = "../../../views/index.html"
                 //window.close();//鍏抽棴褰撳墠椤�
             })
-
-
-
+            //淇濆瓨
             form.on('submit(Saver)', function (data) {//淇濆瓨
                 //debugger;
                 var ModRightNameAdd = 'Gy_RepairType_Edit';
@@ -220,6 +219,11 @@
                         });
                 }
             });
+            //閫�鍑烘寜閽�
+            form.on('submit(Exit)', function () {
+                Pub_Close(1);
+            })
+            //#endregion
 
             function f_alert(sMsg) {
                 layer.alert(sMsg, { icon: 5 });
@@ -254,8 +258,6 @@
                 });
             }
 
-
-
             //鐩戝惉鎻愪氦
             form.verify({
                 numberOrEmpty: function (value, item) {
@@ -266,6 +268,7 @@
                     //}
                 }
             });
+
 
             //妫�楠岄」鐩被鍒被鍒脊绐�
             form.on('submit(HQCCheckClassList)', function () {
@@ -305,10 +308,7 @@
                 });
             });
 
-            //閫�鍑烘寜閽�
-            form.on('submit(Exit)', function () {
-                Pub_Close(1);
-            })
+           
         });
     </script>
 </body>

--
Gitblit v1.9.1