Browse Source

产成品生成条码行号改为2位

master
yangtm 9 months ago
parent
commit
dca8f65341
  1. 2
      WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs

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

@ -513,7 +513,7 @@ d.ProjectCode,d.BatchCode,d.Version,d.Brand,d.cFree1,d.cFree2,d.cFree3,d.cFree4,
decimal LOTQTY = minPackQty;
//string WorkPoint = NFine.Code.OperatorProvider.Provider.GetCurrent().Location;
//string VenCode = GetVendorCode(ApplyNegCode, Sequence, WorkPoint);
string Pre = "CP" + MOCode + (Convert.ToInt32(Sequence)).ToString("D4");
string Pre = "CP" + MOCode + (Convert.ToInt32(Sequence)).ToString("D2");//20240412 行号改为2位
string sql = string.Empty;
//string VendorLot = queryParam["VendorLot"].ToString();
string MUSER = NFine.Code.OperatorProvider.Provider.GetCurrent().UserCode;

Loading…
Cancel
Save