diff --git a/BPASmartClient.CustomResource/UserControls/Cylinder.xaml b/BPASmartClient.CustomResource/UserControls/Cylinder.xaml index 3d4b4f27..ce5051aa 100644 --- a/BPASmartClient.CustomResource/UserControls/Cylinder.xaml +++ b/BPASmartClient.CustomResource/UserControls/Cylinder.xaml @@ -66,9 +66,9 @@ - + diff --git a/BPASmartClient.JXJFoodBigStation/Model/ProcessControl.cs b/BPASmartClient.JXJFoodBigStation/Model/ProcessControl.cs index c4591952..ec7af286 100644 --- a/BPASmartClient.JXJFoodBigStation/Model/ProcessControl.cs +++ b/BPASmartClient.JXJFoodBigStation/Model/ProcessControl.cs @@ -61,7 +61,7 @@ namespace BPASmartClient.JXJFoodBigStation.Model RawMaterials.Clear(); for (int i = 0; i < 15; i++) { - if (RawMaterialsNamePos.ContainsKey(res.RecipeName) + if (RawMaterialsNamePos.ContainsKey(res.RecipeName)) { RawMaterials.Add(new RemoteRecipeRawMaterial() { diff --git a/BPASmartClient.JXJFoodBigStation/View/RecipeReceiveView.xaml b/BPASmartClient.JXJFoodBigStation/View/RecipeReceiveView.xaml index c752dcda..50d3db53 100644 --- a/BPASmartClient.JXJFoodBigStation/View/RecipeReceiveView.xaml +++ b/BPASmartClient.JXJFoodBigStation/View/RecipeReceiveView.xaml @@ -149,7 +149,7 @@ - + @@ -192,7 +192,7 @@ IsEnabled="True" Style="{StaticResource IcoButtonStyle}" /> - +