From f8a627e504e7aef7a5046ed893903b9cdf6954bc Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期五, 19 八月 2022 14:04:06 +0800
Subject: [PATCH] 修改了扫码单据退出按钮功能

---
 WebTM/views/验收入库/外购入库/Kf_POStockInBill_Fast.html |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

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 e007cf4..150f1c0 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"
@@ -662,12 +662,7 @@
 
             //閫�鍑�
             form.on('submit(Cancel)', function () {
-                sessionStorage["SourceFlag"] = false;
-                //parent.location.href = "../../../views/index.html"
-                //window.close();//鍏抽棴褰撳墠椤�
-                layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
-                    window.close();
-                });
+                parent.location.href = "../../../views/index.html"
             })
             //缂栬緫
             form.on('submit(cmdModify)', function () {

--
Gitblit v1.9.1