fix:修复出库申请单出库时备注丢失问题。
This commit is contained in:
parent
1bf23aedb3
commit
070d657b79
|
|
@ -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}">
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ namespace Model
|
|||
public string ReqUnitName { get; set; }
|
||||
public string UnitWorkId { get; set; }
|
||||
public string WeldTaskCode { get; set; }
|
||||
public string Remark { get; set; }
|
||||
|
||||
public int? PipeLineSortIndex { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue