diff --git a/Admin.Core.Api/Admin.Core.Model.xml b/Admin.Core.Api/Admin.Core.Model.xml
index addf9c1c..0eeff5a8 100644
--- a/Admin.Core.Api/Admin.Core.Model.xml
+++ b/Admin.Core.Api/Admin.Core.Model.xml
@@ -1106,6 +1106,46 @@
plc放行标志,2为放行通过,1为pda提示需要放行记录
+
+
+ 电检数据明细
+
+
+
+
+ 标识
+
+
+
+
+ 序号
+
+
+
+
+ 项目名称
+
+
+
+
+ 测试条件
+
+
+
+
+ 测试值
+
+
+
+
+ 测试结果
+
+
+
+
+ 记录时间
+
+
门体发泡记录
@@ -1646,6 +1686,41 @@
创建时间
+
+
+ 电检数据记录
+
+
+
+
+ 唯一标识
+
+
+
+
+ 测试总结果
+
+
+
+
+ 产品条码
+
+
+
+
+ 测试时间
+
+
+
+
+ 测试数据
+
+
+
+
+ 记录时间
+
+
入库记录
diff --git a/Aucma.Core.PrintTo/App.xaml b/Aucma.Core.PrintTo/App.xaml
index 5d7fd35b..43cfb9af 100644
--- a/Aucma.Core.PrintTo/App.xaml
+++ b/Aucma.Core.PrintTo/App.xaml
@@ -24,14 +24,15 @@
+
-
+
diff --git a/Aucma.Core.PrintTo/Views/IndexPageView.xaml b/Aucma.Core.PrintTo/Views/IndexPageView.xaml
index 2c92e05f..88f4f447 100644
--- a/Aucma.Core.PrintTo/Views/IndexPageView.xaml
+++ b/Aucma.Core.PrintTo/Views/IndexPageView.xaml
@@ -6,8 +6,9 @@
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
mc:Ignorable="d"
d:DesignHeight="800"
- Background="#1152AC" FontFamily="Microsoft YaHei"
- d:DesignWidth="1500" FontSize="18">
+ Background="#1152AC"
+ FontFamily="Microsoft YaHei"
+ d:DesignWidth="1500" FontSize="20">
@@ -164,7 +165,7 @@
-
+
-
+
@@ -239,18 +240,18 @@
diff --git a/Aucma.Core.PrintTo/Views/MainWindow.xaml b/Aucma.Core.PrintTo/Views/MainWindow.xaml
index 6f963363..461b1a53 100644
--- a/Aucma.Core.PrintTo/Views/MainWindow.xaml
+++ b/Aucma.Core.PrintTo/Views/MainWindow.xaml
@@ -12,7 +12,7 @@
FontFamily="Microsoft YaHei"
WindowStartupLocation="CenterScreen"
WindowState="Maximized"
- WindowStyle="ToolWindow"
+ WindowStyle="None"
>
@@ -50,16 +50,16 @@
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Aucma.Core.SheetMetal/App.xaml b/Aucma.Core.SheetMetal/App.xaml
index a28a8433..2103d9a6 100644
--- a/Aucma.Core.SheetMetal/App.xaml
+++ b/Aucma.Core.SheetMetal/App.xaml
@@ -26,8 +26,13 @@
+
diff --git a/Aucma.Core.SheetMetal/ViewModels/IndexPageViewModel.cs b/Aucma.Core.SheetMetal/ViewModels/IndexPageViewModel.cs
index 378476f2..bf2e74e1 100644
--- a/Aucma.Core.SheetMetal/ViewModels/IndexPageViewModel.cs
+++ b/Aucma.Core.SheetMetal/ViewModels/IndexPageViewModel.cs
@@ -109,6 +109,7 @@ namespace Aucma.Core.SheetMetal.ViewModels
column.Title = "前板";
column.Values = achievement;
column.Foreground = Brushes.White;
+ column.FontSize = 18;
//柱子宽度
//column.Width = 30;
//column.MaxColumnWidth = 30;
@@ -129,8 +130,9 @@ namespace Aucma.Core.SheetMetal.ViewModels
Title = "后板",
Values = achievement,
Fill = new SolidColorBrush(Color.FromRgb(15,209,226)),
- Foreground = Brushes.CadetBlue
- });
+ Foreground = Brushes.CadetBlue,
+ FontSize = 18
+ });
#endregion
@@ -146,6 +148,7 @@ namespace Aucma.Core.SheetMetal.ViewModels
column2.Title = "前板";
column2.Values = achievement2;
column2.Foreground = Brushes.White;
+ column2.FontSize = 18;
ModelStatistics.Add(column2);
ModelStatistics.Add(new ColumnSeries()
@@ -155,6 +158,7 @@ namespace Aucma.Core.SheetMetal.ViewModels
Values = achievement2,
Fill = new SolidColorBrush(Color.FromRgb(15, 209, 226)),
Foreground = Brushes.White,
+ FontSize = 18
});
MaterialNameList = new List()
diff --git a/Aucma.Core.SheetMetal/Views/IndexPageView.xaml b/Aucma.Core.SheetMetal/Views/IndexPageView.xaml
index 4bc4f07e..d9d786fd 100644
--- a/Aucma.Core.SheetMetal/Views/IndexPageView.xaml
+++ b/Aucma.Core.SheetMetal/Views/IndexPageView.xaml
@@ -5,13 +5,15 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:lvc="clr-namespace:LiveCharts.Wpf;assembly=LiveCharts.Wpf"
xmlns:local="clr-namespace:Aucma.Core.SheetMetal.Views"
- mc:Ignorable="d" Background="#1152AC" FontFamily="Microsoft YaHei"
+ mc:Ignorable="d"
+ Background="#1152AC"
+ FontFamily="Microsoft YaHei"
d:DesignHeight="1080"
d:DesignWidth="1920" >
@@ -190,7 +193,7 @@
+ Foreground="White" />
@@ -251,12 +254,12 @@
-
+
-
-
+
+
@@ -264,7 +267,7 @@
-
+
@@ -308,6 +311,7 @@
+
@@ -328,13 +332,13 @@
-
+
-
-
+
-->
-
-
+
+
@@ -369,8 +373,8 @@
-
-
+
+
diff --git a/Aucma.Core.SheetMetal/Views/LogPageView.xaml b/Aucma.Core.SheetMetal/Views/LogPageView.xaml
index 83620c86..6f48d38a 100644
--- a/Aucma.Core.SheetMetal/Views/LogPageView.xaml
+++ b/Aucma.Core.SheetMetal/Views/LogPageView.xaml
@@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Aucma.Core.SheetMetal.Views"
- mc:Ignorable="d" Background="#1152AC"
+ mc:Ignorable="d" Background="#1152AC" FontFamily="Microsoft YaHei"
d:DesignHeight="450" d:DesignWidth="800"
>
diff --git a/Aucma.Core.SheetMetal/Views/MainWindow.xaml b/Aucma.Core.SheetMetal/Views/MainWindow.xaml
index 5e71eba6..54875b0e 100644
--- a/Aucma.Core.SheetMetal/Views/MainWindow.xaml
+++ b/Aucma.Core.SheetMetal/Views/MainWindow.xaml
@@ -7,8 +7,10 @@
mc:Ignorable="d"
Title="澳柯玛生产控制系统" Icon="/Assets/images/Icon.png"
d:DesignHeight="1080"
- d:DesignWidth="1920" FontFamily="Microsoft YaHei"
- MinHeight="1080" MinWidth="1920" WindowStyle="ToolWindow" WindowState="Maximized"
+ d:DesignWidth="1920"
+ FontFamily="Microsoft YaHei"
+ MinHeight="1080"
+ MinWidth="1920" WindowStyle="None" WindowState="Maximized"
WindowStartupLocation="CenterScreen" >
@@ -63,27 +65,27 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
-
+
diff --git a/Aucma.Core.SheetMetal/Views/MaterialStatisticsView.xaml b/Aucma.Core.SheetMetal/Views/MaterialStatisticsView.xaml
index 6ac63d56..0f2338c8 100644
--- a/Aucma.Core.SheetMetal/Views/MaterialStatisticsView.xaml
+++ b/Aucma.Core.SheetMetal/Views/MaterialStatisticsView.xaml
@@ -4,7 +4,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Aucma.Core.SheetMetal.Views"
- mc:Ignorable="d" Background="#1152AC"
+ mc:Ignorable="d" Background="#1152AC" FontFamily="Microsoft YaHei"
Title="物料库存统计" Height="650" Width="1000" Name="window" WindowStartupLocation="CenterScreen"
ResizeMode="NoResize" Topmost="True">
diff --git a/Aucma.Core.SheetMetal/Views/QuantityIssuedView.xaml b/Aucma.Core.SheetMetal/Views/QuantityIssuedView.xaml
index 13a3905d..2e993ac0 100644
--- a/Aucma.Core.SheetMetal/Views/QuantityIssuedView.xaml
+++ b/Aucma.Core.SheetMetal/Views/QuantityIssuedView.xaml
@@ -4,9 +4,13 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Aucma.Core.SheetMetal.Views"
- mc:Ignorable="d" Background="#1152AC"
- Title="下达数量" Height="500" Width="700" Name="window"
- ResizeMode="NoResize" Topmost="True">
+ mc:Ignorable="d"
+ Background="#1152AC"
+ FontFamily="Microsoft YaHei"
+ Title="下达数量"
+ Height="500" Width="700" Name="window"
+ ResizeMode="NoResize"
+ Topmost="True">
diff --git a/Aucma.Core.SheetMetal/Views/SearchCriteriaView.xaml b/Aucma.Core.SheetMetal/Views/SearchCriteriaView.xaml
index e13a09a4..82683ce4 100644
--- a/Aucma.Core.SheetMetal/Views/SearchCriteriaView.xaml
+++ b/Aucma.Core.SheetMetal/Views/SearchCriteriaView.xaml
@@ -9,6 +9,7 @@
Background="#1152AC" Height="350" Width="600" WindowStartupLocation="CenterScreen"
d:DesignHeight="350"
d:DesignWidth="600"
+ FontFamily="Microsoft YaHei"
ResizeMode="NoResize" Topmost="True">