|
@@ -90,6 +90,7 @@ namespace WCS.WorkEngineering.Systems
|
|
|
.SetValue(obj.Data3, next.ToShort());
|
|
|
obj.Data3.GetType().GetProperty($"GoodsEnd{obj.Data3.NextIndex}")
|
|
|
.SetValue(obj.Data3, next.ToShort());
|
|
|
+ obj.Data3.GetType().GetProperty($"BcrCode{obj.Data3.NextIndex}").SetValue(obj.Data3, bcrCode);
|
|
|
if (obj.Data3.NextIndex >= 49)
|
|
|
{
|
|
|
obj.Data3.NextIndex = 0;
|
|
@@ -98,8 +99,7 @@ namespace WCS.WorkEngineering.Systems
|
|
|
{
|
|
|
obj.Data3.NextIndex++;
|
|
|
}
|
|
|
- obj.Data3.GetType().GetProperty($"BcrCode{obj.Data3.NextIndex}").SetValue(obj.Data3, bcrCode);
|
|
|
- obj.Data3.GetType().GetProperty($"BcrCode{obj.Data3.NextIndex}").SetValue(obj.Data3, bcrCode);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
dev.Data.Mode = StationMode.Automatic;
|