wenjy 1 year ago
commit 28743a0067

@ -2721,6 +2721,41 @@
匹配时间
</summary>
</member>
<member name="T:Admin.Core.Model.ExceptionRecord">
<summary>
异常记录表,暂时只有成品下线使用
</summary>
</member>
<member name="P:Admin.Core.Model.ExceptionRecord.ObjId">
<summary>
主键
</summary>
</member>
<member name="P:Admin.Core.Model.ExceptionRecord.ProductSnCode">
<summary>
产品条码
</summary>
</member>
<member name="P:Admin.Core.Model.ExceptionRecord.ExceptionMsg">
<summary>
异常信息
</summary>
</member>
<member name="P:Admin.Core.Model.ExceptionRecord.ProductScanTime">
<summary>
扫描时间
</summary>
</member>
<member name="P:Admin.Core.Model.ExceptionRecord.ProductLineCode">
<summary>
产线编号
</summary>
</member>
<member name="P:Admin.Core.Model.ExceptionRecord.ExceptionType">
<summary>
异常类型1=69码校验;2=重复扫描;3=未绑条码;4=未终检)
</summary>
</member>
<member name="T:Admin.Core.Model.ExecutePlanInfo">
<summary>
计划执行表
@ -5711,6 +5746,126 @@
部门名称
</summary>
</member>
<member name="T:Admin.Core.Model.ViewModels.BaseOrderInfoView">
<summary>
订单信息
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.ObjId">
<summary>
主键标识
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.OrderCode">
<summary>
物料名称
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.SaleOrderCode">
<summary>
销售订单编号
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.SaleOrderLineNumber">
<summary>
销售订单行号
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.MaterialCode">
<summary>
物料编号
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.MaterialName">
<summary>
物料名称
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.Matkl">
<summary>
物料组
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.OrderAmount">
<summary>
订单计划数量
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.CompleteAmount">
<summary>
完成数量
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.OrderType">
<summary>
ORDER_TYPE
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.OrderStatus">
<summary>
工单状态
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.BeginDate">
<summary>
开始日期
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.EndDate">
<summary>
结束日期
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.FactoryCode">
<summary>
工厂编码
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.IsFlag">
<summary>
是否标识
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.PrintName">
<summary>
是否标识
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.CreatedBy">
<summary>
创建人
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.CreatedTime">
<summary>
创建时间
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.UpdatedBy">
<summary>
更新人
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.UpdatedTime">
<summary>
更新时间
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.CompleteDate">
<summary>
完成日期
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.IsRelease">
<summary>
是否已下达计划0-是1-否)
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.BaseOrderInfoView.ProductLineName">
<summary>
产线
</summary>
</member>
<member name="T:Admin.Core.Model.ViewModels.CodeBindCharts">
<summary>
条码绑定扫描类型统计
@ -5991,6 +6146,11 @@
产品编号
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.PrintPlanInfoView.ProductLineName">
<summary>
产线
</summary>
</member>
<member name="P:Admin.Core.Model.ViewModels.PrintPlanInfoView.PlanAmount">
<summary>
订单数量

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.Common
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.Common\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.Common\

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.EventBus
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.EventBus\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.EventBus\

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.Extensions
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.Extensions\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.Extensions\

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Admin.Core.FrameWork")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+88718f3b34f7734324ee7cf97223cb04de12229c")]
[assembly: System.Reflection.AssemblyProductAttribute("Admin.Core.FrameWork")]
[assembly: System.Reflection.AssemblyTitleAttribute("Admin.Core.FrameWork")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

@ -1 +1 @@
7d60a94dd38c10522cbfe4a021ccb6e9c5da0354
20767d7337a3656e5cd7e3434c747ce5e30a077ccc10b646dba8956b775fa268

@ -1,3 +1,9 @@
is_global = true
build_property.RootNamespace = Admin.Core.FrameWork
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.FrameWork\
<<<<<<< HEAD
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.FrameWork\
=======
build_property.ProjectDir = D:\Project\gitea\AUCMA\SCADA\Admin.Core.FrameWork\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
>>>>>>> 97953438a8516959b94be7b8b7960a70eb343705

@ -1,5 +1,6 @@
using Admin.Core.Model;
using Admin.Core.Model.Model_New;
using Admin.Core.Model.ViewModels;
using System.Collections.Generic;
using System.Threading.Tasks;
@ -10,7 +11,7 @@ namespace Admin.Core.IRepository
/// </summary>
public interface IBaseOrderInfoRepository : IBaseRepository<BaseOrderInfo>
{
Task<List<BaseOrderInfo>> GetOrderInfoData();
Task<List<BaseOrderInfoView>> GetOrderInfoData();
Task<bool> UpdatePrintName(BaseOrderInfo printName);
}
}

@ -0,0 +1,15 @@
using Admin.Core.Model;
using Admin.Core.Model.Model_New;
using Admin.Core.Model.ViewModels;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Admin.Core.IRepository
{
/// <summary>
/// IDoorFoamRecordRepository
/// </summary>
public interface IExceptionRecordRepository : IBaseRepository<ExceptionRecord>
{
}
}

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.IRepository
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.IRepository\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.IRepository\

@ -12,7 +12,7 @@ namespace Admin.Core.IService
public interface IBaseOrderInfoServices : IBaseServices<BaseOrderInfo>
{
Task<List<PrintPlanInfoView>> QueryPrintInfo();
Task<List<BaseOrderInfo>> GetOrderInfoData();
Task<List<BaseOrderInfoView>> GetOrderInfoData();
/// <summary>
/// 更新打印名称
/// </summary>

@ -0,0 +1,17 @@
using Admin.Core.IService;
using Admin.Core.Model;
using Admin.Core.Model.ViewModels;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Admin.Core.IService
{
/// <summary>
/// 条码绑定
/// </summary>
public interface IExceptionRecordServices : IBaseServices<ExceptionRecord>
{
}
}

@ -15,7 +15,7 @@ namespace Admin.Core.IService
/// 判断是否有不合格质检项
/// </summary>
/// <returns></returns>
List<ReportQualityInsPection> JudgeIsQualified(string barCode);
ReportQualityInsPection JudgeIsQualified(string BoxCode);
}
}

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.IService
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.IService\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.IService\

@ -99,7 +99,7 @@ namespace Admin.Core.Model
/// 增量日期
/// </summary>
[SugarColumn(ColumnName = "INCREMENT_DATE")]
public string IncrementDate { get; set; }
public DateTime IncrementDate { get; set; }
/// <summary>
/// 入库方向-A/B
/// </summary>

@ -125,5 +125,6 @@ namespace Admin.Core.Model.Model_New
/// </summary>
[SugarColumn(ColumnName = "IS_RELEASE")]
public int IsRelease { get; set; }
}
}

@ -0,0 +1,54 @@
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Admin.Core.Model
{
/// <summary>
/// 异常记录表,暂时只有成品下线使用
/// </summary>
[SugarTable("RECORD_EXCEPTION", "AUCMA_SCADA")]
public class ExceptionRecord
{
/// <summary>
/// 主键
/// </summary>
[SugarColumn(ColumnName = "OBJ_ID", IsIdentity = true, IsPrimaryKey = true, OracleSequenceName = "SEQ_RECORD_EXCEPTION")]
public int ObjId { get; set; }
/// <summary>
/// 产品条码
/// </summary>
[SugarColumn(ColumnName = "PRODUCT_SNCODE")]
public string ProductSnCode { get; set; }
/// <summary>
/// 异常信息
/// </summary>
[SugarColumn(ColumnName = "EXCEPTION_MSG")]
public string ExceptionMsg { get; set; }
/// <summary>
/// 扫描时间
/// </summary>
[SugarColumn(ColumnName = "PRODUCT_SCANTIME")]
public DateTime ProductScanTime { get; set; }
/// <summary>
/// 产线编号
/// </summary>
[SugarColumn(ColumnName = "PRODUCT_LINE_CODE")]
public string ProductLineCode { get; set; }
/// <summary>
/// 异常类型1=69码校验;2=重复扫描;3=未绑条码;4=未终检)
/// </summary>
[SugarColumn(ColumnName = "EXCEPTION_TYPE")]
public int ExceptionType { get; set; }
}
}

@ -0,0 +1,136 @@
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Admin.Core.Model.ViewModels
{
/// <summary>
/// 订单信息
/// </summary>
public class BaseOrderInfoView
{
/// <summary>
/// 主键标识
///</summary>
[SugarColumn(ColumnName = "OBJ_ID", IsPrimaryKey = true, IsIdentity = true)]
public int ObjId { get; set; }
/// <summary>
/// 物料名称
/// </summary>
[SugarColumn(ColumnName = "ORDER_CODE")]
public string OrderCode { get; set; }
/// <summary>
/// 销售订单编号
/// </summary>
[SugarColumn(ColumnName = "SALEORDER_CODE")]
public string SaleOrderCode { get; set; }
/// <summary>
/// 销售订单行号
/// </summary>
[SugarColumn(ColumnName = "SALEORDER_LINENUMBER")]
public string SaleOrderLineNumber { get; set; }
/// <summary>
/// 物料编号
/// </summary>
[SugarColumn(ColumnName = "MATERIAL_CODE")]
public string MaterialCode { get; set; }
/// <summary>
/// 物料名称
/// </summary>
[SugarColumn(ColumnName = "MATERIAL_NAME")]
public string MaterialName { get; set; }
/// <summary>
/// 物料组
/// </summary>
[SugarColumn(ColumnName = "MATKL")]
public string Matkl { get; set; }
/// <summary>
/// 订单计划数量
/// </summary>
[SugarColumn(ColumnName = "ORDER_AMOUNT")]
public int OrderAmount { get; set; }
/// <summary>
/// 完成数量
/// </summary>
[SugarColumn(ColumnName = "COMPLETE_AMOUNT")]
public int CompleteAmount { get; set; }
/// <summary>
/// ORDER_TYPE
/// </summary>
[SugarColumn(ColumnName = "ORDER_TYPE")]
public string OrderType { get; set; }
/// <summary>
/// 工单状态
/// </summary>
[SugarColumn(ColumnName = "ORDER_STATUS")]
public string OrderStatus { get; set; }
/// <summary>
/// 开始日期
/// </summary>
[SugarColumn(ColumnName = "BEGIN_DATE")]
public DateTime BeginDate { get; set; }
/// <summary>
/// 结束日期
/// </summary>
[SugarColumn(ColumnName = "END_DATE")]
public DateTime EndDate { get; set; }
/// <summary>
/// 工厂编码
/// </summary>
[SugarColumn(ColumnName = "FACTORY_CODE")]
public string FactoryCode { get; set; }
/// <summary>
/// 是否标识
/// </summary>
[SugarColumn(ColumnName = "IS_FLAG")]
public int IsFlag { get; set; }
/// <summary>
/// 是否标识
/// </summary>
[SugarColumn(ColumnName = "PRINT_NAME")]
public string PrintName { get; set; }
/// <summary>
/// 创建人
/// </summary>
[SugarColumn(ColumnName = "CREATED_BY")]
public string CreatedBy { get; set; }
/// <summary>
/// 创建时间
/// </summary>
[SugarColumn(ColumnName = "CREATED_TIME")]
public DateTime CreatedTime { get; set; }
/// <summary>
/// 更新人
/// </summary>
[SugarColumn(ColumnName = "UPDATED_BY")]
public string UpdatedBy { get; set; }
/// <summary>
/// 更新时间
/// </summary>
[SugarColumn(ColumnName = "UPDATED_TIME")]
public DateTime UpdatedTime { get; set; }
/// <summary>
/// 完成日期
/// </summary>
[SugarColumn(ColumnName = "COMPLETE_DATE")]
public DateTime CompleteDate { get; set; }
/// <summary>
/// 是否已下达计划0-是1-否)
/// </summary>
[SugarColumn(ColumnName = "IS_RELEASE")]
public int IsRelease { get; set; }
/// <summary>
/// 产线
/// </summary>
[SugarColumn(ColumnName = "PRODUCT_LINE_NAME")]
public string? ProductLineName { get; set; }
}
}

@ -20,6 +20,10 @@ namespace Admin.Core.Model.ViewModels
/// </summary>
public string ProductCode { get; set; }
/// <summary>
/// 产线
/// </summary>
public string ProductLineName { get; set; }
/// <summary>
/// 订单数量
/// </summary>
public int PlanAmount { get; set; } = 0;

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.Model
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.Model\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.Model\

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Admin.Core.RealTimeService")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+88718f3b34f7734324ee7cf97223cb04de12229c")]
[assembly: System.Reflection.AssemblyProductAttribute("Admin.Core.RealTimeService")]
[assembly: System.Reflection.AssemblyTitleAttribute("Admin.Core.RealTimeService")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

@ -1 +1 @@
0868e6bde5b49a65a126b91d794e990427a11761
689391e9f973c5505f9f19ae7180cf35baa36d32cc9dacfb00d7905272e68934

@ -8,4 +8,10 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.RealTimeService
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.RealTimeService\
<<<<<<< HEAD
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.RealTimeService\
=======
build_property.ProjectDir = D:\Project\gitea\AUCMA\SCADA\Admin.Core.RealTimeService\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
>>>>>>> 97953438a8516959b94be7b8b7960a70eb343705

@ -3,6 +3,7 @@ using Admin.Core.Model.Model_New;
using Admin.Core.IRepository;
using System.Collections.Generic;
using System.Threading.Tasks;
using Admin.Core.Model.ViewModels;
namespace Admin.Core.Repository
{
@ -15,10 +16,13 @@ namespace Admin.Core.Repository
{
}
public async Task<List<BaseOrderInfo>> GetOrderInfoData()
public async Task<List<BaseOrderInfoView>> GetOrderInfoData()
{
string sql = $"select DISTINCT o.* from (select r.* from BASE_ORDERINFO r left join BASE_MATERIALINFO m on r.MATERIAL_CODE=m.MATERIAL_CODE where MATERIAL_SUBCLASS='100') o left join BASE_BOMINFO b on o.MATERIAL_CODE=b.PARENT_ID ";
return await Db.CopyNew().Ado.SqlQueryAsync<BaseOrderInfo>(sql);
string sql = @$" select DISTINCT o.* from (
select r.* from (select r.*,BP.PRODUCT_LINE_NAME from BASE_ORDERINFO r LEFT JOIN BASE_PRODUCTLINE BP on r.WORK_CENTER_CODE = BP.WORK_CENTER_CODE) r
left join BASE_MATERIALINFO m on r.MATERIAL_CODE=m.MATERIAL_CODE where MATERIAL_SUBCLASS='100') o left join BASE_BOMINFO b on o.MATERIAL_CODE=b.PARENT_ID
";
return await Db.CopyNew().Ado.SqlQueryAsync<BaseOrderInfoView>(sql);
}
public async Task<bool> UpdatePrintName(BaseOrderInfo printName)

@ -0,0 +1,22 @@
using Admin.Core.IRepository;
using Admin.Core.Model;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Admin.Core.Repository
{
public class ExceptionRecordRepository : BaseRepository<ExceptionRecord>, IExceptionRecordRepository
{
public ExceptionRecordRepository(IUnitOfWork unitOfWork) : base(unitOfWork)
{
}
}
}

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.Repository
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.Repository\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.Repository\

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.Serilog.Es
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.Serilog.Es\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.Serilog.Es\

@ -46,7 +46,7 @@ namespace Admin.Core.Service
}
public async Task<List<BaseOrderInfo>> GetOrderInfoData()
public async Task<List<BaseOrderInfoView>> GetOrderInfoData()
{
return await _baseOrderInfoRepository.GetOrderInfoData();
}
@ -62,7 +62,7 @@ namespace Admin.Core.Service
List<PrintPlanInfoView> list = new List<PrintPlanInfoView>();
List<BaseBomInfo> baseBomList = await _baseBomInfoRepository.QueryAsync();
List<PrintBarCode> printBarCodeList = await _printBarCodeServices.QueryAsync();
List<BaseOrderInfo> orderList = await this.GetOrderInfoData();
List<BaseOrderInfoView> orderList = await this.GetOrderInfoData();
List<PrintOrderInfo> printOrderInfoList = await _printOrderInfoRepository.QueryAsync();
if (orderList == null) return null;
@ -78,6 +78,7 @@ namespace Admin.Core.Service
var objLiner = printBarCodeList.Where(d => d.PrintBarType == 2&& d.OrderCode == bb.OrderCode);
PrintPlanInfoView view = new PrintPlanInfoView();
view.ProductLineName = bb.ProductLineName;
view.OrderCode = bb.OrderCode;
view.ProductCode = bb.MaterialCode;
view.ProductName = bb.MaterialName;

@ -0,0 +1,35 @@
using Admin.Core.IRepository;
using Admin.Core.IService;
using Admin.Core.Model;
using Admin.Core.Model.Model_New;
using Admin.Core.Model.ViewModels;
using Consul;
using log4net;
using Microsoft.IdentityModel.Logging;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Admin.Core.Service
{
public class ExceptionRecordServices : BaseServices<ExceptionRecord>, IExceptionRecordServices
{
#region 对象引用
private static readonly log4net.ILog log = LogManager.GetLogger(typeof(ExceptionRecordServices));
#endregion
private readonly IBaseRepository<ExceptionRecord> _dal;
private IExceptionRecordRepository _exceptionRecordRepository;
public ExceptionRecordServices(IBaseRepository<ExceptionRecord> dal, IExceptionRecordRepository exceptionRecordRepository)
{
this._dal = dal;
base.BaseDal = dal;
_exceptionRecordRepository = exceptionRecordRepository;
}
}
}

@ -15,11 +15,11 @@ namespace Admin.Core.Service
public class ReportQualityInspectionServices : BaseServices<ReportQualityInsPection>, IReportQualityInspectionServices
{
private readonly IBaseRepository<ReportQualityInsPection> _dal;
private readonly IReportQualityInspectionRepository _baseSpaceInfoRepository;
private readonly IReportQualityInspectionRepository _qualityInspectionRepository;
private readonly ICodeBindingRecordRepository _codeBindingRecordRepository;
public ReportQualityInspectionServices(IBaseRepository<ReportQualityInsPection> dal, IReportQualityInspectionRepository reportQualityInspectionRepository, ICodeBindingRecordRepository codeBindingRepository)
{
_baseSpaceInfoRepository = reportQualityInspectionRepository;
_qualityInspectionRepository = reportQualityInspectionRepository;
_codeBindingRecordRepository = codeBindingRepository;
this._dal = dal;
base.BaseDal = dal;
@ -27,21 +27,15 @@ namespace Admin.Core.Service
/// <summary>
/// 判断是否有不合格质检项,传入的是SN
/// 判断是否有不合格质检项,传入的是箱体
/// </summary>
/// <returns></returns>
public List<ReportQualityInsPection> JudgeIsQualified(string SnCode)
public ReportQualityInsPection JudgeIsQualified(string BoxCode)
{
try
{
List<CodeBindingRecord> list = _codeBindingRecordRepository.Query(s => s.ProductCode == SnCode);
if(list!=null && list.Count > 0)
{
string boxCode = list.FirstOrDefault().BoxCode;
var list1 = _baseSpaceInfoRepository.Query(x => x.BarCode.Equals(boxCode) && x.IsFlag != 1);
return list1;
}
ReportQualityInsPection record = _qualityInspectionRepository.Db.Ado.SqlQuery<ReportQualityInsPection>($"select * from REPORT_QUALITY_INSPECTION where BAR_CODE = '{BoxCode}' AND STATION_CODE = 2010 AND TREATMENT_MEASURE = 3").FirstOrDefault();
return record;
}
catch (System.Exception ex)
{

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.Service
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.Service\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.Service\

@ -67,8 +67,9 @@ namespace Admin.Core.Socket
client.Logger.Info($"{client.IP}:{client.Port} 客户端正在连接...");
return EasyTask.CompletedTask;
};//有客户端正在连接
service.Connected = (client, e) => { client.Logger.Info($"{client.IP}:{client.Port} 客户端连接成功!目前客户端连接数{service.Count}");
log.Info($"{client.IP}:{client.Port} 客户端连接成功!目前客户端连接数{service.Count}");
service.Connected = (client, e) => {
client.Logger.Info($"{client.IP}:{client.Port} 客户端连接成功!目前客户端连接数{service.Count}");
SetProdStoreClientId(client);
return EasyTask.CompletedTask;
@ -89,38 +90,38 @@ namespace Admin.Core.Socket
try
{
var mes = Encoding.UTF8.GetString(e.ByteBlock.Buffer, 0, e.ByteBlock.Len);//注意数据长度是byteBlock.Len
log.Info("原始报文:"+mes);
//心跳包
if (mes== "heartbeat")
if (mes.Contains("heartbeat"))
{
//扫码器心跳连接
client.Logger.Info($"已从{client.IP}:{client.Port}》接收到心跳信息:{mes}");
RefreshStateEvent?.Invoke(client.IP, true);
return EasyTask.CompletedTask;
}
else if (mes == "NoRead")
else if (mes.Contains("NoRead"))
{
NoReadReceiveEvent?.Invoke(client.IP);
client.Logger.Info($"未从{client.IP}:{client.Port}》接收到二维码信息{mes}");
return EasyTask.CompletedTask;
}
else
{
log.Info("条码报文:" + mes);
ReceiveCodeDelegateEvent?.Invoke(client.IP,mes);
client.Logger.Info($"已从{client.IP}:{client.Port}》接收到信息:{mes}");
}
}
catch (Exception ex)
{
client.Logger.Error($"异常:{ex.Message}");
log.Error($"异常:{ex.Message}");
}
return EasyTask.CompletedTask;
};
// service.Setup(new TouchSocketConfig()//载入配置
//service.Setup(new TouchSocketConfig()//载入配置
//.SetListenIPHosts(new IPHost[] { new IPHost($"0.0.0.0:5000") })
//.ConfigureContainer(a =>//容器的配置顺序应该在最前面
//{

@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Admin.Core.Tasks
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.Tasks\
build_property.ProjectDir = E:\c#\AUCMA\最新代码整合\new\Admin.Core.Tasks\

@ -160,12 +160,11 @@ namespace Aucma.Core.BoxFoam.Business
do
{
space = obj.plc.ReadInt16("DB200.438");//读取货道号大约1.5s 可以获取
Console.WriteLine($"物料入库货道:{space}");
} while (space==0);
Console.WriteLine($"物料MES码{materialBarCode}》入库货道:{space}");
logHelper.Info($"物料MES码{materialBarCode}》入库货道:{space}");
LogDelegateEvent?.Invoke($"物料MES码{materialBarCode}》物料码:{materialCode}", "White");
LogDelegateEvent?.Invoke($"物料MES码{materialBarCode}》物料码:{materialCode}》入库货道:{space}", "White");
//更新货道入库
await EnterStore(materialBarCode, space);
//更新过点数

@ -221,7 +221,7 @@
<DataGridTextColumn Binding="{Binding BarCodeCode}" Header="物料条码" Width="2*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding MaterialType}" Header="物料类型" Width="1*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
<DataGridTextColumn Binding="{Binding MaterialName}" Header="物料名称" Width="2*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
<DataGridTextColumn Binding="{Binding SpaceCode}" Header="入库货道" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" Visibility="Collapsed" />
<DataGridTextColumn Binding="{Binding SpaceCode}" Header="入库货道" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
<DataGridTextColumn Binding="{Binding InStoreTime,StringFormat=\{0:yyyy-MM-dd HH:mm\}}" Header="创建时间" Width="1.5*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<!--<DataGridTextColumn Binding="{Binding TaskStatus}" Header="状态" Width="0.5*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>-->
</DataGrid.Columns>

@ -102,7 +102,7 @@ namespace Aucma.Core.Palletiz.Business
if (asciiStr.Contains("heartbeat"))
{
_logger.Info($"收到客户端:{client.Id};心跳指令:{asciiStr}");
// _logger.Info($"收到客户端:{client.Id};心跳指令:{asciiStr}");
continue;
}
@ -112,7 +112,7 @@ namespace Aucma.Core.Palletiz.Business
continue;
}
_logger.Info($"收到客户端:{client.Id}条码信息:{asciiStr}");
// _logger.Info($"收到客户端:{client.Id}条码信息:{asciiStr}");
InStore(client.Id, asciiStr);
} while (false);
}

@ -116,11 +116,20 @@ namespace Aucma.Core.Palletiz.ViewModels
[RelayCommand]
private async Task ExecQuery(object obj)
{
List<RecordInStore> list = null;
await Task.Run(() =>
{
string result = (string)obj;
List<RecordInStore> list = _recordInstoreServices.QueryAsync(x => (x.StoreCode == storeCodeA || x.StoreCode == storeCodeB) && x.BarCodeCode.Contains(result)).Result;
if(string.IsNullOrEmpty(result))
{
list = _recordInstoreServices.QueryAsync(x => (x.StoreCode == storeCodeA || x.StoreCode == storeCodeB) && x.InStoreTime >= DateTime.Today).Result;
}
else
{
list = _recordInstoreServices.QueryAsync(x => (x.StoreCode == storeCodeA || x.StoreCode == storeCodeB) && x.BarCodeCode.Contains(result)).Result;
}
if (list != null && list.Count > 0)
{
App.Current.Dispatcher.Invoke(() =>

@ -28,7 +28,9 @@
<ItemGroup>
<EmbeddedResource Include="Assets\Images\favicon.ico" />
<EmbeddedResource Include="Assets\Images\log.png" />
<EmbeddedResource Include="Assets\Images\login-background.png" />
<Resource Include="Assets\Images\login-background.png">
<CopyToOutputDirectory></CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>

@ -17,6 +17,10 @@ namespace Aucma.Core.PrintTo.Models
/// </summary>
public DateTime CreatedTime { get; set; }
/// <summary>
/// 产线
/// </summary>
public string ProductLineName { get; set; }
/// <summary>
/// 工单编码
/// </summary>
public string OrderCode { get; set; }

@ -61,6 +61,7 @@ namespace Aucma.Core.PrintTo.ViewModels
{
OrderInfo order = new OrderInfo();
order.CreatedTime = item.CreateTime;
order.ProductLineName = item.ProductLineName;
order.OrderCode = item.OrderCode;
order.ProductCode = item.ProductCode;
order.ProductName = item.ProductName;
@ -268,7 +269,7 @@ namespace Aucma.Core.PrintTo.ViewModels
///追打
/// </summary>
[RelayCommand]
private void AppendPrintPrint(string obj)
private void AppendPrint(string obj)
{
if (string.IsNullOrEmpty(obj))
{

@ -402,7 +402,7 @@ namespace Aucma.Core.PrintTo.ViewModels
log.Error($"打印出错:{ex.Message}\n{printBarCode.ToJson()}");
ErrorNum++;
}
Thread.Sleep(500);
Thread.Sleep(200);
Progress = i;
i++;
}

@ -179,8 +179,9 @@
ItemsSource="{Binding Datalist}" ColumnWidth="*" AutoGenerateColumns="False" IsReadOnly="True" CanUserAddRows="False" SelectionMode="Single"
SelectedItem="{Binding SelectedCells, Mode=OneWayToSource}">
<DataGrid.Columns>
<DataGridTextColumn Width="1.2*" Binding="{Binding CreatedTime, StringFormat=\{0:yyy-MM-dd\}}" Header="订单日期" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Width="1.2*" Binding="{Binding OrderCode}" Header="SAP订单编号" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Width="1*" Binding="{Binding CreatedTime, StringFormat=\{0:yyy-MM-dd\}}" Header="订单日期" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Width="0.5*" Binding="{Binding ProductLineName}" Header="产线" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Width="1*" Binding="{Binding OrderCode}" Header="SAP订单编号" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Width="1.2*" Binding="{Binding ProductCode}" Header="产品编码" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Width="3*" Binding="{Binding ProductName}" Header="产品型号" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Width="*" Binding="{Binding PlanAmount}" Header="订单数量" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
@ -257,7 +258,7 @@
IsEnabled="{Binding DataContext.ControlsEnabled, RelativeSource={RelativeSource FindAncestor, AncestorType=Window}}"/>
<Button
Background="#4285DE" Height="40"
Content="追加" Margin="5 10 0 0" Width="100" Command="{Binding AppendPrintPrintCommand}" CommandParameter="{Binding ElementName=ProductNo,Path=Text}"
Content="追加" Margin="5 10 0 0" Width="100" Command="{Binding AppendPrintCommand}" CommandParameter="{Binding ElementName=ProductNo,Path=Text}"
IsEnabled="{Binding DataContext.ControlsEnabled, RelativeSource={RelativeSource FindAncestor, AncestorType=Window}}"/>
<Button
Background="#4285DE" Height="40"

@ -3,13 +3,61 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:local="clr-namespace:Aucma.Core.PrintTo.Views"
mc:Ignorable="d"
Title="LoginPageView" Height="450" Width="800">
Title="登录"
FontFamily="Microsoft YaHei"
WindowStartupLocation="CenterScreen"
WindowStyle="ToolWindow" WindowState="Normal" ResizeMode="NoResize"
Height="600" Width="800">
<Window.Background>
<ImageBrush ImageSource="/Assets/images/login-background.png" />
<ImageBrush ImageSource="/Assets/Images/login-background.png" />
</Window.Background>
<Grid>
</Grid>
<Border Margin="5" Background="Transparent" CornerRadius="10" >
<Border.Effect>
<DropShadowEffect Color="Gray" ShadowDepth="0" BlurRadius="5" Opacity="0.3" Direction="0"></DropShadowEffect>
</Border.Effect>
<Canvas>
<StackPanel >
<Image Source="/Assets/Images/Newlog.png" Width="100" />
</StackPanel>
<materialDesign:Card Background="#fff" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="200 100"
UniformCornerRadius="15" Width="400" Height="300"
>
<materialDesign:DialogHost CloseOnClickAway="True" x:Name="DialogHost">
<StackPanel>
<TextBox Margin="0 50 0 0"
x:Name="txtUserName"
Width="300"
FontSize="12"
materialDesign:HintAssist.Hint="账号"
BorderThickness="1"
BorderBrush="{StaticResource MaterialDesignDivider}"
Style="{StaticResource MaterialDesignOutlinedTextBox}"
>
</TextBox>
<PasswordBox
Margin="0 10 0 0"
x:Name="txtPassword"
Width="300"
FontSize="12"
materialDesign:HintAssist.Hint="密码"
BorderThickness="1"
BorderBrush="{StaticResource MaterialDesignDivider}"
Style="{StaticResource MaterialDesignOutlinedPasswordBox}"
></PasswordBox>
<Button Margin="0 20 0 0"
x:Name="loginBtn"
Style="{StaticResource MaterialDesignFlatMidBgButton}"
Width="300"
Height="53"
materialDesign:ButtonAssist.CornerRadius="10"
Content="登录"/>
</StackPanel>
</materialDesign:DialogHost>
</materialDesign:Card>
</Canvas>
</Border>
</Window>

@ -62,14 +62,14 @@ namespace Aucma.Core.ProductOffLine.Business
/// 扫码器2扫到条码的临时数据
/// </summary>
public static TempInfo TempOffLineInfo2 = new TempInfo();
// 河南工厂编码
private static string Werks = "1301";
#endregion
#region 接口引用
private AppConfig appConfig = AppConfig.Instance;
private static readonly log4net.ILog log = LogManager.GetLogger(typeof(OffLineBusiness));
private readonly IExceptionRecordServices? exceptionRecordServices = App.ServiceProvider.GetService<IExceptionRecordServices>();
private readonly IBaseOrderInfoServices _baseOrderInfoServices = App.ServiceProvider.GetService<IBaseOrderInfoServices>();
private readonly IPrintBarCodeServices? _printBarCodeServices = App.ServiceProvider.GetService<IPrintBarCodeServices>();
@ -115,7 +115,7 @@ namespace Aucma.Core.ProductOffLine.Business
GunBusiness.RefreshMaterialCodeStrEvent += MaterialBarScan;
HandSendPlcWindow.SendPlcPassEvent += DownLoadPassFlag;
// test();
// test();
}
#region 变量定义
/// <summary>
@ -129,15 +129,7 @@ namespace Aucma.Core.ProductOffLine.Business
{
#region 成品条码与69码校验
//BaseMaterialInfo materialInfo = _baseMaterialInfoServices.FirstAsync(x => x.ProductCode == "6933973114570").Result;
//if (materialInfo == null)
//{
// Console.WriteLine();
//}
//if (!"BCD-212CFT".Contains(materialInfo.ProductName))
//{
// Console.WriteLine();
//}
MaterialBarScan("15147X0CD0099E3W03410","12344", "10.10.92.141");
#endregion
}
@ -168,7 +160,7 @@ namespace Aucma.Core.ProductOffLine.Business
if (ScannerNo == 1) //内侧
{
//1.扫描的SN条码去条码系统校验
BackResult = HandleMaterialBarCode(code, code69, TempOffLineInfo1); //扫码器1
BackResult = HandleMaterialBarCode(code, code69, TempOffLineInfo1,out CodeBindingRecord bindingRecord1); //扫码器1
materialType = TempOffLineInfo1.ProductCode;
if (!BackResult)
{
@ -178,7 +170,7 @@ namespace Aucma.Core.ProductOffLine.Business
}
// TempOffLineInfo1.ProductRefreshFlag = true;
// 2.更新mes数据库
bool MesResult = updateMesData(TempOffLineInfo1);
bool MesResult = updateMesData(TempOffLineInfo1, bindingRecord1);
// 3.plc放行
if (MesResult)
@ -224,7 +216,7 @@ namespace Aucma.Core.ProductOffLine.Business
// 扫码器2
else if (ScannerNo == 2) // 外侧
{
BackResult = HandleMaterialBarCode(code, code69, TempOffLineInfo2); //扫码器2
BackResult = HandleMaterialBarCode(code, code69, TempOffLineInfo2, out CodeBindingRecord bindingRecord1); //扫码器2
materialType = TempOffLineInfo2.ProductCode;
if (!BackResult)
{
@ -233,7 +225,7 @@ namespace Aucma.Core.ProductOffLine.Business
}
// TempOffLineInfo2.ProductRefreshFlag = true;
// 2.更新mes数据库
bool MesResult = updateMesData(TempOffLineInfo2);
bool MesResult = updateMesData(TempOffLineInfo2, bindingRecord1);
//BackResult = true;
// 3.plc放行
@ -285,6 +277,32 @@ namespace Aucma.Core.ProductOffLine.Business
}
}
/// <summary>
/// 往mes数据库添加异常记录
/// </summary>
/// <param name="SNCode"></param>
/// <param name="Msg"></param>
/// <param name="Type">1=69码校验;2=重复扫描;3=未绑条码;4=未终检</param>
public async void AddExceptionRecord(string SNCode,string Msg,int Type)
{
try
{
ExceptionRecord record = new ExceptionRecord();
record.ProductSnCode = SNCode;
record.ProductScanTime = DateTime.Now;
record.ProductLineCode = appConfig.ProductlineCode;
record.ExceptionMsg = Msg;
record.ExceptionType = Type;
await exceptionRecordServices.AddAsync(record);
}
catch (Exception ex)
{
log.Info("添加异常记录方法AddExceptionRecord异常:" + ex.Message.ToString());
}
}
/// <summary>
/// 下发plc放行并等待反馈信号
/// </summary>
@ -307,30 +325,20 @@ namespace Aucma.Core.ProductOffLine.Business
/// </summary>
/// <param name="BarCode"></param>
/// <returns></returns>
public bool updateMesData(TempInfo TempOffLineInfo)
public bool updateMesData(TempInfo TempOffLineInfo,CodeBindingRecord bindingRecord1)
{
try
{
OffLineInfo info11 = MapperTwo(TempOffLineInfo);
CodeBindingRecord bindingRecord1 = _codeBindingServices.FirstAsync(x => x.ProductCode == info11.ProductSNCode).Result;
if (bindingRecord1 == null)
{
log.Info(info11.ProductCode + "mes数据库未查询到条码绑定记录");
// 条码绑定上位机运行以后打开
//return false;
}
else
{
// log.Info("条码绑定表查到记录:"+JsonHelper.ObjectToJson(bindingRecord1));
info11.BoxCode = bindingRecord1.BoxCode;
}
info11.BoxCode = bindingRecord1.BoxCode;
// 产线
info11.ProductLineCode = "CX_02";
info11.ProductLineCode = appConfig.ProductlineCode.ToString();
info11.SaveRetuenInfo = TempOffLineInfo.MsgInfo;
info11.LoginTeam = appConfig.LoginTeam;
info11.PlcResult = 1;
@ -347,6 +355,7 @@ namespace Aucma.Core.ProductOffLine.Business
TempOffLineInfo.MsgAlarmFlag = true;
//界面刷新
RefreshScanMateriaCodeEvent(TempOffLineInfo);
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.MsgInfo,0);
return false;
}
@ -361,6 +370,7 @@ namespace Aucma.Core.ProductOffLine.Business
log.Info("条码:" + TempOffLineInfo.ProductBarNo + " 订单号:" + TempOffLineInfo.ProductOrderNo + " 查询mes订单失败");
TempOffLineInfo.MsgInfo = TempOffLineInfo.MsgInfo + "查询mes订单失败";
TempOffLineInfo.MsgAlarmFlag = true;
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.ProductSNCode+TempOffLineInfo.MsgInfo,0);
//界面刷新
RefreshScanMateriaCodeEvent(TempOffLineInfo);
return false;
@ -378,6 +388,7 @@ namespace Aucma.Core.ProductOffLine.Business
log.Info("条码:" + TempOffLineInfo.ProductBarNo + " 订单号:" + TempOffLineInfo.ProductOrderNo + " 更新mes订单完成数失败");
TempOffLineInfo.MsgInfo = TempOffLineInfo.MsgInfo + "更新mes订单完成数失败";
TempOffLineInfo.MsgAlarmFlag = true;
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.ProductSNCode+ "更新mes订单完成数失败", 0);
//界面刷新
RefreshScanMateriaCodeEvent(TempOffLineInfo);
return false;
@ -396,7 +407,7 @@ namespace Aucma.Core.ProductOffLine.Business
completion.MaterialName = print.MaterialName;
completion.StationName = "1009";
completion.CompleteDate = DateTime.Now;
completion.ProductLineCode = "CX_02";
completion.ProductLineCode = appConfig.ProductlineCode;
completion.isDownLine = 1;
completion.ProductionCode = TempOffLineInfo.ProductSNCode;
_ = _iMaterialCompletionServices.AddAsync(completion).Result;
@ -426,29 +437,42 @@ namespace Aucma.Core.ProductOffLine.Business
/// <param name="code69"> 69码</param>
/// <param name="TempOffLineInfo"></param>
/// <returns></returns>
public bool HandleMaterialBarCode(string BarCode, string code69, TempInfo TempOffLineInfo)
public bool HandleMaterialBarCode(string BarCode, string code69, TempInfo TempOffLineInfo,out CodeBindingRecord bindingRecord1)
{
try
{
#region 1.质检--暂未启用
// List<ReportQualityInsPection> qualityList = _reportQualityInspectionServices.JudgeIsQualified(BarCode);
// if (qualityList != null)
//{
// TempOffLineInfo.QualityResult = "失败";
// TempOffLineInfo.ProductSNCode = BarCode.Trim(); //产品SN条码*1
// TempOffLineInfo.ProductScanTime = System.DateTime.Now; // 扫码时间*2
// TempOffLineInfo.MsgInfo = "条码质检失败:";
// foreach(ReportQualityInsPection item in qualityList)
// {
// TempOffLineInfo.MsgInfo += item.QualityDefectName;
// }
// TempOffLineInfo.MsgAlarmFlag = true;
// //界面刷新
// // TempOffLineInfo.ProductRefreshFlag = true;
// RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
// return false;
//}
bindingRecord1 = _codeBindingServices.FirstAsync(x => x.ProductCode == BarCode).Result;
if (bindingRecord1 == null)
{
TempOffLineInfo.MsgInfo = BarCode + ":条码绑定工位未查询到条码绑定记录,请拆掉包装重新绑定";
TempOffLineInfo.MsgAlarmFlag = true;
//界面刷新
// TempOffLineInfo.ProductRefreshFlag = true;
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
log.Info(TempOffLineInfo.ProductSNCode + "条码绑定工位未查询到条码绑定记录,请拆掉包装重新绑定");
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.MsgInfo,3);
return false;
}
#region 1.质检-未查到终检合格记录即为质检不合格
ReportQualityInsPection qualityList = _reportQualityInspectionServices.JudgeIsQualified(bindingRecord1.BoxCode);
if (qualityList == null)
{
TempOffLineInfo.QualityResult = "失败";
TempOffLineInfo.ProductSNCode = BarCode.Trim(); //产品SN条码*1
TempOffLineInfo.ProductScanTime = System.DateTime.Now; // 扫码时间*2
TempOffLineInfo.MsgInfo = TempOffLineInfo.ProductSNCode+":条码终检失败或未终检,请回到终检工位重新检查!";
TempOffLineInfo.MsgAlarmFlag = true;
//界面刷新
// TempOffLineInfo.ProductRefreshFlag = true;
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.MsgInfo,4);
return false;
}
#endregion
@ -508,7 +532,7 @@ namespace Aucma.Core.ProductOffLine.Business
{
TempOffLineInfo.MsgInfo = "69码校验失败:" + code69+"未维护69码信息!";
TempOffLineInfo.MsgAlarmFlag = true;
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.ProductSNCode+TempOffLineInfo.MsgInfo,1);
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
log.Info("69码校验失败:" + code69 + "未维护69码信息!");
return false; // 因为没有录69码校验失败暂不处理允许下线等69码录全就禁止下线
@ -522,6 +546,7 @@ namespace Aucma.Core.ProductOffLine.Business
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
log.Info("69码校验失败,69码:"+code69+";69码名称:" + materialInfo.ProductName + ";成品码名称:" + TempOffLineInfo.ProductName);
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.ProductSNCode+TempOffLineInfo.MsgInfo,1);
return false;
}
else
@ -550,7 +575,7 @@ namespace Aucma.Core.ProductOffLine.Business
else
{
log.Info(BarCode + "失败返回验证信息:" + FArrayList[1]);
#region 实体赋值
TempOffLineInfo.MsgAlarmFlag = true;
TempOffLineInfo.MsgInfo = "条码系统获取信息失败. " + BarCode + " 返回值:" + FArrayList[0].ToString();
@ -578,6 +603,8 @@ namespace Aucma.Core.ProductOffLine.Business
//界面刷新
// TempOffLineInfo.ProductRefreshFlag = true;
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.MsgInfo,5);
return false;
}
@ -590,6 +617,7 @@ namespace Aucma.Core.ProductOffLine.Business
// TempOffLineInfo.ProductRefreshFlag = true;
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
log.Info(BarCode + "条码验证异常:" + ex.Message.ToString());
bindingRecord1 = null;
return false;
}
}
@ -624,6 +652,8 @@ namespace Aucma.Core.ProductOffLine.Business
//界面刷新
// TempOffLineInfo.ProductRefreshFlag = true;
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.MsgInfo,6);
return false;
}
@ -654,6 +684,8 @@ namespace Aucma.Core.ProductOffLine.Business
return CodeRepeatProcess(TempOffLineInfo);
}
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.MsgInfo,2);
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
return false;
}
@ -663,6 +695,7 @@ namespace Aucma.Core.ProductOffLine.Business
{
TempOffLineInfo.MsgInfo = TempOffLineInfo.MsgInfo + ",条码系统保存接口异常";
TempOffLineInfo.MsgAlarmFlag = true;
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.MsgInfo,6);
//界面刷新
// TempOffLineInfo.ProductRefreshFlag = true;
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
@ -673,6 +706,7 @@ namespace Aucma.Core.ProductOffLine.Business
{
TempOffLineInfo.MsgInfo = TempOffLineInfo.MsgInfo + ",生产单号异常";
TempOffLineInfo.MsgAlarmFlag = true;
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.MsgInfo, 0);
//界面刷新
// TempOffLineInfo.ProductRefreshFlag = true;
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
@ -721,6 +755,8 @@ namespace Aucma.Core.ProductOffLine.Business
TempOffLineInfo.MsgInfo = "条码重复,plc应答字2,禁止重复放行,上传时间:" + offLineInfo.ProductScanTime;
AddExceptionRecord(TempOffLineInfo.ProductSNCode, TempOffLineInfo.MsgInfo,2);
RefreshScanMateriaCodeEvent?.Invoke(TempOffLineInfo);
return false;
}

@ -1,4 +1,5 @@
using System;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@ -6,7 +7,7 @@ using System.Threading.Tasks;
namespace Aucma.Core.ProductOffLine.Models
{
public class QualityInspectionModel
public class ExceptionModel
{
/// <summary>
/// 序号
@ -17,17 +18,27 @@ namespace Aucma.Core.ProductOffLine.Models
/// </summary>
public int ObjId { get; set; }
/// <summary>
/// 质检项编号
/// 产品条码
/// </summary>
public string? QualityDefectCode { get; set; }
public string? ProductSnCode { get; set; }
/// <summary>
/// 质检项名称
/// 异常信息
/// </summary>
public string? QualityDefectName { get; set; }
public string ?ExceptionMsg { get; set; }
/// <summary>
/// 是否校验
/// 扫描时间
/// </summary>
public string? IsInSpection { get; set; }
public DateTime? ProductScanTime { get; set; }
/// <summary>
/// 产线编号
/// </summary>
public string? ProductLineCode { get; set; }
}
}

@ -26,6 +26,7 @@ namespace Aucma.Core.ProductOffLine.ViewModels
private readonly IBaseMaterialInfoServices? _baseMaterialInfoServices;
public DirectionEditViewModel() {
DirectionItemViewModel.RefreshPageEvent += ExecuteQuery;
_baseMaterialInfoServices = App.ServiceProvider.GetService<IBaseMaterialInfoServices>();
QueryCommand = new RelayCommand(ExecuteQuery);
MouseClickCommand = new RelayCommand<object>(MouseClick);
@ -40,7 +41,6 @@ namespace Aucma.Core.ProductOffLine.ViewModels
ExecuteQuery();
}
private async void ExecuteQuery()
{
try

@ -25,7 +25,10 @@ namespace Aucma.Core.ProductOffLine.ViewModels
public RelayCommand SaveCommand { get; set; }
public delegate void RefreshPage();
public static event RefreshPage? RefreshPageEvent;
private readonly IBaseMaterialInfoServices? _baseMaterialInfoServices;
public DirectionItemViewModel(DirectionEditModel info) {
_baseMaterialInfoServices = App.ServiceProvider.GetService<IBaseMaterialInfoServices>();
@ -107,19 +110,29 @@ namespace Aucma.Core.ProductOffLine.ViewModels
}
private async void updateDirection()
{
BaseMaterialInfo info = await _baseMaterialInfoServices.FirstAsync(x=>x.ObjId==PlanInfo.ObjId);
if (IsSelectedOptionA)
{
info.InboundDirection = "A";
}
else
try
{
info.InboundDirection = "B";
BaseMaterialInfo info = await _baseMaterialInfoServices.FirstAsync(x => x.ObjId == PlanInfo.ObjId);
if (IsSelectedOptionA)
{
info.InboundDirection = "A";
}
else
{
info.InboundDirection = "B";
}
bool result = await _baseMaterialInfoServices.UpdateAsync(info);
if (result)
{
MessageBox.Show(info.MaterialName + "入库方向修改成功");
}
//刷新页面
RefreshPageEvent?.Invoke();
}
bool result = await _baseMaterialInfoServices.UpdateAsync(info);
if (result)
catch (Exception ex)
{
MessageBox.Show(info.MaterialName+"入库方向修改成功");
Console.WriteLine("updateDirection异常:" + ex.Message.ToString());
}
}

@ -27,24 +27,24 @@ namespace Aucma.Core.ProductOffLine.ViewModels
private readonly IBaseQualityInspectionItemInfoServices? _baseQualityInspectionItemInfoServices;
public QualityItemViewModel(QualityInspectionModel info) {
public QualityItemViewModel(ExceptionModel info) {
_baseQualityInspectionItemInfoServices = App.ServiceProvider.GetService<IBaseQualityInspectionItemInfoServices>();
CloseWindowCommand = new RelayCommand<object>(t => CloseWindow(t));
SaveCommand = new RelayCommand(updateDirection);
PlanInfo = info;
if("是".Equals(info.IsInSpection)){
IsSelectedOptionA = true;
}
else
{
IsSelectedOptionB = true;
}
//if("是".Equals(info.IsInSpection)){
// IsSelectedOptionA = true;
//}
//else
//{
// IsSelectedOptionB = true;
//}
}
private QualityInspectionModel planInfo = new QualityInspectionModel();
public QualityInspectionModel PlanInfo
private ExceptionModel planInfo = new ExceptionModel();
public ExceptionModel PlanInfo
{
get { return planInfo; }
set {

@ -31,11 +31,11 @@ namespace Aucma.Core.ProductOffLine.ViewModels
public ICommand QueryCommand { get; set; }
public RelayCommand<object> MouseClickCommand { get; set; }
private readonly IBaseQualityInspectionItemInfoServices? _baseQualityInspectionItemInfoServices;
private readonly IExceptionRecordServices? exceptionRecordServices;
public SelectQualityViewModel()
{
_baseQualityInspectionItemInfoServices = App.ServiceProvider.GetService<IBaseQualityInspectionItemInfoServices>();
exceptionRecordServices = App.ServiceProvider.GetService<IExceptionRecordServices>();
QueryCommand = new RelayCommand(ExecuteQuery);
MouseClickCommand = new RelayCommand<object>(MouseClick);
@ -48,6 +48,8 @@ namespace Aucma.Core.ProductOffLine.ViewModels
/// </summary>
public async void Init()
{
Count = 0;
ExecuteQuery();
}
@ -55,12 +57,35 @@ namespace Aucma.Core.ProductOffLine.ViewModels
{
try
{
List<BaseQualityInspectionItemInfo> list = await _baseQualityInspectionItemInfoServices.query();
qualityItemGrid.Clear();
for (int i = 0; i < list.Count; i++)
{
qualityItemGrid.Add(new QualityInspectionModel() { No = i + 1, ObjId = list[i].ObjId, QualityDefectCode = list[i].QualityDefectCode, QualityDefectName = list[i].QualityDefectName, IsInSpection = list[i].IsInSpection == "0" ? "否" : "是" });
List<ExceptionRecord> list = await exceptionRecordServices.QueryAsync(x=>x.ProductScanTime>=DateTime.Today);
if (list == null || list.Count == 0) {
App.Current.Dispatcher.Invoke(() =>
{
exceptionItemGrid.Clear();
Count = 0;
});
return;
}
list = list.OrderByDescending(x=>x.ProductScanTime).ToList();
App.Current.Dispatcher.Invoke(() =>
{
exceptionItemGrid.Clear();
Count = list.Count;
for (int i = 0; i < list.Count; i++)
{
ExceptionModel model = new ExceptionModel();
model.No = exceptionItemGrid.Count+1;
model.ObjId = list[i].ObjId;
model.ProductSnCode = list[i].ProductSnCode;
model.ExceptionMsg = list[i].ExceptionMsg;
model.ProductScanTime = list[i].ProductScanTime;
model.ProductLineCode = list[i].ProductLineCode;
exceptionItemGrid.Add(model);
}
});
}
catch (Exception)
{
@ -70,7 +95,7 @@ namespace Aucma.Core.ProductOffLine.ViewModels
public void MouseClick(object obj)
{
var info = SelectedDataItem as QualityInspectionModel;
var info = SelectedDataItem as ExceptionModel;
if (info != null)
{
QualityWindow quantityIssuedWindow = new QualityWindow(info);
@ -81,8 +106,8 @@ namespace Aucma.Core.ProductOffLine.ViewModels
private QualityInspectionModel selectedDataItem;
public QualityInspectionModel SelectedDataItem
private ExceptionModel selectedDataItem;
public ExceptionModel SelectedDataItem
{
get { return selectedDataItem; }
set
@ -92,16 +117,27 @@ namespace Aucma.Core.ProductOffLine.ViewModels
}
}
private int count;
public int Count
{
get { return count; }
set
{
count = value;
OnPropertyChanged();
}
}
#region 初始化datagrid
private ObservableCollection<QualityInspectionModel> qualityItemGrid = new ObservableCollection<QualityInspectionModel>();
public ObservableCollection<QualityInspectionModel> QualityItemGrid
private ObservableCollection<ExceptionModel> exceptionItemGrid = new ObservableCollection<ExceptionModel>();
public ObservableCollection<ExceptionModel> ExceptionItemGrid
{
get { return qualityItemGrid; }
get { return exceptionItemGrid; }
set
{
qualityItemGrid = value;
exceptionItemGrid = value;
OnPropertyChanged();//属性通知
}
}

@ -159,7 +159,7 @@ namespace Aucma.Core.ProductOffLine.ViewModels
List<OffLineInfo> list = null;
if (!string.IsNullOrEmpty(_productSNCode))
{
list = _offLineInfoServices.QueryAsync(x => x.ProductSNCode == _productSNCode).Result;
list = _offLineInfoServices.QueryAsync(x => x.ProductSNCode.Contains(_productSNCode)).Result;
}
else
{

@ -6,7 +6,7 @@
xmlns:local="clr-namespace:Aucma.Core.ProductOffLine.Views"
mc:Ignorable="d" WindowStartupLocation="CenterScreen" FontFamily="Microsoft YaHei"
Title="选择方向" Height="500" Width="500" Name="window" Background="White"
ResizeMode="NoResize" Topmost="True">
ResizeMode="NoResize" >
<Border Margin="5" Background="#1254AB" CornerRadius="10">
<Border.Effect>
<DropShadowEffect Color="Gray" ShadowDepth="0" BlurRadius="5" Opacity="0.3" Direction="0"></DropShadowEffect>

@ -306,13 +306,14 @@
ScrollViewer.VerticalScrollBarVisibility="Auto" BorderThickness="0" CanUserAddRows="False" SelectionMode="Single" IsReadOnly="True"
Foreground="White" >
<DataGrid.Columns>
<DataGridTextColumn Binding="{Binding No}" Header="序号" Width="1*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding ProductOrderNo}" Header="订单编号" Width="3*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding ProductSNCode}" Header="产品条码" Width="3*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding ProductModel}" Header="产品型号" Width="3*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
<DataGridTextColumn Binding="{Binding ProductRemark}" Header="特征信息" Width="3*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding No}" Header="序号" Width="0.5*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding ProductOrderNo}" Header="订单编号" Width="2.5*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding ProductSNCode}" Header="产品条码" Width="2.5*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding ProductModel}" Header="产品型号" Width="2*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
<DataGridTextColumn Binding="{Binding ProductRemark}" Header="特征信息" Width="1*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding QualityResult}" Header="质检结果" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding ProductScanTime,StringFormat=\{0:yyyy-MM-dd HH:mm:ss\}}" Header="扫描时间" Width="3*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding QualityResult}" Header="69码校验" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding ProductScanTime,StringFormat=\{0:yyyy-MM-dd HH:mm:ss\}}" Header="扫描时间" Width="2*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
</DataGrid.Columns>
</DataGrid>

@ -59,13 +59,13 @@
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="1.5*"/>
</Grid.ColumnDefinitions>
<Border Grid.Row="0" Grid.Column="0" BorderBrush="#0288d1" BorderThickness="0,0,0,1" CornerRadius="0" Background="#1157b9" Margin="1,1,5,5" >
<TextBlock Text="入库设置" FontSize="20" FontWeight="Bold" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
</Border>
<Border Grid.Row="0" Grid.Column="1" BorderBrush="#0288d1" BorderThickness="0,0,0,1" CornerRadius="0" Background="#1157b9" Margin="1,1,5,5" >
<TextBlock Text="质检设置" FontSize="20" FontWeight="Bold" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
<TextBlock Text="异常记录" FontSize="20" FontWeight="Bold" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
</Border>
<Grid Grid.Row="1">
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Left">

@ -6,7 +6,7 @@
xmlns:local="clr-namespace:Aucma.Core.ProductOffLine.Views"
mc:Ignorable="d" WindowStartupLocation="CenterScreen"
Title="选择方向" Height="500" Width="500" Name="window" Background="White"
ResizeMode="NoResize" Topmost="True">
ResizeMode="NoResize" >
<Border Margin="5" Background="#1254AB" CornerRadius="10">
<Border.Effect>
<DropShadowEffect Color="Gray" ShadowDepth="0" BlurRadius="5" Opacity="0.3" Direction="0"></DropShadowEffect>

@ -24,7 +24,7 @@ namespace Aucma.Core.ProductOffLine.Views
{
private QualityItemViewModel viewModel = null;
public QualityWindow(QualityInspectionModel info)
public QualityWindow(ExceptionModel info)
{
InitializeComponent();
this.DataContext = new QualityItemViewModel(info);

@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Aucma.Core.ProductOffLine.Views"
mc:Ignorable="d" Background="Transparent" FontFamily="Microsoft YaHei"
d:DesignHeight="800" d:DesignWidth="400" >
d:DesignHeight="800" d:DesignWidth="800" >
<UserControl.Resources>
<Style x:Key="DataGridTextColumnCenterSytle" TargetType="{x:Type TextBlock}">
<Setter Property="FontSize" Value="20"/>
@ -100,22 +100,27 @@
</Grid.RowDefinitions>
<StackPanel Grid.Row="0" Orientation="Horizontal" Grid.Column="1" Grid.ColumnSpan="3">
<Button Content="刷 新" Command="{Binding QueryCommand}" Background="#007DFA" BorderBrush="#007DFA" VerticalAlignment="Center" Foreground="White" Height="30" Width="100" />
</StackPanel>
<StackPanel Grid.Row="0" Orientation="Horizontal" Grid.Column="3" Grid.ColumnSpan="3" >
<Label Content="当日异常记录数: " FontSize="20" Height="40" HorizontalAlignment="Center" Foreground="White"/>
<TextBlock Text="{Binding Count}" Foreground="White" FontSize="20" Height="30" HorizontalAlignment="Center"/>
</StackPanel>
<!--计划列表-->
<Border Grid.Row="1" BorderBrush="#1254AB" BorderThickness="0" CornerRadius="5" Background="Transparent" Margin="1,1,5,5" Grid.ColumnSpan="4">
<DataGrid Name="qualityItemGrid" ItemsSource="{Binding QualityItemGrid}" ColumnHeaderHeight="35" Height="{Binding Path=ActualHeight, ElementName=ScanPanel}"
<DataGrid Name="qualityItemGrid" ItemsSource="{Binding ExceptionItemGrid}" ColumnHeaderHeight="35" Height="{Binding Path=ActualHeight, ElementName=ScanPanel}"
RowHeight="50" AutoGenerateColumns="False" RowHeaderWidth="0"
GridLinesVisibility="None" ScrollViewer.HorizontalScrollBarVisibility="Auto"
ScrollViewer.VerticalScrollBarVisibility="Auto" BorderThickness="0" CanUserAddRows="False" SelectionMode="Single" IsReadOnly="True"
Foreground="White" SelectedItem="{Binding SelectedDataItem}" MouseLeftButtonDown="dataGrid_MouseLeftButtonDown">
Foreground="White" ><!--SelectedItem="{Binding SelectedDataItem}" MouseLeftButtonDown="dataGrid_MouseLeftButtonDown"-->
<DataGrid.Columns>
<DataGridTextColumn Binding="{Binding No}" Header="序号" Width="1*" IsReadOnly="True" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding QualityDefectCode}" Header="质检编号" Width="2*" IsReadOnly="True" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding QualityDefectName}" Header="质检名称" Width="2*" IsReadOnly="True" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn x:Name="test11" Binding="{Binding IsInSpection}" Header="是否校验" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />
<!--<DataGridTextColumn Binding="{Binding ProductSnCode}" Header="产品条码" Width="2.5*" IsReadOnly="True" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>-->
<DataGridTextColumn Binding="{Binding ExceptionMsg}" Header="异常信息" Width="4*" IsReadOnly="True" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<DataGridTextColumn Binding="{Binding ProductScanTime,StringFormat=\{0:yyyy-MM-dd HH:mm:ss\}}" Header="扫描时间" Width="2.2*" IsReadOnly="True" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}"/>
<!--<DataGridTextColumn x:Name="test11" Binding="{Binding IsInSpection}" Header="是否校验" Width="*" ElementStyle="{StaticResource DataGridTextColumnCenterSytle}" />-->
</DataGrid.Columns>
</DataGrid>
<!--<DataGridTemplateColumn.CellTemplate>

Loading…
Cancel
Save