服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-04-21 531f16f2f15bf792e3e719e00abb57a95356dedd
Tiger.Business.MES/Transaction/YadaPacking.cs
@@ -408,7 +408,7 @@
                    var shippingOrders = ships.Where(q=> q.Status != 2).Select(x=>x.ShipDoc).ToList();
                    var oldShipment = ships.Any(q => q.Status != 2) ? ships.Where(x => x.Status != 2).Sum(t => t.ShipQty) : 0;
                    var ship = ships.Where(q => q.Status == 2 && q.BusinessDate.Date == DateTime.Now.Date).FirstOrDefault();
                    decimal CurShipQty = 0;
                    double CurShipQty = 0;
                    int WaitShipmentCarton = 0;
                    int WaitShipment = 0;
                    int oWaitShipmentCarton = 0;