Browse Source

拒收单生成条码

master
parent
commit
c11bd01db2
  1. 2
      WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs

2
WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs

@ -1613,7 +1613,7 @@ left join (select b.TransCode,b.TransSequence,sum(isnull(Quantity,0)) LOTQTY fro
group by b.TransCode,b.TransSequence
) c on a.DNCode=c.TransCode and a.Sequence=c.TransSequence
WHERE a.ODNType='3'
WHERE a.DNType='3'
and a.DNCode='" + DNCode + "' and a.Sequence='" + Sequence + "'";
sql += " and a.WorkPoint='" + WorkPoint + "'";
return Repository().FindTableBySql(sql.ToString());

Loading…
Cancel
Save