| | |
| | | /// </summary> |
| | | [Route("QC_Report/QualityTraceability5")] |
| | | [HttpGet] |
| | | public object QualityTraceability5(string HICMOBillNo, string HType) |
| | | public object QualityTraceability5(string sWhere, string HType) |
| | | { |
| | | try |
| | | { |
| | | List<object> columnNameList = new List<object>(); |
| | | |
| | | ds = oCN.RunProcReturn("exec h_p_Sc_QueryQualityByICMOBill '" + HType + "','" + HICMOBillNo + "'", "h_p_Sc_QueryQualityByICMOBill"); |
| | | Dictionary<object, object> dic = Newtonsoft.Json.JsonConvert.DeserializeObject<Dictionary<object, object>>(sWhere); |
| | | |
| | | string HICMOInterID = dic["HICMOInterID"].ToString(); |
| | | string HICMOEntryID = dic["HICMOEntryID"].ToString(); |
| | | string HICMOBillNo = dic["HICMOBillNo"].ToString(); |
| | | |
| | | ds = oCN.RunProcReturn("exec h_p_Sc_QueryQualityByICMOBill '" + HType + "','" + HICMOBillNo + "','" + HICMOInterID + "','" + HICMOEntryID + "'", "h_p_Sc_QueryQualityByICMOBill"); |
| | | |
| | | |
| | | //娣诲姞鍒楀悕 |