username@email.com
2021-06-28 76430b83e28b43122886c1cd8a9fb1cd61040d22
zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Edit.cshtml
@@ -270,14 +270,18 @@
            "hideMethod": "fadeOut"
        };
        var id = '@Model.Id';
        if (id == null || id == '') {
            $("#GoodsStatus").val("A");
        }
         $(function () {
             if (id.length > 0) {
             }
             else {
                 $("#GoodsStatus").val("A");
             }
            });
        var delPosition = function () {
            if (id == null || id == '') {
@@ -319,7 +323,7 @@
        // 保存岗位信息
        var savePosition = function () {
            if ($("#ClassifyId").val() == '') {
                toastr.warning("物品类别不能为空");
@@ -333,7 +337,7 @@
                toastr.warning("物品数量不能为空");
                return;
            }
            if ($("#GoodsStatus").val() == '') {
                toastr.warning("物品状态不能为空");
                return;
@@ -343,7 +347,7 @@
                toastr.warning("物品名称不能为空");
                return;
            }
@@ -358,7 +362,7 @@
                global: false,
                data: $('form').serializeArray(),
                success: function (data) {
                        if (data.Result) {