diff --git a/.vs/HighWayIot/v16/.suo b/.vs/HighWayIot/v16/.suo
index 43c973b2..dd9e0f98 100644
Binary files a/.vs/HighWayIot/v16/.suo and b/.vs/HighWayIot/v16/.suo differ
diff --git a/Aucma.Scada.UI/Aucma.Scada.UI.csproj b/Aucma.Scada.UI/Aucma.Scada.UI.csproj
index 04ba3c67..312fd0aa 100644
--- a/Aucma.Scada.UI/Aucma.Scada.UI.csproj
+++ b/Aucma.Scada.UI/Aucma.Scada.UI.csproj
@@ -93,9 +93,6 @@
-
- IndexControl.xaml
-
AssemblyPlanControl.xaml
@@ -126,17 +123,14 @@
RecordControl.xaml
-
-
-
+
+
+
+
-
-
- MSBuild:Compile
- Designer
-
+
Designer
MSBuild:Compile
diff --git a/Aucma.Scada.UI/IndexControl.xaml b/Aucma.Scada.UI/IndexControl.xaml
deleted file mode 100644
index bd724292..00000000
--- a/Aucma.Scada.UI/IndexControl.xaml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
diff --git a/Aucma.Scada.UI/IndexControl.xaml.cs b/Aucma.Scada.UI/IndexControl.xaml.cs
deleted file mode 100644
index 8984935e..00000000
--- a/Aucma.Scada.UI/IndexControl.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace Aucma.Scada.UI
-{
- ///
- /// IndexControl.xaml 的交互逻辑
- ///
- public partial class IndexControl : UserControl
- {
- public IndexControl()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/Aucma.Scada.UI/Page/AssemblyPlan/AssemblyPlanControl.xaml b/Aucma.Scada.UI/Page/AssemblyPlan/AssemblyPlanControl.xaml
index e21c25d0..46bda63f 100644
--- a/Aucma.Scada.UI/Page/AssemblyPlan/AssemblyPlanControl.xaml
+++ b/Aucma.Scada.UI/Page/AssemblyPlan/AssemblyPlanControl.xaml
@@ -4,9 +4,162 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Aucma.Scada.UI.Page.AssemblyPlan"
+ xmlns:lvc="clr-namespace:LiveCharts.Wpf;assembly=LiveCharts.Wpf"
mc:Ignorable="d"
- d:DesignHeight="450" d:DesignWidth="800">
-
+ d:DesignHeight="750" d:DesignWidth="1920" Background="Transparent">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/Aucma.Scada.UI/Page/AssemblyPlan/AssemblyPlanControl.xaml.cs b/Aucma.Scada.UI/Page/AssemblyPlan/AssemblyPlanControl.xaml.cs
index 8cc58948..045101f1 100644
--- a/Aucma.Scada.UI/Page/AssemblyPlan/AssemblyPlanControl.xaml.cs
+++ b/Aucma.Scada.UI/Page/AssemblyPlan/AssemblyPlanControl.xaml.cs
@@ -1,4 +1,5 @@
-using System;
+using Aucma.Scada.UI.viewModel.AssemblyPlan;
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -22,7 +23,11 @@ namespace Aucma.Scada.UI.Page.AssemblyPlan
{
public AssemblyPlanControl()
{
+
InitializeComponent();
+
+ AssemblyPlanViewModel assemblyPlanViewModel = new AssemblyPlanViewModel();
+ this.DataContext = assemblyPlanViewModel;
}
}
}
diff --git a/Aucma.Scada.UI/Page/InStoreInfo/InStoreInfoControl.xaml.cs b/Aucma.Scada.UI/Page/InStoreInfo/InStoreInfoControl.xaml.cs
index 116451cd..c9354306 100644
--- a/Aucma.Scada.UI/Page/InStoreInfo/InStoreInfoControl.xaml.cs
+++ b/Aucma.Scada.UI/Page/InStoreInfo/InStoreInfoControl.xaml.cs
@@ -1,4 +1,5 @@
using Aucma.Scada.UI.viewModel;
+using Aucma.Scada.UI.viewModel.InStoreInfo;
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/Aucma.Scada.UI/Page/InventoryInfo/InventoryInfoControl.xaml.cs b/Aucma.Scada.UI/Page/InventoryInfo/InventoryInfoControl.xaml.cs
index 10cb20d7..97a966b5 100644
--- a/Aucma.Scada.UI/Page/InventoryInfo/InventoryInfoControl.xaml.cs
+++ b/Aucma.Scada.UI/Page/InventoryInfo/InventoryInfoControl.xaml.cs
@@ -1,4 +1,5 @@
using Aucma.Scada.UI.viewModel;
+using Aucma.Scada.UI.viewModel.InventoryInfo;
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/Aucma.Scada.UI/Page/InventoryInfo/LinerInventory.xaml.cs b/Aucma.Scada.UI/Page/InventoryInfo/LinerInventory.xaml.cs
index 223eac40..f45267e8 100644
--- a/Aucma.Scada.UI/Page/InventoryInfo/LinerInventory.xaml.cs
+++ b/Aucma.Scada.UI/Page/InventoryInfo/LinerInventory.xaml.cs
@@ -1,4 +1,5 @@
using Aucma.Scada.UI.viewModel;
+using Aucma.Scada.UI.viewModel.InventoryInfo;
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/Aucma.Scada.UI/Page/InventoryInfo/ShellInventory.xaml.cs b/Aucma.Scada.UI/Page/InventoryInfo/ShellInventory.xaml.cs
index 2575e297..dc853f05 100644
--- a/Aucma.Scada.UI/Page/InventoryInfo/ShellInventory.xaml.cs
+++ b/Aucma.Scada.UI/Page/InventoryInfo/ShellInventory.xaml.cs
@@ -1,4 +1,5 @@
using Aucma.Scada.UI.viewModel;
+using Aucma.Scada.UI.viewModel.InventoryInfo;
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/Aucma.Scada.UI/bin/Debug/Aucma.Scada.UI.exe b/Aucma.Scada.UI/bin/Debug/Aucma.Scada.UI.exe
index 00a6a02a..03e260f8 100644
Binary files a/Aucma.Scada.UI/bin/Debug/Aucma.Scada.UI.exe and b/Aucma.Scada.UI/bin/Debug/Aucma.Scada.UI.exe differ
diff --git a/Aucma.Scada.UI/bin/Debug/Aucma.Scada.UI.pdb b/Aucma.Scada.UI/bin/Debug/Aucma.Scada.UI.pdb
index 84ac63cd..b7e300db 100644
Binary files a/Aucma.Scada.UI/bin/Debug/Aucma.Scada.UI.pdb and b/Aucma.Scada.UI/bin/Debug/Aucma.Scada.UI.pdb differ
diff --git a/Aucma.Scada.UI/bin/Debug/Log/2023-09-21/LogInfo.txt b/Aucma.Scada.UI/bin/Debug/Log/2023-09-21/LogInfo.txt
index bca97424..9b6740f6 100644
--- a/Aucma.Scada.UI/bin/Debug/Log/2023-09-21/LogInfo.txt
+++ b/Aucma.Scada.UI/bin/Debug/Log/2023-09-21/LogInfo.txt
@@ -290,4 +290,64 @@
־ʱ䣺2023-09-21 16:28:11,157 [1]
־INFO
־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 16:33:31,647 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:01:20,119 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:02:40,760 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:03:47,198 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:04:57,288 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:05:47,717 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:06:27,779 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:14:10,707 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:15:49,232 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:16:29,768 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:17:40,199 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:19:56,119 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:21:07,783 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:32:38,293 [1]
+־INFO
+־ݣ˳
+ <-------------->
+־ʱ䣺2023-09-21 17:39:22,471 [1]
+־INFO
+־ݣ˳
\ No newline at end of file
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.AssemblyReference.cache b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.AssemblyReference.cache
index cd00ce4f..f5e894ae 100644
Binary files a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.AssemblyReference.cache and b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.AssemblyReference.cache differ
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.CoreCompileInputs.cache b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.CoreCompileInputs.cache
index f7860076..615af3ab 100644
--- a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.CoreCompileInputs.cache
+++ b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-e9d589b3c4f464a6a6b80f084d0ef502eed4de54
+4dd20336a0336e0342e692ff9031d4d65af3e6b2
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.FileListAbsolute.txt b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.FileListAbsolute.txt
index 7d1d2bb6..ac292819 100644
--- a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.FileListAbsolute.txt
+++ b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.csproj.FileListAbsolute.txt
@@ -1,6 +1,5 @@
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\Aucma.Scada.UI.csproj.AssemblyReference.cache
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\Aucma.Scada.UI.exe.config
-C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\IndexControl.g.cs
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\LogInfoControl.g.cs
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\MainWindow.g.cs
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\RecordControl.g.cs
@@ -36,7 +35,6 @@ C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\bin\Debug\GalaSoft.
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\bin\Debug\GalaSoft.MvvmLight.Platform.xml
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\bin\Debug\HighWayIot.Common.pdb
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\App.baml
-C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\IndexControl.baml
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\LogInfoControl.baml
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\MainWindow.baml
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\RecordControl.baml
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.exe b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.exe
index 00a6a02a..03e260f8 100644
Binary files a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.exe and b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.exe differ
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.g.resources b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.g.resources
index 950513d2..7865ac7e 100644
Binary files a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.g.resources and b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.g.resources differ
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.pdb b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.pdb
index 84ac63cd..b7e300db 100644
Binary files a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.pdb and b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI.pdb differ
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.cache b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.cache
index b1c84d92..4f2bdeaf 100644
--- a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.cache
+++ b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.cache
@@ -10,11 +10,11 @@ none
false
DEBUG;TRACE
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\App.xaml
-132100140106
+12777446641
-251946362111
+251141458628
1321100521871
-IndexControl.xaml;Page\AssemblyPlan\AssemblyPlanControl.xaml;Page\InStoreInfo\InStoreInfoControl.xaml;LogInfoControl.xaml;MainWindow.xaml;Page\InventoryInfo\InventoryInfoControl.xaml;Page\InventoryInfo\LinerInventory.xaml;Page\InventoryInfo\ShellInventory.xaml;Page\InventoryInfo\SpaceInfoControl.xaml;Page\OutStoreInfo\OutStoreInfoControl.xaml;Page\TaskInfo\TaskInfoControl.xaml;RecordControl.xaml;templates\style\resourceStyle.xaml;
+Page\AssemblyPlan\AssemblyPlanControl.xaml;Page\InStoreInfo\InStoreInfoControl.xaml;LogInfoControl.xaml;MainWindow.xaml;Page\InventoryInfo\InventoryInfoControl.xaml;Page\InventoryInfo\LinerInventory.xaml;Page\InventoryInfo\ShellInventory.xaml;Page\InventoryInfo\SpaceInfoControl.xaml;Page\OutStoreInfo\OutStoreInfoControl.xaml;Page\TaskInfo\TaskInfoControl.xaml;RecordControl.xaml;templates\style\resourceStyle.xaml;
False
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.i.cache b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.i.cache
index 43f2a1af..a9a4bd36 100644
--- a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.i.cache
+++ b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.i.cache
@@ -10,11 +10,11 @@ none
false
DEBUG;TRACE
C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\App.xaml
-132100140106
+12777446641
-261191792327
+26386888844
1321100521871
-IndexControl.xaml;Page\AssemblyPlan\AssemblyPlanControl.xaml;Page\InStoreInfo\InStoreInfoControl.xaml;LogInfoControl.xaml;MainWindow.xaml;Page\InventoryInfo\InventoryInfoControl.xaml;Page\InventoryInfo\LinerInventory.xaml;Page\InventoryInfo\ShellInventory.xaml;Page\InventoryInfo\SpaceInfoControl.xaml;Page\OutStoreInfo\OutStoreInfoControl.xaml;Page\TaskInfo\TaskInfoControl.xaml;RecordControl.xaml;templates\style\resourceStyle.xaml;
+Page\AssemblyPlan\AssemblyPlanControl.xaml;Page\InStoreInfo\InStoreInfoControl.xaml;LogInfoControl.xaml;MainWindow.xaml;Page\InventoryInfo\InventoryInfoControl.xaml;Page\InventoryInfo\LinerInventory.xaml;Page\InventoryInfo\ShellInventory.xaml;Page\InventoryInfo\SpaceInfoControl.xaml;Page\OutStoreInfo\OutStoreInfoControl.xaml;Page\TaskInfo\TaskInfoControl.xaml;RecordControl.xaml;templates\style\resourceStyle.xaml;
True
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.i.lref b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.i.lref
index 2a95302e..6b3975fa 100644
--- a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.i.lref
+++ b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.i.lref
@@ -1,16 +1,4 @@
-C:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\obj\Debug\GeneratedInternalTypeHelper.g.i.cs
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\App.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\IndexControl.xaml;;
+
+
FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\AssemblyPlan\AssemblyPlanControl.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\InStoreInfo\InStoreInfoControl.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\LogInfoControl.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\MainWindow.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\InventoryInfo\InventoryInfoControl.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\InventoryInfo\LinerInventory.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\InventoryInfo\ShellInventory.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\InventoryInfo\SpaceInfoControl.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\OutStoreInfo\OutStoreInfoControl.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\TaskInfo\TaskInfoControl.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\RecordControl.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\templates\style\resourceStyle.xaml;;
diff --git a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.lref b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.lref
index 4a542918..06c0de93 100644
--- a/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.lref
+++ b/Aucma.Scada.UI/obj/Debug/Aucma.Scada.UI_MarkupCompile.lref
@@ -1,6 +1,5 @@
FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\App.xaml;;
-FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\IndexControl.xaml;;
FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\AssemblyPlan\AssemblyPlanControl.xaml;;
FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\Page\InStoreInfo\InStoreInfoControl.xaml;;
FC:\项目代码\澳柯玛MES项目\HighWayIot\Aucma.Scada.UI\LogInfoControl.xaml;;
diff --git a/Aucma.Scada.UI/obj/Debug/IndexControl.baml b/Aucma.Scada.UI/obj/Debug/IndexControl.baml
deleted file mode 100644
index 802bccda..00000000
Binary files a/Aucma.Scada.UI/obj/Debug/IndexControl.baml and /dev/null differ
diff --git a/Aucma.Scada.UI/obj/Debug/IndexControl.g.cs b/Aucma.Scada.UI/obj/Debug/IndexControl.g.cs
deleted file mode 100644
index c742c338..00000000
--- a/Aucma.Scada.UI/obj/Debug/IndexControl.g.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\IndexControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "ADD1ADBAD0FB398B7FB338057ED14B39EBB57820AF57D89F87F806226B4A55B3"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using Aucma.Scada.UI;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace Aucma.Scada.UI {
-
-
- ///
- /// IndexControl
- ///
- public partial class IndexControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/Aucma.Scada.UI;component/indexcontrol.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\IndexControl.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/Aucma.Scada.UI/obj/Debug/MainWindow.baml b/Aucma.Scada.UI/obj/Debug/MainWindow.baml
index 3227ad1f..dcb13b5e 100644
Binary files a/Aucma.Scada.UI/obj/Debug/MainWindow.baml and b/Aucma.Scada.UI/obj/Debug/MainWindow.baml differ
diff --git a/Aucma.Scada.UI/obj/Debug/MainWindow.g.cs b/Aucma.Scada.UI/obj/Debug/MainWindow.g.cs
index 89e47161..ec26a65b 100644
--- a/Aucma.Scada.UI/obj/Debug/MainWindow.g.cs
+++ b/Aucma.Scada.UI/obj/Debug/MainWindow.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BA94EEF0A6CE8FFBFC7723D1DE8304520BCED7D993A5D70F1F2775C381E44BCC"
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FAD2E1202A318BE107AAB3208A871ED46D7ECCC24EDA4EA9A784B7D0A671757A"
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
diff --git a/Aucma.Scada.UI/obj/Debug/MainWindow.g.i.cs b/Aucma.Scada.UI/obj/Debug/MainWindow.g.i.cs
index 89e47161..ec26a65b 100644
--- a/Aucma.Scada.UI/obj/Debug/MainWindow.g.i.cs
+++ b/Aucma.Scada.UI/obj/Debug/MainWindow.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BA94EEF0A6CE8FFBFC7723D1DE8304520BCED7D993A5D70F1F2775C381E44BCC"
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FAD2E1202A318BE107AAB3208A871ED46D7ECCC24EDA4EA9A784B7D0A671757A"
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
diff --git a/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.baml b/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.baml
index 1db96f31..21d455f3 100644
Binary files a/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.baml and b/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.baml differ
diff --git a/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.g.cs b/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.g.cs
index 44b4a10e..34482f25 100644
--- a/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.g.cs
+++ b/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\Page\AssemblyPlan\AssemblyPlanControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "205EA96F6B0A0E7F50E54FD4B7524236DFF94BC86636087D115C232DC2FA5312"
+#pragma checksum "..\..\..\..\Page\AssemblyPlan\AssemblyPlanControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FC78E8A5AACB9AA643259BE61C90DD50B7827F59EAE509AB950740FE0D6C6AAB"
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
@@ -10,6 +10,7 @@
//------------------------------------------------------------------------------
using Aucma.Scada.UI.Page.AssemblyPlan;
+using LiveCharts.Wpf;
using System;
using System.Diagnostics;
using System.Windows;
diff --git a/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.g.i.cs b/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.g.i.cs
index 44b4a10e..34482f25 100644
--- a/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.g.i.cs
+++ b/Aucma.Scada.UI/obj/Debug/Page/AssemblyPlan/AssemblyPlanControl.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\Page\AssemblyPlan\AssemblyPlanControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "205EA96F6B0A0E7F50E54FD4B7524236DFF94BC86636087D115C232DC2FA5312"
+#pragma checksum "..\..\..\..\Page\AssemblyPlan\AssemblyPlanControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FC78E8A5AACB9AA643259BE61C90DD50B7827F59EAE509AB950740FE0D6C6AAB"
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
@@ -10,6 +10,7 @@
//------------------------------------------------------------------------------
using Aucma.Scada.UI.Page.AssemblyPlan;
+using LiveCharts.Wpf;
using System;
using System.Diagnostics;
using System.Windows;
diff --git a/Aucma.Scada.UI/viewModel/AssemblyPlan/AssemblyPlanViewModel.cs b/Aucma.Scada.UI/viewModel/AssemblyPlan/AssemblyPlanViewModel.cs
new file mode 100644
index 00000000..ceaaeb22
--- /dev/null
+++ b/Aucma.Scada.UI/viewModel/AssemblyPlan/AssemblyPlanViewModel.cs
@@ -0,0 +1,74 @@
+using GalaSoft.MvvmLight;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Aucma.Scada.UI.viewModel.AssemblyPlan
+{
+ public class AssemblyPlanViewModel : ViewModelBase
+ {
+
+ public AssemblyPlanViewModel()
+ {
+ stationName = "箱壳内胆组装";
+ orderCode = System.Guid.NewGuid().ToString();
+ planCode = System.Guid.NewGuid().ToString();
+ productModel = "SC232";
+ beginTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
+ }
+
+ #region 参数定义
+ ///
+ /// 工位名称
+ ///
+ private string stationName = string.Empty;
+ public string StationName
+ {
+ get { return stationName; }
+ set { stationName = value; RaisePropertyChanged(nameof(StationName)); }
+ }
+
+ ///
+ /// 订单编号
+ ///
+ private string orderCode = string.Empty;
+ public string OrderCode
+ {
+ get { return orderCode; }
+ set { orderCode = value; RaisePropertyChanged(nameof(OrderCode)); }
+ }
+
+ ///
+ /// 计划编号
+ ///
+ private string planCode = string.Empty;
+ public string PlanCode
+ {
+ get { return planCode; }
+ set { planCode = value; RaisePropertyChanged(nameof(PlanCode)); }
+ }
+
+ ///
+ /// 产品型号
+ ///
+ private string productModel = string.Empty;
+ public string ProductModel
+ {
+ get { return productModel; }
+ set { productModel = value; RaisePropertyChanged(nameof(ProductModel)); }
+ }
+
+ ///
+ /// 开始时间
+ ///
+ private string beginTime = string.Empty;
+ public string BeginTime
+ {
+ get { return beginTime; }
+ set { beginTime = value; RaisePropertyChanged(nameof(BeginTime)); }
+ }
+ #endregion
+ }
+}
diff --git a/Aucma.Scada.UI/viewModel/InStoreInfoViewModel.cs b/Aucma.Scada.UI/viewModel/InStoreInfo/InStoreInfoViewModel.cs
similarity index 99%
rename from Aucma.Scada.UI/viewModel/InStoreInfoViewModel.cs
rename to Aucma.Scada.UI/viewModel/InStoreInfo/InStoreInfoViewModel.cs
index 14d8bbd7..59bde332 100644
--- a/Aucma.Scada.UI/viewModel/InStoreInfoViewModel.cs
+++ b/Aucma.Scada.UI/viewModel/InStoreInfo/InStoreInfoViewModel.cs
@@ -14,7 +14,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace Aucma.Scada.UI.viewModel
+namespace Aucma.Scada.UI.viewModel.InStoreInfo
{
public class InStoreInfoViewModel:ViewModelBase
{
diff --git a/Aucma.Scada.UI/viewModel/InventoryInfoViewModel.cs b/Aucma.Scada.UI/viewModel/InventoryInfo/InventoryInfoViewModel.cs
similarity index 97%
rename from Aucma.Scada.UI/viewModel/InventoryInfoViewModel.cs
rename to Aucma.Scada.UI/viewModel/InventoryInfo/InventoryInfoViewModel.cs
index e64961fc..bcef6ece 100644
--- a/Aucma.Scada.UI/viewModel/InventoryInfoViewModel.cs
+++ b/Aucma.Scada.UI/viewModel/InventoryInfo/InventoryInfoViewModel.cs
@@ -8,7 +8,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace Aucma.Scada.UI.viewModel
+namespace Aucma.Scada.UI.viewModel.InventoryInfo
{
public class InventoryInfoViewModel:ViewModelBase
{
diff --git a/Aucma.Scada.UI/viewModel/LinerInventoryViewModel.cs b/Aucma.Scada.UI/viewModel/InventoryInfo/LinerInventoryViewModel.cs
similarity index 96%
rename from Aucma.Scada.UI/viewModel/LinerInventoryViewModel.cs
rename to Aucma.Scada.UI/viewModel/InventoryInfo/LinerInventoryViewModel.cs
index 8eb324ed..de4ef816 100644
--- a/Aucma.Scada.UI/viewModel/LinerInventoryViewModel.cs
+++ b/Aucma.Scada.UI/viewModel/InventoryInfo/LinerInventoryViewModel.cs
@@ -7,7 +7,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows;
-namespace Aucma.Scada.UI.viewModel
+namespace Aucma.Scada.UI.viewModel.InventoryInfo
{
public class LinerInventoryViewModel :ViewModelBase
{
diff --git a/Aucma.Scada.UI/viewModel/ShellInventoryViewModel.cs b/Aucma.Scada.UI/viewModel/InventoryInfo/ShellInventoryViewModel.cs
similarity index 98%
rename from Aucma.Scada.UI/viewModel/ShellInventoryViewModel.cs
rename to Aucma.Scada.UI/viewModel/InventoryInfo/ShellInventoryViewModel.cs
index 1d25b8fd..f8dce9cb 100644
--- a/Aucma.Scada.UI/viewModel/ShellInventoryViewModel.cs
+++ b/Aucma.Scada.UI/viewModel/InventoryInfo/ShellInventoryViewModel.cs
@@ -3,7 +3,7 @@ using GalaSoft.MvvmLight.Command;
using System.Collections.Generic;
using System.Windows;
-namespace Aucma.Scada.UI.viewModel
+namespace Aucma.Scada.UI.viewModel.InventoryInfo
{
public class ShellInventoryViewModel : ViewModelBase
{
diff --git a/HighWayIot.Common/obj/Debug/HighWayIot.Common.csproj.AssemblyReference.cache b/HighWayIot.Common/obj/Debug/HighWayIot.Common.csproj.AssemblyReference.cache
index 9dd1204b..2a576cc0 100644
Binary files a/HighWayIot.Common/obj/Debug/HighWayIot.Common.csproj.AssemblyReference.cache and b/HighWayIot.Common/obj/Debug/HighWayIot.Common.csproj.AssemblyReference.cache differ
diff --git a/HighWayIot.Mqtt/obj/Debug/HighWayIot.Mqtt.csproj.AssemblyReference.cache b/HighWayIot.Mqtt/obj/Debug/HighWayIot.Mqtt.csproj.AssemblyReference.cache
index e88d12bc..1a674eaf 100644
Binary files a/HighWayIot.Mqtt/obj/Debug/HighWayIot.Mqtt.csproj.AssemblyReference.cache and b/HighWayIot.Mqtt/obj/Debug/HighWayIot.Mqtt.csproj.AssemblyReference.cache differ
diff --git a/HighWayIot.Plc/obj/Debug/HighWayIot.Plc.csproj.AssemblyReference.cache b/HighWayIot.Plc/obj/Debug/HighWayIot.Plc.csproj.AssemblyReference.cache
index 9f6a3f8d..5226df6c 100644
Binary files a/HighWayIot.Plc/obj/Debug/HighWayIot.Plc.csproj.AssemblyReference.cache and b/HighWayIot.Plc/obj/Debug/HighWayIot.Plc.csproj.AssemblyReference.cache differ
diff --git a/HighWayIot.Repository/obj/Debug/HighWayIot.Repository.csproj.AssemblyReference.cache b/HighWayIot.Repository/obj/Debug/HighWayIot.Repository.csproj.AssemblyReference.cache
index fb7d583a..26c37dbd 100644
Binary files a/HighWayIot.Repository/obj/Debug/HighWayIot.Repository.csproj.AssemblyReference.cache and b/HighWayIot.Repository/obj/Debug/HighWayIot.Repository.csproj.AssemblyReference.cache differ
diff --git a/HighWayIot.Rfid/obj/Debug/HighWayIot.Rfid.csproj.AssemblyReference.cache b/HighWayIot.Rfid/obj/Debug/HighWayIot.Rfid.csproj.AssemblyReference.cache
index e6fd4241..b72f5929 100644
Binary files a/HighWayIot.Rfid/obj/Debug/HighWayIot.Rfid.csproj.AssemblyReference.cache and b/HighWayIot.Rfid/obj/Debug/HighWayIot.Rfid.csproj.AssemblyReference.cache differ
diff --git a/HighWayIot.TouchSocket/obj/Debug/HighWayIot.TouchSocket.csproj.AssemblyReference.cache b/HighWayIot.TouchSocket/obj/Debug/HighWayIot.TouchSocket.csproj.AssemblyReference.cache
index 49c1ee36..15c0775d 100644
Binary files a/HighWayIot.TouchSocket/obj/Debug/HighWayIot.TouchSocket.csproj.AssemblyReference.cache and b/HighWayIot.TouchSocket/obj/Debug/HighWayIot.TouchSocket.csproj.AssemblyReference.cache differ
diff --git a/HighWayIot/obj/Debug/HighWayIot.csproj.AssemblyReference.cache b/HighWayIot/obj/Debug/HighWayIot.csproj.AssemblyReference.cache
index 530d347e..eca91e1f 100644
Binary files a/HighWayIot/obj/Debug/HighWayIot.csproj.AssemblyReference.cache and b/HighWayIot/obj/Debug/HighWayIot.csproj.AssemblyReference.cache differ