Merge remote-tracking branch 'origin/glms/feature/1.4.2' into glms/feature/1.4.2-margin
This commit is contained in:
@@ -263,6 +263,10 @@ namespace YLErp.Modules.TradeModule.DealModule
|
||||
td.OptName = UserName;
|
||||
td.OptDate = OptDate;
|
||||
int passStatus = new ApprovalProcessService(OptUser).CheckTradeApprovalStep(td, OptUser.UserId);
|
||||
if (passStatus != 0 && passStatus != -3)
|
||||
{
|
||||
new TradeApprovalOAService(this).EnsureForCurrentNode(td);
|
||||
}
|
||||
if (passStatus == 0)
|
||||
{
|
||||
td.TradeStatus = ConsTrade.确认成交;
|
||||
|
||||
Reference in New Issue
Block a user