From f165878ca583d1d9ee22fb2ae81ce98b3070dc85 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期五, 03 三月 2023 22:52:24 +0800 Subject: [PATCH] 合并 --- WebTM/views/验收入库/外购入库/Kf_POStockInBill_Fast.html | 7 ++++--- WebTM/views/验收入库/外购入库/Kf_POStockInBill_FastList.html | 5 +++-- WebTM/views/领料发货/领料出库/Kf_MateOutBill_FastList.html | 6 +++--- 3 files changed, 10 insertions(+), 8 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 8ba6969..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"> @@ -134,8 +134,8 @@ //閫�鍑� form.on('submit(cmdCancel)', function () { layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) { - parent.location.href = "../../../views/index_Mobile.html" - }); + 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 cb7a1bf..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,9 +671,10 @@ //閫�鍑� form.on('submit(Cancel)', function () { - layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) { - window.close(); - }); + + + + parent.location.href = "../../../views/index.html" }) //缂栬緫 form.on('submit(cmdModify)', function () { 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 1735f77..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"> @@ -134,8 +134,9 @@ //閫�鍑� form.on('submit(cmdCancel)', function () { layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) { - parent.location.href = "../../../views/index_Mobile.html" + parent.location.href = "../../../views/index.html"; }); + //parent.location.href = "../../../views/index.html" //window.close();//鍏抽棴褰撳墠椤� }) //缂栬緫 -- Gitblit v1.9.1