From 1db2395356bf3d4e916d27c6b0cbb7f4f78a8bf6 Mon Sep 17 00:00:00 2001
From: Administrator <jinghz@oceic.com>
Date: 星期五, 03 三月 2023 20:00:20 +0800
Subject: [PATCH] 退出按钮测试

---
 WebTM/views/验收入库/外购入库/Kf_POStockInBill_Fast.html     |    3 +++
 WebTM/views/验收入库/外购入库/Kf_POStockInBill_FastList.html |    7 +++++--
 WebTM/views/领料发货/领料出库/Kf_MateOutBill_FastList.html   |    6 ++++--
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_FastList.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_FastList.html"
index fa52d1d..a1500f9 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_FastList.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_FastList.html"
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <title>棰嗘枡鍑哄簱鍗曠紦瀛樺垪琛�</title>
+    <title>鐢熶骇棰嗘枡缂撳瓨鍒楄〃</title>
     <meta name="renderer" content="webkit">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@ -133,7 +133,9 @@
         //
          //閫�鍑�
         form.on('submit(cmdCancel)', function () {
-            parent.location.href = "../../../views/index.html"
+            layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                parent.location.href = "../../../views/index.html";
+            }); 
             //window.close();//鍏抽棴褰撳墠椤�
         })
          //缂栬緫
diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_Fast.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_Fast.html"
index 287863a..44e5ec5 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_Fast.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_Fast.html"
@@ -671,6 +671,9 @@
 
             //閫�鍑�
             form.on('submit(Cancel)', function () {
+
+
+
                 parent.location.href = "../../../views/index.html"
             })
             //缂栬緫
diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_FastList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_FastList.html"
index fb3e955..e1a680d 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_FastList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_FastList.html"
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <title>澶栬喘鍏ュ簱鍗曠紦瀛樺垪琛�</title>
+    <title>閲囪喘鍏ュ簱缂撳瓨鍒楄〃</title>
     <meta name="renderer" content="webkit">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@ -133,7 +133,10 @@
 
         //閫�鍑�
         form.on('submit(cmdCancel)', function () {
-            parent.location.href = "../../../views/index.html"
+            layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                parent.location.href = "../../../views/index.html";
+            });
+            //parent.location.href = "../../../views/index.html"
             //window.close();//鍏抽棴褰撳墠椤�
         })
         //缂栬緫

--
Gitblit v1.9.1