MES.Service/Modes/QsItemOqcReq.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MES.Service/bin/Debug/net8.0/MES.Service.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
MES.Service/bin/Debug/net8.0/MES.Service.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
MES.Service/service/QC/RKJService.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MESApplication/MESApplication.csproj.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MESApplication/bin/Debug/net8.0/MES.Service.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
MESApplication/bin/Debug/net8.0/MES.Service.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
MESApplication/bin/Debug/net8.0/MESApplication.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
MESApplication/bin/Debug/net8.0/MESApplication.exe | 补丁 | 查看 | 原始文档 | blame | 历史 | |
MESApplication/bin/Debug/net8.0/MESApplication.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 |
MES.Service/Modes/QsItemOqcReq.cs
@@ -123,7 +123,7 @@ /// 销售订单号 /// </summary> [SugarColumn(IsIgnore = true)] public string? SaleOederNo { get; set; } public string? SaleOrderNo { get; set; } // 添加以下字段以适应查询返回的数据 [SugarColumn(IsIgnore = true)] public string? ItemName { get; set; } MES.Service/bin/Debug/net8.0/MES.Service.dllBinary files differ
MES.Service/bin/Debug/net8.0/MES.Service.pdbBinary files differ
MES.Service/service/QC/RKJService.cs
@@ -527,9 +527,9 @@ new JoinQueryInfos( JoinType.Left, a.ItemNo == b.ItemNo, // 关联物料信息 JoinType.Left, a.BillNo == da.Daa001, // 关联工单信息 JoinType.Left, da.Daa021 == ca.Caa020,//任务单,用于查询销售订单号 JoinType.Left, da.Daa015 == c.LineNo, // 关联工单信息 JoinType.Left, us.Fcode == a.CreateBy // 关联工单信息 JoinType.Left, us.Fcode == a.CreateBy, // 关联工单信息 JoinType.Left, da.Daa021 == ca.Caa020//任务单,用于查询销售订单号 )) // 用户线体过滤条件 //.WhereIF(lineNo != null && lineNo.Length > 0 && !"PL017".Equals(queryObj.createUser), @@ -568,7 +568,7 @@ Fsubmit = a.Fsubmit, Quantity = da.Daa008, LineNo = c.LineName, SaleOederNo = ca.Caa015 SaleOrderNo = ca.Caa015 }) // 排序 .OrderBy(a => a.CreateDate, OrderByType.Desc); MESApplication/MESApplication.csproj.user
@@ -4,7 +4,7 @@ <DebuggerFlavor>ProjectDebugger</DebuggerFlavor> </PropertyGroup> <PropertyGroup> <ActiveDebugProfile>IIS Express</ActiveDebugProfile> <ActiveDebugProfile>http</ActiveDebugProfile> <NameOfLastUsedPublishProfile>E:\MES\YC\JK\YC\MESApplication\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile> </PropertyGroup> </Project> MESApplication/bin/Debug/net8.0/MES.Service.dllBinary files differ
MESApplication/bin/Debug/net8.0/MES.Service.pdbBinary files differ
MESApplication/bin/Debug/net8.0/MESApplication.dllBinary files differ
MESApplication/bin/Debug/net8.0/MESApplication.exeBinary files differ
MESApplication/bin/Debug/net8.0/MESApplication.pdbBinary files differ