11
This commit is contained in:
@@ -178,6 +178,7 @@
|
||||
<Compile Include="WeldingProcess\TrustManage\Batch_BatchTrustService.cs" />
|
||||
<Compile Include="WeldingProcess\TrustManage\Batch_PointBatchItemService.cs" />
|
||||
<Compile Include="WeldingProcess\TrustManage\Batch_PointBatchService.cs" />
|
||||
<Compile Include="WeldingProcess\WelderTest\WelderTestService.cs" />
|
||||
<Compile Include="WeldingProcess\WeldingManage\DailyReportCompleteService.cs" />
|
||||
<Compile Include="WeldingProcess\WeldingManage\Pipeline_PipelineDetectionTypeService.cs" />
|
||||
<Compile Include="WeldingProcess\WeldingManage\Pipeline_PipelineService.cs" />
|
||||
|
||||
@@ -332,8 +332,12 @@ namespace BLL
|
||||
/// </summary>
|
||||
public const string WelderManageMenuId = "1908E4C9-4A63-4A6C-6666-DA4910C2A8C7";
|
||||
|
||||
/// <summary>
|
||||
/// 焊工资质
|
||||
/// </summary>
|
||||
public const string Welder_QualifiedProjectMenuId = "2F21257A-8CC4-4712-A954-A7F690CC68C5";
|
||||
|
||||
public const string WelderTestInfoMenuId = "BB114B9B-E10D-4C96-AD12-C36CAA08E4D2";
|
||||
/// <summary>
|
||||
/// 单位信息
|
||||
/// </summary>
|
||||
@@ -543,8 +547,20 @@ namespace BLL
|
||||
|
||||
|
||||
#region PMI 处理
|
||||
/// <summary>
|
||||
/// PMI委托
|
||||
/// </summary>
|
||||
public const string PMIDelegationMenuId = "49DFB8F3-B370-4028-9748-864A420347E1";
|
||||
|
||||
public const string PMIDelegationId = "A6FB44C3-0920-4F77-862F-D814FD5E5D23";
|
||||
/// <summary>
|
||||
/// PMI检测录入
|
||||
/// </summary>
|
||||
public const string PMIDetectionEntryMenuId = "DB9BE665-0F6A-46E0-8FFF-3D95ADD76B9E";
|
||||
|
||||
/// <summary>
|
||||
/// PMI检测报告
|
||||
/// </summary>
|
||||
public const string PMIDetectionReportMenuId = "6250390B-2F37-4E8A-8724-5FCE877F60DA";
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ namespace BLL
|
||||
newR.DailyReportCompleteId = complete.DailyReportCompleteId;
|
||||
newR.ProjectId =complete.ProjectId;
|
||||
newR.UnitId = complete.UnitId;
|
||||
newR.ReportMan = complete.ReportMan;
|
||||
newR.TeamGroupId =complete.TeamGroupId;
|
||||
newR.DailyReportDate = complete.DailyReportDate;
|
||||
newR.IsComplete = complete.IsComplete;
|
||||
@@ -47,6 +48,7 @@ namespace BLL
|
||||
Model.Pipeline_DailyReportComplete newR = db.Pipeline_DailyReportComplete.First(e => e.DailyReportCompleteId == complete.DailyReportCompleteId);
|
||||
newR.ProjectId = complete.ProjectId;
|
||||
newR.UnitId = complete.UnitId;
|
||||
newR.ReportMan = complete.ReportMan;
|
||||
newR.TeamGroupId = complete.TeamGroupId;
|
||||
newR.DailyReportDate = complete.DailyReportDate;
|
||||
newR.IsComplete = complete.IsComplete;
|
||||
|
||||
Reference in New Issue
Block a user