zrg
2024-07-23 e40eee31a528e0a8d0003d169d14faabb40d3c26
WebTM/views/ÑéÊÕÈë¿â/ίÍâÈë¿â/Kf_EntrustInBackBillList.html
@@ -104,8 +104,10 @@
        //读取单据列表
        //
        form.on('submit(Cancel)', function () {
            parent.location.href = "../../../views/index.html"
        form.on('submit(cmdCancel)', function () {
            layer.confirm('您确定要退出吗?', { icon: 3, title: '提示' }, function (index) {
                window.close();
            });
            //window.close();//关闭当前页
        })