修复bug

This commit is contained in:
tongfei
2024-04-08 09:29:57 +08:00
parent a635696439
commit a53b071b06
4 changed files with 14 additions and 1 deletions

View File

@@ -180,6 +180,7 @@ namespace WMS.Web.Repositories
{
BoxId = x.box.BoxId,
BoxBillNo = x.box.BoxBillNo,
Method = InventoryInOutMethod.Box.GetRemark(),
MaterialNumber = x.detail.MaterialNumber,
Specifications = _erpBasicDataExtendService.GetMaterialSpecifications(materials, x.detail.MaterialNumber),
ReceiveTime = x.box.CreateTime.HasValue ? x.box.CreateTime.Value.ToString("yyyy-MM-dd HH:mm:ss"):"",