原材料仓绑定采购/委外/调拨条码接口调整、载具绑定记录调整启用、入库流水插入调整
This commit is contained in:
@@ -1049,7 +1049,7 @@ namespace Tnb.WarehouseMgr
|
||||
Logger.Information($"SsxControlLOAD:{JsonConvert.SerializeObject(dicCommand)}");
|
||||
var str = await HttpClientHelper.GetRequestAsync(_eleCtlCfg.WriteTagUrl, dicCommand);
|
||||
Logger.Information($"SsxControlLOAD:{str}");
|
||||
Logger.Information($"SsxControlUNLOAD - 控制后查询:{_redisData.GetHash(strarr[0], strarr[1]).Result}");
|
||||
//Logger.Information($"SsxControlUNLOAD - 控制后查询:{_redisData.GetHash(strarr[0], strarr[1]).Result}");
|
||||
}
|
||||
}
|
||||
else if (action == "UNLOAD")//放货
|
||||
@@ -1067,7 +1067,7 @@ namespace Tnb.WarehouseMgr
|
||||
Logger.Information($"SsxControlUNLOAD:{JsonConvert.SerializeObject(dicCommand)}");
|
||||
var str = await HttpClientHelper.GetRequestAsync(_eleCtlCfg.WriteTagUrl, dicCommand);
|
||||
Logger.Information($"SsxControlUNLOAD:{str}");
|
||||
Logger.Information($"SsxControlUNLOAD - 控制后查询:{_redisData.GetHash(strarr[0], strarr[1]).Result}");
|
||||
//Logger.Information($"SsxControlUNLOAD - 控制后查询:{_redisData.GetHash(strarr[0], strarr[1]).Result}");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2556,7 +2556,8 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
AddOutinStockDetailInput addOutinStockDetailInput = new AddOutinStockDetailInput();
|
||||
addOutinStockDetailInput.disTask = dt;
|
||||
addOutinStockDetailInput.warehouse_id = carryCodeIts[0].warehouse_id;
|
||||
addOutinStockDetailInput.start_warehouse_id = locWhIdMap.ContainsKey(dt.startlocation_id) ? locWhIdMap[dt.startlocation_id].ToString() : "";
|
||||
addOutinStockDetailInput.end_warehouse_id = locWhIdMap.ContainsKey(dt.endlocation_id) ? locWhIdMap[dt.endlocation_id].ToString() : "";
|
||||
await _wmsOutinStockDetailService.AddOutinStockDetail(addOutinStockDetailInput, _db);
|
||||
|
||||
#region todo 移到service中
|
||||
|
||||
Reference in New Issue
Block a user