| | |
| | | K3CloudApiClient client = new K3CloudApiClient("http://47.96.97.237/k3cloud"); |
| | | // K3CloudApiClient client = new K3CloudApiClient("http://192.168.80.90/k3cloud/"); |
| | | |
| | | if (oSystemParameter.ShowBill(ref sErr)) |
| | | { |
| | | if (string.Equals(oSystemParameter.omodel.WMS_CampanyName, "锦隆")) |
| | | { |
| | | result0 = InvokeHelper.Save("QM_InspectBill", JsonConvert.SerializeObject(json));//保存 |
| | | } |
| | | } |
| | | //if (oSystemParameter.ShowBill(ref sErr)) |
| | | //{ |
| | | // if (string.Equals(oSystemParameter.omodel.WMS_CampanyName, "锦隆")) |
| | | // { |
| | | // result0 = InvokeHelper.Save("QM_InspectBill", JsonConvert.SerializeObject(json));//保存 |
| | | // } |
| | | //} |
| | | result1 = InvokeHelper.Submit("QM_InspectBill", JsonConvert.SerializeObject(json));//提交 |
| | | result2 = InvokeHelper.Audit("QM_InspectBill", JsonConvert.SerializeObject(json));//审核 |
| | | if (JObject.Parse(result1)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") |