调试修改内容提交【代码从此处产生新分支】
This commit is contained in:
@ -354,6 +354,7 @@ namespace WCS.BLL.Services.Service
|
||||
Message = $"Success",
|
||||
Data = new MatInfo()
|
||||
{
|
||||
Id = inventory.Id,
|
||||
MatSn = inventory.MatSN,
|
||||
MatCode = inventory.MatCode,
|
||||
MatName = inventory.MatName,
|
||||
@ -483,6 +484,7 @@ namespace WCS.BLL.Services.Service
|
||||
inventoryDetail.MatSupplier = matSnListDetail.MatSupplier;
|
||||
inventoryDetail.StoreCode = request.ShelfCode;
|
||||
inventoryDetail.StoreId = SI[0].Id;
|
||||
inventoryDetail.GroupName = SI[0].GroupName;
|
||||
|
||||
int count = DbHelp.db.Insertable(inventoryDetail).ExecuteCommand();
|
||||
|
||||
@ -500,6 +502,7 @@ namespace WCS.BLL.Services.Service
|
||||
ior.Direction = DirectionEnum.入库;
|
||||
ior.OperateTime = DateTime.Now;
|
||||
ior.OperateUser = request.UserName;
|
||||
ior.GroupName = SI[0].GroupName;
|
||||
int count1 = DbHelp.db.Insertable(ior).ExecuteCommand();
|
||||
|
||||
detail.matsn = matSnListDetail.MatSn;
|
||||
|
Reference in New Issue
Block a user