|
@ -3185,6 +3185,7 @@ a.ExtensionID |
|
|
a.Quantity*(a.Amount/a.Quantity) AS Amount, |
|
|
a.Quantity*(a.Amount/a.Quantity) AS Amount, |
|
|
{0},{2}, |
|
|
{0},{2}, |
|
|
lotdd.TransCode,lotdd.TransSequence, |
|
|
lotdd.TransCode,lotdd.TransSequence, |
|
|
|
|
|
a.Type, |
|
|
{3} |
|
|
{3} |
|
|
{1} |
|
|
{1} |
|
|
ext.BatchCode AS BatchCode,";
|
|
|
ext.BatchCode AS BatchCode,";
|
|
@ -3199,6 +3200,7 @@ a.ExtensionID |
|
|
columns = @"a.Quantity AS Quantity,
|
|
|
columns = @"a.Quantity AS Quantity,
|
|
|
a.Quantity*(a.Amount/a.Quantity) AS Amount, |
|
|
a.Quantity*(a.Amount/a.Quantity) AS Amount, |
|
|
{0},{2}, |
|
|
{0},{2}, |
|
|
|
|
|
a.Type, |
|
|
{3} |
|
|
{3} |
|
|
{1} |
|
|
{1} |
|
|
ext.BatchCode AS BatchCode,";
|
|
|
ext.BatchCode AS BatchCode,";
|
|
@ -3832,7 +3834,7 @@ a.ExtensionID |
|
|
} |
|
|
} |
|
|
#endregion
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
#region 副产品入库
|
|
|
|
|
|
|
|
|
#region 副产品入库(无源头)
|
|
|
else if (TransType == TransTypeEnum.MOStockINByProductNoTrans.GetDescription()) |
|
|
else if (TransType == TransTypeEnum.MOStockINByProductNoTrans.GetDescription()) |
|
|
{ |
|
|
{ |
|
|
log.Debug("无源头副产品入库" + TransType); |
|
|
log.Debug("无源头副产品入库" + TransType); |
|
|