yangle
2023-12-14 328034521b127d65fdff9c89a0f8dd493b44680f
WebAPI/Controllers/ProductInController.cs
@@ -1260,7 +1260,8 @@
                {
                    this.objJsonResult.code = "0";
                    this.objJsonResult.count = 1;
                    this.objJsonResult.Message = "生成产品入库单成功!单据号为:";
                    objJsonResult.Message = DBUtility.ClsPub.sErrInfo;  //成功!
                    //this.objJsonResult.Message = "生成产品入库单成功!单据号为:";
                    this.objJsonResult.data = null;
                    result = this.objJsonResult;
                }
@@ -1268,7 +1269,8 @@
                {
                    this.objJsonResult.code = "0";
                    this.objJsonResult.count = 0;
                    this.objJsonResult.Message = "上传失败!" + ClsPub.sErrInfo;
                    objJsonResult.Message = DBUtility.ClsPub.sErrInfo;  //失败!
                    //this.objJsonResult.Message = "上传失败!" + ClsPub.sErrInfo;
                    this.objJsonResult.data = null;
                    result = this.objJsonResult;
                }