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();