From d3b4b93d4ba49eb3994e3f9874a3dfda083524ab Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 13 三月 2024 10:44:21 +0800
Subject: [PATCH] 1

---
 WebTM/views/领料发货/委外出库/Kf_EntrustOutBackBill_Fast.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBackBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBackBill_Fast.html"
index 3e5e8bf..3ecf44b 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBackBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBackBill_Fast.html"
@@ -541,7 +541,9 @@
 
             form.on('submit(Cancel)', function () {
                 sessionStorage["SourceFlag"] = false;
-                parent.location.href = "../../../views/index.html"
+                layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                    parent.location.href = "../../../views/index_Mobile.html";
+                });
                 //window.close();//鍏抽棴褰撳墠椤�
             })
 
@@ -582,7 +584,7 @@
                         dataType: "json",
                         success: function (data) {
                             if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
-                                layer.msg(data.Message + $("#HBillNo").val(), { icon: 1 });
+                                layer.msg(data.Message, { icon: 1 });
                             }
                             else {
                                 layer.msg(data.Message, { icon: 5 });

--
Gitblit v1.9.1