载具条码增加仓库ID
This commit is contained in:
@@ -219,6 +219,7 @@ namespace Tnb.WarehouseMgr
|
||||
x.id = SnowflakeIdHelper.NextId();
|
||||
x.is_out = 0;
|
||||
x.carry_id = input.data[nameof(WmsCarryCode.carry_id)]?.ToString()!;
|
||||
x.warehouse_id = input.data[nameof(InStockStrategyQuery.warehouse_id)].ToString();
|
||||
});
|
||||
//生成入库申请条码
|
||||
var instockDetails = await _db.Queryable<WmsInstockD>()
|
||||
|
||||
Reference in New Issue
Block a user