Commit a547da51 LN

1

1 个父辈 580d9cb2
...@@ -260,4 +260,5 @@ PRO,(轴五)上料轴出料时检测到料盘需要下降的高度,BatchAxis_Dow ...@@ -260,4 +260,5 @@ PRO,(轴五)上料轴出料时检测到料盘需要下降的高度,BatchAxis_Dow
20200919 20200919
特殊条码可配置: 特殊条码里面,类似这样的 B;PartNum;1=7x32 特殊条码可配置: 特殊条码里面,类似这样的 T;PartNum;1=7x32
扫到条码是T0001,以T开头,则替换为:T0001;T0001;1
...@@ -765,8 +765,6 @@ namespace OnlineStore.LoadCSVLibrary ...@@ -765,8 +765,6 @@ namespace OnlineStore.LoadCSVLibrary
return ""; return "";
} }
private Dictionary<string, ushort> DILengthMap = null; private Dictionary<string, ushort> DILengthMap = null;
private Dictionary<string, ushort> DOLengthMap = null; private Dictionary<string, ushort> DOLengthMap = null;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!