|
@ -634,6 +634,16 @@ namespace ICSSoft.DataProject |
|
|
#region 采购入库
|
|
|
#region 采购入库
|
|
|
else if (TransType == TransTypeEnum.PurchaseReceiveDoc.GetDescription()) |
|
|
else if (TransType == TransTypeEnum.PurchaseReceiveDoc.GetDescription()) |
|
|
{ |
|
|
{ |
|
|
|
|
|
columns = @"a.DNCode AS TransCode,
|
|
|
|
|
|
'' AS Type, |
|
|
|
|
|
a.Sequence AS TransSequence, |
|
|
|
|
|
a.Quantity, |
|
|
|
|
|
a.Amount, |
|
|
|
|
|
a.RCVQuantity AS IssueQuantity,";
|
|
|
|
|
|
|
|
|
|
|
|
tableName = @"ICSDeliveryNotice a "; |
|
|
|
|
|
|
|
|
|
|
|
where = @" a.DNCode='{0}' AND a.WorkPoint='{1}' AND DNType='1' "; |
|
|
} |
|
|
} |
|
|
#endregion
|
|
|
#endregion
|
|
|
#region 审核的到货单
|
|
|
#region 审核的到货单
|
|
|