username@email.com
2021-06-28 8de9a465342385e0ebee7dc430abadd69a2b67dd
zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Edit.cshtml
@@ -271,9 +271,13 @@
        };
        var id = '@Model.Id';
         var id = '@Model.Id';
        if (id == null || id == '') {
            $("#GoodsStatus").val("A");
        }
        var delPosition = function () {
            if (id == null || id == '') {
@@ -360,15 +364,15 @@
                        if (data.Result) {
                            //  parent._afterSave(true);
                            parent.layer.msg('成功保存', { icon: 6 });
                            //window.location = "/Project/add?id=" + data.ReturnID;
                            window.location = "/AdmGoodsManage/Edit";
                            try {
                                _pageAutoClose();//自动关闭页面方法
                            }
                            catch (err) {
                                parent._CloseTab1("/AdmGoodsManage/Edit/");
                            }
                            //try {
                            //    _pageAutoClose();//自动关闭页面方法
                            //}
                            //catch (err) {
                            //    parent._CloseTab1("/AdmGoodsManage/Edit/");
                            //}
                        }
                        else {