Browse Source

调整接口

master
lilili 2 years ago
parent
commit
2676883d27
  1. 11
      ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

11
ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

@ -717,6 +717,17 @@ namespace ICSSoft.DataProject
#region 开立的生产入库单
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
#region 返工工单

Loading…
Cancel
Save