From 1c10c76b47807b4de5cbd88710b861baf3e1c287 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期五, 03 三月 2023 22:51:19 +0800
Subject: [PATCH] 所有单据的退出按钮修改

---
 WebTM/views/质量管理/来料检验单/Kf_SCStockInCheckBill_Fast.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\235\245\346\226\231\346\243\200\351\252\214\345\215\225/Kf_SCStockInCheckBill_Fast.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\235\245\346\226\231\346\243\200\351\252\214\345\215\225/Kf_SCStockInCheckBill_Fast.html"
index 65fdf17..6ebbae4 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\235\245\346\226\231\346\243\200\351\252\214\345\215\225/Kf_SCStockInCheckBill_Fast.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\235\245\346\226\231\346\243\200\351\252\214\345\215\225/Kf_SCStockInCheckBill_Fast.html"
@@ -637,7 +637,9 @@
 
             //閫�鍑�
             form.on('submit(Cancel)', function () {
-                parent.location.href = "../../../views/index.html"
+                layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                    window.close();
+                });
             })
             //缂栬緫
             form.on('submit(cmdModify)', function () {

--
Gitblit v1.9.1