chenhaozhe
2025-06-26 226b08b8a5f3ecab663d6b0e02b48c3e16e644e0
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();//关闭当前页
        })