1
duhe
2024-03-28 b6f9c72757622dbfc60702fa9a04933a5bd0866d
WebTM/views/É豸¹ÜÀí/Sb_EquipDotCheckBill_PDA.html
@@ -425,7 +425,7 @@
            //退出-关闭页面方法
            $('#Cancel').on('click', function () {
                layer.confirm('您确定要退出吗?', { icon: 3, title: '提示' }, function (index) {
                    parent.layui.admin.events.closeThisTabs(); //关闭页签
                    parent.location.href = "../../../views/index_Mobile.html";
                });
            })
@@ -500,7 +500,7 @@
            //#region é€€å‡ºæŒ‰é’®
            form.on('submit(Cancel)', function () {
                layer.confirm('您确定要退出吗?', { icon: 3, title: '提示' }, function (index) {
                    Pub_Close(2);
                    parent.location.href = "../../../views/index_Mobile.html";
                });
            })
            //#endregion