王 垚
2022-09-14 54a976bab1ce8da78435bbdf8a651aa2d1af0898
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")