xwt
2025-05-22 cc88a464d5f1d8d9f00f4eae04f63ce54ecc077d
StandardInterface/MESApplication/Controllers/SRM/MesDeliveryNoteBarcodeController.cs
@@ -31,6 +31,7 @@
        entity.Data = JsonConvert.SerializeObject(barcode);
        entity.Status = 1;
        entity.CreateBy = "PL017";
        entity.Route= barcode.DeliveryNo;
        try
        {
            dynamic resultInfos = new ExpandoObject();