加换行
This commit is contained in:
@@ -505,12 +505,12 @@ namespace BarCode.Web.Domain.Services
|
|||||||
|
|
||||||
if (spec == "")
|
if (spec == "")
|
||||||
{
|
{
|
||||||
spec = y[0].Specifications+" <br>序列码存在已使用, 请选择未使用序列码的数据 !</br>";
|
spec = y[0].Specifications+" 序列码存在已使用, 请选择未使用序列码的数据 !";
|
||||||
// _logger.LogInformation($"获取到:specA:{y[0].Specifications}");
|
// _logger.LogInformation($"获取到:specA:{y[0].Specifications}");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
spec = spec + y[0].Specifications + " <br>序列码存在已使用, 请选择未使用序列码的数据 !</br>";
|
spec = spec +"<br>" + y[0].Specifications + " 序列码存在已使用, 请选择未使用序列码的数据 !</br>";
|
||||||
// _logger.LogInformation($"获取到:spec:{spec}");
|
// _logger.LogInformation($"获取到:spec:{spec}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -538,12 +538,12 @@ namespace BarCode.Web.Domain.Services
|
|||||||
var y = dto.ids.Where(x => x.Id == generateRecords[i].Id).ToList();
|
var y = dto.ids.Where(x => x.Id == generateRecords[i].Id).ToList();
|
||||||
if (specNum == "")
|
if (specNum == "")
|
||||||
{
|
{
|
||||||
specNum = y[0].Specifications + " <br>序列码存在已使用, 不支持转两件装!</br>";
|
specNum = y[0].Specifications + " 序列码存在已使用, 不支持转两件装!";
|
||||||
// _logger.LogInformation($"获取到:specA:{y[0].Specifications}");
|
// _logger.LogInformation($"获取到:specA:{y[0].Specifications}");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
specNum = specNum + y[0].Specifications + " <br>序列码存在已使用, 不支持转两件装!</br>";
|
specNum = "<br>" + specNum + y[0].Specifications + " 序列码存在已使用, 不支持转两件装!</br>";
|
||||||
// _logger.LogInformation($"获取到:spec:{spec}");
|
// _logger.LogInformation($"获取到:spec:{spec}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user