修改列表没有计算了。
This commit is contained in:
@@ -299,7 +299,10 @@ namespace BarCode.Web.Domain.Services
|
||||
//修改序列号下载数
|
||||
List<SerialNumbers> olist = new List<SerialNumbers>();
|
||||
if (dto.IsAll)
|
||||
{
|
||||
olist = snGRList;
|
||||
olist.ForEach(f => f.DownLoad());
|
||||
}
|
||||
else
|
||||
{
|
||||
if (dto.IsTwo == 2)//说明为两件装
|
||||
|
||||
Reference in New Issue
Block a user