| | |
| | | oItem.HDeptName = deptNameAndGroupName[1]; |
| | | oItem.HGroupName = deptNameAndGroupName[deptNameAndGroupName.Length-1]; |
| | | //主管-è´è´£äºº |
| | | string HManagerValue = getProcessInstanceResponse.Body.Result.FormComponentValues[9].Value;//è·åçååå«åç¼è±æ |
| | | string HManagerValue = getProcessInstanceResponse.Body.Result.FormComponentValues[5].Value;//è·åçååå«åç¼è±æ |
| | | string pattern = @"[\u4e00-\u9fff]+"; // 䏿å符çUnicodeèå´ |
| | | |
| | | MatchCollection matches = Regex.Matches(HManagerValue, pattern); |
| | |
| | | |
| | | |
| | | //ååºååæç»å
容 |
| | | string tableFieldValue = getProcessInstanceResponse.Body.Result.FormComponentValues[11].Value; |
| | | string tableFieldValue = getProcessInstanceResponse.Body.Result.FormComponentValues[7].Value; |
| | | List<Row> rows = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Row>>(tableFieldValue); |
| | | ExtValue extValue = Newtonsoft.Json.JsonConvert.DeserializeObject<ExtValue>(getProcessInstanceResponse.Body.Result.FormComponentValues[11].ExtValue); |
| | | ExtValue extValue = Newtonsoft.Json.JsonConvert.DeserializeObject<ExtValue>(getProcessInstanceResponse.Body.Result.FormComponentValues[7].ExtValue); |
| | | oItem.HBatchNo = rows[0].RowValue[1].Value.ToString();//æ¹æ¬¡å·-订åå·ç |
| | | //ä»»å¡æè¿°-ä»»å¡ç±»å+å·¥ä½å
容 |
| | | oItem.HExplanation = getProcessInstanceResponse.Body.Result.FormComponentValues[2].Value + "-" + rows[0].RowValue[0].Value; |