GP12触摸屏,内外标签限制解除
This commit is contained in:
@@ -552,11 +552,11 @@ namespace ZR.Service.Business
|
|||||||
{
|
{
|
||||||
return "内标签零件号与外箱标签不一致!";
|
return "内标签零件号与外箱标签不一致!";
|
||||||
}
|
}
|
||||||
int qt = DoAnalyzeQuantity(data.Label);
|
/* int qt = DoAnalyzeQuantity(data.Label);
|
||||||
if (qt >= 6)
|
if (qt >= 6)
|
||||||
{
|
{
|
||||||
return "该标签可能为外箱标签!";
|
return "该标签可能为外箱标签!";
|
||||||
}
|
}*/
|
||||||
bool hasAny = Context
|
bool hasAny = Context
|
||||||
.Queryable<QcGp12RecordLabelScan>()
|
.Queryable<QcGp12RecordLabelScan>()
|
||||||
.Where(it => it.Label == data.Label)
|
.Where(it => it.Label == data.Label)
|
||||||
|
|||||||
Reference in New Issue
Block a user