.vs/VSWorkspaceState.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
StandardInterface/MES.Service/service/SRM/MesDeliveryNoteBarcodeManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
StandardInterface/MESApplication/Controllers/SRM/MesDeliveryNoteBarcodeController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
StandardInterface/MESApplication/Controllers/WomcaaController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.vs/VSWorkspaceState.json
对比新文件 @@ -0,0 +1,6 @@ { "ExpandedNodes": [ "" ], "PreviewInSolutionExplorer": false } StandardInterface/MES.Service/service/SRM/MesDeliveryNoteBarcodeManager.cs
@@ -74,7 +74,6 @@ mesDeliveryBarcode.Id = single.Id; } mesDeliveryBarcode.DeliveryNo = barcode.DeliveryNo; mesDeliveryBarcode.ProductCode = barcode.ProductCode; StandardInterface/MESApplication/Controllers/SRM/MesDeliveryNoteBarcodeController.cs
@@ -34,11 +34,15 @@ try { dynamic resultInfos = new ExpandoObject(); PrintBarcode save = m.Save(barcode); var save = m.Save(barcode); resultInfos = save; entity.Result = 1; entity.Result = 0; if (save) { entity.Result = 1; } entity.DealWith = 1; _manager.save(entity); StandardInterface/MESApplication/Controllers/WomcaaController.cs
@@ -41,7 +41,10 @@ entity.Result = 0; if (save) entity.Result = 1; if (save) { entity.Result = 1; } entity.DealWith = 1; _manager.save(entity);