调试修改内容提交【代码从此处产生新分支】
This commit is contained in:
@ -108,6 +108,7 @@ namespace WCS.BLL.Services.Service
|
||||
ShelfTypeId = request.ShelfTypeId,
|
||||
ShelfTypeName = request.ShelfTypeName,
|
||||
SyncType = SyncTypeEnum.ByMatCode,
|
||||
GroupName = LocalFile.Config.GroupName,
|
||||
CreateUser = request.UserName,
|
||||
};
|
||||
order.Id = await DbHelp.db.Insertable(order).ExecuteReturnIdentityAsync();
|
||||
@ -211,6 +212,7 @@ namespace WCS.BLL.Services.Service
|
||||
OrderType = request.OrderType,
|
||||
SyncType = SyncTypeEnum.ByMatSn,
|
||||
CreateUser = request.UserName,
|
||||
GroupName = LocalFile.Config.GroupName,
|
||||
};
|
||||
order.Id = await DbHelp.db.Insertable(order).ExecuteReturnIdentityAsync();
|
||||
|
||||
@ -1425,6 +1427,8 @@ namespace WCS.BLL.Services.Service
|
||||
inOutRecord.Direction = DirectionEnum.出库;
|
||||
inOutRecord.OperateUser = request.UserName;
|
||||
inOutRecord.OperateTime = DateTime.Now;
|
||||
inOutRecord.GroupName = invetoryDetail.GroupName;
|
||||
|
||||
//保存出库记录
|
||||
int count = DbHelp.db.Insertable(inOutRecord).ExecuteCommand();
|
||||
//删除库存
|
||||
|
Reference in New Issue
Block a user