This commit is contained in:
@ -750,9 +750,7 @@ namespace Epost.BLL
|
||||
}
|
||||
|
||||
}
|
||||
ShowMessageModel_M showmodel = new ShowMessageModel_M();
|
||||
showmodel.Area = narea;
|
||||
showmodel.Block = nblock;
|
||||
ShowMessageModel_M showmodel = new ShowMessageModel_M();
|
||||
showmodel.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
|
||||
showmodel.Islock = true;
|
||||
showmodel.Title = "下发货位异常信息";
|
||||
|
Reference in New Issue
Block a user