修复bug
This commit is contained in:
@@ -385,6 +385,7 @@ namespace WMS.Web.Domain.Services
|
|||||||
var detail = backRecord.Details.FirstOrDefault(w => w.SerialNumbers.Contains(entity.SerialNumber));
|
var detail = backRecord.Details.FirstOrDefault(w => w.SerialNumbers.Contains(entity.SerialNumber));
|
||||||
if (detail == null) continue;
|
if (detail == null) continue;
|
||||||
var box = boxList.FirstOrDefault(f => f.Id == detail.BoxId);
|
var box = boxList.FirstOrDefault(f => f.Id == detail.BoxId);
|
||||||
|
if (box == null) continue;
|
||||||
//if (backRecord.Type == BackRecordType.InstockOff)
|
//if (backRecord.Type == BackRecordType.InstockOff)
|
||||||
// entity.UnBind();
|
// entity.UnBind();
|
||||||
if (backRecord.Type == BackRecordType.OutstockOn)
|
if (backRecord.Type == BackRecordType.OutstockOn)
|
||||||
|
|||||||
Reference in New Issue
Block a user