yusijie
2025-11-07 6029d9cca9e132c4ba7a64cefe3db5eeaaecdf74
WebTM/views/ÁìÁÏ·¢»õ/ίÍâ³ö¿â/Kf_EntrustOutBill_FastList.html
@@ -107,8 +107,10 @@
        //读取单据列表
        //
        form.on('submit(Cancel)', function () {
            parent.location.href = "../../../views/index.html"
        form.on('submit(cmdCancel)', function () {
            layer.confirm('您确定要退出吗?', { icon: 3, title: '提示' }, function (index) {
                parent.location.href = "../../../views/index_Mobile.html"
            });
            //window.close();//关闭当前页
        })