王 垚
2021-10-12 45c842b733bd8d3aa5d05723102cf0b057beb6f0
WebTM/views/É豸¹ÜÀí/Sb_EquipMaintainBillEdit.html
@@ -332,8 +332,14 @@
            });
            //退出
            form.on('submit(Exit)', function (data) {//
                var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
                parent.layer.close(index); //再执行关闭
                if (linterid == undefined) {
                    //关闭页签
                    Pub_Close(2);
                }
                else {
                    //关闭页签
                    Pub_Close(1);
                }
            });
            //清除
            form.on('submit(Cancel)', function () {
@@ -398,7 +404,6 @@
                    , height: 500
                    , cols: [columns]
                    , done: function (res, curr, count) {
                    }
                };
            }