Tiger.Business.MES/BIZ/BIZ_MES_WO.cs
@@ -642,12 +642,12 @@ result.Data = ship.BusinessDate.Date == DateTime.Now.Date ? new() { ShipDoc = ship.ShipDoc, ShippingQty = ship.ShipQty, ShippingQty = ship.ShipQty.ToDouble(), Tag = "Customer" } : new() { ShipDoc = ship.ShipDoc, ShippingQty = ship.ShipQty, ShippingQty = ship.ShipQty.ToDouble(), Tag = "InStoreLabel" }; result.LocaleMsg = new($"出货信息存在!");