Commit 9c2471ed 张东亮

1

1 个父辈 f4d2d845
...@@ -73,12 +73,10 @@ namespace SmartScan ...@@ -73,12 +73,10 @@ namespace SmartScan
s += " <P>"; s += " <P>";
//条码的关键字 //条码的关键字
List<string> arr = new(); List<string> arr = new();
List<MaterialCodeMatch> math = mateCopy[mateIndex].Match.FindAll(s => s.CodeID == mateCopy[mateIndex].Code[index].ID); if (mateCopy[mateIndex].Code[index].CodeType.Equals(Setting_Str.OCR))
for (int j = 0; j < math.Count; j++) {
arr.Add(math[j].Keyword);
if (arr.Count > 0)
s += " <OCR>"; s += " <OCR>";
}
arr = new(); arr = new();
for (int i = 0; i < mateCopy[mateIndex].Match.Count; i++) for (int i = 0; i < mateCopy[mateIndex].Match.Count; i++)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!