GP12触摸屏,内外标签限制解除

This commit is contained in:
2025-01-10 11:33:39 +08:00
parent 5e15573b1c
commit e3005bb266

View File

@@ -552,11 +552,11 @@ namespace ZR.Service.Business
{
return "内标签零件号与外箱标签不一致!";
}
int qt = DoAnalyzeQuantity(data.Label);
/* int qt = DoAnalyzeQuantity(data.Label);
if (qt >= 6)
{
return "该标签可能为外箱标签!";
}
}*/
bool hasAny = Context
.Queryable<QcGp12RecordLabelScan>()
.Where(it => it.Label == data.Label)