修正代码合并的问题
This commit is contained in:
commit
6ddd51ad0b
|
@ -921,6 +921,8 @@ namespace DeiNiu.wms.Logical
|
|||
//to release plate of Line
|
||||
// 线路码头容器里面的客户容器是否已经全部装车了,如果都已装车(释放),则释放线路容器
|
||||
|
||||
|
||||
|
||||
if (fromP.plateLevel == (int)enumPlateLevel.客户集货)
|
||||
{
|
||||
WmsPlate linePlate = new WmsPlate(fromP.inPlate);
|
||||
|
@ -1159,7 +1161,8 @@ namespace DeiNiu.wms.Logical
|
|||
}
|
||||
|
||||
DataTable dt;
|
||||
if (inPortId > 0) {
|
||||
if (inPortId > 0)
|
||||
{
|
||||
dt = plateStock.getPlateIn(plateId, inPortId);
|
||||
}
|
||||
else
|
||||
|
@ -1373,4 +1376,3 @@ namespace DeiNiu.wms.Logical
|
|||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue