ch
2022-07-27 aefedbd83773db8b0ed7af35f08e474bc97be351
WebAPI/Controllers/OtherInStockController.cs
@@ -359,7 +359,7 @@
                {            
                    objJsonResult.code = "0";
                    objJsonResult.count = 1;
                    objJsonResult.Message = "生成其他入库单成功!单据号为:";
                    objJsonResult.Message = DBUtility.ClsPub.sErrInfo;
                    objJsonResult.data = null;
                    return objJsonResult;
                }