|
|
@ -68,9 +68,10 @@ namespace BWP.B3ClientService.Rpcs |
|
|
var entity = new CarcassFullInfo(); |
|
|
var entity = new CarcassFullInfo(); |
|
|
entity.BarCode = obj.BarCode; |
|
|
entity.BarCode = obj.BarCode; |
|
|
entity.PickWeight = obj.Weight; |
|
|
entity.PickWeight = obj.Weight; |
|
|
entity.PickGroupID = obj.GroupID; |
|
|
|
|
|
entity.PickTime = obj.Time; |
|
|
entity.PickTime = obj.Time; |
|
|
entity.SaleGoods_ID = GetGoodsID(obj.SaleGoods_Code, session); |
|
|
entity.SaleGoods_ID = GetGoodsID(obj.SaleGoods_Code, session); |
|
|
|
|
|
if (obj.ProductBatch_ID.HasValue) |
|
|
|
|
|
entity.ProductBatch_ID = obj.ProductBatch_ID; |
|
|
entity.PickType = 领用类型.白条销售; |
|
|
entity.PickType = 领用类型.白条销售; |
|
|
session.Insert(entity); |
|
|
session.Insert(entity); |
|
|
} |
|
|
} |
|
|
|