From b0c4fd3d7c914dd8aee43804fa77f1ee5d04a11d Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 06 三月 2023 09:10:32 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI
---
WebTM/views/验收入库/其他入库/Kf_OtherInBackBill_Fast.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBackBill_Fast.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBackBill_Fast.html"
index ce1620f..f100a15 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBackBill_Fast.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBackBill_Fast.html"
@@ -565,8 +565,10 @@
form.on('submit(Cancel)', function () {
- sessionStorage["SourceFlag"] = false;
- parent.location.href = "../../../views/index.html"
+ //sessionStorage["SourceFlag"] = false;
+ layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+ window.close();
+ });
//window.close();//鍏抽棴褰撳墠椤�
})
--
Gitblit v1.9.1