duhe
2023-11-15 a402deb75ce00e50653d8d4ca73b74334d9a3333
WebAPI/Controllers/XSGL/Xs_SeOrderChangeBillController.cs
@@ -505,6 +505,13 @@
                        objJsonResult.Message = "审核失败!原因:源单不存在!";
                        objJsonResult.data = null;
                        return objJsonResult;
                    }else if(ds.Tables[0].Rows[0]["HBillStatus"].ToString() != "2")
                    {
                        objJsonResult.code = "0";
                        objJsonResult.count = 0;
                        objJsonResult.Message = "审核失败!原因:源单未处于审核状态!";
                        objJsonResult.data = null;
                        return objJsonResult;
                    }
                    oCN.BeginTran();