zzr99
2021-08-24 5a430f05a47048180472be67af70ff6fc972b3af
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Add_Edit_Gy_QCCheckClass.html
@@ -134,12 +134,15 @@
            //    }, function () { window.location.href = "../../user/login.html"; });
            //}
            //#region å¤´éƒ¨å·¥å…·æ äº‹ä»¶
            //清除
            form.on('submit(Cancel)', function () {
                //sessionStorage["SourceFlag"] = false;
                parent.location.href = "../../../views/index.html"
                //window.close();//关闭当前页
            })
            //保存
            form.on('submit(Saver)', function (data) {//保存
                //debugger;
                var ModRightNameAdd = 'Gy_RepairType_Edit';
@@ -216,6 +219,11 @@
                        });
                }
            });
            //退出按钮
            form.on('submit(Exit)', function () {
                Pub_Close(1);
            })
            //#endregion
            function f_alert(sMsg) {
                layer.alert(sMsg, { icon: 5 });
@@ -261,6 +269,7 @@
                }
            });
            //检验项目类别类别弹窗
            form.on('submit(HQCCheckClassList)', function () {
                //页面层-自定义
@@ -299,10 +308,7 @@
                });
            });
            //退出按钮
            form.on('submit(Exit)', function () {
                Pub_Close(1);
            })
        });
    </script>
</body>