From eae7c0a047e4e532a102c8b9074aaaf6c2c9c0a6 Mon Sep 17 00:00:00 2001 From: "liulb@mesnac.com" Date: Wed, 6 Dec 2023 00:24:00 +0800 Subject: [PATCH] new --- Admin.Core.Api/Admin.Core.Model.xml | 75 +++++++++++++++++++ Aucma.Core.PrintTo/App.xaml | 3 +- Aucma.Core.PrintTo/Views/IndexPageView.xaml | 27 +++---- Aucma.Core.PrintTo/Views/MainWindow.xaml | 14 ++-- Aucma.Core.SheetMetal/App.xaml | 7 +- .../ViewModels/IndexPageViewModel.cs | 8 +- .../Views/IndexPageView.xaml | 34 +++++---- Aucma.Core.SheetMetal/Views/LogPageView.xaml | 2 +- Aucma.Core.SheetMetal/Views/MainWindow.xaml | 24 +++--- .../Views/MaterialStatisticsView.xaml | 2 +- .../Views/QuantityIssuedView.xaml | 10 ++- .../Views/SearchCriteriaView.xaml | 1 + .../Views/SplitPlanView.xaml | 20 ++--- .../Views/StatisticsPageView.xaml | 4 +- 14 files changed, 164 insertions(+), 67 deletions(-) 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 @@