From 463d50f5b64ba1ab94b28cb8e9ba1ed6f30f837f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A6=82=E6=84=8F=20=E5=BD=AD?= <2417589739@qq.com>
Date: Thu, 6 Oct 2022 18:31:33 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E9=85=8D=E6=96=99=E7=B3=BB=E7=BB=9F?=
=?UTF-8?q?=E5=BC=80=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../{ => Interfaces}/IRecipeMaterials.cs | 0
.../ViewModel/RecipeManagerViewModel.cs | 5 +-
BPASmart.Server/CommunicationServer.cs | 8 +-
.../App.xaml.cs | 36 +-
.../Models/ConfigInfoModel.cs | 18 +
.../Models/OutletInfoModel.cs | 6 +-
.../Models/PlcDataModel.cs | 14 +
.../Models/RecipeInfo.cs | 19 +
.../Models/RecipeRawMaterialInfo.cs | 24 +
.../Models/SiloInfoModel.cs | 2 +-
.../Services/Control.cs | 115 ++++
.../Services/PlcServer.cs | 22 +-
.../Services/SiloServer.cs | 14 +-
.../ViewModels/NewOutletViewModel.cs | 78 +++
.../ViewModels/NewRecipeViewModel.cs | 60 ++
.../ViewModels/OutletManagementViewModel.cs | 45 ++
.../ViewModels/RecipeControlViewModel.cs | 37 +
.../ViewModels/RecipeViewModel.cs | 72 ++
.../ViewModels/SiloManagementViewModel.cs | 21 +-
.../Views/NewOutletView.xaml | 94 ++-
.../Views/NewOutletView.xaml.cs | 6 +-
.../Views/NewRecipeView.xaml | 290 ++++++++
.../Views/NewRecipeView.xaml.cs | 62 ++
.../Views/NewSiloView.xaml | 4 +
.../Views/NewSiloView.xaml.cs | 16 +
.../Views/OutletManagementView.xaml | 515 +++++++++++++-
.../Views/RecipeControlView.xaml | 638 ++++++++++++++++++
.../Views/RecipeControlView.xaml.cs | 28 +
.../Views/RecipeView.xaml | 359 ++++++++++
.../Views/RecipeView.xaml.cs | 28 +
.../Views/SiloManagementView.xaml | 32 +-
DosingSystem/View/RecipeSettingsView.xaml | 2 +-
32 files changed, 2576 insertions(+), 94 deletions(-)
rename BPASmart.Model/{ => Interfaces}/IRecipeMaterials.cs (100%)
create mode 100644 BPASmartClient.SmallBatchingSystem/Models/ConfigInfoModel.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/Models/PlcDataModel.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/Models/RecipeInfo.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/Models/RecipeRawMaterialInfo.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/Services/Control.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/ViewModels/NewRecipeViewModel.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/ViewModels/RecipeControlViewModel.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/ViewModels/RecipeViewModel.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/Views/NewRecipeView.xaml
create mode 100644 BPASmartClient.SmallBatchingSystem/Views/NewRecipeView.xaml.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/Views/RecipeControlView.xaml
create mode 100644 BPASmartClient.SmallBatchingSystem/Views/RecipeControlView.xaml.cs
create mode 100644 BPASmartClient.SmallBatchingSystem/Views/RecipeView.xaml
create mode 100644 BPASmartClient.SmallBatchingSystem/Views/RecipeView.xaml.cs
diff --git a/BPASmart.Model/IRecipeMaterials.cs b/BPASmart.Model/Interfaces/IRecipeMaterials.cs
similarity index 100%
rename from BPASmart.Model/IRecipeMaterials.cs
rename to BPASmart.Model/Interfaces/IRecipeMaterials.cs
diff --git a/BPASmart.RecipeManagement/ViewModel/RecipeManagerViewModel.cs b/BPASmart.RecipeManagement/ViewModel/RecipeManagerViewModel.cs
index f6cf1d6d..5c9c8a77 100644
--- a/BPASmart.RecipeManagement/ViewModel/RecipeManagerViewModel.cs
+++ b/BPASmart.RecipeManagement/ViewModel/RecipeManagerViewModel.cs
@@ -31,7 +31,7 @@ namespace BPASmart.RecipeManagement.ViewModel
///
/// 配方下发
///
- public RelayCommand