|
|
@@ -544,7 +544,10 @@ namespace PLC_S.ServerModel
|
|
|
//产品代码读取
|
|
|
string intCode = GetWareHouse(barCode, e, logKeyE);
|
|
|
if (intCode == "") intCode = "252";
|
|
|
-
|
|
|
+
|
|
|
+ //2022-10-13 xuwei modify
|
|
|
+ /* 取消重烧分类(智能连体重烧写入,智能重烧253,连体重烧254)
|
|
|
+
|
|
|
//重烧识别读取
|
|
|
Int16 isRefire = Convert.ToInt16(GetAutoFireID(barCode, "1", "6", e, logKeyT));
|
|
|
|
|
|
@@ -557,6 +560,8 @@ namespace PLC_S.ServerModel
|
|
|
if (goodsType == 2) intCode = "254";
|
|
|
}
|
|
|
|
|
|
+ */
|
|
|
+
|
|
|
//写入智能连体重烧标识
|
|
|
if (!string.IsNullOrEmpty(plc_s.PLC_IP))
|
|
|
{
|