|  |  | 
 |  |  | using Newtonsoft.Json.Linq; | 
 |  |  | using Newtonsoft.Json; | 
 |  |  | using Newtonsoft.Json.Linq; | 
 |  |  | using Pub_Class; | 
 |  |  | using System; | 
 |  |  | using System.Collections; | 
 |  |  | using System.Collections.Generic; | 
 |  |  | using System.Data; | 
 |  |  | using System.Data.SqlClient; | 
 |  |  | using System.IO; | 
 |  |  | using System.Web.Http; | 
 |  |  | using WebAPI.DLL; | 
 |  |  | using WebAPI.Models; | 
 |  |  | using WebAPI.Service; | 
 |  |  | using Kingdee.BOS.WebApi.Client; | 
 |  |  |  | 
 |  |  | namespace WebAPI.Controllers | 
 |  |  | { | 
 |  |  | 
 |  |  |         public DBUtility.ClsPub.Enum_BillStatus BillStatus; | 
 |  |  |  | 
 |  |  |         private json objJsonResult = new json(); | 
 |  |  |  | 
 |  |  |        | 
 |  |  |         Pub_Class.ClsXt_SystemParameter oSystemParameter = new Pub_Class.ClsXt_SystemParameter(); | 
 |  |  |         public DAL.ClsSc_ICMOBill BillOld = new DAL.ClsSc_ICMOBill(); | 
 |  |  |         SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); | 
 |  |  |         DataSet ds; | 
 |  |  |  | 
 |  |  | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 if (ds == null || ds.Tables[0].Rows.Count <= 0) | 
 |  |  |                 List<object> a = new List<object>(); | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns)//遍历ds中第一个表(Tables[0])的所有列(Columns)每次循环中,col变量会持有当前列的引用 | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "没有返回任何记录!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                     Type dataType = col.DataType; //获取当前数据类型传入 自定义变量datadataType | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; //字符串拼接         // 将列名和数据类型信息拼接成一个JSON格式的字符串 | 
 |  |  |                     a.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "获取信息成功!"; | 
 |  |  |                     objJsonResult.data = ds.Tables[0]; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //if (ds.Tables[0].Rows.Count != 0 || ds != null) | 
 |  |  |                 //{ | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = a; | 
 |  |  |                      | 
 |  |  |                 return objJsonResult; | 
 |  |  |                 //} | 
 |  |  |                 //else | 
 |  |  |                 //{ | 
 |  |  |                 //objJsonResult.code = "0"; | 
 |  |  |                 //objJsonResult.count = 0; | 
 |  |  |                 //objJsonResult.Message = "无数据"; | 
 |  |  |                 //objJsonResult.data = null; | 
 |  |  |                 //return objJsonResult; | 
 |  |  |                 //} | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  | 
 |  |  |             return objJsonResult; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         #region 末道工序汇报入库 | 
 |  |  |         /// <summary> | 
 |  |  |         /// 末道工序汇报入库列表 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="sWhere"></param> | 
 |  |  |         /// <param name="user"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/Sc_ProcessReportList_Last")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Sc_ProcessReportList_Last(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //判断是否有查询权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("Cj_StationOutBill_Query", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无查询权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 string sql1 = "select * from h_v_Sc_ProcessReportList_Last where 1 = 1  and HLastProc='是'"; | 
 |  |  |                 string sql = sql1 + sWhere + "  order by hmainid desc"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql, "h_v_Sc_ProcessReportList_Last"); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 return objJsonResult; | 
 |  |  |  | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 工序汇报入库 | 
 |  |  |         /// <summary> | 
 |  |  |         /// 获取工序汇报入库单列表 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="sWhere"></param> | 
 |  |  |         /// <param name="user"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/Get_ProcessReportOverList")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Get_ProcessReportOverList(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //判断是否有查询权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("Cj_StationOutBill_Query", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无查询权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 string sql1 = "select * from h_v_Sc_ProcessReportList_Last where 1 = 1 and HFstProc='是' "; | 
 |  |  |                 string sql = sql1 + sWhere + "  order by hmainid desc"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql, "h_v_Sc_ProcessReportList_Last"); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 return objJsonResult; | 
 |  |  |  | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 斯莫尔 末道工序汇报列表  汇报 入库 | 
 |  |  |         /// <summary> | 
 |  |  |         /// 生成 生产汇报单   | 
 |  |  |         /// 同步金蝶云 工序汇报入库单 入库 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="InterID"></param> | 
 |  |  |         /// <param name="user"></param> | 
 |  |  |         /// <param name="BillNo"></param> | 
 |  |  |         /// <param name="OrganizationID"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         //[Route("Sc_ProcessMangement/SRM_SaveICMOReportBill")] | 
 |  |  |         //[HttpGet] | 
 |  |  |         //public object SRM_SaveICMOReportBill(string InterID, string user, string BillNo, string OrganizationID) | 
 |  |  |         //{ | 
 |  |  |         //    try | 
 |  |  |         //    { | 
 |  |  |         //        //获取生产汇报单最大InterID和单据号 | 
 |  |  |         //        Int64 HInterID = DBUtility.ClsPub.CreateBillID("3711", ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |         //        string HBillNo = DBUtility.ClsPub.CreateBillCode("3711", ref DBUtility.ClsPub.sExeReturnInfo, true); | 
 |  |  |         //        //获取组织代码 | 
 |  |  |         //        string OrganizationNUM = oCN.RunProcReturn("select HNumber from Xt_ORGANIZATIONS where HItemID=" + OrganizationID, "Xt_ORGANIZATIONS").Tables[0].Rows[0]["HNumber"].ToString(); | 
 |  |  |         //        //根据工序汇报单主ID获取工序汇报入库单的数据 | 
 |  |  |         //        DataSet ds = oCN.RunProcReturn("select * from h_v_MES_StationOutBillList_LastProc where HInterID=" + InterID, "h_v_MES_StationOutBillList_LastProc"); | 
 |  |  |         //        DataRow dr = ds.Tables[0].Rows[0]; | 
 |  |  |  | 
 |  |  |         //        //保存 | 
 |  |  |         //        oCN.BeginTran(); | 
 |  |  |         //        DataSet DsTable = oCN.RunProcReturn($"select * from Sc_ICMOReportBillMain where HBillNo='{HBillNo}'", "Sc_ICMOReportBillMain"); | 
 |  |  |         //        if (DsTable.Tables[0].Rows.Count > 0) | 
 |  |  |         //        { | 
 |  |  |         //            objJsonResult.code = "0"; | 
 |  |  |         //            objJsonResult.count = 0; | 
 |  |  |         //            objJsonResult.Message = "已入库,请不要重复入库"; | 
 |  |  |         //            objJsonResult.data = null; | 
 |  |  |         //            return objJsonResult; | 
 |  |  |         //        } | 
 |  |  |         //        //生产汇报单主表 | 
 |  |  |         //        oCN.RunProc("Insert Into Sc_ICMOReportBillMain   " + | 
 |  |  |         //    "(HBillType,HBillSubType,HInterID,HBillNo,HDate,HMaker,HMakeDate,HBillStatus,HChecker,HCheckDate" + | 
 |  |  |         //    ",HYear,HPeriod,HRemark,HEmpID,HEmpNumber" + | 
 |  |  |         //    ",HGroupID,HDeptID,HDeptNumber" + | 
 |  |  |         //    ",HMainSourceBillNo,HMainSourceInterID,HMainSourceEntryID,HMainSourceBillType" + | 
 |  |  |         //    ") " + | 
 |  |  |         //    " values('3711','3711'," + HInterID.ToString() + ",'" + BillNo + "',getdate(),'" + user + "',getdate(),2,'" + user + "',getdate()" + | 
 |  |  |         //    ",DATENAME(YEAR,GETDATE()),0,'','" + dr["HEmpID"].ToString() + "','" + dr["操作员代码"].ToString() + | 
 |  |  |         //    "','" + dr["HGroupID"].ToString() + "',0,''" + | 
 |  |  |         //    ",'" + BillNo.ToString() + "'," + InterID.ToString() + ", 0,'3791'" + | 
 |  |  |         //    ") "); | 
 |  |  |         //        //生产汇报单子表 | 
 |  |  |         //        oCN.RunProc("Insert into Sc_ICMOReportBillSub " + | 
 |  |  |         //              " (HInterID,HEntryID,HMaterID,HMaterNumber" + | 
 |  |  |         //              ",HQty,HUnitID,HUnitNumber,HTimes,HSourceID" + | 
 |  |  |         //              ",HQtyMust,HWorkerID,HWorkerNumber,HBadCount,HWasterQty," + | 
 |  |  |         //              "HCloseMan,HCloseType,HRemark," + | 
 |  |  |         //              "HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + | 
 |  |  |         //              ",HSeOrderInterID,HSeOrderEntryID,HSeOrderBillNo" + | 
 |  |  |         //              ",HICMOInterID,HICMOBillNo,HBarCode" + | 
 |  |  |         //              ") values(" | 
 |  |  |         //              + HInterID.ToString() + ",1," + dr["HMaterID"].ToString() + ",'" + dr["产品代码"].ToString() + "'" + | 
 |  |  |         //              "," + dr["合格数量"].ToString() + ",0,'',0,0" + | 
 |  |  |         //              "," + dr["接收数量"].ToString() + "," + dr["HEmpID"].ToString() + ",'" + dr["操作员代码"].ToString() + "'," + dr["不良数量"].ToString() + "," + dr["报废数量"].ToString() + | 
 |  |  |         //              ",'',0,''" + | 
 |  |  |         //              "," + InterID.ToString() + ",0,'" + BillNo.ToString() + "','3791',0,0" + | 
 |  |  |         //              ",0,0,''" + | 
 |  |  |         //              "," + dr["HICMOInterID"].ToString() + ",'" + dr["任务单"].ToString() + "',''" + | 
 |  |  |         //              ") "); | 
 |  |  |         //        //同步金蝶 | 
 |  |  |         //        //访问金蝶 | 
 |  |  |         //        var loginRet = InvokeHelper.Login(); | 
 |  |  |         //        var isSuccess = JObject.Parse(loginRet)["LoginResultType"].Value<int>(); | 
 |  |  |         //        if (isSuccess == 0) | 
 |  |  |         //        { | 
 |  |  |         //            objJsonResult.code = "0"; | 
 |  |  |         //            objJsonResult.count = 0; | 
 |  |  |         //            objJsonResult.Message = "操作失败,金蝶账号登录异常。" + loginRet; | 
 |  |  |         //            objJsonResult.data = null; | 
 |  |  |         //            return objJsonResult; | 
 |  |  |         //        } | 
 |  |  |         //        //根据任务单查找到金蝶的生产订单 | 
 |  |  |         //        DataSet ds1 = oCN.RunProcReturn("select * from  h_v_TOERP_StationOutBillList_LastProc where HICMOEntryID=" + dr["HICMOEntryID"].ToString(), "h_v_TOERP_StationOutBillList_LastProc"); | 
 |  |  |         //        DataRow dr1 = ds1.Tables[0].Rows[0]; | 
 |  |  |  | 
 |  |  |         //        JObject model = new JObject(); | 
 |  |  |         //        model.Add("FBillType", new JObject() { ["Fnumber"] = "SCHBD01_SYS" }); //单据类型生产汇报“SCHBD02_SYS” 入库汇报SCHBD01_SYS | 
 |  |  |         //        model.Add("FPrdOrgId", new JObject() { ["Fnumber"] = dr1["FPrdOrgNUMBER"].ToString() }); //生产组织1 | 
 |  |  |         //        model.Add("FDate", DateTime.Now.ToString("yyyy-MM-dd")); //单据日期1 | 
 |  |  |         //        model.Add("FBillNo", BillNo); | 
 |  |  |  | 
 |  |  |         //        JArray Fentity = new JArray(); | 
 |  |  |  | 
 |  |  |         //        foreach (DataRow item in ds.Tables[0].Rows) | 
 |  |  |         //        { | 
 |  |  |         //            JObject FentityModel = new JObject(); | 
 |  |  |         //            FentityModel.Add("FIsNew", false);//  源单类型  | 
 |  |  |         //            FentityModel.Add("FReportType", new JObject() { ["Fnumber"] = dr1["FREPORTTYPENUMBER"].ToString() });//生产汇报类型 | 
 |  |  |         //            FentityModel.Add("FSrcBillType", "PRD_MO");//  源单类型  | 
 |  |  |         //            FentityModel.Add("FProductType", "1");//  产品类型  | 
 |  |  |         //            FentityModel.Add("FSrcBillNo", item["任务单"].ToString());//  源单编号  | 
 |  |  |         //            FentityModel.Add("FSrcInterId", dr1["FMOID"].ToString());//  源单内码  | 
 |  |  |         //            FentityModel.Add("FSrcEntryId", dr1["FMOENTRYID"].ToString());//  源单分录内码、 | 
 |  |  |         //            FentityModel.Add("FSRCENTRYSEQ", dr1["FMOENTRYSEQ"].ToString());//  源单分录行号 | 
 |  |  |         //            FentityModel.Add("FUNITID", new JObject() { ["Fnumber"] = dr1["FUNITNUMBER"].ToString() });//单位 | 
 |  |  |         //            FentityModel.Add("FTimeUnitId", "1");//时间单位 | 
 |  |  |         //            FentityModel.Add("FWorkshipId", new JObject() { ["Fnumber"] = dr1["FWorkShopNUM"].ToString() }); //  生产车间 | 
 |  |  |         //            FentityModel.Add("FStandHourUnitId", "3600"); // 单位标准工时单位  | 
 |  |  |         //            FentityModel.Add("FMaterialId", new JObject() { ["Fnumber"] = dr1["FMaterialNUM"].ToString() }); // 物料编码  | 
 |  |  |         //            FentityModel.Add("FMoEntrySeq", dr1["FMOENTRYSEQ"].ToString());//生产订单行号 | 
 |  |  |         //            FentityModel.Add("FMoId", dr1["HICMOInterID"].ToString());//生产订单内码 | 
 |  |  |         //            FentityModel.Add("FFinishQty", item["接收数量"].ToString());//完成数量1 | 
 |  |  |         //            FentityModel.Add("FQuaQty", item["合格数量"].ToString());//合格数量1FFailQty | 
 |  |  |         //            FentityModel.Add("FFailQty", item["不良数量"].ToString());//不合格数量 | 
 |  |  |         //            FentityModel.Add("FStockInOrgId ", new JObject() { ["Fnumber"] = OrganizationNUM });// 入库组织  | 
 |  |  |         //            FentityModel.Add("FStockId", new JObject() { ["Fnumber"] = dr1["FStockNUM"].ToString() }); // 仓库  | 
 |  |  |         //            FentityModel.Add("FMOBILLNO", dr1["FMOBILLNO"].ToString());//   | 
 |  |  |         //            FentityModel.Add("FMOENTRYID", dr1["FMOENTRYID"].ToString());//   | 
 |  |  |         //            FentityModel.Add("FOwnerTypeId", dr1["FOWNERTYPEID"].ToString()); //货主类型:FOwnerTypeId(必填项) | 
 |  |  |         //            FentityModel.Add("FOwnerId", new JObject() { ["Fnumber"] = dr1["FOwnerNumber"].ToString() }); //货主:FOwnerId(必填项) | 
 |  |  |         //            FentityModel.Add("FBomId", new JObject() { ["F    number"] = dr1["FBOMNUM"].ToString() }); //BOM版本:FBomId(必填项) | 
 |  |  |         //            FentityModel.Add("FCostRate", dr1["FCostRate"].ToString());// 成本权重 | 
 |  |  |         //            FentityModel.Add("FISBACKFLUSH", dr1["FISBACKFLUSH"].ToString() == "1" ? true : false);// 倒冲领料 | 
 |  |  |         //            FentityModel.Add("FMOMAINENTRYID", dr1["FMOENTRYID"].ToString());// | 
 |  |  |         //            FentityModel.Add("FLot", new JObject() { ["FNumber"] = dr1["FBATCHNO"].ToString() }); //批号 | 
 |  |  |         //            JArray Fentity2 = new JArray(); | 
 |  |  |         //            JObject FentityModel2 = new JObject(); | 
 |  |  |         //            FentityModel2.Add("FEntity_Link_FFlowId", "f6e6eec3-5267-4f02-8593-b633da508a72"); | 
 |  |  |         //            FentityModel2.Add("FEntity_Link_FFlowLineId", "PRD_MO2MORPT"); | 
 |  |  |         //            FentityModel2.Add("FEntity_Link_FRuleId", "3"); | 
 |  |  |         //            FentityModel2.Add("FEntity_Link_FSTableId", "0"); | 
 |  |  |         //            FentityModel2.Add("FEntity_Link_FSTableName", "T_PRD_MOENTRY"); | 
 |  |  |         //            FentityModel2.Add("FEntity_Link_FSBillId", dr1["FMOID"].ToString()); | 
 |  |  |         //            FentityModel2.Add("FEntity_Link_FSId", dr1["FMOENTRYID"].ToString()); | 
 |  |  |         //            FentityModel2.Add("FEntity_Link_FBaseQuaQtyOld", item["合格数量"].ToString()); | 
 |  |  |         //            FentityModel2.Add("FEntity_Link_FBaseQuaQty", item["合格数量"].ToString()); | 
 |  |  |         //            Fentity2.Add(FentityModel2); | 
 |  |  |         //        } | 
 |  |  |         //        model.Add("FEntity", Fentity); //明细信息                        | 
 |  |  |         //        JObject jsonRoot = new JObject() | 
 |  |  |         //        { | 
 |  |  |         //            ["Creator"] = "", | 
 |  |  |         //            ["NeedUpDateFields"] = new JArray(), | 
 |  |  |         //            ["NeedReturnFields"] = new JArray(), | 
 |  |  |         //            ["IsDeleteEntry"] = "false", | 
 |  |  |         //            ["SubSystemId"] = "", | 
 |  |  |         //            ["IsVerifyBaseDataField"] = "false", | 
 |  |  |         //            //["IsAutoSubmitAndAudit"] = true,//自动调用提交和审核功能 | 
 |  |  |         //            ["Model"] = model | 
 |  |  |         //        }; | 
 |  |  |  | 
 |  |  |         //        string result = InvokeHelper.Save("PRD_MORPT", JsonConvert.SerializeObject(jsonRoot));//保存 | 
 |  |  |         //        //判断保存是否成功 | 
 |  |  |         //        if (JObject.Parse(result)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |         //        { | 
 |  |  |         //            LogService.Write("工序汇报单入库错误jsonRoot:" + jsonRoot); | 
 |  |  |         //            oCN.RollBack(); | 
 |  |  |         //            objJsonResult.code = "0"; | 
 |  |  |         //            objJsonResult.count = 0; | 
 |  |  |         //            objJsonResult.Message = $"生产汇报入库单同步金蝶云失败!单号:{dr["单据号"].ToString()}" + result; | 
 |  |  |         //            objJsonResult.data = null; | 
 |  |  |         //            return objJsonResult; | 
 |  |  |         //        } | 
 |  |  |         //        //提交审核 | 
 |  |  |         //        string result1 = string.Empty; | 
 |  |  |         //        string result2 = string.Empty; | 
 |  |  |         //        var fID = JObject.Parse(result)["Result"]["Id"].ToString(); | 
 |  |  |         //        var fBillNo = JObject.Parse(result)["Result"]["Number"].ToString(); | 
 |  |  |         //        var json = new | 
 |  |  |         //        { | 
 |  |  |         //            Ids = fID, | 
 |  |  |         //        }; | 
 |  |  |         //        result1 = InvokeHelper.Submit("PRD_MORPT", JsonConvert.SerializeObject(json));//提交 | 
 |  |  |         //        result2 = InvokeHelper.Audit("PRD_MORPT", JsonConvert.SerializeObject(json));//提交 | 
 |  |  |         //        if (JObject.Parse(result1)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |         //        { | 
 |  |  |         //            oCN.RollBack(); | 
 |  |  |         //            objJsonResult.code = "0"; | 
 |  |  |         //            objJsonResult.count = 0; | 
 |  |  |         //            objJsonResult.Message = $"生产汇报单单号:{fBillNo},提交失败" + result; | 
 |  |  |         //            objJsonResult.data = null; | 
 |  |  |         //            return objJsonResult; | 
 |  |  |         //        } | 
 |  |  |  | 
 |  |  |         //        oCN.RunProc("update Sc_StationOutBillMain set HRelationQty=1 where  HBillNo='" + BillNo + "'"); | 
 |  |  |  | 
 |  |  |         //        oCN.Commit(); | 
 |  |  |         //        objJsonResult.code = "0"; | 
 |  |  |         //        objJsonResult.count = 1; | 
 |  |  |         //        objJsonResult.Message = "保存成功!"; | 
 |  |  |         //        objJsonResult.data = 1; | 
 |  |  |         //        return objJsonResult; | 
 |  |  |         //    } | 
 |  |  |         //    catch (Exception e) | 
 |  |  |         //    { | 
 |  |  |         //        oCN.RollBack(); | 
 |  |  |         //        objJsonResult.code = "0"; | 
 |  |  |         //        objJsonResult.count = 0; | 
 |  |  |         //        objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |         //        objJsonResult.data = null; | 
 |  |  |         //        return objJsonResult; | 
 |  |  |         //    } | 
 |  |  |         //} | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 入库——生产汇报单 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="InterID">工序汇报单主ID</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/SaveICMOReportBill_Batch")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveICMOReportBill_Batch([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  |             string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); | 
 |  |  |             string InterID = sArray[0].ToString(); | 
 |  |  |             string user = sArray[1].ToString(); | 
 |  |  |             string BillNo = sArray[2].ToString(); | 
 |  |  |             string OrganizationID = sArray[3].ToString(); | 
 |  |  |             ArrayList InterIDArray = new ArrayList(InterID.Split(',')); | 
 |  |  |             ArrayList BillNoArray = new ArrayList(BillNo.Split(',')); | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 string bResult; | 
 |  |  |                 string HMessage = ""; | 
 |  |  |                 string HSuccessBillNo = ""; | 
 |  |  |                 string HFailBillNo = ""; | 
 |  |  |                 WebAPI.Controllers.Sc_ProcessMangementController oBill = new WebAPI.Controllers.Sc_ProcessMangementController(); | 
 |  |  |                 if (InterIDArray.Count != BillNoArray.Count) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "数据不完整,内码数量不等于单据号数量"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     for (int i = 0; i < InterIDArray.Count;i++) | 
 |  |  |                     { | 
 |  |  |                         bResult = JsonConvert.SerializeObject(oBill.SaveICMOReportBill(InterIDArray[i].ToString(), user, BillNoArray[i].ToString(), OrganizationID)); | 
 |  |  |  | 
 |  |  |                         //反序列化 | 
 |  |  |                         bResult = "[" + bResult.ToString() + "]"; | 
 |  |  |  | 
 |  |  |                         List<JsonResult> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<JsonResult>>(bResult); | 
 |  |  |  | 
 |  |  |                         if (list[0].count == 1) | 
 |  |  |                         { | 
 |  |  |                             HSuccessBillNo = HSuccessBillNo + BillNoArray[i].ToString()+"," + "\r\n" ; | 
 |  |  |                         } | 
 |  |  |                         else | 
 |  |  |                         { | 
 |  |  |                             HFailBillNo = HFailBillNo + BillNoArray[i].ToString() + ":" + list[0].Message + "," + "\r\n"; | 
 |  |  |                         } | 
 |  |  |                         HMessage = "汇报成功单号:" + HSuccessBillNo + "\r\n" + "  汇报失败单号:" + HFailBillNo; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = HMessage; | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |  | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 入库——生产汇报单 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="InterID">工序汇报单主ID</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/SaveICMOReportBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object SaveICMOReportBill(string InterID, string user, string BillNo, string OrganizationID) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 LogService.Write("生产汇报单进入同步方法,汇报单号:" + BillNo); | 
 |  |  |  | 
 |  |  |                 string sErr = ""; | 
 |  |  |                 oSystemParameter.ShowBill(ref sErr); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //获取生产汇报单最大InterID和单据号 | 
 |  |  |                 Int64 HInterID = DBUtility.ClsPub.CreateBillID("3711", ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 string HBillNo = DBUtility.ClsPub.CreateBillCode("3711", ref DBUtility.ClsPub.sExeReturnInfo, true); | 
 |  |  |                 //获取组织代码 | 
 |  |  |                 string OrganizationNUM = oCN.RunProcReturn("select HNumber from Xt_ORGANIZATIONS where HItemID=" + OrganizationID, "Xt_ORGANIZATIONS").Tables[0].Rows[0]["HNumber"].ToString(); | 
 |  |  |                 //根据工序汇报单主ID获取工序汇报入库单的数据 | 
 |  |  |                 DataSet ds = oCN.RunProcReturn("select * from h_v_MES_StationOutBillList_LastProc where HInterID=" + InterID, "h_v_MES_StationOutBillList_LastProc"); | 
 |  |  |                 if (ds.Tables[0].Rows.Count <= 0) | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("生产汇报单回滚,汇报单号:" + BillNo + "   原因:生成生产汇报单过程中没有查询到出站单"); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "生成生产汇报单过程中没有查询到出站单"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 DataRow dr = ds.Tables[0].Rows[0]; | 
 |  |  |  | 
 |  |  |                 //保存 | 
 |  |  |                 oCN.BeginTran(); | 
 |  |  |                 DataSet DsTable = oCN.RunProcReturn($"select * from Sc_ICMOReportBillMain with(nolock) where HBillNo='{HBillNo}'", "Sc_ICMOReportBillMain"); | 
 |  |  |                 if (DsTable.Tables[0].Rows.Count > 0) | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("生产汇报单回滚,汇报单号:" + BillNo + "   原因:已入库,请不要重复入库"); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "已入库,请不要重复入库"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //生产汇报单主表 | 
 |  |  |                 oCN.RunProc("Insert Into Sc_ICMOReportBillMain   " + | 
 |  |  |             "(HBillType,HBillSubType,HInterID,HBillNo,HDate,HMaker,HMakeDate,HBillStatus,HChecker,HCheckDate" + | 
 |  |  |             ",HYear,HPeriod,HRemark,HEmpID,HEmpNumber" + | 
 |  |  |             ",HGroupID,HDeptID,HDeptNumber" + | 
 |  |  |             ",HMainSourceBillNo,HMainSourceInterID,HMainSourceEntryID,HMainSourceBillType" + | 
 |  |  |             ") " + | 
 |  |  |             " values('3711','3711'," + HInterID.ToString() + ",'" + BillNo + "',getdate(),'" + user + "',getdate(),2,'" + user + "',getdate()" + | 
 |  |  |             ",DATENAME(YEAR,GETDATE()),0,'','" + dr["HEmpID"].ToString() + "','" + dr["操作员代码"].ToString() + | 
 |  |  |             "','" + dr["HGroupID"].ToString() + "',0,''" + | 
 |  |  |             ",'" + BillNo.ToString() + "'," + InterID.ToString() + ", 0,'3791'" + | 
 |  |  |             ") "); | 
 |  |  |                 //生产汇报单子表 | 
 |  |  |                 oCN.RunProc("Insert into Sc_ICMOReportBillSub " + | 
 |  |  |                       " (HInterID,HEntryID,HMaterID,HMaterNumber" + | 
 |  |  |                       ",HQty,HUnitID,HUnitNumber,HTimes,HSourceID" + | 
 |  |  |                       ",HQtyMust,HWorkerID,HWorkerNumber,HBadCount,HWasterQty," + | 
 |  |  |                       "HCloseMan,HCloseType,HRemark," + | 
 |  |  |                       "HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + | 
 |  |  |                       ",HSeOrderInterID,HSeOrderEntryID,HSeOrderBillNo" + | 
 |  |  |                       ",HICMOInterID,HICMOBillNo,HBarCode" + | 
 |  |  |                       ") values(" | 
 |  |  |                       + HInterID.ToString() + ",1," + dr["HMaterID"].ToString() + ",'" + dr["产品代码"].ToString() + "'" + | 
 |  |  |                       "," + dr["合格数量"].ToString() + ",0,'',0,0" + | 
 |  |  |                       "," + dr["接收数量"].ToString() + "," + dr["HEmpID"].ToString() + ",'" + dr["操作员代码"].ToString() + "'," + dr["不良数量"].ToString() + "," + dr["报废数量"].ToString() + | 
 |  |  |                       ",'',0,''" + | 
 |  |  |                       "," + InterID.ToString() + ",0,'" + BillNo.ToString() + "','3791',0,0" + | 
 |  |  |                       ",0,0,''" + | 
 |  |  |                       "," + dr["HICMOInterID"].ToString() + ",'" + dr["任务单"].ToString() + "',''" + | 
 |  |  |                       ") "); | 
 |  |  |                 //同步金蝶 | 
 |  |  |                 //访问金蝶 | 
 |  |  |                 var loginRet = InvokeHelper.Login(); | 
 |  |  |                 var isSuccess = JObject.Parse(loginRet)["LoginResultType"].Value<int>(); | 
 |  |  |                 if (isSuccess == 0) | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("生产汇报单回滚,汇报单号:" + BillNo + "   原因:操作失败,金蝶账号登录异常"); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "操作失败,金蝶账号登录异常。" + loginRet; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //根据任务单查找到金蝶的生产订单 | 
 |  |  |                 DataSet ds1 = oCN.RunProcReturn("select * from  h_v_TOERP_StationOutBillList_LastProc where HICMOEntryID=" + dr["HICMOEntryID"].ToString(), "h_v_TOERP_StationOutBillList_LastProc"); | 
 |  |  |                 DataRow dr1 = ds1.Tables[0].Rows[0]; | 
 |  |  |  | 
 |  |  |                 JObject model = new JObject(); | 
 |  |  |                 model.Add("FBillType", new JObject() { ["Fnumber"] = "SCHBD01_SYS" }); //单据类型生产汇报“SCHBD02_SYS” 入库汇报SCHBD01_SYS | 
 |  |  |                 model.Add("FPrdOrgId", new JObject() { ["Fnumber"] = dr1["FPrdOrgNUMBER"].ToString() }); //生产组织1 | 
 |  |  |                 model.Add("FDate", DateTime.Now.ToString("yyyy-MM-dd")); //单据日期1 | 
 |  |  |                 model.Add("FHZYMESFLAG", "是");//  是否为MES同步 | 
 |  |  |                 model.Add("FBillNo", BillNo); | 
 |  |  |  | 
 |  |  |                 JArray Fentity = new JArray(); | 
 |  |  |  | 
 |  |  |                 foreach (DataRow item in ds.Tables[0].Rows) | 
 |  |  |                 { | 
 |  |  |                     JObject FentityModel = new JObject(); | 
 |  |  |                     FentityModel.Add("FIsNew", false);//  源单类型  | 
 |  |  |                     FentityModel.Add("FReportType", new JObject() { ["Fnumber"] = dr1["FREPORTTYPENUMBER"].ToString() });//生产汇报类型 | 
 |  |  |                     FentityModel.Add("FSrcBillType", "PRD_MO");//  源单类型  | 
 |  |  |                     FentityModel.Add("FProductType", "1");//  产品类型  | 
 |  |  |                     FentityModel.Add("FSrcBillNo", item["任务单"].ToString());//  源单编号  | 
 |  |  |                     FentityModel.Add("FSrcInterId", dr1["FMOID"].ToString());//  源单内码  | 
 |  |  |                     FentityModel.Add("FSrcEntryId", dr1["FMOENTRYID"].ToString());//  源单分录内码、 | 
 |  |  |                     FentityModel.Add("FSRCENTRYSEQ", dr1["FMOENTRYSEQ"].ToString());//  源单分录行号 | 
 |  |  |                     FentityModel.Add("FUNITID", new JObject() { ["Fnumber"] = dr1["FUNITNUMBER"].ToString() });//单位 | 
 |  |  |                     FentityModel.Add("FTimeUnitId", "1");//时间单位 | 
 |  |  |                     FentityModel.Add("FWorkshipId", new JObject() { ["Fnumber"] = dr1["FWorkShopNUM"].ToString() }); //  生产车间 | 
 |  |  |                     FentityModel.Add("FStandHourUnitId", "3600"); // 单位标准工时单位  | 
 |  |  |                     FentityModel.Add("FMaterialId", new JObject() { ["Fnumber"] = dr1["FMaterialNUM"].ToString() }); // 物料编码  | 
 |  |  |                     FentityModel.Add("FMoEntrySeq", dr1["FMOENTRYSEQ"].ToString());//生产订单行号 | 
 |  |  |                     FentityModel.Add("FMoId", dr1["HICMOInterID"].ToString());//生产订单内码 | 
 |  |  |                     FentityModel.Add("FFinishQty", item["接收数量"].ToString());//完成数量1 | 
 |  |  |                     FentityModel.Add("FQuaQty", item["合格数量"].ToString());//合格数量1FFailQty | 
 |  |  |                     FentityModel.Add("FFailQty", item["不良数量"].ToString());//不合格数量 | 
 |  |  |                     FentityModel.Add("FScrapQty", item["报废数量"].ToString());//报废数量                     | 
 |  |  |                     FentityModel.Add("FStockInOrgId ", new JObject() { ["Fnumber"] = OrganizationNUM });// 入库组织  | 
 |  |  |                     FentityModel.Add("FStockId", new JObject() { ["Fnumber"] = dr1["FStockNUM"].ToString() }); // 仓库  | 
 |  |  |                     FentityModel.Add("FMOID", dr1["FMOID"].ToString());//   | 
 |  |  |                     FentityModel.Add("FMOBILLNO", dr1["FMOBILLNO"].ToString());//   | 
 |  |  |                     FentityModel.Add("FMOENTRYID", dr1["FMOENTRYID"].ToString());//   | 
 |  |  |                     FentityModel.Add("FMOENTRYSEQ", dr1["FMOENTRYSEQ"].ToString());//   | 
 |  |  |                     FentityModel.Add("FOwnerTypeId", dr1["FOWNERTYPEID"].ToString()); //货主类型:FOwnerTypeId(必填项) | 
 |  |  |                     FentityModel.Add("FOwnerId", new JObject() { ["Fnumber"] = dr1["FOwnerNumber"].ToString() }); //货主:FOwnerId(必填项) | 
 |  |  |                     FentityModel.Add("FBomId", new JObject() { ["Fnumber"] = dr1["FBOMNUM"].ToString() }); //BOM版本:FBomId(必填项) | 
 |  |  |                     FentityModel.Add("FCostRate", dr1["FCostRate"].ToString());// 成本权重 | 
 |  |  |                     FentityModel.Add("FISBACKFLUSH", dr1["FISBACKFLUSH"].ToString() == "1" ? true : false);// 倒冲领料 | 
 |  |  |                     FentityModel.Add("FMOMAINENTRYID", dr1["FMOENTRYID"].ToString());// | 
 |  |  |                     if (oSystemParameter.omodel.WMS_CampanyName == "瑞与祺") | 
 |  |  |                     { | 
 |  |  |                         FentityModel.Add("F_bsv_Base1", new JObject() { ["Fnumber"] = dr1["FPREBDONENUMBER"].ToString() });//包装标识 | 
 |  |  |                     } | 
 |  |  |                     FentityModel.Add("FLot", new JObject() { ["FNumber"] = dr1["FBATCHNO"].ToString() }); //批号 | 
 |  |  |                     FentityModel.Add("F_bsv_Text", dr1["工序流转卡号"].ToString()); //流转卡号 | 
 |  |  |                     JArray Fentity2 = new JArray(); | 
 |  |  |                     JObject FentityModel2 = new JObject(); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FFlowId", "f6e6eec3-5267-4f02-8593-b633da508a72"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FFlowLineId", "PRD_MO2MORPT"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FRuleId", "3"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSTableId", "0"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSTableName", "T_PRD_MOENTRY"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSBillId", dr1["FMOID"].ToString()); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSId", dr1["FMOENTRYID"].ToString()); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FBaseQuaQtyOld", item["合格数量"].ToString()); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FBaseQuaQty", item["合格数量"].ToString()); | 
 |  |  |                     Fentity2.Add(FentityModel2); | 
 |  |  |                     FentityModel.Add("FEntity_Link", Fentity2); | 
 |  |  |                     FentityModel.Add("FBFLowId", new JObject() { ["FID"] = "f6e6eec3-5267-4f02-8593-b633da508a72" }); // | 
 |  |  |                     Fentity.Add(FentityModel); | 
 |  |  |                 } | 
 |  |  |                 model.Add("FEntity", Fentity); //明细信息                        | 
 |  |  |                 JObject jsonRoot = new JObject() | 
 |  |  |                 { | 
 |  |  |                     ["Creator"] = "", | 
 |  |  |                     ["NeedUpDateFields"] = new JArray(), | 
 |  |  |                     ["NeedReturnFields"] = new JArray(), | 
 |  |  |                     ["IsDeleteEntry"] = "false", | 
 |  |  |                     ["SubSystemId"] = "", | 
 |  |  |                     ["IsVerifyBaseDataField"] = "false", | 
 |  |  |                     //["IsAutoSubmitAndAudit"] = true,//自动调用提交和审核功能 | 
 |  |  |                     ["Model"] = model | 
 |  |  |                 }; | 
 |  |  |  | 
 |  |  |                 string result = InvokeHelper.Save("PRD_MORPT", JsonConvert.SerializeObject(jsonRoot));//保存 | 
 |  |  |                 //判断保存是否成功 | 
 |  |  |                 if (JObject.Parse(result)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("工序汇报单入库错误jsonRoot:" + jsonRoot); | 
 |  |  |                     LogService.Write("生产汇报单保存失败,汇报单号:" + BillNo + "   原因:" + result); | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"工序汇报入库单同步金蝶云失败!单号:{dr["单据号"].ToString()}" + result; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //提交审核 | 
 |  |  |                 string result1 = string.Empty; | 
 |  |  |                 string result2 = string.Empty; | 
 |  |  |                 var fID = JObject.Parse(result)["Result"]["Id"].ToString(); | 
 |  |  |                 var fBillNo = JObject.Parse(result)["Result"]["Number"].ToString(); | 
 |  |  |                 var json = new | 
 |  |  |                 { | 
 |  |  |                     Ids = fID, | 
 |  |  |                 }; | 
 |  |  |                 result1 = InvokeHelper.Submit("PRD_MORPT", JsonConvert.SerializeObject(json));//提交 | 
 |  |  |                 result2 = InvokeHelper.Audit("PRD_MORPT", JsonConvert.SerializeObject(json));//提交 | 
 |  |  |                 if (JObject.Parse(result1)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("生产汇报单提交失败,汇报单号:" + BillNo + "   原因:" + result1); | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"生产汇报单单号:{fBillNo},提交失败" + result1; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 oCN.RunProc("update Sc_StationOutBillMain set HRelationQty=1 where  HBillNo='" + BillNo + "'"); | 
 |  |  |  | 
 |  |  |                 oCN.Commit(); | 
 |  |  |  | 
 |  |  |                 LogService.Write("生产汇报单保存成功,汇报单号:" + BillNo ); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "保存成功!"; | 
 |  |  |                 objJsonResult.data = 1; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 LogService.Write("生产汇报单同步发生异常,汇报单号:" + BillNo + "    " + e.ToString()); | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 入库——生产汇报单 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="InterID">工序汇报单主ID</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/SaveProcdutInBill_Batch")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveProcdutInBill_Batch([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  |             string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); | 
 |  |  |             string BillNo = sArray[0].ToString(); | 
 |  |  |             BillNo = BillNo.Replace("\r\n", "").Replace("[ ", "").Replace("]", ""); | 
 |  |  |             BillNo = BillNo.Replace("\\", "").Replace("\n", "").Replace("\"", ""); | 
 |  |  |             BillNo = BillNo.Trim(); | 
 |  |  |             ArrayList BillNoArray = new ArrayList(BillNo.Split(',')); | 
 |  |  |            | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 string bResult; | 
 |  |  |                 string HMessage = ""; | 
 |  |  |                 string HSuccessBillNo = ""; | 
 |  |  |                 string HFailBillNo = ""; | 
 |  |  |                 WebAPI.Controllers.Sc_ProcessMangementController oBill = new WebAPI.Controllers.Sc_ProcessMangementController(); | 
 |  |  |  | 
 |  |  |                 for (int i = 0; i < BillNoArray.Count; i++) | 
 |  |  |                 { | 
 |  |  |                     bResult = JsonConvert.SerializeObject(oBill.SaveProcdutInBill(BillNoArray[i].ToString().Trim())); | 
 |  |  |  | 
 |  |  |                     //反序列化 | 
 |  |  |                     bResult = "[" + bResult.ToString() + "]"; | 
 |  |  |  | 
 |  |  |                     List<JsonResult> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<JsonResult>>(bResult); | 
 |  |  |  | 
 |  |  |                     if (list[0].count == 1) | 
 |  |  |                     { | 
 |  |  |                         HSuccessBillNo = HSuccessBillNo + BillNoArray[i].ToString() + "," + "\r\n"; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         HFailBillNo = HFailBillNo + BillNoArray[i].ToString() + ":" + list[0].Message + "," + "\r\n"; | 
 |  |  |                     } | 
 |  |  |                     HMessage = "入库成功单号:" + HSuccessBillNo + "\r\n" + "  入库失败单号:" + HFailBillNo; | 
 |  |  |                 } | 
 |  |  |                  | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = HMessage; | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |  | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 入库——产品入库单 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="InterID">工序汇报单主ID</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/SaveProcdutInBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object SaveProcdutInBill(string BillNo) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 LogService.Write("生产入库单进入同步方法:" + "  入库单号:" + BillNo); | 
 |  |  |                 //获取生产汇报单最大InterID和单据号 | 
 |  |  |                 Int64 HInterID = DBUtility.ClsPub.CreateBillID("1202", ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 string HBillNo = DBUtility.ClsPub.CreateBillCode("1202", ref DBUtility.ClsPub.sExeReturnInfo, true); | 
 |  |  |                 ////获取组织代码 | 
 |  |  |                 //string OrganizationNUM = oCN.RunProcReturn("select HNumber from Xt_ORGANIZATIONS where HItemID=" + OrganizationID, "Xt_ORGANIZATIONS").Tables[0].Rows[0]["HNumber"].ToString(); | 
 |  |  |                 ////根据工序汇报单主ID获取工序汇报入库单的数据 | 
 |  |  |                 //DataSet ds = oCN.RunProcReturn("select * from h_v_MES_StationOutBillList_LastProc where HInterID=" + InterID, "h_v_MES_StationOutBillList_LastProc"); | 
 |  |  |                 //DataRow dr = ds.Tables[0].Rows[0]; | 
 |  |  |  | 
 |  |  |                 //判断入库的合格数量是否为0 | 
 |  |  |                 var DTable = oCN.RunProcReturn("select * from Sc_StationOutBillMain with(nolock) where HBillNo='" + BillNo + "' ", "Sc_StationOutBillMain").Tables[0]; | 
 |  |  |  | 
 |  |  |                 if (double.Parse(DTable.Rows[0]["HQty"].ToString()) == 0) | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("同步金蝶生产生产入库单回滚--出站单号:" + BillNo + "  回滚原因:合格数量为0,不需要入库!"); | 
 |  |  |                     objJsonResult.code = "1"; | 
 |  |  |                     objJsonResult.count = 2; | 
 |  |  |                     objJsonResult.Message = "合格数量为0,不需要入库!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //保存 | 
 |  |  |                 oCN.BeginTran(); | 
 |  |  |                 //生产汇报单主表 | 
 |  |  |                 //oCN.RunProc("Insert Into Sc_ICMOReportBillMain   " + | 
 |  |  |                 //"(HBillType,HBillSubType,HInterID,HBillNo,HDate,HMaker,HMakeDate,HBillStatus,HChecker,HCheckDate" + | 
 |  |  |                 //",HYear,HPeriod,HRemark,HEmpID,HEmpNumber" + | 
 |  |  |                 //",HGroupID,HDeptID,HDeptNumber" + | 
 |  |  |                 //",HMainSourceBillNo,HMainSourceInterID,HMainSourceEntryID,HMainSourceBillType" + | 
 |  |  |                 //") " + | 
 |  |  |                 //" values('3711','3711'," + HInterID.ToString() + ",'" + HBillNo + "',getdate(),'" + user + "',getdate(),2,'" + user + "',getdate()" + | 
 |  |  |                 //",DATENAME(YEAR,GETDATE()),0,'','" + dr["HEmpID"].ToString() + "','" + dr["操作员代码"].ToString() + | 
 |  |  |                 //"','" + dr["HGroupID"].ToString() + "',0,''" + | 
 |  |  |                 //",'" + BillNo.ToString() + "'," + InterID.ToString() + ", 0,'3791'" + | 
 |  |  |                 //") "); | 
 |  |  |                 ////生产汇报单子表 | 
 |  |  |                 //oCN.RunProc("Insert into Sc_ICMOReportBillSub " + | 
 |  |  |                 //      " (HInterID,HEntryID,HMaterID,HMaterNumber" + | 
 |  |  |                 //      ",HQty,HUnitID,HUnitNumber,HTimes,HSourceID" + | 
 |  |  |                 //      ",HQtyMust,HWorkerID,HWorkerNumber,HBadCount,HWasterQty," + | 
 |  |  |                 //      "HCloseMan,HCloseType,HRemark," + | 
 |  |  |                 //      "HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + | 
 |  |  |                 //      ",HSeOrderInterID,HSeOrderEntryID,HSeOrderBillNo" + | 
 |  |  |                 //      ",HICMOInterID,HICMOBillNo,HBarCode" + | 
 |  |  |                 //      ") values(" | 
 |  |  |                 //      + HInterID.ToString() + ",1," + dr["HMaterID"].ToString() + ",'" + dr["产品代码"].ToString() + "'" + | 
 |  |  |                 //      "," + dr["合格数量"].ToString() + ",0,'',0,0" + | 
 |  |  |                 //      "," + dr["接收数量"].ToString() + "," + dr["HEmpID"].ToString() + ",'" + dr["操作员代码"].ToString() + "'," + dr["不良数量"].ToString() + "," + dr["报废数量"].ToString() + | 
 |  |  |                 //      ",'',0,''" + | 
 |  |  |                 //      "," + InterID.ToString() + ",0,'" + BillNo.ToString() + "','3791',0,0" + | 
 |  |  |                 //      ",0,0,''" + | 
 |  |  |                 //      "," + dr["HICMOInterID"].ToString() + ",'" + dr["任务单"].ToString() + "',''" + | 
 |  |  |                 //      ") "); | 
 |  |  |                 //同步金蝶 | 
 |  |  |                 //访问金蝶 | 
 |  |  |                 var loginRet = InvokeHelper.Login(); | 
 |  |  |                 var isSuccess = JObject.Parse(loginRet)["LoginResultType"].Value<int>(); | 
 |  |  |                 if (isSuccess == 0) | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("同步金蝶生产入库单回滚--出站单号:" + BillNo + "  回滚原因:操作失败,金蝶账号登录异常"); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "操作失败,金蝶账号登录异常。" + loginRet; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 // | 
 |  |  |                 //DataSet ds1 = oCN.RunProcReturn("select * from  h_v_TOERPProcduct_LastProc where HLastProc = '是' and  hbillno='" + BillNo.ToString() + "'", "h_v_TOERPProcduct_LastProc"); | 
 |  |  |                 DataSet ds1 = oCN.RunProcReturn("exec h_p_TOERPProcduct_LastProc '" + BillNo + "'", "h_p_TOERPProcduct_LastProc"); | 
 |  |  |  | 
 |  |  |                 if (ds1 == null || ds1.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("同步金蝶生产入库单回滚--出站单号:" + BillNo + "  回滚原因:未找到对应的本地或金蝶云生产汇报单记录;1.未查询到对应的生产汇报单;2.请确保当前工序是末道工序3.汇报单对应的入库数量已满 请在金蝶云查看入库记录!"); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "未找到对应的本地或金蝶云生产汇报单记录;1.未查询到对应的生产汇报单;2.请确保当前工序是末道工序3.汇报单对应的入库数量已满 请在金蝶云查看入库记录!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 DataRow dr1 = ds1.Tables[0].Rows[0]; | 
 |  |  |                 if (double.Parse(dr1[0].ToString()) <= 0) | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("同步金蝶生产入库单回滚--出站单号:" + BillNo + "  回滚原因:未找到对应的生产汇报单记录;1.未查询到对应的生产汇报单;2.请确保当前工序是末道工序3.汇报单对应的入库数量已满 请在金蝶云查看入库记录!"); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "未找到对应的生产汇报单记录;1.未查询到对应的生产汇报单;2.请确保当前工序是末道工序3.汇报单对应的入库数量已满 请在金蝶云查看入库记录!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 string sErr = ""; | 
 |  |  |                 if (oSystemParameter.ShowBill(ref sErr)) | 
 |  |  |                 { | 
 |  |  |                     if (oSystemParameter.omodel.WMS_CampanyName == "瑞与祺") | 
 |  |  |                     { | 
 |  |  |  | 
 |  |  |                         //判断金蝶云是否已经有入库的数据 | 
 |  |  |                         ds = oCN.RunProcReturn($@"select * from AIS20220308151944..T_PRD_INSTOCK where FBILLNO='{BillNo}'", "T_PRD_INSTOCK"); | 
 |  |  |  | 
 |  |  |                         if (ds.Tables[0].Rows.Count > 0) | 
 |  |  |                         { | 
 |  |  |                             LogService.Write("同步金蝶生产入库单回滚--出站单号:" + BillNo + "  回滚原因:当前出站单号已入库,请不要重新入库!"); | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "当前出站单号已入库,请不要重新入库!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |  | 
 |  |  |                         //判断金蝶云生产汇报单 数量 是否 大于 末道出站数量 | 
 |  |  |                         ds = oCN.RunProcReturn($@"select sum(FFinishQty)-sum(FSTOCKINQUASELQTY)-(select HQty from Sc_StationOutBillMain with(nolock) where HBillNo='{BillNo}')  | 
 |  |  |                         from  AIS20220308151944..T_PRD_MORPT rpt3  | 
 |  |  |                         left join AIS20220308151944..T_PRD_MORPTENTRY  rpt2 on rpt3.FID = rpt2.FID | 
 |  |  |                         left join AIS20220308151944..T_PRD_MORPTENTRY_A  rpt1 on rpt2.FID = rpt1.FID | 
 |  |  |                         where F_bsv_Text=(select HProcExchBillNo from Sc_StationOutBillMain where HBillNo='{BillNo}')", "SumCount"); | 
 |  |  |  | 
 |  |  |                         if (double.Parse(ds.Tables[0].Rows[0][0].ToString()) < 0) | 
 |  |  |                         { | 
 |  |  |                             LogService.Write("同步金蝶生产入库单回滚--出站单号:" + BillNo + "  回滚原因:金蝶云汇报数量小于本地出站数量!"); | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "金蝶云汇报数量小于本地出站数量!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |  | 
 |  |  |                         //判断唯一ID是否为空 | 
 |  |  |                         foreach (DataRow item in ds1.Tables[0].Rows)  | 
 |  |  |                         { | 
 |  |  |                             if (item["HWYID"].ToString() == null || item["HWYID"].ToString() == "" || item["HWYID"].ToString() == "undefined") | 
 |  |  |                             { | 
 |  |  |                                 LogService.Write("同步金蝶生产入库单回滚--出站单号:" + BillNo + "  回滚原因:唯一ID为空,请重新手动入库或联系管理员!"); | 
 |  |  |                                 objJsonResult.code = "0"; | 
 |  |  |                                 objJsonResult.count = 0; | 
 |  |  |                                 objJsonResult.Message = "唯一ID为空,请重新手动入库或联系管理员!"; | 
 |  |  |                                 objJsonResult.data = null; | 
 |  |  |                                 return objJsonResult; | 
 |  |  |                             } | 
 |  |  |                         }                 | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 JObject model = new JObject(); | 
 |  |  |                 model.Add("FBillType", new JObject() { ["FNumber"] = "SCRKD01_SYS" }); //单据类型 | 
 |  |  |                 model.Add("FDate", DateTime.Now.ToString("yyyy-MM-dd")); //单据日期 | 
 |  |  |                 model.Add("FStockOrgId", new JObject() { ["FNumber"] = dr1["HPrdOrgNumber"].ToString() }); //库存组织代码 | 
 |  |  |                 model.Add("FPrdOrgId", new JObject() { ["FNumber"] = dr1["HPrdOrgNumber"].ToString() }); //生产组织代码 | 
 |  |  |                 model.Add("FOwnerTypeId0", "BD_OwnerOrg"); | 
 |  |  |                 model.Add("FOwnerId0", new JObject() { ["FNumber"] = dr1["HPrdOrgNumber"].ToString() }); // | 
 |  |  |                 model.Add("FIsEntrust", "false");//   | 
 |  |  |                 model.Add("FCurrId", new JObject() { ["FNumber"] = "PRE001" }); // | 
 |  |  |                 model.Add("FBillNo", BillNo); | 
 |  |  |  | 
 |  |  |                 JArray Fentity = new JArray(); | 
 |  |  |  | 
 |  |  |                 foreach (DataRow item in ds1.Tables[0].Rows) | 
 |  |  |                 { | 
 |  |  |                     JObject FentityModel = new JObject(); | 
 |  |  |                     FentityModel.Add("FSrcEntryId", item["HSourceEntryID"].ToString());//  源单分录内码、 | 
 |  |  |                     FentityModel.Add("FIsNew", "false");//  源单类型  | 
 |  |  |                     FentityModel.Add("FMaterialId", new JObject() { ["FNumber"] = item["HMaterNumber"].ToString() }); // 物料编码  | 
 |  |  |                     FentityModel.Add("FCheckProduct", "false");//   | 
 |  |  |                     FentityModel.Add("FInStockType", "1");//   | 
 |  |  |                     FentityModel.Add("FProductType", "1");//  | 
 |  |  |                     FentityModel.Add("FUNITID", new JObject() { ["FNumber"] = item["HUnitNumber"].ToString() });//单位 | 
 |  |  |                     FentityModel.Add("FMustQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FRealQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FCostRate", "100");// | 
 |  |  |                     FentityModel.Add("FBaseUnitId", new JObject() { ["FNumber"] = item["HUnitNumber"].ToString() });//单位 | 
 |  |  |                     FentityModel.Add("FBaseMustQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FBaseRealQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FOwnerTypeId", "BD_OwnerOrg");// | 
 |  |  |                     FentityModel.Add("FOwnerId", new JObject() { ["FNumber"] = item["HPrdOrgNumber"].ToString() });// | 
 |  |  |  | 
 |  |  |                     if (oSystemParameter.ShowBill(ref sErr)) | 
 |  |  |                     { | 
 |  |  |                         if (oSystemParameter.omodel.WMS_CampanyName == "瑞与祺") | 
 |  |  |                         { | 
 |  |  |                             if (oSystemParameter.omodel.MES_StationOutBill_InStockType == "工艺路线") | 
 |  |  |                             { | 
 |  |  |                                 FentityModel.Add("FStockId", new JObject() { ["FNumber"] = item["HStockNumbers"].ToString() }); // 仓库  | 
 |  |  |                             } | 
 |  |  |                             else if (oSystemParameter.omodel.MES_StationOutBill_InStockType == "工序") | 
 |  |  |                             { | 
 |  |  |                                 FentityModel.Add("FStockId", new JObject() { ["FNumber"] = item["HStockNumber"].ToString() }); // 仓库  | 
 |  |  |                             } | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     FentityModel.Add("FLot", new JObject() { ["FNumber"] = item["HBatchNo"].ToString() }); //批号 | 
 |  |  |                     FentityModel.Add("FISBACKFLUSH", "true");//   | 
 |  |  |                     FentityModel.Add("FWorkShopId1", new JObject() { ["FNumber"] = item["HWorkShopNumber"].ToString() }); //  生产车间 | 
 |  |  |                     FentityModel.Add("FMOBILLNO", item["HMOBillNo"].ToString());//   | 
 |  |  |                     FentityModel.Add("FMoId", item["HICMOInterID"].ToString());//生产订单内码 | 
 |  |  |                     FentityModel.Add("FMoEntryId", item["HMOEntryID"].ToString());// | 
 |  |  |                     FentityModel.Add("FMoEntrySeq", item["HMOEntrySEQ"].ToString());//生产订单行号 | 
 |  |  |                     FentityModel.Add("FStockUnitId", new JObject() { ["FNumber"] = item["HUnitNumber"].ToString() });//库存单位 | 
 |  |  |                     FentityModel.Add("FStockRealQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FSrcBillType", "PRD_MORPT");//   | 
 |  |  |                     FentityModel.Add("FSrcBillNo", item["HSourceBillNo"].ToString());//   | 
 |  |  |                     FentityModel.Add("FSrcInterId", item["HSourceInterID"].ToString());//   | 
 |  |  |                     FentityModel.Add("FBasePrdRealQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FIsFinished", "false");// | 
 |  |  |                     FentityModel.Add("FStockStatusId", new JObject() { ["FNumber"] = "KCZT01_SYS" }); // | 
 |  |  |                     FentityModel.Add("FSrcEntrySeq", item["HSourceSeQ"].ToString());//  源单分录行号 | 
 |  |  |                     FentityModel.Add("FMOMAINENTRYID", item["HMOEntryID"].ToString());// | 
 |  |  |                     FentityModel.Add("FKeeperTypeId", "BD_KeeperOrg"); | 
 |  |  |                     FentityModel.Add("FKeeperId", new JObject() { ["FNumber"] = item["HPrdOrgNumber"].ToString() });// | 
 |  |  |                     FentityModel.Add("FIsOverLegalOrg", "false");// | 
 |  |  |                     FentityModel.Add("F_bsv_Base1", new JObject() { ["FNumber"] = item["HBZBS"].ToString() });// | 
 |  |  |                     FentityModel.Add("F_BSV_TEXT", item["HLZKH"].ToString());//   | 
 |  |  |                     FentityModel.Add("F_BSV_TEXT1", item["HWYID"].ToString());// | 
 |  |  |                                                                               //批号 | 
 |  |  |                                                                               //FFLOWID FFLOWLINEID FRULEID FSTABLENAME | 
 |  |  |                                                                               //f6e6eec3 - 5267 - 4f02 - 8593 - b633da508a72    3   PRD_MO2MORPT T_PRD_MOENTRY | 
 |  |  |                                                                               //业务流程图:FEntity_Link_FFlowId | 
 |  |  |                                                                               //推进路线:FEntity_Link_FFlowLineId | 
 |  |  |                                                                               //转换规则:FEntity_Link_FRuleId | 
 |  |  |                                                                               //源单表内码:FEntity_Link_FSTableId | 
 |  |  |                                                                               //源单表:FEntity_Link_FSTableName | 
 |  |  |                                                                               //源单内码:FEntity_Link_FSBillId | 
 |  |  |                                                                               //源单分录内码:FEntity_Link_FSId | 
 |  |  |                                                                               //原始携带量:FEntity_Link_FBaseQuaQtyOld | 
 |  |  |                                                                               //修改携带量:FEntity_Link_FBaseQuaQty | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     JArray Fentity2 = new JArray(); | 
 |  |  |                     JObject FentityModel2 = new JObject(); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FFlowId", "f6e6eec3-5267-4f02-8593-b633da508a72"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FFlowLineId", "5"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FRuleId", "PRD_MORPT2INSTOCK"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSTableName", "T_PRD_MORPTENTRY"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSTableId", "0"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSBillId", item["HSourceInterID"].ToString()); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSId", item["HSourceEntryID"].ToString()); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FBasePrdRealQtyOld", item["关联数量"].ToString()); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FBasePrdRealQty", item["数量"].ToString()); | 
 |  |  |                     Fentity2.Add(FentityModel2); | 
 |  |  |                     FentityModel.Add("FEntity_Link", Fentity2); | 
 |  |  |                     FentityModel.Add("FBFLowId", new JObject() { ["FID"] = "f6e6eec3-5267-4f02-8593-b633da508a72" }); // | 
 |  |  |                     Fentity.Add(FentityModel); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //Fentity.Add(FentityModel); | 
 |  |  |                 } | 
 |  |  |                 model.Add("FEntity", Fentity); //明细信息                        | 
 |  |  |                 JObject jsonRoot = new JObject() | 
 |  |  |                 { | 
 |  |  |                     ["Creator"] = "", | 
 |  |  |                     ["NeedUpDateFields"] = new JArray(), | 
 |  |  |                     ["NeedReturnFields"] = new JArray(), | 
 |  |  |                     //["IsDeleteEntry"] = "true", | 
 |  |  |                     //["SubSystemId"] = "", | 
 |  |  |                     //["IsVerifyBaseDataField"] = "false", | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     ["IsDeleteEntry"] = "true", | 
 |  |  |                     ["SubSystemId"] = "", | 
 |  |  |                     ["IsVerifyBaseDataField"] = "true", | 
 |  |  |                     ["IsEntryBatchFill"] = "false", | 
 |  |  |                     ["ValidateFlag"] = "true", | 
 |  |  |                     ["NumberSearch"] = "true", | 
 |  |  |                     ["IsAutoAdjustField"] = "false", | 
 |  |  |                     ["InterationFlags"] = "", | 
 |  |  |                     ["IgnoreInterationFlag"] = "", | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //["IsAutoSubmitAndAudit"] = true,//自动调用提交和审核功能 | 
 |  |  |                     ["Model"] = model | 
 |  |  |                 }; | 
 |  |  |  | 
 |  |  |                 string result = InvokeHelper.Save("PRD_INSTOCK", JsonConvert.SerializeObject(jsonRoot));//保存 | 
 |  |  |                 //判断保存是否成功 | 
 |  |  |                 if (JObject.Parse(result)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |                 {                   | 
 |  |  |                     LogService.Write("生产入库保存错误jsonRoot:" + jsonRoot + "  入库单号:" + BillNo); | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"生产入库单同步金蝶云失败!单号:{HBillNo.ToString()}" + result + jsonRoot; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //提交审核 | 
 |  |  |                 string result1 = string.Empty; | 
 |  |  |                 string result2 = string.Empty; | 
 |  |  |                 var fID = JObject.Parse(result)["Result"]["Id"].ToString(); | 
 |  |  |                 var fBillNo = JObject.Parse(result)["Result"]["Number"].ToString(); | 
 |  |  |                 var json = new | 
 |  |  |                 { | 
 |  |  |                     Ids = fID, | 
 |  |  |                 }; | 
 |  |  |                 result1 = InvokeHelper.Submit("PRD_INSTOCK", JsonConvert.SerializeObject(json));//提交 | 
 |  |  |                 //result2 = InvokeHelper.Audit("PRD_INSTOCK", JsonConvert.SerializeObject(json));//提交 | 
 |  |  |                 if (JObject.Parse(result1)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("生产入库提交错误jsonRoot:" + jsonRoot + "  入库单号:" + BillNo); | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"生产入库单单号:{fBillNo},提交失败" + result; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 oCN.RunProc("update Sc_StationOutBillMain set HRelationQty=1 where  HBillNo='" + BillNo + "'"); | 
 |  |  |                 LogService.Write("生产入库同步成功:" + "  入库单号:" + BillNo); | 
 |  |  |                 oCN.Commit(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "保存成功!"; | 
 |  |  |                 objJsonResult.data = 1; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 LogService.Write("生产入库同步发生异常:" + "  入库单号:" + BillNo + "    " + e.ToString()); | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 入库——产品入库单 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="InterID">工序汇报单主ID</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/SaveBFBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object SaveBFBill(string BillNo) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //获取生产汇报单最大InterID和单据号 | 
 |  |  |                 Int64 HInterID = DBUtility.ClsPub.CreateBillID("1202", ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 string HBillNo = DBUtility.ClsPub.CreateBillCode("1202", ref DBUtility.ClsPub.sExeReturnInfo, true); | 
 |  |  |                 ////获取组织代码 | 
 |  |  |                 //string OrganizationNUM = oCN.RunProcReturn("select HNumber from Xt_ORGANIZATIONS where HItemID=" + OrganizationID, "Xt_ORGANIZATIONS").Tables[0].Rows[0]["HNumber"].ToString(); | 
 |  |  |                 ////根据工序汇报单主ID获取工序汇报入库单的数据 | 
 |  |  |                 //DataSet ds = oCN.RunProcReturn("select * from h_v_MES_StationOutBillList_LastProc where HInterID=" + InterID, "h_v_MES_StationOutBillList_LastProc"); | 
 |  |  |                 //DataRow dr = ds.Tables[0].Rows[0]; | 
 |  |  |  | 
 |  |  |                 //判断本次报废总数量是否为0 | 
 |  |  |                 var DTable = oCN.RunProcReturn("select isnull(sum(HWasterQty),0) HWasterQty from  Sc_StationOutBillMain where  HProcExchBillNo='" + BillNo + "' and HBFFlag=0 ", "Sc_StationOutBillMain").Tables[0]; | 
 |  |  |  | 
 |  |  |                 if (double.Parse(DTable.Rows[0]["HWasterQty"].ToString()) == 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "1"; | 
 |  |  |                     objJsonResult.count = 2; | 
 |  |  |                     objJsonResult.Message = "报废数量为0,不需要入库!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //保存 | 
 |  |  |                 oCN.BeginTran(); | 
 |  |  |                 //生产汇报单主表 | 
 |  |  |                 //oCN.RunProc("Insert Into Sc_ICMOReportBillMain   " + | 
 |  |  |                 //"(HBillType,HBillSubType,HInterID,HBillNo,HDate,HMaker,HMakeDate,HBillStatus,HChecker,HCheckDate" + | 
 |  |  |                 //",HYear,HPeriod,HRemark,HEmpID,HEmpNumber" + | 
 |  |  |                 //",HGroupID,HDeptID,HDeptNumber" + | 
 |  |  |                 //",HMainSourceBillNo,HMainSourceInterID,HMainSourceEntryID,HMainSourceBillType" + | 
 |  |  |                 //") " + | 
 |  |  |                 //" values('3711','3711'," + HInterID.ToString() + ",'" + HBillNo + "',getdate(),'" + user + "',getdate(),2,'" + user + "',getdate()" + | 
 |  |  |                 //",DATENAME(YEAR,GETDATE()),0,'','" + dr["HEmpID"].ToString() + "','" + dr["操作员代码"].ToString() + | 
 |  |  |                 //"','" + dr["HGroupID"].ToString() + "',0,''" + | 
 |  |  |                 //",'" + BillNo.ToString() + "'," + InterID.ToString() + ", 0,'3791'" + | 
 |  |  |                 //") "); | 
 |  |  |                 ////生产汇报单子表 | 
 |  |  |                 //oCN.RunProc("Insert into Sc_ICMOReportBillSub " + | 
 |  |  |                 //      " (HInterID,HEntryID,HMaterID,HMaterNumber" + | 
 |  |  |                 //      ",HQty,HUnitID,HUnitNumber,HTimes,HSourceID" + | 
 |  |  |                 //      ",HQtyMust,HWorkerID,HWorkerNumber,HBadCount,HWasterQty," + | 
 |  |  |                 //      "HCloseMan,HCloseType,HRemark," + | 
 |  |  |                 //      "HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + | 
 |  |  |                 //      ",HSeOrderInterID,HSeOrderEntryID,HSeOrderBillNo" + | 
 |  |  |                 //      ",HICMOInterID,HICMOBillNo,HBarCode" + | 
 |  |  |                 //      ") values(" | 
 |  |  |                 //      + HInterID.ToString() + ",1," + dr["HMaterID"].ToString() + ",'" + dr["产品代码"].ToString() + "'" + | 
 |  |  |                 //      "," + dr["合格数量"].ToString() + ",0,'',0,0" + | 
 |  |  |                 //      "," + dr["接收数量"].ToString() + "," + dr["HEmpID"].ToString() + ",'" + dr["操作员代码"].ToString() + "'," + dr["不良数量"].ToString() + "," + dr["报废数量"].ToString() + | 
 |  |  |                 //      ",'',0,''" + | 
 |  |  |                 //      "," + InterID.ToString() + ",0,'" + BillNo.ToString() + "','3791',0,0" + | 
 |  |  |                 //      ",0,0,''" + | 
 |  |  |                 //      "," + dr["HICMOInterID"].ToString() + ",'" + dr["任务单"].ToString() + "',''" + | 
 |  |  |                 //      ") "); | 
 |  |  |                 //同步金蝶 | 
 |  |  |                 //访问金蝶 | 
 |  |  |                 var loginRet = InvokeHelper.Login(); | 
 |  |  |                 var isSuccess = JObject.Parse(loginRet)["LoginResultType"].Value<int>(); | 
 |  |  |                 if (isSuccess == 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "操作失败,金蝶账号登录异常。" + loginRet; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 // | 
 |  |  |                 //DataSet ds1 = oCN.RunProcReturn("select * from  h_v_TOERPProcduct_LastProc where HLastProc = '是' and  hbillno='" + BillNo.ToString() + "'", "h_v_TOERPProcduct_LastProc"); | 
 |  |  |                 DataSet ds1 = oCN.RunProcReturn("exec h_p_TOERPProcduct_LastProc_BF '" + BillNo + "'", "h_p_TOERPProcduct_LastProc_BF"); | 
 |  |  |                 if (ds1.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "操作失败,查不到对应的出站单据!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 DataRow dr1 = ds1.Tables[0].Rows[0]; | 
 |  |  |  | 
 |  |  |                 JObject model = new JObject(); | 
 |  |  |                 model.Add("FBillType", new JObject() { ["FNumber"] = "SCRKD01_SYS" }); //单据类型 | 
 |  |  |                 model.Add("FDate", DateTime.Now.ToString("yyyy-MM-dd")); //单据日期 | 
 |  |  |                 model.Add("FStockOrgId", new JObject() { ["FNumber"] = dr1["HPrdOrgNumber"].ToString() }); //库存组织代码 | 
 |  |  |                 model.Add("FPrdOrgId", new JObject() { ["FNumber"] = dr1["HPrdOrgNumber"].ToString() }); //生产组织代码 | 
 |  |  |                 model.Add("FOwnerTypeId0", "BD_OwnerOrg"); | 
 |  |  |                 model.Add("FOwnerId0", new JObject() { ["FNumber"] = dr1["HPrdOrgNumber"].ToString() }); // | 
 |  |  |                 model.Add("FIsEntrust", "false");//   | 
 |  |  |                 model.Add("FCurrId", new JObject() { ["FNumber"] = "PRE001" }); // | 
 |  |  |                 model.Add("FBillNo", HBillNo); | 
 |  |  |  | 
 |  |  |                 JArray Fentity = new JArray(); | 
 |  |  |  | 
 |  |  |                 foreach (DataRow item in ds1.Tables[0].Rows) | 
 |  |  |                 { | 
 |  |  |                     JObject FentityModel = new JObject(); | 
 |  |  |                     FentityModel.Add("FSrcEntryId", item["HSourceEntryID"].ToString());//  源单分录内码、 | 
 |  |  |                     FentityModel.Add("FIsNew", "false");//  源单类型  | 
 |  |  |                     FentityModel.Add("FMaterialId", new JObject() { ["FNumber"] = item["HMaterNumber"].ToString() }); // 物料编码  | 
 |  |  |                     FentityModel.Add("FCheckProduct", "false");//   | 
 |  |  |                     FentityModel.Add("FInStockType", "1");//   | 
 |  |  |                     FentityModel.Add("FProductType", "1");//  | 
 |  |  |                     FentityModel.Add("FUNITID", new JObject() { ["FNumber"] = item["HUnitNumber"].ToString() });//单位 | 
 |  |  |                     FentityModel.Add("FMustQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FRealQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FCostRate", "100");// | 
 |  |  |                     FentityModel.Add("FBaseUnitId", new JObject() { ["FNumber"] = item["HUnitNumber"].ToString() });//单位 | 
 |  |  |                     FentityModel.Add("FBaseMustQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FBaseRealQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FOwnerTypeId", "BD_OwnerOrg");// | 
 |  |  |                     FentityModel.Add("FOwnerId", new JObject() { ["FNumber"] = item["HPrdOrgNumber"].ToString() });// | 
 |  |  |                     string sErr = ""; | 
 |  |  |                     if (oSystemParameter.ShowBill(ref sErr)) | 
 |  |  |                     { | 
 |  |  |                         if (oSystemParameter.omodel.WMS_CampanyName == "瑞与祺") | 
 |  |  |                         { | 
 |  |  |                             if (oSystemParameter.omodel.MES_StationOutBill_InStockType == "工艺路线") | 
 |  |  |                             { | 
 |  |  |                                 FentityModel.Add("FStockId", new JObject() { ["FNumber"] = item["HStockNumbers"].ToString() }); // 仓库  | 
 |  |  |                             } | 
 |  |  |                             else if (oSystemParameter.omodel.MES_StationOutBill_InStockType == "工序") | 
 |  |  |                             { | 
 |  |  |                                 FentityModel.Add("FStockId", new JObject() { ["FNumber"] = item["HStockNumber"].ToString() }); // 仓库  | 
 |  |  |                             } | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     FentityModel.Add("FLot", new JObject() { ["FNumber"] = item["HBatchNo"].ToString() }); //批号 | 
 |  |  |                     FentityModel.Add("FISBACKFLUSH", "true");//   | 
 |  |  |                     FentityModel.Add("FWorkShopId1", new JObject() { ["FNumber"] = item["HWorkShopNumber"].ToString() }); //  生产车间 | 
 |  |  |                     FentityModel.Add("FMOBILLNO", item["HMOBillNo"].ToString());//   | 
 |  |  |                     FentityModel.Add("FMoId", item["HICMOInterID"].ToString());//生产订单内码 | 
 |  |  |                     FentityModel.Add("FMoEntryId", item["HMOEntryID"].ToString());// | 
 |  |  |                     FentityModel.Add("FMoEntrySeq", item["HMOEntrySEQ"].ToString());//生产订单行号 | 
 |  |  |                     FentityModel.Add("FStockUnitId", new JObject() { ["FNumber"] = item["HUnitNumber"].ToString() });//库存单位 | 
 |  |  |                     FentityModel.Add("FStockRealQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FSrcBillType", "PRD_MORPT");//   | 
 |  |  |                     FentityModel.Add("FSrcBillNo", item["HSourceBillNo"].ToString());//   | 
 |  |  |                     FentityModel.Add("FSrcInterId", item["HSourceInterID"].ToString());//   | 
 |  |  |                     FentityModel.Add("FBasePrdRealQty", item["数量"].ToString());// | 
 |  |  |                     FentityModel.Add("FIsFinished", "false");// | 
 |  |  |                     FentityModel.Add("FStockStatusId", new JObject() { ["FNumber"] = "KCZT001" }); // | 
 |  |  |                     FentityModel.Add("FSrcEntrySeq", item["HSourceSeQ"].ToString());//  源单分录行号 | 
 |  |  |                     FentityModel.Add("FMOMAINENTRYID", item["HMOEntryID"].ToString());// | 
 |  |  |                     FentityModel.Add("FKeeperTypeId", "BD_KeeperOrg"); | 
 |  |  |                     FentityModel.Add("FKeeperId", new JObject() { ["FNumber"] = item["HPrdOrgNumber"].ToString() });// | 
 |  |  |                     FentityModel.Add("FIsOverLegalOrg", "false");// | 
 |  |  |                     FentityModel.Add("F_bsv_Base1", new JObject() { ["FNumber"] = item["HBZBS"].ToString() });// | 
 |  |  |                     FentityModel.Add("F_BSV_TEXT", item["HLZKH"].ToString());//   | 
 |  |  |                     FentityModel.Add("F_BSV_TEXT1", item["HWYID"].ToString());// | 
 |  |  |                                                                               //批号 | 
 |  |  |                                                                               //FFLOWID FFLOWLINEID FRULEID FSTABLENAME | 
 |  |  |                                                                               //f6e6eec3 - 5267 - 4f02 - 8593 - b633da508a72    3   PRD_MO2MORPT T_PRD_MOENTRY | 
 |  |  |                                                                               //业务流程图:FEntity_Link_FFlowId | 
 |  |  |                                                                               //推进路线:FEntity_Link_FFlowLineId | 
 |  |  |                                                                               //转换规则:FEntity_Link_FRuleId | 
 |  |  |                                                                               //源单表内码:FEntity_Link_FSTableId | 
 |  |  |                                                                               //源单表:FEntity_Link_FSTableName | 
 |  |  |                                                                               //源单内码:FEntity_Link_FSBillId | 
 |  |  |                                                                               //源单分录内码:FEntity_Link_FSId | 
 |  |  |                                                                               //原始携带量:FEntity_Link_FBaseQuaQtyOld | 
 |  |  |                                                                               //修改携带量:FEntity_Link_FBaseQuaQty | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     JArray Fentity2 = new JArray(); | 
 |  |  |                     JObject FentityModel2 = new JObject(); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FFlowId", "f6e6eec3-5267-4f02-8593-b633da508a72"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FFlowLineId", "5"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FRuleId", "PRD_MORPT2INSTOCK"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSTableName", "T_PRD_MORPTENTRY"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSTableId", "0"); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSBillId", item["HSourceInterID"].ToString()); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FSId", item["HSourceEntryID"].ToString()); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FBasePrdRealQtyOld", item["关联数量"].ToString()); | 
 |  |  |                     FentityModel2.Add("FEntity_Link_FBasePrdRealQty", item["数量"].ToString()); | 
 |  |  |                     Fentity2.Add(FentityModel2); | 
 |  |  |                     FentityModel.Add("FEntity_Link", Fentity2); | 
 |  |  |                     FentityModel.Add("FBFLowId", new JObject() { ["FID"] = "f6e6eec3-5267-4f02-8593-b633da508a72" }); // | 
 |  |  |                     Fentity.Add(FentityModel); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //Fentity.Add(FentityModel); | 
 |  |  |                 } | 
 |  |  |                 model.Add("FEntity", Fentity); //明细信息                        | 
 |  |  |                 JObject jsonRoot = new JObject() | 
 |  |  |                 { | 
 |  |  |                     ["Creator"] = "", | 
 |  |  |                     ["NeedUpDateFields"] = new JArray(), | 
 |  |  |                     ["NeedReturnFields"] = new JArray(), | 
 |  |  |                     //["IsDeleteEntry"] = "true", | 
 |  |  |                     //["SubSystemId"] = "", | 
 |  |  |                     //["IsVerifyBaseDataField"] = "false", | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     ["IsDeleteEntry"] = "true", | 
 |  |  |                     ["SubSystemId"] = "", | 
 |  |  |                     ["IsVerifyBaseDataField"] = "true", | 
 |  |  |                     ["IsEntryBatchFill"] = "false", | 
 |  |  |                     ["ValidateFlag"] = "true", | 
 |  |  |                     ["NumberSearch"] = "true", | 
 |  |  |                     ["IsAutoAdjustField"] = "false", | 
 |  |  |                     ["InterationFlags"] = "", | 
 |  |  |                     ["IgnoreInterationFlag"] = "", | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //["IsAutoSubmitAndAudit"] = true,//自动调用提交和审核功能 | 
 |  |  |                     ["Model"] = model | 
 |  |  |                 }; | 
 |  |  |  | 
 |  |  |                 string result = InvokeHelper.Save("PRD_INSTOCK", JsonConvert.SerializeObject(jsonRoot));//保存 | 
 |  |  |                 //判断保存是否成功 | 
 |  |  |                 if (JObject.Parse(result)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("生产入库错误jsonRoot:" + jsonRoot); | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"生产入库单同步金蝶云失败!单号:{HBillNo.ToString()}" + result + jsonRoot; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //提交审核 | 
 |  |  |                 string result1 = string.Empty; | 
 |  |  |                 string result2 = string.Empty; | 
 |  |  |                 var fID = JObject.Parse(result)["Result"]["Id"].ToString(); | 
 |  |  |                 var fBillNo = JObject.Parse(result)["Result"]["Number"].ToString(); | 
 |  |  |                 var json = new | 
 |  |  |                 { | 
 |  |  |                     Ids = fID, | 
 |  |  |                 }; | 
 |  |  |                 result1 = InvokeHelper.Submit("PRD_INSTOCK", JsonConvert.SerializeObject(json));//提交 | 
 |  |  |                 //result2 = InvokeHelper.Audit("PRD_INSTOCK", JsonConvert.SerializeObject(json));//提交 | 
 |  |  |                 if (JObject.Parse(result1)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |                 { | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"生产入库单单号:{fBillNo},提交失败" + result; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //oCN.RunProc("update Sc_StationOutBillMain set HRelationQty=1 where  HBillNo='" + BillNo + "'"); | 
 |  |  |  | 
 |  |  |                 oCN.Commit(); | 
 |  |  |                 oCN.RunProc("update  sc_stationoutbillmain set HBFFlag =1 where HProcExchBillNo = '" + BillNo + "'"); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "保存成功!"; | 
 |  |  |                 objJsonResult.data = 1; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 生成金蝶云来料检验单 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="InterID">工序汇报单主ID</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("QCStockInCheckBill/set_SaveQCStockInCheckBill_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object set_SaveQCStockInCheckBill_Json(string HZJOrgNumber, string HMaterNumber, string HUnitNumber, | 
 |  |  |             double HCheckQty, double HRightQty, double HBadQty, | 
 |  |  |             string HCheckResult, string HSupNumber, | 
 |  |  |             string HUseResult, Int64 HSeQ, Int64 HSourceInterID, | 
 |  |  |             Int64 HSourceEntryID, string HSourceBillNo, string user, | 
 |  |  |             Int64 HWHID, Int64 HSPID, Int64 HSupID, Int64 HKeeperID, | 
 |  |  |             Int64 HMaterID, string HSourceBillType, Int64 HSLInterID, | 
 |  |  |             Int64 HSLEntryID, string HSLBillNo, Int64 HSLSeQ, string HBillNo, Int64 HInterID, string HBatchNo) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //获取生产汇报单最大InterID和单据号 | 
 |  |  |                 //Int64 HInterID = DBUtility.ClsPub.CreateBillID("7503", ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 //string HBillNo = DBUtility.ClsPub.CreateBillCode("7503", ref DBUtility.ClsPub.sExeReturnInfo, true); | 
 |  |  |  | 
 |  |  |                 DataSet ds1 = oCN.RunProcReturn("select   * from MES_AccessoriesList  where  HSourceBillNo = '" + HBillNo + "'", "MES_AccessoriesList"); | 
 |  |  |                 string HFileName = DBUtility.ClsPub.isStrNull(ds1.Tables[0].Rows[0]["HFileName"]); | 
 |  |  |                 string HFilePath = DBUtility.ClsPub.isStrNull(ds1.Tables[0].Rows[0]["HFilePath"]); | 
 |  |  |  | 
 |  |  |                 string path = HFilePath; | 
 |  |  |                 FileInfo fi = new FileInfo(path); | 
 |  |  |                 long len = fi.Length; | 
 |  |  |                 byte[] buffer = new byte[len]; | 
 |  |  |                 FileStream fs = new FileStream(path, FileMode.Open); | 
 |  |  |                 fs.Read(buffer, 0, (int)len); | 
 |  |  |                 //文件IO流 | 
 |  |  |                 string a = Convert.ToBase64String(buffer); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //保存 | 
 |  |  |                 oCN.BeginTran(); | 
 |  |  |                 //生产汇报单主表 | 
 |  |  |                 oCN.RunProc("Insert Into QC_POStockInCheckBillMain   " + | 
 |  |  |                 "(HBillType,HBillSubType,HInterID,HBillNo,HDate,HMaker,HMakeDate,HBillStatus,HChecker,HCheckDate" + | 
 |  |  |                 ",HYear,HPeriod,HRemark,HSupID,HMaterID" + | 
 |  |  |                 ",HInstockQty,HCheckQty,HRightQty,HBadQty,HFirstCheckEmp" + | 
 |  |  |                 ",HCheckerResult,HSteelStoveNo,HSteelCompReport,HAspect,HSize" + | 
 |  |  |                 ") " + | 
 |  |  |                 " values('7503','7503'," + HInterID.ToString() + ",'" + HBillNo + "',getdate(),'" + user + "',getdate(),2,'" + user + "',getdate()" + | 
 |  |  |                 ",DATENAME(YEAR,GETDATE()),0,''," + HSupID.ToString() + "," + HMaterID.ToString() + | 
 |  |  |                 ",'" + HCheckQty.ToString() + "','" + HCheckQty.ToString() + "','" + HRightQty.ToString() + "','" + HBadQty.ToString() + "','" + HKeeperID.ToString() + "'" + | 
 |  |  |                 ",'" + HCheckResult.ToString() + "','', '','',''" + | 
 |  |  |                 ") "); | 
 |  |  |                 //生产汇报单子表 | 
 |  |  |                 oCN.RunProc("Insert into QC_POStockInCheckBillSub " + | 
 |  |  |                       " (HInterID,HEntryID,HCloseMan,HCloseType" + | 
 |  |  |                       ",HRemark,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" + | 
 |  |  |                       ",HRelationQty,HRelationMoney,HQCCheckClassID,HQCCheckItemID,HQCStd," + | 
 |  |  |                       "HResult,HQCRelValue,HProcCheckEmp,HProcCheckTime" + | 
 |  |  |                       ") values(" | 
 |  |  |                       + HInterID.ToString() + ",1,'',''" + | 
 |  |  |                       ",''," + HSourceInterID.ToString() + "," + HSourceEntryID.ToString() + ",'" + HSourceBillNo.ToString() + "','" + HSourceBillType.ToString() + "'" + | 
 |  |  |                       ",0,0,0,0,''" + | 
 |  |  |                       ",'" + HCheckResult.ToString() + "','" + HCheckResult.ToString() + "','" + HKeeperID.ToString() + "',getdate()" + | 
 |  |  |                       ") "); | 
 |  |  |                 //同步金蝶 | 
 |  |  |                 //访问金蝶 | 
 |  |  |                 var loginRet = InvokeHelper.Login(); | 
 |  |  |                 var isSuccess = JObject.Parse(loginRet)["LoginResultType"].Value<int>(); | 
 |  |  |                 if (isSuccess == 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "操作失败,金蝶账号登录异常。" + loginRet; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 JObject model = new JObject(); | 
 |  |  |                 model.Add("FBillTypeID", new JObject() { ["Fnumber"] = "JYD001_SYS" }); //单据类型 来料检验单JYD001_SYS | 
 |  |  |                 model.Add("FBusinessType", "1"); //业务类型 | 
 |  |  |                 model.Add("FDate", DateTime.Now.ToString("yyyy-MM-dd")); //单据日期 | 
 |  |  |                 model.Add("FInspectOrgId", new JObject() { ["Fnumber"] = HZJOrgNumber.ToString() }); //质检组织 | 
 |  |  |                 model.Add("FSourceOrgId", new JObject() { ["Fnumber"] = HZJOrgNumber.ToString() }); //来源组织 | 
 |  |  |                 model.Add("FISSYNCED", "false");//  是否已同步 | 
 |  |  |                 model.Add("F_PGKJ_Date", DateTime.Now.ToString("yyyy-MM-dd"));//  报检日期 | 
 |  |  |                 model.Add("FBillNo", HBillNo); | 
 |  |  |  | 
 |  |  |                 JArray Fentity = new JArray(); | 
 |  |  |                 JObject FentityModel = new JObject(); | 
 |  |  |                 FentityModel.Add("FMaterialId", new JObject() { ["Fnumber"] = HMaterNumber.ToString() });//  物料内码  | 
 |  |  |                 FentityModel.Add("FUnitID", new JObject() { ["Fnumber"] = HUnitNumber.ToString() });//计量单位内码 | 
 |  |  |                 FentityModel.Add("FInspectQty", HCheckQty.ToString());//  检验数量  | 
 |  |  |                 FentityModel.Add("FQualifiedQty", HRightQty.ToString());//  合格数量  | 
 |  |  |                 FentityModel.Add("FUnqualifiedQty", HBadQty.ToString());//  不合格数量 | 
 |  |  |                 FentityModel.Add("FInspectResult", HCheckResult.ToString());//  检验结果 | 
 |  |  |                 FentityModel.Add("FQCStatus", "1");//  质检状态  | 
 |  |  |                 FentityModel.Add("FIsRelated", false);//  不良品关联标志 | 
 |  |  |                 FentityModel.Add("FSrcBillType0", "PUR_ReceiveBill");//  源单类型 | 
 |  |  |                 FentityModel.Add("FBaseUnitId", new JObject() { ["Fnumber"] = HUnitNumber.ToString() });//基本单位 | 
 |  |  |                 FentityModel.Add("FBaseInspectQty", HCheckQty.ToString());//基本单位检验数量 | 
 |  |  |                 FentityModel.Add("FSupplierId", new JObject() { ["Fnumber"] = HSupNumber.ToString() }); //  供应商 | 
 |  |  |                                                                                                         //FentityModel.Add("FStockId", new JObject() { ["Fnumber"] = HWHNumber.ToString() }); // 仓库 | 
 |  |  |                 FentityModel.Add("FInspectTimes", "1"); // 检验次数  | 
 |  |  |                 FentityModel.Add("FTimeUnit", "24");//时间单位 | 
 |  |  |                 FentityModel.Add("FSAMPLEDAMAGEBEARER", "2");//样本破坏承担方 | 
 |  |  |                 FentityModel.Add("FISFIRSTINSPECT", false);//首检 | 
 |  |  |                 FentityModel.Add("FBaseQualifiedQty", HRightQty.ToString());//基本单位合格数 | 
 |  |  |                 FentityModel.Add("FBaseAcceptQty", HRightQty.ToString());//基本单位接收数 | 
 |  |  |                 FentityModel.Add("FCurrency", new JObject() { ["Fnumber"] = "PRE001" });//币别 | 
 |  |  |                 FentityModel.Add("FIsSplitRow ", false);// 是否拆分行 | 
 |  |  |                 FentityModel.Add("FLot", new JObject() { ["Fnumber"] = HBatchNo.ToString() });//批号 | 
 |  |  |  | 
 |  |  |                 JArray Fentity2 = new JArray(); | 
 |  |  |                 JObject FentityModel2 = new JObject(); | 
 |  |  |                 FentityModel2.Add("FPolicyMaterialId", new JObject() { ["Fnumber"] = HMaterNumber.ToString() });//  物料内码  | 
 |  |  |                 FentityModel2.Add("FPolicyStatus", "1");  //状态 | 
 |  |  |                 FentityModel2.Add("FPolicyQty", HRightQty.ToString());    //数量 | 
 |  |  |                 FentityModel2.Add("FBasePolicyQty", HRightQty.ToString()); //基本单位数量 | 
 |  |  |                 FentityModel2.Add("FUsePolicy", HUseResult.ToString());   //使用决策 | 
 |  |  |                 FentityModel2.Add("FIsCheck", false);   //是否抽检 | 
 |  |  |                 FentityModel2.Add("FIsDefectProcess", false);  //不良处理 | 
 |  |  |                 FentityModel2.Add("FCanSale", false);   //可销售 | 
 |  |  |                 FentityModel2.Add("FIsMRBReview", false);   //MRP评审 | 
 |  |  |                 FentityModel2.Add("FIsReturn", true);   //判退 | 
 |  |  |                 FentityModel2.Add("FIsRelatedDefect", false);   //不良品关联标志 | 
 |  |  |                 Fentity2.Add(FentityModel2); | 
 |  |  |                 FentityModel.Add("FPolicyDetail", Fentity2); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 JArray Fentity3 = new JArray(); | 
 |  |  |                 JObject FentityModel3 = new JObject(); | 
 |  |  |                 FentityModel3.Add("FDetailID", "0");//   | 
 |  |  |                 FentityModel3.Add("FSrcBillType", "PUR_ReceiveBill");   //源单类型 | 
 |  |  |                 FentityModel3.Add("FSrcBillNo", HSLBillNo.ToString());    //收料通知单单号 | 
 |  |  |                 FentityModel3.Add("FSrcInterId", HSLInterID.ToString());      //收料通知单主ID | 
 |  |  |                 FentityModel3.Add("FSrcEntryId", HSLEntryID.ToString());    //收料通知单子ID | 
 |  |  |                 FentityModel3.Add("FSrcEntrySeq", HSLSeQ.ToString());    //源单行号 | 
 |  |  |                 FentityModel3.Add("FOrderType", new JObject() { ["FID"] = "PUR_PurchaseOrder" });  //  订单类型 | 
 |  |  |                 FentityModel3.Add("FOrderBillNo", HSourceBillNo.ToString());   //订单单号 | 
 |  |  |                 FentityModel3.Add("FOrderId", HSourceInterID.ToString());      //订单主ID | 
 |  |  |                 FentityModel3.Add("FOrderEntryId", HSourceEntryID.ToString());  //订单子ID | 
 |  |  |                 FentityModel3.Add("FOrderEntrySeq", HSeQ.ToString());  //订单行号 | 
 |  |  |                 Fentity3.Add(FentityModel3); | 
 |  |  |                 FentityModel.Add("FReferDetail", Fentity3); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 JArray Fentity4 = new JArray(); | 
 |  |  |                 JObject FentityModel4 = new JObject(); | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FRuleId", "QM_PURReceive2Inspect");   //单据转换规则 | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FSTableName", "T_PUR_RECEIVEENTRY");    //收料通知单子表 | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FSBillId", HSLInterID.ToString());      //收料通知单主内码 | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FSId", HSLEntryID.ToString());    //收料通知单子内码 | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FBaseAcceptQty", HRightQty.ToString());    // | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FBaseAcceptQtyOld", HRightQty.ToString());    // | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FBaseInspectQtyOld", HRightQty.ToString());    // | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FInspectQtyOld", HRightQty.ToString());    // | 
 |  |  |                 Fentity4.Add(FentityModel4); | 
 |  |  |                 FentityModel.Add("FEntity_Link", Fentity4); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Fentity.Add(FentityModel); | 
 |  |  |                 model.Add("FEntity", Fentity); //明细信息 | 
 |  |  |                 JObject jsonRoot = new JObject() | 
 |  |  |                 { | 
 |  |  |                     ["Creator"] = "", | 
 |  |  |                     ["NeedUpDateFields"] = new JArray(), | 
 |  |  |                     ["NeedReturnFields"] = new JArray(), | 
 |  |  |                     ["IsDeleteEntry"] = "false", | 
 |  |  |                     ["SubSystemId"] = "", | 
 |  |  |                     ["IsVerifyBaseDataField"] = "false", | 
 |  |  |                     //["IsAutoSubmitAndAudit"] = true,//自动调用提交和审核功能 | 
 |  |  |                     ["Model"] = model | 
 |  |  |                 }; | 
 |  |  |  | 
 |  |  |                 string result = InvokeHelper.Save("QM_InspectBill", JsonConvert.SerializeObject(jsonRoot));//保存 | 
 |  |  |                 //判断保存是否成功 | 
 |  |  |                 if (JObject.Parse(result)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("来料检验单保存错误jsonRoot:" + jsonRoot); | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"来料检验单同步金蝶云失败!单号:{HBillNo.ToString()}" + jsonRoot; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //提交审核 | 
 |  |  |                 string result1 = string.Empty; | 
 |  |  |                 string result2 = string.Empty; | 
 |  |  |                 var fID = JObject.Parse(result)["Result"]["Id"].ToString(); | 
 |  |  |                 var fBillNo = JObject.Parse(result)["Result"]["Number"].ToString(); | 
 |  |  |                 var json = new | 
 |  |  |                 { | 
 |  |  |                     Ids = fID, | 
 |  |  |                 }; | 
 |  |  |  | 
 |  |  |                 K3CloudApiClient client = new K3CloudApiClient("http://47.96.97.237/k3cloud"); | 
 |  |  |                 //        K3CloudApiClient client = new K3CloudApiClient("http://192.168.80.90/k3cloud/"); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 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") | 
 |  |  |                 { | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"来料检验单号:{fBillNo},提交失败" + result; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string jsonStr = "{" + | 
 |  |  |                        " \"FileName\":\"" + HFileName + "\"," + | 
 |  |  |                            " \"FormId\":\"QM_InspectBill\"," + | 
 |  |  |                            " \"IsLast\":\"true\"," + | 
 |  |  |                            " \"InterId\":\"" + HInterID + "\"," + | 
 |  |  |                            " \"BillNO\":\"" + HBillNo + "\"," + | 
 |  |  |                            " \"AliasFileName\":\"test\"," + | 
 |  |  |                            " \"SendByte\":\"" + a + "\"," + | 
 |  |  |                        "}"; | 
 |  |  |  | 
 |  |  |                     var ret = client.AttachmentUpload(jsonStr); | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 oCN.Commit(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "保存成功!"; | 
 |  |  |                 objJsonResult.data = 1; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         ///// <summary> | 
 |  |  |         ///// 生成金蝶云来料检验单 | 
 |  |  |         ///// </summary> | 
 |  |  |         ///// <param name="InterID">工序汇报单主ID</param> | 
 |  |  |         ///// <returns></returns> | 
 |  |  |         //[Route("QCStockInCheckBill/set_SaveQCStockInCheckBill_Json")] | 
 |  |  |         //[HttpGet] | 
 |  |  |         //public object set_SaveQCStockInCheckBill_Json(string HZJOrgNumber, string HMaterNumber, string HUnitNumber, | 
 |  |  |         //    double HCheckQty, double HRightQty, double HBadQty, | 
 |  |  |         //    string HCheckResult, string HSupNumber, | 
 |  |  |         //    string HUseResult, Int64 HSeQ, Int64 HSourceInterID, | 
 |  |  |         //    Int64 HSourceEntryID, string HSourceBillNo, string user, | 
 |  |  |         //    Int64 HWHID, Int64 HSPID, Int64 HSupID, Int64 HKeeperID, | 
 |  |  |         //    Int64 HMaterID, string HSourceBillType, Int64 HSLInterID, | 
 |  |  |         //    Int64 HSLEntryID, string HSLBillNo, Int64 HSLSeQ, string HBillNo, Int64 HInterID,ref string sErrMsg) | 
 |  |  |         //{ | 
 |  |  |         //    WebS.WebService1 oWebs1 = new WebS.WebService1(); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         //    //oWebs1.Url = "http://localhost:9099/WebService1.asmx"; | 
 |  |  |         //    //K3CloudApiClient client = new K3CloudApiClient("http://192.168.80.90/k3cloud/"); | 
 |  |  |         //    if (oWebs1.set_SaveQcStockInCheckBill_New(HZJOrgNumber, HMaterNumber, HUnitNumber, HCheckQty, HRightQty, HBadQty | 
 |  |  |         //        , HCheckResult, HSupNumber, HUseResult, HSeQ, HSourceInterID | 
 |  |  |         //        , HSourceEntryID, HSourceBillNo, user, HWHID, HSPID | 
 |  |  |         //        , HSupID, HKeeperID, HMaterID, HSourceBillType, HSLInterID | 
 |  |  |         //        , HSLEntryID, HSLBillNo, HSLSeQ, HBillNo, HInterID | 
 |  |  |         //        , ref sErrMsg)) | 
 |  |  |         //    { | 
 |  |  |         //        objJsonResult.code = "0"; | 
 |  |  |         //        objJsonResult.count = 1; | 
 |  |  |         //        objJsonResult.Message = "生成单据成功!"; | 
 |  |  |         //        objJsonResult.data = null; | 
 |  |  |         //        return objJsonResult; | 
 |  |  |         //    } | 
 |  |  |         //    else | 
 |  |  |         //    { | 
 |  |  |         //        objJsonResult.code = "0"; | 
 |  |  |         //        objJsonResult.count = 0; | 
 |  |  |         //        objJsonResult.Message = "生成单据失败!"; | 
 |  |  |         //        objJsonResult.data = sErrMsg; | 
 |  |  |         //        return objJsonResult; | 
 |  |  |         //    } | 
 |  |  |         //} | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 生成金蝶云产品检验单 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="InterID">工序汇报单主ID</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("SCStockInCheckBill/set_SaveSCStockInCheckBill_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object set_SaveSCStockInCheckBill_Json(string HZJOrgNumber, string HMaterNumber, string HUnitNumber, | 
 |  |  |             double HCheckQty, double HRightQty, double HBadQty, | 
 |  |  |             string HCheckResult, string HSupNumber, string HWHNumber, | 
 |  |  |             string HUseResult, Int64 HSeQ, Int64 HSourceInterID, | 
 |  |  |             Int64 HSourceEntryID, string HSourceBillNo, string user, | 
 |  |  |             Int64 HWHID, Int64 HSPID, Int64 HSupID, Int64 HKeeperID, | 
 |  |  |             Int64 HMaterID, string HSourceBillType, Int64 HSLInterID, | 
 |  |  |             Int64 HSLEntryID, string HSLBillNo, Int64 HSLSeQ) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //获取生产汇报单最大InterID和单据号 | 
 |  |  |                 Int64 HInterID = DBUtility.ClsPub.CreateBillID("7501", ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 string HBillNo = DBUtility.ClsPub.CreateBillCode("7501", ref DBUtility.ClsPub.sExeReturnInfo, true); | 
 |  |  |  | 
 |  |  |                 //保存 | 
 |  |  |                 //oCN.BeginTran(); | 
 |  |  |                 //生成产品检验单 | 
 |  |  |                 //oCN.RunProc("Insert Into QC_POStockInCheckBillMain   " + | 
 |  |  |                 //"(HBillType,HBillSubType,HInterID,HBillNo,HDate,HMaker,HMakeDate,HBillStatus,HChecker,HCheckDate" + | 
 |  |  |                 //",HYear,HPeriod,HRemark,HSupID,HMaterID" + | 
 |  |  |                 //",HInstockQty,HCheckQty,HRightQty,HBadQty,HFirstCheckEmp" + | 
 |  |  |                 //",HCheckerResult,HSteelStoveNo,HSteelCompReport,HAspect,HSize" + | 
 |  |  |                 //") " + | 
 |  |  |                 //" values('7503','7503'," + HInterID.ToString() + ",'" + HBillNo + "',getdate(),'" + user + "',getdate(),2,'" + user + "',getdate()" + | 
 |  |  |                 //",DATENAME(YEAR,GETDATE()),0,''," + HSupID.ToString() + "," + HMaterID.ToString() + | 
 |  |  |                 //",'" + HCheckQty.ToString() + "','" + HCheckQty.ToString() + "','" + HRightQty.ToString() + "','" + HBadQty.ToString() + "','" + HKeeperID.ToString() + "'" + | 
 |  |  |                 //",'" + HCheckResult.ToString() + "','', '','',''" + | 
 |  |  |                 //") "); | 
 |  |  |                 ////生产汇报单子表 | 
 |  |  |                 //oCN.RunProc("Insert into QC_POStockInCheckBillSub " + | 
 |  |  |                 //      " (HInterID,HEntryID,HCloseMan,HCloseType" + | 
 |  |  |                 //      ",HRemark,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" + | 
 |  |  |                 //      ",HRelationQty,HRelationMoney,HQCCheckClassID,HQCCheckItemID,HQCStd," + | 
 |  |  |                 //      "HResult,HQCRelValue,HProcCheckEmp,HProcCheckTime" + | 
 |  |  |                 //      ") values(" | 
 |  |  |                 //      + HInterID.ToString() + ",1,'',''" + | 
 |  |  |                 //      ",''," + HSourceInterID.ToString() + "," + HSourceEntryID.ToString() + ",'" + HSourceBillNo.ToString() + "','" + HSourceBillType.ToString() + "'" + | 
 |  |  |                 //      ",0,0,0,0,''" + | 
 |  |  |                 //      ",'" + HCheckResult.ToString() + "','" + HCheckResult.ToString() + "','" + HKeeperID.ToString() + "',getdate()" + | 
 |  |  |                 //      ") "); | 
 |  |  |                 //同步金蝶 | 
 |  |  |                 //访问金蝶 | 
 |  |  |                 var loginRet = InvokeHelper.Login(); | 
 |  |  |                 var isSuccess = JObject.Parse(loginRet)["LoginResultType"].Value<int>(); | 
 |  |  |                 if (isSuccess == 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "操作失败,金蝶账号登录异常。" + loginRet; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 JObject model = new JObject(); | 
 |  |  |                 model.Add("FBillTypeID", new JObject() { ["Fnumber"] = "JYD002_SYS" }); //单据类型 产品检验单JYD002_SYS | 
 |  |  |                 model.Add("FBusinessType", "3"); //业务类型 | 
 |  |  |                 model.Add("FDate", DateTime.Now.ToString("yyyy-MM-dd")); //单据日期 | 
 |  |  |                 model.Add("FSourceOrgId", new JObject() { ["Fnumber"] = HZJOrgNumber.ToString() }); //来源组织 | 
 |  |  |                 model.Add("FInspectOrgId", new JObject() { ["Fnumber"] = HZJOrgNumber.ToString() }); //质检组织 | 
 |  |  |                 model.Add("FISSYNCED", "false");//  是否已同步 | 
 |  |  |                 model.Add("FBillNo", HBillNo); | 
 |  |  |  | 
 |  |  |                 JArray Fentity = new JArray(); | 
 |  |  |                 JObject FentityModel = new JObject(); | 
 |  |  |                 FentityModel.Add("FMaterialId", new JObject() { ["Fnumber"] = HMaterNumber.ToString() });//  物料内码  | 
 |  |  |                 FentityModel.Add("FUnitID", new JObject() { ["Fnumber"] = HUnitNumber.ToString() });//计量单位内码 | 
 |  |  |                 FentityModel.Add("FInspectQty", HCheckQty.ToString());//  检验数量  | 
 |  |  |                 FentityModel.Add("FQualifiedQty", HRightQty.ToString());//  合格数量  | 
 |  |  |                 FentityModel.Add("FUnqualifiedQty", HBadQty.ToString());//  不合格数量 | 
 |  |  |                 FentityModel.Add("FInspectResult", HCheckResult.ToString());//  检验结果 | 
 |  |  |                 FentityModel.Add("FQCStatus", "1");//  质检状态  | 
 |  |  |                 FentityModel.Add("FIsRelated", false);//  不良品关联标志 | 
 |  |  |                 FentityModel.Add("FSrcBillType0", "SFC_OperationReport");//  源单类型 | 
 |  |  |                 FentityModel.Add("FBaseUnitId", new JObject() { ["Fnumber"] = HUnitNumber.ToString() });//基本单位 | 
 |  |  |                 FentityModel.Add("FBaseInspectQty", HCheckQty.ToString());//基本单位检验数量 | 
 |  |  |                 //FentityModel.Add("FSupplierId", new JObject() { ["Fnumber"] = HSupNumber.ToString() }); //  供应商 | 
 |  |  |                 //FentityModel.Add("FStockId", new JObject() { ["Fnumber"] = HWHNumber.ToString() }); // 仓库 | 
 |  |  |                 FentityModel.Add("FInspectTimes", "1"); // 检验次数  | 
 |  |  |                 FentityModel.Add("FTimeUnit", "24");//时间单位 | 
 |  |  |                 FentityModel.Add("FSAMPLEDAMAGEBEARER", "2");//样本破坏承担方 | 
 |  |  |                 FentityModel.Add("FISFIRSTINSPECT", false);//首检 | 
 |  |  |                 FentityModel.Add("FBaseQualifiedQty", HRightQty.ToString());//基本单位合格数 | 
 |  |  |                 FentityModel.Add("FCurrency", new JObject() { ["Fnumber"] = "PRE001" });//币别 | 
 |  |  |                 FentityModel.Add("FIsSplitRow ", false);// 是否拆分行 | 
 |  |  |  | 
 |  |  |                 JArray Fentity2 = new JArray(); | 
 |  |  |                 JObject FentityModel2 = new JObject(); | 
 |  |  |                 FentityModel2.Add("FPolicyMaterialId", new JObject() { ["Fnumber"] = HMaterNumber.ToString() });//  物料内码  | 
 |  |  |                 FentityModel2.Add("FPolicyStatus", "1");  //状态 | 
 |  |  |                 FentityModel2.Add("FPolicyQty", HRightQty.ToString());    //数量 | 
 |  |  |                 FentityModel2.Add("FBasePolicyQty", HRightQty.ToString()); //基本单位数量 | 
 |  |  |                 FentityModel2.Add("FUsePolicy", HUseResult.ToString());   //使用决策 | 
 |  |  |                 FentityModel2.Add("FIsCheck", false);   //是否抽检 | 
 |  |  |                 FentityModel2.Add("FIsDefectProcess", false);  //不良处理 | 
 |  |  |                 FentityModel2.Add("FCanSale", false);   //可销售 | 
 |  |  |                 FentityModel2.Add("FIsMRBReview", false);   //MRP评审 | 
 |  |  |                 FentityModel2.Add("FIsReturn", true);   //判退 | 
 |  |  |                 FentityModel2.Add("FIsRelatedDefect", false);   //不良品关联标志 | 
 |  |  |                 Fentity2.Add(FentityModel2); | 
 |  |  |                 FentityModel.Add("FPolicyDetail", Fentity2); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 JArray Fentity3 = new JArray(); | 
 |  |  |                 JObject FentityModel3 = new JObject(); | 
 |  |  |                 FentityModel3.Add("FDetailID", "0");//   | 
 |  |  |                 FentityModel3.Add("FSrcBillType", "SFC_OperationReport");   //源单类型 | 
 |  |  |                 FentityModel3.Add("FSrcBillNo", HSLBillNo.ToString());    //工序汇报单单号 | 
 |  |  |                 FentityModel3.Add("FSrcInterId", HSLInterID.ToString());      //工序汇报单主ID | 
 |  |  |                 FentityModel3.Add("FSrcEntryId", HSLEntryID.ToString());    //工序汇报单子ID | 
 |  |  |                 FentityModel3.Add("FSrcEntrySeq", HSLSeQ.ToString());    //工序汇报单行号 | 
 |  |  |                 FentityModel3.Add("FOrderType", new JObject() { ["FID"] = "PRD_MO" });  //  生产订单类型 | 
 |  |  |                 FentityModel3.Add("FOrderBillNo", HSourceBillNo.ToString());   //生产订单单号 | 
 |  |  |                 FentityModel3.Add("FOrderId", HSourceInterID.ToString());      //生产订单主ID | 
 |  |  |                 FentityModel3.Add("FOrderEntryId", HSourceEntryID.ToString());  //生产订单子ID | 
 |  |  |                 FentityModel3.Add("FOrderEntrySeq", HSeQ.ToString());  //生产订单行号 | 
 |  |  |                 Fentity3.Add(FentityModel3); | 
 |  |  |                 FentityModel.Add("FReferDetail", Fentity3); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 JArray Fentity4 = new JArray(); | 
 |  |  |                 JObject FentityModel4 = new JObject(); | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FRuleId", "QM_OperRpt2Inspect");   //单据转换规则 | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FSTableName", "T_SFC_OPTRPTENTRY");    //工序汇报单子表 | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FSBillId", HSLInterID.ToString());      //工序汇报单主ID | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FSId", HSLEntryID.ToString());    //工序汇报单子ID | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FBaseAcceptQty", HRightQty.ToString());    // | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FBaseAcceptQtyOld", HRightQty.ToString());    // | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FBaseInspectQtyOld", HRightQty.ToString());    // | 
 |  |  |                 FentityModel4.Add("FEntity_Link_FInspectQtyOld", HRightQty.ToString());    // | 
 |  |  |                 Fentity4.Add(FentityModel4); | 
 |  |  |                 FentityModel.Add("FEntity_Link", Fentity4); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //JArray Fentity3 = new JArray(); | 
 |  |  |                 //JObject FentityModel3 = new JObject(); | 
 |  |  |                 //FentityModel3.Add("FSrcBillType", "SFC_OperationReport");   //源单类型 | 
 |  |  |                 //FentityModel3.Add("FSrcBillNo", HSLBillNo.ToString());    //工序汇报单单号 | 
 |  |  |                 //FentityModel3.Add("FSrcInterId", HSLInterID.ToString());      //工序汇报单主ID | 
 |  |  |                 //FentityModel3.Add("FSrcEntryId", HSLEntryID.ToString());    //工序汇报单子ID | 
 |  |  |                 //FentityModel3.Add("FSrcEntrySeq", HSLSeQ.ToString());    //工序汇报单行号 | 
 |  |  |                 //FentityModel3.Add("FOrderType", new JObject() { ["FID"] = "PUR_PurchaseOrder" });  //  工序计划类型 | 
 |  |  |                 //FentityModel3.Add("FOrderBillNo", HSourceBillNo.ToString());   //工序计划单号 | 
 |  |  |                 //FentityModel3.Add("FOrderId", HSourceInterID.ToString());      //工序计划主ID | 
 |  |  |                 //FentityModel3.Add("FOrderEntryId", HSourceEntryID.ToString());  //工序计划子ID | 
 |  |  |                 //FentityModel3.Add("FOrderEntrySeq", HSeQ.ToString());  //工序计划行号 | 
 |  |  |                 //Fentity3.Add(FentityModel3); | 
 |  |  |                 //FentityModel.Add("FReferDetail", Fentity3); | 
 |  |  |                 Fentity.Add(FentityModel); | 
 |  |  |                 model.Add("FEntity", Fentity); //明细信息 | 
 |  |  |  | 
 |  |  |                 SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); | 
 |  |  |                 DataSet ds = oCN.RunProcReturn("select HCheckdate from Sc_ProcessReportMain where hbillno = '" + HSourceBillNo + "'", "Sc_ProcessReportMain"); | 
 |  |  |                 DateTime HCheckDate = DBUtility.ClsPub.isDate(ds.Tables[0].Rows[0]["HCheckdate"]); | 
 |  |  |                 JObject jsonRoot = new JObject() | 
 |  |  |                 { | 
 |  |  |                     ["Creator"] = "", | 
 |  |  |                     ["NeedUpDateFields"] = new JArray(), | 
 |  |  |                     ["NeedReturnFields"] = new JArray(), | 
 |  |  |                     ["IsDeleteEntry"] = "false", | 
 |  |  |                     ["SubSystemId"] = "", | 
 |  |  |                     ["IsVerifyBaseDataField"] = "false", | 
 |  |  |                     ["F_PGKJ_Date"] = HCheckDate.ToString(), | 
 |  |  |                     //["IsAutoSubmitAndAudit"] = true,//自动调用提交和审核功能 | 
 |  |  |                     ["Model"] = model | 
 |  |  |                 }; | 
 |  |  |  | 
 |  |  |                 string result = InvokeHelper.Save("QM_InspectBill", JsonConvert.SerializeObject(jsonRoot));//保存 | 
 |  |  |                 //判断保存是否成功 | 
 |  |  |                 if (JObject.Parse(result)["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper() != "TRUE") | 
 |  |  |                 { | 
 |  |  |                     LogService.Write("来料检验单保存错误jsonRoot:" + jsonRoot); | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"来料检验单同步金蝶云失败!单号:{HBillNo.ToString()}" + result; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //提交审核 | 
 |  |  |                 string result1 = string.Empty; | 
 |  |  |                 string result2 = string.Empty; | 
 |  |  |                 var fID = JObject.Parse(result)["Result"]["Id"].ToString(); | 
 |  |  |                 var fBillNo = JObject.Parse(result)["Result"]["Number"].ToString(); | 
 |  |  |                 var json = new | 
 |  |  |                 { | 
 |  |  |                     Ids = fID, | 
 |  |  |                 }; | 
 |  |  |                 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") | 
 |  |  |                 { | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = $"来料检验单号:{fBillNo},提交失败" + result; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 oCN.Commit(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "保存成功!"; | 
 |  |  |                 objJsonResult.data = 1; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 返回生产汇报单列表 | 
 |  |  |         ///参数:string sql。 | 
 |  |  | 
 |  |  |         /// </summary> | 
 |  |  |         [Route("Sc_ProcessMangement/MES_Sc_ProcessReportList_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object MES_Sc_ProcessReportList_Json(string sWhere,string user) | 
 |  |  |         public object MES_Sc_ProcessReportList_Json(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             DataSet ds; | 
 |  |  |             try | 
 |  |  | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_Sc_ProcessReportList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sWhere+ " order by hmainid desc"; | 
 |  |  |                     string sql = sql1 + sWhere + " order by hmainid desc"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_Sc_ProcessReportList"); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); | 
 |  |  |                 if (HInterID<=0) | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!" ; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  | 
 |  |  |     inner join Gy_Department s2 on s1.HDeptID=s2.HItemID and s1.HInterID=" + HInterID; | 
 |  |  |  | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "Sc_ProcessReportMain"); | 
 |  |  |             | 
 |  |  |  | 
 |  |  |                 } | 
 |  |  |         | 
 |  |  |  | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |  | 
 |  |  |                     string sql1 =@"select [hmainid], [日期], [单据号], [HDeptID], [部门代码], [部门], [HMaterID], [物料代码], [物料名称], [规格型号], [HUnitID], [计量单位代码], [计量单位], [HprocID],  | 
 |  |  |                     string sql1 = @"select [hmainid], [日期], [单据号], [HDeptID], [部门代码], [部门], [HMaterID], [物料代码], [物料名称], [规格型号], [HUnitID], [计量单位代码], [计量单位], [HprocID],  | 
 |  |  | [工序代码], [工序], [HGroupID], [班组代码], [班组名称], [HSourceID], [资源代码], [生产资源], [HWorkerID], [职员代码], [职员], [hsubid], [数量], [计划开工日期],  | 
 |  |  | [计划完工日期], [计划工时], [表体备注], [HICMOInterID], [生产任务单号], [HSeOrderInterID], [销售订单号], [表头备注], [制单人], [制单日期], [审核人], [审核日期], [修改人], | 
 |  |  | [修改日期], [关闭人], [关闭日期], [作废人], [作废日期], [源单主内码], [源单子内码], [源单单号], [源单类型], [行关闭人], [HBillType], [HQtyDecimal], [HPriceDecimal]  | 
 |  |  | from h_v_Sc_ProcessSendWorkList  | 
 |  |  | where hmainid=(select HSourceID from Sc_ProcessReportSub where HInterID="+HInterID+")"; | 
 |  |  | where hmainid=(select HSourceID from Sc_ProcessReportSub where HInterID=" + HInterID + ")"; | 
 |  |  |  | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_v_Sc_ProcessSendWorkList"); | 
 |  |  |  | 
 |  |  | 
 |  |  |         /// </summary> | 
 |  |  |         [Route("Sc_ProcessMangement/MES_Sc_ProcessPlanMain_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object MES_Sc_ProcessPlanMain_Json(string sWhere,string user) | 
 |  |  |         public object MES_Sc_ProcessPlanMain_Json(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             DataSet ds; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |              | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("Sc_ProcessPlan_Query", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_Sc_ProcessPlanList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sWhere+ " order by hmainid desc "; | 
 |  |  |                     string sql = sql1 + sWhere + " order by hmainid desc "; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_Sc_ProcessPlanList"); | 
 |  |  |                 } | 
 |  |  |               | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  | 
 |  |  |                     ",HRemark,HInnerBillNo,HMaker,HMakeDate" + | 
 |  |  |                     ") " + | 
 |  |  |                     " values(" + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + BillType + "','" + BillType + "'," + omodel.HInterID.ToString() + | 
 |  |  |                     ",'" + omodel.HDate.ToShortDateString() + "','" + omodel.HBillNo + "'," + (omodel.HBillStatus=1) + "," + omodel.HCheckItemNowID.ToString() + "," + omodel.HCheckItemNextID.ToString() + | 
 |  |  |                     ",'" + omodel.HDate.ToShortDateString() + "','" + omodel.HBillNo + "'," + (omodel.HBillStatus = 1) + "," + omodel.HCheckItemNowID.ToString() + "," + omodel.HCheckItemNextID.ToString() + | 
 |  |  |                     "," + omodel.HICMOInterID.ToString() + ",'" + omodel.HICMOBillNo + "'," + omodel.HMaterID.ToString() + ",'" + omodel.HMaterNumber + "'," + omodel.HUnitID.ToString() + | 
 |  |  |                     ",'" + omodel.HUnitNumber + "'," + omodel.HPlanQty.ToString() + ",'" + omodel.HPlanBeginDate.ToShortDateString() + "','" + omodel.HPlanEndDate.ToShortDateString() + "','" + omodel.HExplanation + "'" + | 
 |  |  |                     ",'" + omodel.HRemark + "','" + omodel.HInnerBillNo + "','" + omodel.HMaker + "',getdate()" + | 
 |  |  | 
 |  |  |                    " where HInterID=" + omodel.HInterID.ToString()); | 
 |  |  |  | 
 |  |  |                     //删除子表 | 
 |  |  |                     oCN.RunProc("Delete From Sc_ProcessPlanSub where HInterID = " + omodel.HInterID.ToString()+ " and hentryid="+ hentryid); | 
 |  |  |                     oCN.RunProc("Delete From Sc_ProcessPlanSub where HInterID = " + omodel.HInterID.ToString() + " and hentryid=" + hentryid); | 
 |  |  |                 } | 
 |  |  |                 //保存子表 | 
 |  |  |                 objJsonResult = AddBillSub(msg3, hentryid); | 
 |  |  | 
 |  |  |                ",HBeginDayQty,HBeginFixQty,HFixWorkDays,HTrunWorkDays,HReadyTimes" + | 
 |  |  |                ",HReadyTime,HQueueTime,HMoveTime,HBatchNo" + | 
 |  |  |                ") values(" | 
 |  |  |                + omodel.HInterID.ToString() + "," +(hentryid==-1?i: hentryid) + ",'" + oSub.HBillNo + "'," + oSub.HProcNo.ToString() + "," + oSub.HProcID.ToString() + "," + oSub.HWorkingQty.ToString() + | 
 |  |  |                + omodel.HInterID.ToString() + "," + (hentryid == -1 ? i : hentryid) + ",'" + oSub.HBillNo + "'," + oSub.HProcNo.ToString() + "," + oSub.HProcID.ToString() + "," + oSub.HWorkingQty.ToString() + | 
 |  |  |                ",'" + oSub.HProcNumber + "','" + oSub.HWorkRemark + "'," + oSub.HCenterID.ToString() + "," + oSub.HDeptID.ToString() + ",'" + oSub.HDeptNumber + "'" + | 
 |  |  |                "," + oSub.HGroupID.ToString() + ",'" + oSub.HGroupNumber + "'," + oSub.HWorkerID.ToString() + ",'" + oSub.HWorkerNumber + "'," + oSub.HSourceID.ToString() + | 
 |  |  |                "," + oSub.HQty.ToString() + ",'" + oSub.HTimeUnit + "'," + oSub.HPlanWorkTimes.ToString() + ",'" + oSub.HPlanBeginDate.ToString() + "','" + oSub.HPlanEndDate.ToString() + "'" + | 
 |  |  | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在;原因:"+DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.Message = "单据不存在;原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else { | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "审核失败,原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |            | 
 |  |  |  | 
 |  |  |         } | 
 |  |  |         //审核 | 
 |  |  |         public bool CheckBill(Int64 lngBillKey, ref string sReturn) | 
 |  |  | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                | 
 |  |  |  | 
 |  |  |                 if (oBill.DeleteBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "1"; | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/MES_Sc_ProcessSendWorkMain_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object MES_Sc_ProcessSendWorkMain_Json(string sWhere,string user) | 
 |  |  |         public object MES_Sc_ProcessSendWorkMain_Json(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             DataSet ds; | 
 |  |  |             try | 
 |  |  | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_Sc_ProcessSendWorkList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sWhere+ " order by hmainid desc "; | 
 |  |  |                     string sql = sql1 + sWhere + " order by hmainid desc "; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_Sc_ProcessSendWorkList"); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("SaveProcessSendWork")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveProcessSendWork([FromBody]JObject msg)  | 
 |  |  |         public object SaveProcessSendWork([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  | 
 |  |  |                 msg2 = msg2.Replace("\\", ""); | 
 |  |  |                 msg2 = msg2.Replace("\n", ""); | 
 |  |  |                 lsmain = oListModels.getObjectByJson_SendWorkMain(msg2); | 
 |  |  |                 foreach ( Model.ClsSc_ProcessSendWorkMain  oItem in lsmain) | 
 |  |  |                 foreach (Model.ClsSc_ProcessSendWorkMain oItem in lsmain) | 
 |  |  |                 { | 
 |  |  |                     UserName = oItem.HMaker; | 
 |  |  |                     oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); | 
 |  |  | 
 |  |  |                         objJsonResult.data = 1; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (Convert.ToInt32( sendworksub.HQty) > Convert.ToInt32( oItemSub.计划数量)) | 
 |  |  |                     if (Convert.ToInt32(sendworksub.HQty) > Convert.ToInt32(oItemSub.计划数量)) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  | 
 |  |  |                     sendworksub.HCloseType = false; | 
 |  |  |                     sendworksub.HSourceBillType = oItemSub.HBillType; | 
 |  |  |                     lss.Add(sendworksub);//先把数据存放到派工单子表集合里 | 
 |  |  |                  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 } | 
 |  |  |                 if (lss.Count > 0) | 
 |  |  | 
 |  |  |                     sendworksub.HWorkerNumber = ""; //--操作工代码 | 
 |  |  |                     sendworksub.HWorkerID = 0; //--操作工ID | 
 |  |  |                     sendworksub.HGroupNumber = ""; //班组代码 | 
 |  |  |                     sendworksub.HGroupID =0;  //--班组ID | 
 |  |  |                     sendworksub.HGroupID = 0;  //--班组ID | 
 |  |  |                     sendworksub.HSourceNumber = ""; //--生产资源代码 | 
 |  |  |                     //--生产资源ID | 
 |  |  |                     sendworksub.HProcNumber = ""; //--工序代码 | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/MES_QC_NoPassProdCheckBill_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object MES_QC_NoPassProdCheckBill_Json(string sWhere,string user) | 
 |  |  |         public object MES_QC_NoPassProdCheckBill_Json(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             DataSet ds; | 
 |  |  |             try | 
 |  |  | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_QC_NoPassProdCheckBillList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sWhere+ " order by hmainid desc "; | 
 |  |  |                     string sql = sql1 + sWhere + " order by hmainid desc "; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdCheckBillList"); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "删除失败!"+e.ToString(); | 
 |  |  |                 objJsonResult.Message = "删除失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         #region 不良品处理单关闭/反关闭功能 | 
 |  |  |         [Route("Sc_ProcessMangement/CloseSc_ProcessMangement")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object CloseSc_ProcessMangement(string HInterID, int Type, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //判断是否有删除权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("QC_NoPassProdCheckBill_Close", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无权限关闭!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (string.IsNullOrWhiteSpace(HInterID)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID为空!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 ClsPub.CurUserName = user; | 
 |  |  |                 BillOld.MvarItemKey = "QC_NoPassProdCheckBillMain"; | 
 |  |  |                 oCN.BeginTran();//开始事务 | 
 |  |  |  | 
 |  |  |                 //Type 1 关闭  2  反关闭 | 
 |  |  |                 if (Type == 1) | 
 |  |  |                 { | 
 |  |  |                     //判断单据是否已经关闭 | 
 |  |  |                     DataSet ds; | 
 |  |  |                     string sql = "select * from " + BillOld.MvarItemKey + " where HinterID = " + HInterID; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, BillOld.MvarItemKey); | 
 |  |  |                     if (ds.Tables[0] != null && ds.Tables[0].Rows.Count > 0) | 
 |  |  |                     { | 
 |  |  |                         if (ds.Tables[0].Rows[0]["HCloseMan"] != null && ds.Tables[0].Rows[0]["HCloseMan"].ToString() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已关闭!不需要再关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     //关闭单据 | 
 |  |  |                     if (!BillOld.CloseBill(Int64.Parse(HInterID), ref ClsPub.sExeReturnInfo)) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "关闭失败!原因:" + ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     //判断单据是否已经反关闭 | 
 |  |  |                     DataSet ds; | 
 |  |  |                     string sql = "select * from " + BillOld.MvarItemKey + " where HinterID = " + HInterID; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, BillOld.MvarItemKey); | 
 |  |  |                     if (ds.Tables[0] != null && ds.Tables[0].Rows.Count > 0) | 
 |  |  |                     { | 
 |  |  |                         if (ds.Tables[0].Rows[0]["HCloseMan"] == null || ds.Tables[0].Rows[0]["HCloseMan"].ToString() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已反关闭!不需要再反关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     //反关闭单据 | 
 |  |  |                     if (!BillOld.CancelClose(Int64.Parse(HInterID), ref ClsPub.sExeReturnInfo)) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反关闭失败!原因:" + ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 oCN.Commit();//提交事务 | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "执行成功!"; | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; ; | 
 |  |  |  | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "执行失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// PDA工序汇报单保存 | 
 |  |  |         /// </summary> | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("SaveProcessReport")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveProcessReport([FromBody] JObject msg)  | 
 |  |  |         public object SaveProcessReport([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  | 
 |  |  |                 List<WebAPI.Models.Sc_ProcessReportViewModel> ls = new List<WebAPI.Models.Sc_ProcessReportViewModel>(); | 
 |  |  |                 ls = oListModels.getObjectByJson_Report(msg1); | 
 |  |  |                 int i = 0; | 
 |  |  |                | 
 |  |  |  | 
 |  |  |                 foreach (Models.Sc_ProcessReportViewModel ItemView in ls) | 
 |  |  |                 { | 
 |  |  |                     i++; | 
 |  |  | 
 |  |  |                     //工序汇报单主表保存 | 
 |  |  |                     ReportMain.HBillType = "3714"; | 
 |  |  |                     ReportMain.HBillNo = ItemView.HBillNo; | 
 |  |  |                     ReportMain.HMakeDate=DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); | 
 |  |  |                     ReportMain.HYear=DBUtility.ClsPub.isLong(DateTime.Now.Year); | 
 |  |  |                     ReportMain.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); | 
 |  |  |                     ReportMain.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); | 
 |  |  |                     ReportMain.HDate = DateTime.Now; | 
 |  |  |                     ReportMain.HMaker = ItemView.HEmp; | 
 |  |  |                     ReportMain.HCloseType = false; | 
 |  |  |                     ReportMain.HPlanQty = (double)ItemView.HQty; | 
 |  |  |                     ReportMain.HMainSourceInterID = ItemView.HInterID; | 
 |  |  |                     ReportMain.HInterID =0; | 
 |  |  |                     ReportMain.HInterID = 0; | 
 |  |  |                     ReportMain.HPeriod = 1; | 
 |  |  |                     ReportMain.HBillSubType = "3714"; | 
 |  |  |                     ReportMain.HBillStatus = 0; | 
 |  |  |                     ReportMain.HCheckItemNowID = 0; | 
 |  |  |                     ReportMain.HCheckItemNextID = 0; | 
 |  |  |                     ReportMain.HICMOInterID= (long)ItemView.HICMOInterID; | 
 |  |  |                     ReportMain.HICMOBillNo=ItemView.HICMOBillNo; | 
 |  |  |                     ReportMain.HICMOInterID = (long)ItemView.HICMOInterID; | 
 |  |  |                     ReportMain.HICMOBillNo = ItemView.HICMOBillNo; | 
 |  |  |                     ReportMain.HDeptID = (long)ItemView.HDeptID; | 
 |  |  |                     ReportMain.HDeptNumber =ItemView.HDeptNumber; | 
 |  |  |                     ReportMain.HDeptNumber = ItemView.HDeptNumber; | 
 |  |  |                     ReportMain.HGroupID = (long)ItemView.HGroupID; | 
 |  |  |                     ReportMain.HGroupNumber = ItemView.HGroupNumber; | 
 |  |  |                     ReportMain.HMaterID = (long)ItemView.HMaterID; | 
 |  |  | 
 |  |  |                     ReportMain.HExplanation = ""; | 
 |  |  |                     ReportMain.HInnerBillNo = ""; | 
 |  |  |                     ReportMain.HSupID = 0; | 
 |  |  |                     | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //保存到汇报单主表 | 
 |  |  | 
 |  |  |                     ReportSub.HQty = (double)ItemView.HQty; | 
 |  |  |                     ReportSub.HProcID = ItemView.HProcID; | 
 |  |  |                     ReportSub.HProcNumber = ItemView.HProcNumber; | 
 |  |  |                     ReportSub.HOutPrice =0; | 
 |  |  |                     ReportSub.HOutPrice = 0; | 
 |  |  |                     ReportSub.HOutMoney = 0; | 
 |  |  |                     ReportSub.HSourceID = (long)ItemView.HSourceID; | 
 |  |  |                     ReportSub.HEmpNumber = ""; | 
 |  |  |                     ReportSub.HRelBeginDate = DateTime.Now; | 
 |  |  |                     ReportSub.HRelEndDate = DateTime.Now; | 
 |  |  |                     ReportSub.HTimes =3; | 
 |  |  |                     ReportSub.HTimes = 3; | 
 |  |  |                     ReportSub.HSeOrderInterID = 0; | 
 |  |  |                     ReportSub.HSeOrderEntryID =0; | 
 |  |  |                     ReportSub.HSeOrderEntryID = 0; | 
 |  |  |                     ReportSub.HSeOrderBillNo = ""; | 
 |  |  |                     ReportSub.HProcPlanInterID = 0; | 
 |  |  |                     ReportSub.HProcPlanBillNo = ""; | 
 |  |  | 
 |  |  |                     ReportSub.HRelationMoney = 0; | 
 |  |  |                     ReportSub.HMaterID = (long)ItemView.HMaterID; | 
 |  |  |                     ReportSub.HMaterNumber = ItemView.HMaterNumber; | 
 |  |  |                     ReportSub.HCheckQty =0; | 
 |  |  |                     ReportSub.HBadCount =0; | 
 |  |  |                     ReportSub.HWasterQty =0; | 
 |  |  |                     ReportSub.HWasterQty2 =0; | 
 |  |  |                     ReportSub.HPrice =0; | 
 |  |  |                     ReportSub.HMoney =0; | 
 |  |  |                     ReportSub.HProcPlanInterID =0; | 
 |  |  |                     ReportSub.HProcPlanEntryID =0; | 
 |  |  |                     ReportSub.HProcPlanBillNo =""; | 
 |  |  |                     ReportSub.HSourceEntryID =0; | 
 |  |  |                     ReportSub.HSourceBillType =""; | 
 |  |  |                     ReportSub.HRelationQty =0; | 
 |  |  |                     ReportSub.HRelationMoney =0; | 
 |  |  |                     ReportSub.HBadPrirce =0; | 
 |  |  |                     ReportSub.HBadMoney =0; | 
 |  |  |                     ReportSub.HWasterPrice =0; | 
 |  |  |                     ReportSub.HWasterMoney =0; | 
 |  |  |                     ReportSub.HQualityRate =0; | 
 |  |  |                     ReportSub.HSecUnitQty1 =0; | 
 |  |  |                     ReportSub.HSecUnitRate1=0; | 
 |  |  |                     ReportSub.HSecUnitQty2=0; | 
 |  |  |                     ReportSub.HSecUnitRate2=0; | 
 |  |  |                     ReportSub.HUsingQty=0; | 
 |  |  |                     ReportSub.HSelfBadCount=0; | 
 |  |  |                     ReportSub.HPreBadCount=0; | 
 |  |  |                     ReportSub.HPayMentQty=0; | 
 |  |  |                     ReportSub.HOtherDeduct=0; | 
 |  |  |                     ReportSub.HRelPay=0; | 
 |  |  |                     ReportSub.HOtherItem1=""; | 
 |  |  |                     ReportSub.HOtherItem2=""; | 
 |  |  |                     ReportSub.HOtherItem3=""; | 
 |  |  |                     ReportSub.HOtherItem4=""; | 
 |  |  |                     ReportSub.HOtherItem5=""; | 
 |  |  |                     ReportSub.HPackType=""; | 
 |  |  |                     ReportSub.HCheckEmpID=0; | 
 |  |  |                     ReportSub.HWeight=0; | 
 |  |  |                     ReportSub.HBatchNo=""; | 
 |  |  |                     | 
 |  |  |                     ReportSub.HCheckQty = 0; | 
 |  |  |                     ReportSub.HBadCount = 0; | 
 |  |  |                     ReportSub.HWasterQty = 0; | 
 |  |  |                     ReportSub.HWasterQty2 = 0; | 
 |  |  |                     ReportSub.HPrice = 0; | 
 |  |  |                     ReportSub.HMoney = 0; | 
 |  |  |                     ReportSub.HProcPlanInterID = 0; | 
 |  |  |                     ReportSub.HProcPlanEntryID = 0; | 
 |  |  |                     ReportSub.HProcPlanBillNo = ""; | 
 |  |  |                     ReportSub.HSourceEntryID = 0; | 
 |  |  |                     ReportSub.HSourceBillType = ""; | 
 |  |  |                     ReportSub.HRelationQty = 0; | 
 |  |  |                     ReportSub.HRelationMoney = 0; | 
 |  |  |                     ReportSub.HBadPrirce = 0; | 
 |  |  |                     ReportSub.HBadMoney = 0; | 
 |  |  |                     ReportSub.HWasterPrice = 0; | 
 |  |  |                     ReportSub.HWasterMoney = 0; | 
 |  |  |                     ReportSub.HQualityRate = 0; | 
 |  |  |                     ReportSub.HSecUnitQty1 = 0; | 
 |  |  |                     ReportSub.HSecUnitRate1 = 0; | 
 |  |  |                     ReportSub.HSecUnitQty2 = 0; | 
 |  |  |                     ReportSub.HSecUnitRate2 = 0; | 
 |  |  |                     ReportSub.HUsingQty = 0; | 
 |  |  |                     ReportSub.HSelfBadCount = 0; | 
 |  |  |                     ReportSub.HPreBadCount = 0; | 
 |  |  |                     ReportSub.HPayMentQty = 0; | 
 |  |  |                     ReportSub.HOtherDeduct = 0; | 
 |  |  |                     ReportSub.HRelPay = 0; | 
 |  |  |                     ReportSub.HOtherItem1 = ""; | 
 |  |  |                     ReportSub.HOtherItem2 = ""; | 
 |  |  |                     ReportSub.HOtherItem3 = ""; | 
 |  |  |                     ReportSub.HOtherItem4 = ""; | 
 |  |  |                     ReportSub.HOtherItem5 = ""; | 
 |  |  |                     ReportSub.HPackType = ""; | 
 |  |  |                     ReportSub.HCheckEmpID = 0; | 
 |  |  |                     ReportSub.HWeight = 0; | 
 |  |  |                     ReportSub.HBatchNo = ""; | 
 |  |  |  | 
 |  |  |                     //保存到汇报单子表 | 
 |  |  |                     ReportModel.DetailColl.Add(ReportSub); | 
 |  |  |                 } | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("SaveProcessReportList")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveProcessReportList([FromBody] JObject msg)  | 
 |  |  |         public object SaveProcessReportList([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  | 
 |  |  |                 List<Model.ClsSc_ProcessReportSub> lsReportSub = new List<Model.ClsSc_ProcessReportSub>(); | 
 |  |  |                 foreach (WebAPI.Models.Sc_ProcessSendWorkViewModel ItemView in ls) | 
 |  |  |                 { | 
 |  |  |                     | 
 |  |  |  | 
 |  |  |                     i++; | 
 |  |  |                     Model.ClsSc_ProcessReportSub reportSub = new Model.ClsSc_ProcessReportSub(); | 
 |  |  |                     if (ItemView.数量 <= 0) | 
 |  |  | 
 |  |  |                     reportSub.HRemark = ""; | 
 |  |  |                     reportSub.HCloseMan = ReportModel.omodel.HCloseMan; | 
 |  |  |                     reportSub.HCloseType = false; | 
 |  |  |                     reportSub.HEmpID =0; | 
 |  |  |                     reportSub.HICMOBillNo =""; | 
 |  |  |                     reportSub.HEmpID = 0; | 
 |  |  |                     reportSub.HICMOBillNo = ""; | 
 |  |  |                     reportSub.HICMOInterID = (long)ItemView.HICMOInterID; | 
 |  |  |                     reportSub.HRemark = ""; | 
 |  |  |                     reportSub.HSourceBillType = "3712"; | 
 |  |  | 
 |  |  |                     lsReportSub.Add(reportSub); | 
 |  |  |  | 
 |  |  |                 } | 
 |  |  |                 if (lsReportSub.Count>0) | 
 |  |  |                 if (lsReportSub.Count > 0) | 
 |  |  |                 { | 
 |  |  |                     //然后在循环保存到汇报但子表 | 
 |  |  |                     foreach (Model.ClsSc_ProcessReportSub item in lsReportSub) | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("SaveBadReasonList")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveBadReasonList([FromBody] JObject msg)  | 
 |  |  |         public object SaveBadReasonList([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  | 
 |  |  |             string user = sArray[2].ToString(); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |             string UserName=""; | 
 |  |  |             string UserName = ""; | 
 |  |  |             ListModels oListModels = new ListModels(); | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  | 
 |  |  |                 foreach (Model.ClsQC_NoPassProdCheckBillMain oItem in lsmain) | 
 |  |  |                 { | 
 |  |  |                     //oItem.HMaker = ""; | 
 |  |  |                     UserName=oItem.HMaker; | 
 |  |  |                     UserName = oItem.HMaker; | 
 |  |  |                     oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); | 
 |  |  |                     oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); | 
 |  |  |                     oItem.HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd")); | 
 |  |  | 
 |  |  |                     oItem.HBillSubType = "7509"; | 
 |  |  |                     oItem.HBillStatus = 1; | 
 |  |  |                     oItem.HPeriod = 0; | 
 |  |  |                     oItem.HGroupName =""; | 
 |  |  |                     oItem.HGroupName = ""; | 
 |  |  |                     oItem.HSourceID = 0; | 
 |  |  |                     oItem.HICMOInterID = 0; | 
 |  |  |                     oItem.HICMOBillNo = ""; | 
 |  |  | 
 |  |  |                     oItem.HMainSourceInterID = oItem.HInterID; | 
 |  |  |                     oItem.HInterID = 0; | 
 |  |  |                     //oItem.HInterID = DBUtility.ClsPub.CreateBillID_SRMProd("1103", ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                     if (DBUtility.ClsPub.isStrNull(oItem.HDate)=="") | 
 |  |  |                     if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     oBill.omodel = oItem; | 
 |  |  |                 }              | 
 |  |  |                 } | 
 |  |  |                 //表体数据 | 
 |  |  |                 //按 },{来拆分数组 //去掉【和】 | 
 |  |  |                 msg3 = msg3.Substring(1, msg3.Length - 2); | 
 |  |  | 
 |  |  |                         break; | 
 |  |  |                     } | 
 |  |  |                     //将前台临时存放的值传过来的值赋给对应的不良数量字段 | 
 |  |  |                     oItemSub.HBadQty = Convert.ToDecimal( oItemSub.HMRBChecker); | 
 |  |  |                     if (oItemSub.HBadQty<=0) | 
 |  |  |                     oItemSub.HBadQty = Convert.ToDecimal(oItemSub.HMRBChecker); | 
 |  |  |                     if (oItemSub.HBadQty <= 0) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  | 
 |  |  |                         objJsonResult.data = 1; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if ((double)oItemSub.HBadQty >oBill.omodel.HPlanQty ) | 
 |  |  |                     if ((double)oItemSub.HBadQty > oBill.omodel.HPlanQty) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  | 
 |  |  |                         objJsonResult.data = 1; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (DBUtility.ClsPub.isStrNull(oItemSub.HWasterReasonName)=="") | 
 |  |  |                     if (DBUtility.ClsPub.isStrNull(oItemSub.HWasterReasonName) == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  | 
 |  |  |                     oItemSub.HBadPCSQty = 0; | 
 |  |  |                     oItemSub.HQCResultID = 0; | 
 |  |  |                     oBill.DetailColl.Add(oItemSub); | 
 |  |  |                      | 
 |  |  |  | 
 |  |  |                 } | 
 |  |  |                 //保存前判断(单据号重复,笔录项目) | 
 |  |  |                 //保存 | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("CloseProcessReportList")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object CloseProcessReportList(int HInterID,int IsClose,string CurUserName)  | 
 |  |  |         public object CloseProcessReportList(int HInterID, int IsClose, string CurUserName) | 
 |  |  |         { | 
 |  |  |             DataSet ds; | 
 |  |  |              string ModRightNameCheck = "Sc_ProcessReport_check"; | 
 |  |  |             string ModRightNameCheck = "Sc_ProcessReport_check"; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //审核权限 | 
 |  |  | 
 |  |  |                 } | 
 |  |  |                 var HChecker = ds.Tables[0].Rows[0]["HChecker"].ToString(); | 
 |  |  |                 var HCloseMan = ds.Tables[0].Rows[0]["HCloseMan"].ToString(); | 
 |  |  |             | 
 |  |  |  | 
 |  |  |                 if (IsClose == 0) | 
 |  |  |                 { | 
 |  |  |                     if (HCloseMan.Trim() != "" || HChecker.Trim() == "") | 
 |  |  | 
 |  |  |                     objJsonResult.Message = "* 单据关闭成功!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; ; | 
 |  |  |                 }  | 
 |  |  |                 else if(IsClose==1) | 
 |  |  |                 } | 
 |  |  |                 else if (IsClose == 1) | 
 |  |  |                 { | 
 |  |  |                     if (HCloseMan.Trim() == "" || HChecker.Trim() == "") | 
 |  |  |                     { | 
 |  |  | 
 |  |  |                     return objJsonResult; ; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                  | 
 |  |  |  | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "审核失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult;  | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "没有这个单据,无法审核!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult;  | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 var HChecker = ds.Tables[0].Rows[0]["HChecker"].ToString();//取审核人 | 
 |  |  |                 var HMaker=ds.Tables[0].Rows[0]["HMaker"].ToString();//取制单人 | 
 |  |  |                 var HCloseMan=ds.Tables[0].Rows[0]["HCloseMan"].ToString();//取关闭人 | 
 |  |  |                 var HMaker = ds.Tables[0].Rows[0]["HMaker"].ToString();//取制单人 | 
 |  |  |                 var HCloseMan = ds.Tables[0].Rows[0]["HCloseMan"].ToString();//取关闭人 | 
 |  |  |                 if (IsAudit == 0) | 
 |  |  |                 { | 
 |  |  |                     if (HChecker.Trim() != "" || HChecker.Trim() == HMaker || HCloseMan != "") | 
 |  |  | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "* 单据审核成功!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult;  | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 else if (IsAudit == 1) | 
 |  |  |                 { | 
 |  |  | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "* 单据反审核成功!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult;  | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据无法审核!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult;  | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/MES_WW_EntrustProcSendWorkBill_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object MES_WW_EntrustProcSendWorkBill_Json(string sqlWhere,string user) | 
 |  |  |         public object MES_WW_EntrustProcSendWorkBill_Json(string sqlWhere, string user) | 
 |  |  |         { | 
 |  |  |             DataSet ds; | 
 |  |  |             try | 
 |  |  | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_WW_EntrustProcSendWorkBillList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sqlWhere+ " order by hmainid desc "; | 
 |  |  |                     string sql = sql1 + sqlWhere + " order by hmainid desc "; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_WW_EntrustProcSendWorkBillList"); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/MES_WW_EntrustProcessReportBill_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object MES_WW_EntrustProcessReportBill_Json(string sqlWhere,string user) | 
 |  |  |         public object MES_WW_EntrustProcessReportBill_Json(string sqlWhere, string user) | 
 |  |  |         { | 
 |  |  |             DataSet ds; | 
 |  |  |             try | 
 |  |  | 
 |  |  |         /// <param name="sqlWhere"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/MES_WW_EntrustProcessSendOutBillList_Json")] | 
 |  |  |         [HttpGet]  | 
 |  |  |         public object MES_WW_EntrustProcessSendOutBillList_Json(string sqlWhere,string user) | 
 |  |  |         [HttpGet] | 
 |  |  |         public object MES_WW_EntrustProcessSendOutBillList_Json(string sqlWhere, string user) | 
 |  |  |         { | 
 |  |  |             DataSet ds; | 
 |  |  |             try | 
 |  |  | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_WW_EntrustProcessSendOutBillList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sqlWhere+ " order by hmainid desc "; | 
 |  |  |                     string sql = sql1 + sqlWhere + " order by hmainid desc "; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_WW_EntrustProcessSendOutBillList"); | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  | 
 |  |  |                         objJsonResult.data = 1; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                    | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     sendworksub.HEntryID = i; | 
 |  |  |                     sendworksub.HEntryCloseDate = DBUtility.ClsPub.isDate(DateTime.Now); | 
 |  |  | 
 |  |  |                     ReportMain.HCloseType = false; | 
 |  |  |                     ReportMain.HPrintQty = 0; | 
 |  |  |                     ReportMain.HMainSourceBillType = "3740"; | 
 |  |  |                     ReportMain.HMainSourceInterID =0; | 
 |  |  |                     ReportMain.HMainSourceInterID = 0; | 
 |  |  |                     ReportMain.HMainSourceBillNo = ItemView.HWW_BillNo; | 
 |  |  |                     ReportMain.HInterID = 0; | 
 |  |  |                     ReportMain.HPeriod = 1; | 
 |  |  | 
 |  |  |                     ReportMain.HDeptID = Convert.ToInt32(ItemView.HDeptID); | 
 |  |  |                     ReportMain.HExplanation = ""; | 
 |  |  |                     ReportMain.HInnerBillNo = ""; | 
 |  |  |                     ReportMain.HSupID =Convert.ToInt32( ItemView.HSupID); | 
 |  |  |                     ReportMain.HSupID = Convert.ToInt32(ItemView.HSupID); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //保存到汇报单主表 | 
 |  |  | 
 |  |  |                     ReportSub.HCloseType = false; | 
 |  |  |                     ReportSub.HSourceBillType = "3740"; | 
 |  |  |                     ReportSub.HQty = Convert.ToDecimal(ItemView.HQty); | 
 |  |  |                     ReportSub.HProcID =Convert.ToInt32( ItemView.HProcID); | 
 |  |  |                     ReportSub.HProcID = Convert.ToInt32(ItemView.HProcID); | 
 |  |  |                     ReportSub.HTimes = 0; | 
 |  |  |                     ReportSub.HSeOrderInterID = 0; | 
 |  |  |                     ReportSub.HSeOrderEntryID = 0; | 
 |  |  | 
 |  |  |                     WorkOrdersub.HSourceInterID = oItemSub.hmainid.Value; //--源单id | 
 |  |  |                     WorkOrdersub.HSourceEntryID = oItemSub.hsubid.Value; //--源单子ID | 
 |  |  |                     WorkOrdersub.HSourceBillNo = oItemSub.单据号; //--源单单号 | 
 |  |  |                     WorkOrdersub.HSourceBillType= oItemSub.HBillType; //--源单类型 | 
 |  |  |                     WorkOrdersub.HSourceBillType = oItemSub.HBillType; //--源单类型 | 
 |  |  |                     WorkOrdersub.HRelationQty = 0;  //--关联数量 | 
 |  |  |                     WorkOrdersub.HRelationMoney = 0; //--关联金额 | 
 |  |  |                     WorkOrdersub.HOrderBillNo = ""; //--销售订单号 | 
 |  |  | 
 |  |  |                     WorkOrdersub.HQty = (double)oItemSub.计划数量; //--订单数量 | 
 |  |  |                     WorkOrdersub.HEntrustType = "3739"; //--委外类型 | 
 |  |  |                     WorkOrdersub.HNextProcName = ""; //--下道工序 | 
 |  |  |                     WorkOrdersub.HPrice =0; //加工费 | 
 |  |  |                     WorkOrdersub.HPrice = 0; //加工费 | 
 |  |  |                     WorkOrdersub.HOutQty = 0;  //--关联发出数量 | 
 |  |  |                     WorkOrdersub.HInQty =0; //--关联接收数量 | 
 |  |  |                     WorkOrdersub.HInQty = 0; //--关联接收数量 | 
 |  |  |                     WorkOrdersub.HBackSupDate = DateTime.Now; //--实际交货日期 | 
 |  |  |                     WorkOrdersub.HInDate = DateTime.Now; //--交货日期  | 
 |  |  |                     WorkOrdersub.HWorkProcFlow = ""; //--工艺流 | 
 |  |  | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         #region 不良品评审申请单 | 
 |  |  |  | 
 |  |  |         #region 不良品评审申请单 新增/编辑       | 
 |  |  |         [Route("Sc_ProcessMangement/SaveQC_NoPassProdRequestBill")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveQC_NoPassProdRequestBill([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  |             string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); | 
 |  |  |             string msg2 = sArray[0].ToString(); | 
 |  |  |             //string msg3 = sArray[1].ToString(); //子表 | 
 |  |  |             string refSav = sArray[1].ToString();//操作方式数据类型 1添加 3修改 2 复制 | 
 |  |  |             string msg4 = sArray[2].ToString();//用户名 | 
 |  |  |  | 
 |  |  |             DBUtility.ClsPub.CurUserName = msg4; | 
 |  |  |  | 
 |  |  |             string UserName = ""; | 
 |  |  |             string s = ""; | 
 |  |  |             ListModels oListModels = new ListModels(); | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //编辑权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second("QC_NoPassProdRequestBillMain_Edit", 1, false, msg4)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无保存权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 // QC_NoPassProdRequestBill | 
 |  |  |                 DAL.ClsQC_NoPassProdRequestBill oBill = new DAL.ClsQC_NoPassProdRequestBill(); | 
 |  |  |                 List<Model.ClsQC_NoPassProdRequestBillMain> lsmain = new List<Model.ClsQC_NoPassProdRequestBillMain>(); | 
 |  |  |                 msg2 = msg2.Replace("\\", ""); | 
 |  |  |                 msg2 = msg2.Replace("\n", "");  //\n | 
 |  |  |                 lsmain = oListModels.getObjectByJson_QC_NoPassProdRequestBill(msg2); | 
 |  |  |                 foreach (Model.ClsQC_NoPassProdRequestBillMain oItem in lsmain) | 
 |  |  |                 { | 
 |  |  |                     if (refSav == "Add") | 
 |  |  |                     { | 
 |  |  |                         //单据号是否重复 | 
 |  |  |                         if (oBill.IsExistBillNo(ref ClsPub.sExeReturnInfo, oItem.HBillNo, BillStatus, BillOld.omodel.HInterID)) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据号重复!不允许保存!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (refSav == "Update") | 
 |  |  |                     { | 
 |  |  |                         if (oBill.ShowBill(oItem.HInterID, ref s) == false) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据有误!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         //判断是否可编辑 | 
 |  |  |                         if (oBill.omodel.HChecker != "" && oBill.omodel.HChecker != null) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据已经被审核,不允许修改!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         if (oBill.omodel.HBillStatus > 1) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据处于不可编辑状态,不允许修改!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         if (!DBUtility.Xt_BaseBillFun.Fun_AllowEditBill(oBill, ref s)) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = s + ",不允许修改"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     UserName = oItem.HMaker;  //制单人 | 
 |  |  |                     oItem.HBillType = "7512"; | 
 |  |  |                     oItem.HBillSubType = "7512"; | 
 |  |  |  | 
 |  |  |                     oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); | 
 |  |  |                     oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); | 
 |  |  |                     oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); | 
 |  |  |  | 
 |  |  |                     if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "保存失败!没有单据日期,无法保存!"; | 
 |  |  |                         objJsonResult.data = 1; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     oBill.omodel = oItem; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //保存 | 
 |  |  |                 //保存完毕后验收 | 
 |  |  |                 bool bResult; | 
 |  |  |                 if (refSav == "Add") | 
 |  |  |                 { | 
 |  |  |  | 
 |  |  |                     bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 } | 
 |  |  |                 else if (refSav == "Update") | 
 |  |  |                 { | 
 |  |  |                     bResult = oBill.ModifyBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     bResult = false; | 
 |  |  |                 } | 
 |  |  |                 if (bResult) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "保存成功!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "保存失败!" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "保存失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = 1; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审申请单 编辑回显列表 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/Edit_QC_NoPassProdRequestBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Edit_QC_NoPassProdRequestBill(string HID) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 List<object> columnNameList = new List<object>(); | 
 |  |  |  | 
 |  |  |                 string sql = "select * from h_v_QC_NoPassProdRequestBillMainList where hmainid='" + HID + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdRequestBillMainList"); | 
 |  |  |  | 
 |  |  |                 //添加列名 | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns) | 
 |  |  |                 { | 
 |  |  |                     Type dataType = col.DataType; | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; | 
 |  |  |                     columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = columnNameList; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审申请单 列表 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/Get_QC_NoPassProdRequestBillList")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Get_QC_NoPassProdRequestBillList(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 List<object> columnNameList = new List<object>(); | 
 |  |  |  | 
 |  |  |                 //查看权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("QC_NoPassProdRequestBillMain_Query", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无查看权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (sWhere == null || sWhere.Equals("")) | 
 |  |  |                 { | 
 |  |  |                     string sql = "select * from h_v_QC_NoPassProdRequestBillMainList order by 单据号 desc"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdRequestBillMainList"); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_QC_NoPassProdRequestBillMainList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sWhere + " order by 单据号 desc"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdRequestBillMainList"); | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //添加列名 | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns) | 
 |  |  |                 { | 
 |  |  |                     Type dataType = col.DataType; | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; | 
 |  |  |                     columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = columnNameList; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审申请单 删除 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/DeleteQC_NoPassProdRequestBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object DeleteQC_NoPassProdRequestBill(string HInterID, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 string s = ""; | 
 |  |  |                 DAL.ClsQC_NoPassProdRequestBill BillOld = new DAL.ClsQC_NoPassProdRequestBill(); | 
 |  |  |                 //查看权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("QC_NoPassProdRequestBillMain_Delete", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无删除权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (HInterID == null || HInterID.Equals("")) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID不能为空!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (BillOld.ShowBill(long.Parse(HInterID), ref s) == false) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "此单据有误!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //判断是否可删除 | 
 |  |  |                 if (BillOld.omodel.HChecker != "" && BillOld.omodel.HChecker != null) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "此单据已经被审核,不允许删除!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //删除前控制=========================================       | 
 |  |  |                 string sql1 = "exec h_p_QC_NoPassProdRequestBill_BeforeDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdRequestBill_BeforeDelCtrl"); | 
 |  |  |                 if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:删除前判断失败,请与网络管理人员联系"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //==================================================================================   | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 oCN.BeginTran(); | 
 |  |  |  | 
 |  |  |                 oCN.RunProc("delete from QC_NoPassProdRequestBillMain where HInterID = " + HInterID); | 
 |  |  |                 oCN.RunProc("delete from QC_NoPassProdRequestBillSub where HInterID= " + HInterID); | 
 |  |  |  | 
 |  |  |                 //删除后控制==================================================================================       | 
 |  |  |                 string sql2 = "exec h_p_QC_NoPassProdRequestBill_AfterDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql2, "h_p_QC_NoPassProdRequestBill_AfterDelCtrl"); | 
 |  |  |                 if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     s = "删除后判断失败,请与网络管理人员联系"; | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + s; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                 { | 
 |  |  |                     s = ds.Tables[0].Rows[0]["HRemark"].ToString(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + s; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //============================================================================================== | 
 |  |  |  | 
 |  |  |                 oCN.Commit(); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "删除成功"; | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审申请单 审核/反审核 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">审核(0),反审核(1)</param> | 
 |  |  |         /// <param name="CurUserName">审核人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/AuditQC_NoPassProdRequestBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object AuditQC_NoPassProdRequestBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdRequestBillMain_Check"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //审核权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "审核失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdRequestBill oBill = new DAL.ClsQC_NoPassProdRequestBill();               //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HCloseMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已关闭!不能再次审核!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已作废!不能再次审核!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //审核判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HChecker.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已审核!不能再次审核!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反审核判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HChecker.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未审核!不需要反审核!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的审核/反审核操作 | 
 |  |  |                 if (IsAudit == 0) //审核提交 | 
 |  |  |                 { | 
 |  |  |                     oCN.BeginTran(); | 
 |  |  |  | 
 |  |  |                     //记录返回信息 | 
 |  |  |                     string msg = ""; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //审核前控制=========================================       | 
 |  |  |                     string sql1 = "exec h_p_QC_NoPassProdRequestBill_BeforeCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdRequestBill_BeforeCheckCtrl"); | 
 |  |  |                     if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:审核前判断失败,请与网络管理人员联系"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |  | 
 |  |  |                     if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     //==================================================================================       | 
 |  |  |  | 
 |  |  |                     //审核提交 | 
 |  |  |                     if (oBill.CheckBill(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_QC_NoPassProdRequestBill_AfterCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         oCN.Commit(); | 
 |  |  |  | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核成功!" + msg; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |  | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反审核提交 | 
 |  |  |                 { | 
 |  |  |  | 
 |  |  |                     //反审核前控制=========================================         | 
 |  |  |                     string sql1 = "exec h_p_QC_NoPassProdRequestBill_BeforeUnCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdRequestBill_BeforeUnCheckCtrl"); | 
 |  |  |                     if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:反审核前判断失败,请与网络管理人员联系"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |  | 
 |  |  |                     } | 
 |  |  |                     if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     //===========================================================           | 
 |  |  |  | 
 |  |  |                     //反审核提交AbandonCheck | 
 |  |  |                     if (oBill.AbandonCheck(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_QC_NoPassProdRequestBill_AfterUnCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "审核失败或者反审核失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审申请单 关闭/反关闭 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">关闭(0),反关闭(1)</param> | 
 |  |  |         /// <param name="CurUserName">关闭人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/CloseQC_NoPassProdRequestBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object CloseQC_NoPassProdRequestBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdRequestBillMain_Close"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //检查权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "关闭失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdRequestBill oBill = new DAL.ClsQC_NoPassProdRequestBill();             //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已作废!不能进行关闭!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (oBill.omodel.HChecker.Trim() == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据未审核!不能进行关闭!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //关闭判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HCloseMan.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已关闭!不能再次关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反关闭判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HCloseMan.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未关闭!不需要反关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的关闭/反关闭操作 | 
 |  |  |                 if (IsAudit == 0) //关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //关闭提交 | 
 |  |  |                     if (oBill.CloseBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "关闭成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "关闭失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //反关闭提交 | 
 |  |  |                     if (oBill.CancelClose(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反关闭成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反关闭失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "关闭失败或者反关闭失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审申请单  作废/反作废 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">作废(0),反作废(1)</param> | 
 |  |  |         /// <param name="CurUserName">作废人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/DeleteQC_NoPassProdRequestBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object DeleteQC_NoPassProdRequestBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdRequestBillMain_Drop"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //检查权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "作废失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdRequestBill oBill = new DAL.ClsQC_NoPassProdRequestBill();              //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HChecker.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已审核!不能进行作废!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //作废判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已作废!不能再作废!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反作废判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HDeleteMan.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未作废!不需要反作废!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的作废/反作废操作 | 
 |  |  |                 if (IsAudit == 0) //作废提交 | 
 |  |  |                 { | 
 |  |  |                     //作废提交 | 
 |  |  |                     if (oBill.Cancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "作废成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "作废失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //反关闭提交 | 
 |  |  |                     if (oBill.AbandonCancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反作废成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反作废失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "作废失败或者反作废失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理单 | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理单 新增/编辑       | 
 |  |  |         [Route("Sc_ProcessMangement/SaveQC_NoPassProdDisposeBill")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveQC_NoPassProdDisposeBill([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  |             string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); | 
 |  |  |             string msg2 = sArray[0].ToString(); | 
 |  |  |             //string msg3 = sArray[1].ToString(); //子表 | 
 |  |  |             string refSav = sArray[1].ToString();//操作方式数据类型 1添加 3修改 2 复制 | 
 |  |  |             string msg4 = sArray[2].ToString();//用户名 | 
 |  |  |  | 
 |  |  |             DBUtility.ClsPub.CurUserName = msg4; | 
 |  |  |  | 
 |  |  |             string UserName = ""; | 
 |  |  |             string s = ""; | 
 |  |  |             ListModels oListModels = new ListModels(); | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //编辑权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second("QC_NoPassProdDisposeBillMain_Edit", 1, false, msg4)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无保存权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 // QC_NoPassProdDisposeBill | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeBill oBill = new DAL.ClsQC_NoPassProdDisposeBill(); | 
 |  |  |                 List<Model.ClsQC_NoPassProdDisposeBillMain> lsmain = new List<Model.ClsQC_NoPassProdDisposeBillMain>(); | 
 |  |  |                 msg2 = msg2.Replace("\\", ""); | 
 |  |  |                 msg2 = msg2.Replace("\n", "");  //\n | 
 |  |  |                 lsmain = oListModels.getObjectByJson_QC_NoPassProdDisposeBill(msg2); | 
 |  |  |                 foreach (Model.ClsQC_NoPassProdDisposeBillMain oItem in lsmain) | 
 |  |  |                 { | 
 |  |  |                     if (refSav == "Add") | 
 |  |  |                     { | 
 |  |  |                         //单据号是否重复 | 
 |  |  |                         if (oBill.IsExistBillNo(ref ClsPub.sExeReturnInfo, oItem.HBillNo, BillStatus, BillOld.omodel.HInterID)) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据号重复!不允许保存!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (refSav == "Update") | 
 |  |  |                     { | 
 |  |  |                         if (oBill.ShowBill(oItem.HInterID, ref s) == false) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据有误!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         //判断是否可编辑 | 
 |  |  |                         if (oBill.omodel.HChecker != "" && oBill.omodel.HChecker != null) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据已经被审核,不允许修改!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         if (oBill.omodel.HBillStatus > 1) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据处于不可编辑状态,不允许修改!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         if (!DBUtility.Xt_BaseBillFun.Fun_AllowEditBill(oBill, ref s)) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = s + ",不允许修改"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     UserName = oItem.HMaker;  //制单人 | 
 |  |  |                     oItem.HBillType = "7514"; | 
 |  |  |                     oItem.HBillSubType = "7514"; | 
 |  |  |  | 
 |  |  |                     oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); | 
 |  |  |                     oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); | 
 |  |  |                     oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); | 
 |  |  |  | 
 |  |  |                     if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "保存失败!没有单据日期,无法保存!"; | 
 |  |  |                         objJsonResult.data = 1; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     oBill.omodel = oItem; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //保存 | 
 |  |  |                 //保存完毕后验收 | 
 |  |  |                 bool bResult; | 
 |  |  |                 if (refSav == "Add") | 
 |  |  |                 { | 
 |  |  |  | 
 |  |  |                     bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 } | 
 |  |  |                 else if (refSav == "Update") | 
 |  |  |                 { | 
 |  |  |                     bResult = oBill.ModifyBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     bResult = false; | 
 |  |  |                 } | 
 |  |  |                 if (bResult) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "保存成功!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "保存失败!" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "保存失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = 1; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理单 编辑回显列表 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/Edit_QC_NoPassProdDisposeBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Edit_QC_NoPassProdDisposeBill(string HID) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 List<object> columnNameList = new List<object>(); | 
 |  |  |  | 
 |  |  |                 string sql = "select * from h_v_QC_NoPassProdDisposeBillMain_Edit where hmainid='" + HID + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdDisposeBillMain_Edit"); | 
 |  |  |  | 
 |  |  |                 //添加列名 | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns) | 
 |  |  |                 { | 
 |  |  |                     Type dataType = col.DataType; | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; | 
 |  |  |                     columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = columnNameList; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理单 列表 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/Get_QC_NoPassProdDisposeBillList")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Get_QC_NoPassProdDisposeBillList(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 List<object> columnNameList = new List<object>(); | 
 |  |  |  | 
 |  |  |                 //查看权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("QC_NoPassProdDisposeBillMain_Query", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无查看权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (sWhere == null || sWhere.Equals("")) | 
 |  |  |                 { | 
 |  |  |                     string sql = "select * from h_v_QC_NoPassProdDisposeBillMainList order by 单据号 desc"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdDisposeBillMainList"); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_QC_NoPassProdDisposeBillMainList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sWhere + " order by 单据号 desc"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdDisposeBillMainList"); | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //添加列名 | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns) | 
 |  |  |                 { | 
 |  |  |                     Type dataType = col.DataType; | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; | 
 |  |  |                     columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = columnNameList; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理单 删除 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/DeleteQC_NoPassProdDisposeBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object DeleteQC_NoPassProdDisposeBill(string HInterID, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 string s = ""; | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeBill BillOld = new DAL.ClsQC_NoPassProdDisposeBill(); | 
 |  |  |                 //查看权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("QC_NoPassProdDisposeBillMain_Delete", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无删除权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (HInterID == null || HInterID.Equals("")) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID不能为空!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (BillOld.ShowBill(long.Parse(HInterID), ref s) == false) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "此单据有误!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //判断是否可删除 | 
 |  |  |                 if (BillOld.omodel.HChecker != "" && BillOld.omodel.HChecker != null) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "此单据已经被审核,不允许删除!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //删除前控制=========================================       | 
 |  |  |                 string sql1 = "exec h_p_QC_NoPassProdDisposeBill_BeforeDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdDisposeBill_BeforeDelCtrl"); | 
 |  |  |                 if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:删除前判断失败,请与网络管理人员联系"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //==================================================================================   | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 oCN.BeginTran(); | 
 |  |  |  | 
 |  |  |                 oCN.RunProc("delete from QC_NoPassProdDisposeBillMain where HInterID = " + HInterID); | 
 |  |  |                 oCN.RunProc("delete from QC_NoPassProdDisposeBillSub where HInterID= " + HInterID); | 
 |  |  |  | 
 |  |  |                 //删除后控制==================================================================================       | 
 |  |  |                 string sql2 = "exec h_p_QC_NoPassProdDisposeBill_AfterDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql2, "h_p_QC_NoPassProdDisposeBill_AfterDelCtrl"); | 
 |  |  |                 if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     s = "删除后判断失败,请与网络管理人员联系"; | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + s; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                 { | 
 |  |  |                     s = ds.Tables[0].Rows[0]["HRemark"].ToString(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + s; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //============================================================================================== | 
 |  |  |  | 
 |  |  |                 oCN.Commit(); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "删除成功"; | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理单 审核/反审核 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">审核(0),反审核(1)</param> | 
 |  |  |         /// <param name="CurUserName">审核人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/AuditQC_NoPassProdDisposeBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object AuditQC_NoPassProdDisposeBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdDisposeBillMain_Check"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //审核权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "审核失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeBill oBill = new DAL.ClsQC_NoPassProdDisposeBill();               //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HCloseMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已关闭!不能再次审核!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已作废!不能再次审核!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //审核判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HChecker.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已审核!不能再次审核!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反审核判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HChecker.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未审核!不需要反审核!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的审核/反审核操作 | 
 |  |  |                 if (IsAudit == 0) //审核提交 | 
 |  |  |                 { | 
 |  |  |                     oCN.BeginTran(); | 
 |  |  |  | 
 |  |  |                     //记录返回信息 | 
 |  |  |                     string msg = ""; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //审核前控制=========================================       | 
 |  |  |                     string sql1 = "exec h_p_QC_NoPassProdDisposeBill_BeforeCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdDisposeBill_BeforeCheckCtrl"); | 
 |  |  |                     if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:审核前判断失败,请与网络管理人员联系"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |  | 
 |  |  |                     if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     //==================================================================================       | 
 |  |  |  | 
 |  |  |                     //审核提交 | 
 |  |  |                     if (oBill.CheckBill(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_QC_NoPassProdDisposeBill_AfterCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         oCN.Commit(); | 
 |  |  |  | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核成功!" + msg; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |  | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反审核提交 | 
 |  |  |                 { | 
 |  |  |  | 
 |  |  |                     //反审核前控制=========================================         | 
 |  |  |                     string sql1 = "exec h_p_QC_NoPassProdDisposeBill_BeforeUnCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdDisposeBill_BeforeUnCheckCtrl"); | 
 |  |  |                     if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:反审核前判断失败,请与网络管理人员联系"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |  | 
 |  |  |                     } | 
 |  |  |                     if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     //===========================================================           | 
 |  |  |  | 
 |  |  |                     //反审核提交AbandonCheck | 
 |  |  |                     if (oBill.AbandonCheck(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_QC_NoPassProdDisposeBill_AfterUnCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "审核失败或者反审核失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理单 关闭/反关闭 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">关闭(0),反关闭(1)</param> | 
 |  |  |         /// <param name="CurUserName">关闭人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/CloseQC_NoPassProdDisposeBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object CloseQC_NoPassProdDisposeBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdDisposeBillMain_Close"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //检查权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "关闭失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeBill oBill = new DAL.ClsQC_NoPassProdDisposeBill();             //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已作废!不能进行关闭!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (oBill.omodel.HChecker.Trim() == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据未审核!不能进行关闭!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //关闭判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HCloseMan.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已关闭!不能再次关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反关闭判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HCloseMan.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未关闭!不需要反关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的关闭/反关闭操作 | 
 |  |  |                 if (IsAudit == 0) //关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //关闭提交 | 
 |  |  |                     if (oBill.CloseBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "关闭成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "关闭失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //反关闭提交 | 
 |  |  |                     if (oBill.CancelClose(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反关闭成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反关闭失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "关闭失败或者反关闭失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理单  作废/反作废 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">作废(0),反作废(1)</param> | 
 |  |  |         /// <param name="CurUserName">作废人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/DeleteQC_NoPassProdDisposeBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object DeleteQC_NoPassProdDisposeBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdDisposeBillMain_Drop"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //检查权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "作废失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeBill oBill = new DAL.ClsQC_NoPassProdDisposeBill();              //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HChecker.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已审核!不能进行作废!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //作废判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已作废!不能再作废!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反作废判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HDeleteMan.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未作废!不需要反作废!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的作废/反作废操作 | 
 |  |  |                 if (IsAudit == 0) //作废提交 | 
 |  |  |                 { | 
 |  |  |                     //作废提交 | 
 |  |  |                     if (oBill.Cancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "作废成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "作废失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //反关闭提交 | 
 |  |  |                     if (oBill.AbandonCancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反作废成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反作废失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "作废失败或者反作废失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理单 出站单下推查询 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/Get_Sc_StationOutBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Get_Sc_StationOutBill(string HID) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 List<object> columnNameList = new List<object>(); | 
 |  |  |  | 
 |  |  |                 string sql = "select * from h_v_MES_StationOutBillList where hmainid='" + HID + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql, "h_v_MES_StationOutBillList"); | 
 |  |  |  | 
 |  |  |                 //添加列名 | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns) | 
 |  |  |                 { | 
 |  |  |                     Type dataType = col.DataType; | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; | 
 |  |  |                     columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = columnNameList; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理验收单 | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理验收单 新增/编辑       | 
 |  |  |         [Route("Sc_ProcessMangement/SaveQC_NoPassProdDisposeCheckBill")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveQC_NoPassProdDisposeCheckBill([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  |             string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); | 
 |  |  |             string msg2 = sArray[0].ToString(); | 
 |  |  |             //string msg3 = sArray[1].ToString(); //子表 | 
 |  |  |             string refSav = sArray[1].ToString();//操作方式数据类型 1添加 3修改 2 复制 | 
 |  |  |             string msg4 = sArray[2].ToString();//用户名 | 
 |  |  |  | 
 |  |  |             DBUtility.ClsPub.CurUserName = msg4; | 
 |  |  |  | 
 |  |  |             string UserName = ""; | 
 |  |  |             string s = ""; | 
 |  |  |             ListModels oListModels = new ListModels(); | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //编辑权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second("QC_NoPassProdDisposeCheckBillMain_Edit", 1, false, msg4)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无保存权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 // QC_NoPassProdDisposeCheckBill | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeCheckBill oBill = new DAL.ClsQC_NoPassProdDisposeCheckBill(); | 
 |  |  |                 List<Model.ClsQC_NoPassProdDisposeCheckBillMain> lsmain = new List<Model.ClsQC_NoPassProdDisposeCheckBillMain>(); | 
 |  |  |                 msg2 = msg2.Replace("\\", ""); | 
 |  |  |                 msg2 = msg2.Replace("\n", "");  //\n | 
 |  |  |                 lsmain = oListModels.getObjectByJson_QC_NoPassProdDisposeCheckBill(msg2); | 
 |  |  |                 foreach (Model.ClsQC_NoPassProdDisposeCheckBillMain oItem in lsmain) | 
 |  |  |                 { | 
 |  |  |                     if (refSav == "Add") | 
 |  |  |                     { | 
 |  |  |                         //单据号是否重复 | 
 |  |  |                         if (oBill.IsExistBillNo(ref ClsPub.sExeReturnInfo, oItem.HBillNo, BillStatus, BillOld.omodel.HInterID)) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据号重复!不允许保存!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (refSav == "Update") | 
 |  |  |                     { | 
 |  |  |                         if (oBill.ShowBill(oItem.HInterID, ref s) == false) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据有误!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         //判断是否可编辑 | 
 |  |  |                         if (oBill.omodel.HChecker != "" && oBill.omodel.HChecker != null) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据已经被审核,不允许修改!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         if (oBill.omodel.HBillStatus > 1) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据处于不可编辑状态,不允许修改!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         if (!DBUtility.Xt_BaseBillFun.Fun_AllowEditBill(oBill, ref s)) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = s + ",不允许修改"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     UserName = oItem.HMaker;  //制单人 | 
 |  |  |                     oItem.HBillType = "7515"; | 
 |  |  |                     oItem.HBillSubType = "7515"; | 
 |  |  |  | 
 |  |  |                     oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); | 
 |  |  |                     oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); | 
 |  |  |                     oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); | 
 |  |  |  | 
 |  |  |                     if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "保存失败!没有单据日期,无法保存!"; | 
 |  |  |                         objJsonResult.data = 1; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     oBill.omodel = oItem; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //保存 | 
 |  |  |                 //保存完毕后验收 | 
 |  |  |                 bool bResult; | 
 |  |  |                 if (refSav == "Add") | 
 |  |  |                 { | 
 |  |  |  | 
 |  |  |                     bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 } | 
 |  |  |                 else if (refSav == "Update") | 
 |  |  |                 { | 
 |  |  |                     bResult = oBill.ModifyBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     bResult = false; | 
 |  |  |                 } | 
 |  |  |                 if (bResult) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "保存成功!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "保存失败!" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "保存失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = 1; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理验收单 编辑回显列表 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/Edit_QC_NoPassProdDisposeCheckBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Edit_QC_NoPassProdDisposeCheckBill(string HID,int num,string HBillNo, string HInterID) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 List<object> columnNameList = new List<object>(); | 
 |  |  |                 // num =1 代表 新增页面进行选着源单 通过 查询 处理单 找出 申请单 | 
 |  |  |                 //num =2 代表 编辑回显 | 
 |  |  |                 if (num==1) | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_QC_NoPassProdDisposeBillMain_EditPlus where 处理单据号='" + HBillNo + "' and hinterid='"+ HInterID + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_v_QC_NoPassProdDisposeCheckBillMain_Edit"); | 
 |  |  |                 } | 
 |  |  |                 else if(num ==2) | 
 |  |  |                 { | 
 |  |  |                     string sql = "select * from h_v_QC_NoPassProdDisposeCheckBillMain_Edit where hmainid='" + HID + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdDisposeCheckBillMain_Edit"); | 
 |  |  |                 } | 
 |  |  |                  | 
 |  |  |  | 
 |  |  |                 //添加列名 | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns) | 
 |  |  |                 { | 
 |  |  |                     Type dataType = col.DataType; | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; | 
 |  |  |                     columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = columnNameList; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理验收单 列表 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/Get_QC_NoPassProdDisposeCheckBillList")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Get_QC_NoPassProdDisposeCheckBillList(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 List<object> columnNameList = new List<object>(); | 
 |  |  |  | 
 |  |  |                 //查看权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("QC_NoPassProdDisposeCheckBillMain_Query", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无查看权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (sWhere == null || sWhere.Equals("")) | 
 |  |  |                 { | 
 |  |  |                     string sql = "select * from h_v_QC_NoPassProdDisposeCheckBillMainList order by 单据号 desc"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdDisposeCheckBillMainList"); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_QC_NoPassProdDisposeCheckBillMainList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sWhere + " order by 单据号 desc"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdDisposeCheckBillMainList"); | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //添加列名 | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns) | 
 |  |  |                 { | 
 |  |  |                     Type dataType = col.DataType; | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; | 
 |  |  |                     columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = columnNameList; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理验收单 删除 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/DeleteQC_NoPassProdDisposeCheckBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object DeleteQC_NoPassProdDisposeCheckBill(string HInterID, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 string s = ""; | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeCheckBill BillOld = new DAL.ClsQC_NoPassProdDisposeCheckBill(); | 
 |  |  |                 //查看权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("QC_NoPassProdDisposeCheckBillMain_Delete", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无删除权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (HInterID == null || HInterID.Equals("")) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID不能为空!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (BillOld.ShowBill(long.Parse(HInterID), ref s) == false) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "此单据有误!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //判断是否可删除 | 
 |  |  |                 if (BillOld.omodel.HChecker != "" && BillOld.omodel.HChecker != null) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "此单据已经被审核,不允许删除!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //删除前控制=========================================       | 
 |  |  |                 string sql1 = "exec h_p_QC_NoPassProdDisposeCheckBill_BeforeDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdDisposeCheckBill_BeforeDelCtrl"); | 
 |  |  |                 if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:删除前判断失败,请与网络管理人员联系"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //==================================================================================   | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 oCN.BeginTran(); | 
 |  |  |  | 
 |  |  |                 oCN.RunProc("delete from QC_NoPassProdDisposeCheckBillMain where HInterID = " + HInterID); | 
 |  |  |                 oCN.RunProc("delete from QC_NoPassProdDisposeCheckBillSub where HInterID= " + HInterID); | 
 |  |  |  | 
 |  |  |                 //删除后控制==================================================================================       | 
 |  |  |                 string sql2 = "exec h_p_QC_NoPassProdDisposeCheckBill_AfterDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql2, "h_p_QC_NoPassProdDisposeCheckBill_AfterDelCtrl"); | 
 |  |  |                 if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     s = "删除后判断失败,请与网络管理人员联系"; | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + s; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                 { | 
 |  |  |                     s = ds.Tables[0].Rows[0]["HRemark"].ToString(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + s; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //============================================================================================== | 
 |  |  |  | 
 |  |  |                 oCN.Commit(); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "删除成功"; | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理验收单 审核/反审核 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">审核(0),反审核(1)</param> | 
 |  |  |         /// <param name="CurUserName">审核人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/AuditQC_NoPassProdDisposeCheckBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object AuditQC_NoPassProdDisposeCheckBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdDisposeCheckBillMain_Check"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //审核权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "审核失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeCheckBill oBill = new DAL.ClsQC_NoPassProdDisposeCheckBill();               //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HCloseMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已关闭!不能再次审核!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已作废!不能再次审核!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //审核判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HChecker.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已审核!不能再次审核!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反审核判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HChecker.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未审核!不需要反审核!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的审核/反审核操作 | 
 |  |  |                 if (IsAudit == 0) //审核提交 | 
 |  |  |                 { | 
 |  |  |                     oCN.BeginTran(); | 
 |  |  |  | 
 |  |  |                     //记录返回信息 | 
 |  |  |                     string msg = ""; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //审核前控制=========================================       | 
 |  |  |                     string sql1 = "exec h_p_QC_NoPassProdDisposeCheckBill_BeforeCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdDisposeCheckBill_BeforeCheckCtrl"); | 
 |  |  |                     if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:审核前判断失败,请与网络管理人员联系"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |  | 
 |  |  |                     if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     //==================================================================================       | 
 |  |  |  | 
 |  |  |                     //审核提交 | 
 |  |  |                     if (oBill.CheckBill(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_QC_NoPassProdDisposeCheckBill_AfterCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         oCN.Commit(); | 
 |  |  |  | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核成功!" + msg; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |  | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反审核提交 | 
 |  |  |                 { | 
 |  |  |  | 
 |  |  |                     //反审核前控制=========================================         | 
 |  |  |                     string sql1 = "exec h_p_QC_NoPassProdDisposeCheckBill_BeforeUnCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdDisposeCheckBill_BeforeUnCheckCtrl"); | 
 |  |  |                     if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:反审核前判断失败,请与网络管理人员联系"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |  | 
 |  |  |                     } | 
 |  |  |                     if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     //===========================================================           | 
 |  |  |  | 
 |  |  |                     //反审核提交AbandonCheck | 
 |  |  |                     if (oBill.AbandonCheck(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_QC_NoPassProdDisposeCheckBill_AfterUnCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "审核失败或者反审核失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理验收单 关闭/反关闭 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">关闭(0),反关闭(1)</param> | 
 |  |  |         /// <param name="CurUserName">关闭人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/CloseQC_NoPassProdDisposeCheckBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object CloseQC_NoPassProdDisposeCheckBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdDisposeCheckBillMain_Close"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //检查权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "关闭失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeCheckBill oBill = new DAL.ClsQC_NoPassProdDisposeCheckBill();             //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已作废!不能进行关闭!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (oBill.omodel.HChecker.Trim() == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据未审核!不能进行关闭!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //关闭判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HCloseMan.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已关闭!不能再次关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反关闭判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HCloseMan.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未关闭!不需要反关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的关闭/反关闭操作 | 
 |  |  |                 if (IsAudit == 0) //关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //关闭提交 | 
 |  |  |                     if (oBill.CloseBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "关闭成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "关闭失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //反关闭提交 | 
 |  |  |                     if (oBill.CancelClose(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反关闭成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反关闭失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "关闭失败或者反关闭失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审处理验收单  作废/反作废 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">作废(0),反作废(1)</param> | 
 |  |  |         /// <param name="CurUserName">作废人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/DeleteQC_NoPassProdDisposeCheckBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object DeleteQC_NoPassProdDisposeCheckBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdDisposeCheckBillMain_Drop"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //检查权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "作废失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdDisposeCheckBill oBill = new DAL.ClsQC_NoPassProdDisposeCheckBill();              //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HChecker.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已审核!不能进行作废!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //作废判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已作废!不能再作废!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反作废判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HDeleteMan.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未作废!不需要反作废!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的作废/反作废操作 | 
 |  |  |                 if (IsAudit == 0) //作废提交 | 
 |  |  |                 { | 
 |  |  |                     //作废提交 | 
 |  |  |                     if (oBill.Cancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "作废成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "作废失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //反关闭提交 | 
 |  |  |                     if (oBill.AbandonCancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反作废成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反作废失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "作废失败或者反作废失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审结论单 | 
 |  |  |  | 
 |  |  |         #region 不良品评审结论单 新增/编辑       | 
 |  |  |         [Route("Sc_ProcessMangement/SaveQC_NoPassProdConclusionBill")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object SaveQC_NoPassProdConclusionBill([FromBody] JObject msg) | 
 |  |  |         { | 
 |  |  |             var _value = msg["msg"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  |             string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); | 
 |  |  |             string msg2 = sArray[0].ToString(); | 
 |  |  |             //string msg3 = sArray[1].ToString(); //子表 | 
 |  |  |             string refSav = sArray[1].ToString();//操作方式数据类型 1添加 3修改 2 复制 | 
 |  |  |             string msg4 = sArray[2].ToString();//用户名 | 
 |  |  |  | 
 |  |  |             DBUtility.ClsPub.CurUserName = msg4; | 
 |  |  |  | 
 |  |  |             string UserName = ""; | 
 |  |  |             string s = ""; | 
 |  |  |             ListModels oListModels = new ListModels(); | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //编辑权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second("QC_NoPassProdConclusionBillMain_Edit", 1, false, msg4)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无保存权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 // QC_NoPassProdConclusionBill | 
 |  |  |                 DAL.ClsQC_NoPassProdConclusionBill oBill = new DAL.ClsQC_NoPassProdConclusionBill(); | 
 |  |  |                 List<Model.ClsQC_NoPassProdConclusionBillMain> lsmain = new List<Model.ClsQC_NoPassProdConclusionBillMain>(); | 
 |  |  |                 msg2 = msg2.Replace("\\", ""); | 
 |  |  |                 msg2 = msg2.Replace("\n", "");  //\n | 
 |  |  |                 lsmain = oListModels.getObjectByJson_QC_NoPassProdConclusionBill(msg2); | 
 |  |  |                 foreach (Model.ClsQC_NoPassProdConclusionBillMain oItem in lsmain) | 
 |  |  |                 { | 
 |  |  |                     if (refSav == "Add") | 
 |  |  |                     { | 
 |  |  |                         //单据号是否重复 | 
 |  |  |                         if (oBill.IsExistBillNo(ref ClsPub.sExeReturnInfo, oItem.HBillNo, BillStatus, BillOld.omodel.HInterID)) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据号重复!不允许保存!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (refSav == "Update") | 
 |  |  |                     { | 
 |  |  |                         if (oBill.ShowBill(oItem.HInterID, ref s) == false) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据有误!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         //判断是否可编辑 | 
 |  |  |                         if (oBill.omodel.HChecker != "" && oBill.omodel.HChecker != null) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据已经被审核,不允许修改!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         if (oBill.omodel.HBillStatus > 1) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "此单据处于不可编辑状态,不允许修改!"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                         if (!DBUtility.Xt_BaseBillFun.Fun_AllowEditBill(oBill, ref s)) | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = s + ",不允许修改"; | 
 |  |  |                             objJsonResult.data = 1; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     UserName = oItem.HMaker;  //制单人 | 
 |  |  |                     oItem.HBillType = "7513"; | 
 |  |  |                     oItem.HBillSubType = "7513"; | 
 |  |  |  | 
 |  |  |                     oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); | 
 |  |  |                     oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); | 
 |  |  |                     oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); | 
 |  |  |  | 
 |  |  |                     if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "保存失败!没有单据日期,无法保存!"; | 
 |  |  |                         objJsonResult.data = 1; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     oBill.omodel = oItem; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //保存 | 
 |  |  |                 //保存完毕后验收 | 
 |  |  |                 bool bResult; | 
 |  |  |                 if (refSav == "Add") | 
 |  |  |                 { | 
 |  |  |  | 
 |  |  |                     bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 } | 
 |  |  |                 else if (refSav == "Update") | 
 |  |  |                 { | 
 |  |  |                     bResult = oBill.ModifyBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     bResult = false; | 
 |  |  |                 } | 
 |  |  |                 if (bResult) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "保存成功!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "保存失败!" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "保存失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = 1; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审结论单 编辑回显列表 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/Edit_QC_NoPassProdConclusionBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Edit_QC_NoPassProdConclusionBill(string HID) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 List<object> columnNameList = new List<object>(); | 
 |  |  |  | 
 |  |  |                 string sql = "select * from h_v_QC_NoPassProdConclusionBillMain_Edit where hmainid='" + HID + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdConclusionBillMain_Edit"); | 
 |  |  |  | 
 |  |  |                 //添加列名 | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns) | 
 |  |  |                 { | 
 |  |  |                     Type dataType = col.DataType; | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; | 
 |  |  |                     columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = columnNameList; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审结论单 列表 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/Get_QC_NoPassProdConclusionBillList")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object Get_QC_NoPassProdConclusionBillList(string sWhere, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 List<object> columnNameList = new List<object>(); | 
 |  |  |  | 
 |  |  |                 //查看权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("QC_NoPassProdConclusionBillMain_Query", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无查看权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (sWhere == null || sWhere.Equals("")) | 
 |  |  |                 { | 
 |  |  |                     string sql = "select * from h_v_QC_NoPassProdConclusionBillMainList order by 单据号 desc"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdConclusionBillMainList"); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     string sql1 = "select * from h_v_QC_NoPassProdConclusionBillMainList where 1 = 1 "; | 
 |  |  |                     string sql = sql1 + sWhere + " order by 单据号 desc"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql, "h_v_QC_NoPassProdConclusionBillMainList"); | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 //添加列名 | 
 |  |  |                 foreach (DataColumn col in ds.Tables[0].Columns) | 
 |  |  |                 { | 
 |  |  |                     Type dataType = col.DataType; | 
 |  |  |                     string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; | 
 |  |  |                     columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//获取到DataColumn列对象的列名 | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "Sucess!"; | 
 |  |  |                 objJsonResult.data = ds.Tables[0]; | 
 |  |  |                 objJsonResult.list = columnNameList; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审结论单 删除 | 
 |  |  |  | 
 |  |  |         [Route("Sc_ProcessMangement/DeleteQC_NoPassProdConclusionBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object DeleteQC_NoPassProdConclusionBill(string HInterID, string user) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 string s = ""; | 
 |  |  |                 DAL.ClsQC_NoPassProdConclusionBill BillOld = new DAL.ClsQC_NoPassProdConclusionBill(); | 
 |  |  |                 //查看权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log("QC_NoPassProdConclusionBillMain_Delete", 1, false, user)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "无删除权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (HInterID == null || HInterID.Equals("")) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID不能为空!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (BillOld.ShowBill(long.Parse(HInterID), ref s) == false) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "此单据有误!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //判断是否可删除 | 
 |  |  |                 if (BillOld.omodel.HChecker != "" && BillOld.omodel.HChecker != null) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "此单据已经被审核,不允许删除!"; | 
 |  |  |                     objJsonResult.data = 1; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //删除前控制=========================================       | 
 |  |  |                 string sql1 = "exec h_p_QC_NoPassProdConclusionBill_BeforeDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdConclusionBill_BeforeDelCtrl"); | 
 |  |  |                 if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:删除前判断失败,请与网络管理人员联系"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |                 if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //==================================================================================   | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 oCN.BeginTran(); | 
 |  |  |  | 
 |  |  |                 oCN.RunProc("delete from QC_NoPassProdConclusionBillMain where HInterID = " + HInterID); | 
 |  |  |                 oCN.RunProc("delete from QC_NoPassProdConclusionBillSub where HInterID= " + HInterID); | 
 |  |  |  | 
 |  |  |                 //删除后控制==================================================================================       | 
 |  |  |                 string sql2 = "exec h_p_QC_NoPassProdConclusionBill_AfterDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; | 
 |  |  |                 ds = oCN.RunProcReturn(sql2, "h_p_QC_NoPassProdConclusionBill_AfterDelCtrl"); | 
 |  |  |                 if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                 { | 
 |  |  |                     s = "删除后判断失败,请与网络管理人员联系"; | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + s; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                 { | 
 |  |  |                     s = ds.Tables[0].Rows[0]["HRemark"].ToString(); | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "删除失败!原因:" + s; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     oCN.RollBack(); | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //============================================================================================== | 
 |  |  |  | 
 |  |  |                 oCN.Commit(); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "1"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "删除成功"; | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "Exception!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审结论单 审核/反审核 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">审核(0),反审核(1)</param> | 
 |  |  |         /// <param name="CurUserName">审核人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/AuditQC_NoPassProdConclusionBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object AuditQC_NoPassProdConclusionBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdConclusionBillMain_Check"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //审核权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "审核失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdConclusionBill oBill = new DAL.ClsQC_NoPassProdConclusionBill();               //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HCloseMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已关闭!不能再次审核!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已作废!不能再次审核!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //审核判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HChecker.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已审核!不能再次审核!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反审核判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HChecker.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未审核!不需要反审核!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的审核/反审核操作 | 
 |  |  |                 if (IsAudit == 0) //审核提交 | 
 |  |  |                 { | 
 |  |  |                     oCN.BeginTran(); | 
 |  |  |  | 
 |  |  |                     //记录返回信息 | 
 |  |  |                     string msg = ""; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                     //审核前控制=========================================       | 
 |  |  |                     string sql1 = "exec h_p_QC_NoPassProdConclusionBill_BeforeCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdConclusionBill_BeforeCheckCtrl"); | 
 |  |  |                     if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:审核前判断失败,请与网络管理人员联系"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |  | 
 |  |  |                     if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     //==================================================================================       | 
 |  |  |  | 
 |  |  |                     //审核提交 | 
 |  |  |                     if (oBill.CheckBill(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_QC_NoPassProdConclusionBill_AfterCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         oCN.Commit(); | 
 |  |  |  | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "审核成功!" + msg; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         oCN.RollBack(); | 
 |  |  |  | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "审核失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反审核提交 | 
 |  |  |                 { | 
 |  |  |  | 
 |  |  |                     //反审核前控制=========================================         | 
 |  |  |                     string sql1 = "exec h_p_QC_NoPassProdConclusionBill_BeforeUnCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; | 
 |  |  |                     ds = oCN.RunProcReturn(sql1, "h_p_QC_NoPassProdConclusionBill_BeforeUnCheckCtrl"); | 
 |  |  |                     if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:反审核前判断失败,请与网络管理人员联系"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |  | 
 |  |  |                     } | 
 |  |  |                     if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     //===========================================================           | 
 |  |  |  | 
 |  |  |                     //反审核提交AbandonCheck | 
 |  |  |                     if (oBill.AbandonCheck(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_QC_NoPassProdConclusionBill_AfterUnCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反审核成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反审核失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 oCN.RollBack(); | 
 |  |  |  | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "审核失败或者反审核失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审结论单 关闭/反关闭 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">关闭(0),反关闭(1)</param> | 
 |  |  |         /// <param name="CurUserName">关闭人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/CloseQC_NoPassProdConclusionBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object CloseQC_NoPassProdConclusionBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdConclusionBillMain_Close"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //检查权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "关闭失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdConclusionBill oBill = new DAL.ClsQC_NoPassProdConclusionBill();             //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已作废!不能进行关闭!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (oBill.omodel.HChecker.Trim() == "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据未审核!不能进行关闭!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //关闭判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HCloseMan.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已关闭!不能再次关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反关闭判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HCloseMan.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未关闭!不需要反关闭!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的关闭/反关闭操作 | 
 |  |  |                 if (IsAudit == 0) //关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //关闭提交 | 
 |  |  |                     if (oBill.CloseBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "关闭成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "关闭失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //反关闭提交 | 
 |  |  |                     if (oBill.CancelClose(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反关闭成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反关闭失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "关闭失败或者反关闭失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #region 不良品评审结论单  作废/反作废 | 
 |  |  |         /// <summary> | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="HInterID">单据ID</param> | 
 |  |  |         /// <param name="IsAudit">作废(0),反作废(1)</param> | 
 |  |  |         /// <param name="CurUserName">作废人</param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("Sc_ProcessMangement/DeleteQC_NoPassProdConclusionBill")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object DeleteQC_NoPassProdConclusionBill(int HInterID, int IsAudit, string CurUserName) | 
 |  |  |         { | 
 |  |  |             string ModRightNameCheck = "QC_NoPassProdConclusionBillMain_Drop"; | 
 |  |  |             DBUtility.ClsPub.CurUserName = CurUserName; | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 //检查权限 | 
 |  |  |                 if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "作废失败!无权限!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |                 //HInterID数据判断 | 
 |  |  |                 if (HInterID <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "HInterID小于0!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 Int64 lngBillKey = 0; | 
 |  |  |                 lngBillKey = DBUtility.ClsPub.isLong(HInterID);                                         //对HInterID进行类型的转换 | 
 |  |  |                 DAL.ClsQC_NoPassProdConclusionBill oBill = new DAL.ClsQC_NoPassProdConclusionBill();              //实例化单据操作类,用于进行相关操作 | 
 |  |  |  | 
 |  |  |                 //针对需要进行的操作,检验当前单据的状态是否支持需要进行的操作 | 
 |  |  |                 if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo))                    //根据HInterID获取该单据的数据 | 
 |  |  |                 { | 
 |  |  |                     if (oBill.omodel.HChecker.Trim() != "") | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "单据已审核!不能进行作废!"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 0)  //作废判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HDeleteMan.Trim() != "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据已作废!不能再作废!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     if (IsAudit == 1) //反作废判断 | 
 |  |  |                     { | 
 |  |  |                         if (oBill.omodel.HDeleteMan.Trim() == "") | 
 |  |  |                         { | 
 |  |  |                             objJsonResult.code = "0"; | 
 |  |  |                             objJsonResult.count = 0; | 
 |  |  |                             objJsonResult.Message = "单据未作废!不需要反作废!"; | 
 |  |  |                             objJsonResult.data = null; | 
 |  |  |                             return objJsonResult; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "单据不存在!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |                 //进行需要进行的作废/反作废操作 | 
 |  |  |                 if (IsAudit == 0) //作废提交 | 
 |  |  |                 { | 
 |  |  |                     //作废提交 | 
 |  |  |                     if (oBill.Cancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "作废成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "作废失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 if (IsAudit == 1) //反关闭提交 | 
 |  |  |                 { | 
 |  |  |                     //反关闭提交 | 
 |  |  |                     if (oBill.AbandonCancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "1"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "反作废成功"; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "反作废失败!原因:" + DBUtility.ClsPub.sExeReturnInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             catch (Exception e) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "作废失败或者反作废失败!" + e.ToString(); | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |         #endregion | 
 |  |  |  | 
 |  |  |     } | 
 |  |  | } |