username@email.com
2021-09-28 ef80d35cdbabf2ac5fd83f84714b4254e6444fef
zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Edit.cshtml
@@ -10,6 +10,8 @@
    List<SysCodeDtl> shifou = ViewData["shifou"] as List<SysCodeDtl>; //物品状态 
    string ClassifyIds = ViewData["ClassifyIds"] as string; //物品类型
}
@{
    Layout = null;
@@ -304,7 +306,11 @@
             }
             else {
                 $("#GoodsStatus").val("A");
                  $("#ClassifyId").val("@ClassifyIds");
             }
            });
@@ -377,7 +383,7 @@
                toastr.warning("是否耗材不能为空");
                return;
            }
@@ -398,7 +404,7 @@
                        if (data.Result) {
                            //  parent._afterSave(true);
                            parent.layer.msg('成功保存', { icon: 6 });
                            window.location = "/AdmGoodsManage/Edit";
                            window.location = "/AdmGoodsManage/Edit?ClassifyIds=" + $("#ClassifyId").val();
                            //try {