From 021b79085de75bafb83977491d031fcc036cd41c Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期一, 24 五月 2021 10:53:48 +0800 Subject: [PATCH] 外购入库保存后增加啊‘新增’按钮 --- WebTM/views/验收入库/外购入库/Kf_POStockInBill_Fast.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 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 0bef8b6..a61d2c5 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" @@ -654,13 +654,14 @@ sessionStorage["SourceFlag"] = false; layer.confirm("鏀舵枡" + data.Message + $("#HBillNo").val(), { icon: 1, - skin: 'layui-layer-lan', closeBtn: 0, btn: ['纭'], btn2: function () { + skin: 'layui-layer-lan', closeBtn: 0, btn: ['鏂板'], btn2: function () { //parent.layui.admin.events.closeThisTabs();鍏抽棴椤电 //window.close();//鍏抽棴椤甸潰锛屾祻瑙堝櫒鏈夋晥锛孭DA鏃犳晥 - //window.location.reload();//鏂板 parent.location.href = "../../../views/index.html" }//鍏抽棴 - } , function () { parent.location.href = "../../../views/index.html"; }//鏂板 ); + } , function () { + window.location.reload(); + }); } else { //layer.msg(data.Message, { icon: 5, btn: ['纭'], time: 100000, offset: 't' }); -- Gitblit v1.9.1