Browse Source

整单形态转换先进先出修改

master
yangtm 3 months ago
parent
commit
d5767d95e2
  1. BIN
      ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll
  2. BIN
      ICSSoft.FromERP/Root/ICSSoft.FromERP.dll
  3. 2
      ICSSoft.FromERP/Root/ICSSoft.Test.application
  4. BIN
      ICSSoft.FromERP/Root/ICSSoft.Test.exe
  5. 6
      ICSSoft.FromERP/Root/ICSSoft.Test.exe.manifest
  6. BIN
      ICSSoft.FromERP/Root/app.publish/ICSSoft.Test.exe
  7. 2
      ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

BIN
ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll

Binary file not shown.

BIN
ICSSoft.FromERP/Root/ICSSoft.FromERP.dll

Binary file not shown.

2
ICSSoft.FromERP/Root/ICSSoft.Test.application

@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>zpVJZ5eGSw01Wfd4GRg+C5F0szNGUZFdicxI+jx/+og=</dsig:DigestValue>
<dsig:DigestValue>DSEm34b+1mjlnEtOlTxUI5JOE3tLC4gcAszwXd3T2V0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

BIN
ICSSoft.FromERP/Root/ICSSoft.Test.exe

Binary file not shown.

6
ICSSoft.FromERP/Root/ICSSoft.Test.exe.manifest

@ -433,7 +433,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>ZqCVkFwOX415qbq/CzbDsVT0a/pqaWaf9+Hzz9WEtt0=</dsig:DigestValue>
<dsig:DigestValue>fg7iGJTYSYZJ78jzmOQ5xQ29Je1Rvyo6d1tJGY5pArw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@ -445,7 +445,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>r2JjCbHoqMF+WVmOYkMHzNTlzbz6shg12rXHl8NrLVY=</dsig:DigestValue>
<dsig:DigestValue>RI0rXBrn/ZNMPPW/egAkb3LTmZ7hMIeXL57eRqTtwC8=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@ -457,7 +457,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Armf9vZ45JUe28+974dXE+1Dl1Mwo/uuirlsT/HoFM4=</dsig:DigestValue>
<dsig:DigestValue>k+BS27YmYHf5uEci+kcOWalMM5aNy1jmNgZ9ZkFVqG0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

BIN
ICSSoft.FromERP/Root/app.publish/ICSSoft.Test.exe

Binary file not shown.

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

@ -9393,7 +9393,7 @@ ORDER BY CAST(Sequence AS INT),MTDOCType";
string lotList = @"SELECT a.*,b.ExtensionID FROM ICSWareHouseLotInfo a
LEFT JOIN ICSInventoryLot b ON a.lotno=b.lotno and a.WorkPoint=b.WorkPoint
WHERE a.Quantity>0 AND a.INVCode='{0}' AND b.ExtensionID='{1}' and a.WorkPoint='{2}' and a.WarehouseCode='{3}'
ORDER BY a.mtime desc ";
ORDER BY a.mtime ";
lotList = string.Format(lotList, beforInvCode, beforExtensionID, JsonData.WorkPoint, whCode);
DataTable dtlotList = DBHelper.SQlReturnData(lotList, cmd);
foreach (DataRow dr in dtlotList.Rows)

|||||||
100:0
Loading…
Cancel
Save