MES/src/BLL/Demo.BillView/PRD/Pur_ReceiveByExcel.cs
@@ -352,7 +352,6 @@ }; CloudClient cloudClient = new CloudClient("http://localhost//k3cloud/"); var result = cloudClient.Save("PUR_ReceiveBill", jsonRoot.ToString()); //LogService.Write("result"+ result); JObject saveObj = JObject.Parse(result); string saveIsSuc = saveObj["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper(); if (saveIsSuc == "TRUE")