|
|
@ -5004,7 +5004,7 @@ namespace ICSSoft.DataProject |
|
|
|
#region 更新库存
|
|
|
|
if (item.UpdateWHLI) |
|
|
|
{ |
|
|
|
ICSWareHouseLotInfoService.WareHouseLotInfoUpdate(Identification, item.CheckCode, "", itemInfo.LotNo, itemInfo.ActualQuantity, item.User, item.WorkPoint, "9", item.CheckKind,cmd, language); |
|
|
|
ICSWareHouseLotInfoService.WareHouseLotInfoUpdate(Identification, item.CheckCode, "", itemInfo.LotNo, itemInfo.ActualQuantity, item.User, item.WorkPoint, TransTypeEnum.Check.GetDescription<DBValue>(), item.CheckKind,cmd, language); |
|
|
|
} |
|
|
|
#endregion
|
|
|
|
lots += "'" + itemInfo.LotNo + item.WorkPoint + "',"; |
|
|
|