This commit is contained in:
FanLian
2023-07-17 14:29:00 +08:00
parent 92a8389efa
commit e2a03ded93

View File

@@ -237,7 +237,6 @@ namespace Tnb.WarehouseMgr
var carryId = input.carryIds[^input.carryIds.Count];
var carry = await _db.Queryable<WmsCarryH>().SingleAsync(it => it.id == carryId);
var kods = await _db.Queryable<WmsKittingoutD>().Where(it => it.bill_id == input.requireId).ToListAsync();
//载具为料架时,取所有料箱的条码
List<string> carryMIds = new();
if (carry.carrystd_id == WmsWareHouseConst.CARRY_LJSTD_ID)