|
@ -717,6 +717,17 @@ namespace ICSSoft.DataProject |
|
|
#region 开立的生产入库单
|
|
|
#region 开立的生产入库单
|
|
|
else if (TransType == TransTypeEnum.ManufactureReceive.GetDescription()) |
|
|
else if (TransType == TransTypeEnum.ManufactureReceive.GetDescription()) |
|
|
{ |
|
|
{ |
|
|
|
|
|
columns = @"a.RCVCode AS TransCode,
|
|
|
|
|
|
'' AS Type, |
|
|
|
|
|
a.Sequence AS TransSequence, |
|
|
|
|
|
a.Quantity, |
|
|
|
|
|
a.Amount, |
|
|
|
|
|
a.RCVQuantity AS IssueQuantity,";
|
|
|
|
|
|
|
|
|
|
|
|
tableName = @"ICSManufactureReceive a "; |
|
|
|
|
|
|
|
|
|
|
|
where = @" a.RCVCode='{0}' AND a.WorkPoint='{1}' "; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
#endregion
|
|
|
#endregion
|
|
|
#region 返工工单
|
|
|
#region 返工工单
|
|
|