fix:修复出库申请单出库时备注丢失问题。
This commit is contained in:
@@ -130,7 +130,8 @@ namespace BLL
|
||||
AuditDate2 = x.AuditDate2,
|
||||
WarehouseMan = x.WarehouseMan,
|
||||
WarehouseManName = x.WarehouseManName,
|
||||
WarehouseDate = x.WarehouseDate
|
||||
WarehouseDate = x.WarehouseDate,
|
||||
Remark=x.Remark
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17033,7 +17033,7 @@
|
||||
</COMReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v18.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
|
||||
@@ -18,8 +18,7 @@ namespace Model
|
||||
public string AuditManName2 { get; set; }
|
||||
public string ReqUnitName { get; set; }
|
||||
public string UnitWorkId { get; set; }
|
||||
public string WeldTaskCode { get; set; }
|
||||
public string Remark { get; set; }
|
||||
public string WeldTaskCode { get; set; }
|
||||
|
||||
public int? PipeLineSortIndex { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user