MESApplication/Controllers/BasicData/MesDeliveryNoteController.cs
@@ -18,9 +18,9 @@ private readonly string METHOD = "POST"; private readonly string TableName = "MES_ROHIN"; private readonly string TableName = "MES_DELIVERY_NOTE"; private readonly string URL = "http://localhost:10054/api/MesRohIn/"; private readonly string URL = "http://localhost:10054/api/MES_DELIVERY_NOTE/"; // [HttpPost("Save")] @@ -42,7 +42,10 @@ resultInfos.tbBillList = save; entity.Result = 0; if (save) entity.Result = 1; if (save) { entity.Result = 1; } entity.DealWith = 1; _manager.save(entity);