DAL/生产管理/模具管理/ClsSc_MouldMaintainRuleBill.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DBUtility/业务单据/ClsXt_BaseBillMain.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Model/基础资料/基础资料/ClsGy_MouldFileMain.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Controllers/MJGL/Sc_MouldMaintainRuleBillController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Controllers/Sc_MouldOtherInBillController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/ListModels.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Models/Gy_Mould.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/WebAPI.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
DAL/Éú²ú¹ÜÀí/Ä£¾ß¹ÜÀí/ClsSc_MouldMaintainRuleBill.cs
@@ -179,34 +179,6 @@ "," + oSub.HMaintainItemID.ToString() + ",'" + oSub.HMaintainItem + "','" + oSub.HMaintainPart + "','" + oSub.HClaim + "'," + oSub.HManagerID.ToString() + ") "); } //foreach (Model.ClsSc_MouldMaintainRuleBillSub_Entrust oSub in DetailColl_Entrust) //{ // oCn.RunProc("Insert into Sc_MouldMaintainRuleBillSub_Entrust " + // " (HInterID,HEntryID,HCloseMan,HEntryCloseDate,HCloseType,HRemark" + // ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + // ",HMaterID,HUnitID,HProcID" + // ",HQty,HPrice,HMoney" + // ") values(" // + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + oSub.HCloseMan + "'," + oSub.HEntryCloseDate.ToShortDateString() + "," + Convert.ToString(oSub.HCloseType ? 1 : 0) + ",'" + oSub.HRemark + "'" + // "," + oSub.HSourceInterID.ToString() + "," + oSub.HSourceEntryID.ToString() + ",'" + oSub.HSourceBillNo + "','" + oSub.HSourceBillType + "'," + oSub.HRelationQty.ToString() + "," + oSub.HRelationMoney.ToString() + // "," + oSub.HMaterID.ToString() + "," + oSub.HUnitID.ToString() + "," + oSub.HProcID.ToString() + // "," + oSub.HQty.ToString() + "," + oSub.HPrice.ToString() + "," + oSub.HMoney.ToString() + // ") "); //} //foreach (Model.ClsSc_MouldMaintainRuleBillSub_Money oSub in DetailColl_Money) //{ // oCn.RunProc("Insert into Sc_MouldMaintainRuleBillSub_Money " + // " (HInterID,HEntryID,HCloseMan,HEntryCloseDate,HCloseType,HRemark" + // ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + // ",HItMoneyID" + // ",HQty,HPrice,HMoney" + // ") values(" // + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + oSub.HCloseMan + "'," + oSub.HEntryCloseDate.ToShortDateString() + "," + Convert.ToString(oSub.HCloseType ? 1 : 0) + ",'" + oSub.HRemark + "'" + // "," + oSub.HSourceInterID.ToString() + "," + oSub.HSourceEntryID.ToString() + ",'" + oSub.HSourceBillNo + "','" + oSub.HSourceBillType + "'," + oSub.HRelationQty.ToString() + "," + oSub.HRelationMoney.ToString() + // "," + oSub.HItMoneyID.ToString() + // "," + oSub.HQty.ToString() + "," + oSub.HPrice.ToString() + "," + oSub.HMoney.ToString() + // ") "); //} sReturn = "æ°å¢åæ®æåï¼"; oCn.Commit(); return true; DBUtility/ÒµÎñµ¥¾Ý/ClsXt_BaseBillMain.cs
@@ -40,7 +40,7 @@ public string HMainSourceBillType; public Int64 HMainSourceInterID; public Int64 HMainSourceEntryID; public Int64 HItemMainID; //ç»ç» public Int64 HPRDORGID; } Model/»ù´¡×ÊÁÏ/»ù´¡×ÊÁÏ/ClsGy_MouldFileMain.cs
@@ -46,8 +46,9 @@ public double HLeaveLife;// money //å©ä½å¯¿å½(ä¸å 许ç¼è¾) public double HProdQty;// money //å·²ç产æ°é(ä¸å 许ç¼è¾) public double HProdWeight;// money //å·²ç产éé(ä¸å 许ç¼è¾) public string HMouldOWNER;//货主类å public string HBarCode; public string HInitModel; public string HSaveLife; } } WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
@@ -599,7 +599,8 @@ string HMaterNumber = mainList[0].HMaterNumber; string HSupNumber = mainList[0].HSupNumber; long HPrintQty = mainList[0].HPrintQty; string HMouldOWNER = mainList[0].HMouldOWNER; string HSaveLife = mainList[0].HSaveLife; //主表 oCN.RunProc("Insert Into Gy_MouldFileMain " + @@ -611,7 +612,7 @@ ",HOutComDate,HOutComNo,HDeptID,HSupID,HSupNumber" + ",HPrintQty,HMouldStatus,HWhID,HRoutingID" + ",HBomID,HVersion,HSPGroupID,HSPID,HDesignLife" + ",HUseLife,HLeaveLife,HProdQty,HProdWeight" + ",HUseLife,HLeaveLife,HProdQty,HProdWeight,HMouldOWNER,HSaveLife" + ") " + " values('" + BillType + "','" + BillType + "'," + HInterID + ",'" + HBillNo + "','" + HDate + "'" + "," + HYear + "," + HPeriod + ",'" + HRemark + "','" + HMaker + "',getdate()" + @@ -621,7 +622,7 @@ ",'" + HOutComDate + "','" + HOutComNo + "'," + HDeptID + "," + HSupID + ",'" + HSupNumber + "'" + "," + HPrintQty + ",'" + HMouldStatus + "'," + HWHID + "," + HRoutingID + "," + HBOMID + ",'" + HVersion + "'," + HSPGroupID + "," + HSPID + ",'" + HDesignLife + "'" + ",'" + HUseLife + "','" + HLeaveLife + "','" + HProdQty + "','" + HProdWeight + "'" + ",'" + HUseLife + "','" + HLeaveLife + "','" + HProdQty + "','" + HProdWeight + "','" + HMouldOWNER +"',"+ "','" + HSaveLife + "'," + ") "); @@ -731,9 +732,9 @@ string HMaterNumber = mainList[0].HMaterNumber; string HSupNumber = mainList[0].HSupNumber; long HPrintQty = mainList[0].HPrintQty; string HMouldOWNER = mainList[0].HMouldOWNER; string HSaveLife = mainList[0].HSaveLife; //è¥MAINDIéå¤åéæ°è·å @@ -768,6 +769,7 @@ ",HSupNumber='" + HSupNumber + "'" + ",HPrintQty=" + HPrintQty.ToString() + ",HMouldStatus='" + HMouldStatus + "'" + ",HSaveLife='"+ HSaveLife+"'"+ ",HWhID=" + HWHID.ToString() + ",HRoutingID=" + HRoutingID.ToString() + ",HBomID=" + HBOMID.ToString() + @@ -778,6 +780,7 @@ ",HUseLife=" + HUseLife.ToString() + ",HLeaveLife=" + HLeaveLife.ToString() + ",HProdQty=" + HProdQty.ToString() + ",HMouldOWNER='"+ HMouldOWNER+"'"+ ",HProdWeight=" + HProdWeight.ToString() + " where HInterID=" + HInterID.ToString()); WebAPI/Controllers/MJGL/Sc_MouldMaintainRuleBillController.cs
New file @@ -0,0 +1,338 @@ using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using WebAPI.Models; namespace WebAPI.Controllers.MJGL { public class Sc_MouldMaintainRuleBillController : ApiController { private json objJsonResult = new json(); public DataSet ds = new DataSet(); public DBUtility.ClsPub.Enum_BillStatus BillStatus;//åæ®ç¶æï¼æ°å¢ï¼ä¿®æ¹ï¼æµè§ï¼æ´æ°åä»·ï¼åæ´ï¼ SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); public DAL.ClsSc_MouldMaintainRuleBill BillNew = new DAL.ClsSc_MouldMaintainRuleBill(); //对åºåæ®ç±» public DAL.ClsSc_MouldMaintainRuleBill BillOld = new DAL.ClsSc_MouldMaintainRuleBill(); //对åºåæ®ç±» #region å¨å ·ä¿å »è§ç¨åå表 [Route("Sc_MouldMaintainRuleBill/GetMouldMaintainRuleList")] [HttpGet] public object GetMouldMaintainRuleList(string sWhere) { try { if (sWhere == null || sWhere.Equals("")) { ds = oCN.RunProcReturn("select * from h_v_Sc_MouldMaintainRuleBillList " + sWhere + " order by hmainid desc", "h_v_Sc_MouldMaintainRuleBillList"); } else { string sql1 = "select * from h_v_Sc_MouldMaintainRuleBillList where 1 = 1"; string sql = sql1 + sWhere + " order by hmainid desc"; ds = oCN.RunProcReturn(sql, "h_v_Sc_MouldMaintainRuleBillList"); } if (ds == null || ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æä½ è¦æ¾çè®°å½ï¼"; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "è¿åè®°å½æåï¼"; objJsonResult.data = ds.Tables[0]; return objJsonResult; } } catch (Exception ex) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼" + ex.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #region å¨å ·ä¿å »è§ç¨è®°å½å é¤åè½ [Route("Sc_MouldMaintainRuleBill/DeltetMouldMaintainRuleBillList")] [HttpGet] public object DeltetMouldMaintainRuleBillList(string HInterID) { Int64 lngBillKey = 0; lngBillKey = DBUtility.ClsPub.isLong(HInterID); if (lngBillKey == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®ID为空ï¼"; objJsonResult.data = null; return objJsonResult; } DAL.ClsSc_MouldMaintainRuleBill oBill = new DAL.ClsSc_MouldMaintainRuleBill(); if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo)) { if (oBill.omodel.HBillStatus > 1) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®å½åå¤äºä¸è½å é¤ç¶æ,ä¸è½å é¤ï¼"; objJsonResult.data = null; return objJsonResult; } if (oBill.omodel.HChecker != "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "忮已ç»å®¡æ ¸,ä¸è½å é¤ï¼"; objJsonResult.data = null; return objJsonResult; } bool IsDete = oBill.DeleteBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo); if (IsDete) { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®æªæ¾å°"; objJsonResult.data = null; return objJsonResult; } } #endregion # region å¨å ·ä¿å »è§ç¨è®°å½ç¹æ¶è·åè¡¨ä½æ°æ®æ°(ä¿å »é¡¹å表ãé 件项å表) [Route("Sc_MouldMaintainRuleBill/Sc_MouldMaintainRuleBillListProjectDetaiNew")] [HttpGet] public object Sc_MouldMaintainRuleBillListProjectDetaiNew(string HInterID) { DataSet ds, ds1; List<object> list = new List<object>(); string Swhere = ""; try { if (HInterID != "" || HInterID != null) { Swhere = " and hmainid='" + HInterID + "'"; } else { Swhere = HInterID; } SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); //è·åä¿å »é¡¹ç®ç¼è¾æ°æ® string sql = "select * from h_v_Sc_MouldMaintainRuleBillSub_Item where 1 = 1 " + Swhere + ""; ds = oCN.RunProcReturn(sql, "h_v_Sc_MouldMaintainRuleBillSub_Item"); //è·åé 件项ç®ç¼è¾æ°æ® string sql1 = "select é ä»¶ID,é 件代ç ,é ä»¶åç§°,åä½ID,计éåä½ä»£ç ,计éåä½åç§°,ç¨é,æ åç¨é,å夿³¨ from h_v_Sc_MouldMaintainRuleBillList where 1 = 1 " + Swhere + ""; ds1 = oCN.RunProcReturn(sql1, "h_v_Sc_MouldMaintainRuleBillList"); list.Add(ds.Tables[0]); list.Add(ds1.Tables[0]); objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "è·åä¿¡æ¯æåï¼"; objJsonResult.list = list; } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼" + e.ToString(); objJsonResult.data = null; } return objJsonResult; } #endregion #region å¨å ·ä¿å »è§ç¨è¡¨ç¼è¾æ¶è·åè¡¨å¤´æ°æ® [Route("Sc_MouldMaintainRuleBill/Sc_MouldMaintainRuleBillListCheckDetai")] [HttpGet] public ApiResult<DataSet> Sc_MouldMaintainRuleBillListCheckDetai(string HID) { if (string.IsNullOrEmpty(HID)) return new ApiResult<DataSet> { code = -1, msg = "IDä¸è½ä¸ºç©º" }; SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); var dataSet = oCN.RunProcReturn("select top 1 * from h_v_Sc_MouldMaintainRuleBillList where hmainid= " + HID + " ", "h_v_Sc_MouldMaintainRuleBillList"); if (dataSet == null || dataSet.Tables[0].Rows.Count == 0) return new ApiResult<DataSet> { code = -1, msg = "ä¸åå¨å¨å ·ä¿å »è§ç¨è®°å½" }; return new ApiResult<DataSet> { code = 1, msg = "æ¥è¯¢æå", data = dataSet }; } #endregion #region å¨å ·ä¿å »è§ç¨è¡¨ ä¿å/ç¼è¾ [Route("Sc_MouldMaintainRuleBill/SaveMouldMaintainRuleBillList")] [HttpPost] public object SaveMouldMaintainRuleBillList([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 msg4 = sArray[2].ToString(); string UserName = ""; ListModels oListModels = new ListModels(); try { DAL.ClsSc_MouldMaintainRuleBill oBill = new DAL.ClsSc_MouldMaintainRuleBill(); List<Model.ClsSc_MouldMaintainRuleBillMain> lsmain = new List<Model.ClsSc_MouldMaintainRuleBillMain>(); msg2 = msg2.Replace("\\", ""); msg2 = msg2.Replace("\n", ""); //\n lsmain = oListModels.getObjectByJson_Sc_MouldMaintainRuleBillMain(msg2); foreach (Model.ClsSc_MouldMaintainRuleBillMain oItem in lsmain) { //oItem.HMaker = ""; UserName = oItem.HMaker; //å¶å人 oItem.HBillType = "3833"; oItem.HBillSubType = "3833"; //oItem.HInterID =0; //oItem.HBillNo = ""; oItem.HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));// --æ¥æ oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); //oItem.HInterID = DBUtility.ClsPub.CreateBillID_SRMProd("1103", ref DBUtility.ClsPub.sExeReturnInfo); if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä¿åå¤±è´¥ï¼æ²¡æåæ®æ¥æï¼æ æ³ä¿åï¼"; objJsonResult.data = 1; return objJsonResult; } oBill.omodel = oItem; } //ä¿å »é¡¹è¡¨ä½æ°æ® //æ },{æ¥æåæ°ç» //廿ãåã msg3 = msg3.Substring(1, msg3.Length - 2); msg3 = msg3.Replace("\\", ""); msg3 = msg3.Replace("\n", ""); //\n //msg2 = msg2.Replace("'", "â"); List<Model.ClsSc_MouldMaintainRuleBillSub_Item> ls = new List<Model.ClsSc_MouldMaintainRuleBillSub_Item>(); ls = oListModels.getObjectByJson_Sc_MouldMaintainRuleBillSub_Item(msg3); int i = 0; foreach (Model.ClsSc_MouldMaintainRuleBillSub_Item item in ls) { i++; item.HEntryID = i; //oItemSub.HCloseMan = ""; //è¡å ³é item.HEntryCloseDate = DBUtility.ClsPub.isDate(DateTime.Now); item.HCloseType = false; //å ³éç±»å //oItemSub.HRemark = ""; //夿³¨ item.HSourceInterID = 0; // æºå主å ç item.HSourceEntryID = 0; //æºååå ç //oItemSub.HSourceBillNo = ""; //æºååå· //oItemSub.HSourceBillType = ""; //æºåç±»å item.HRelationQty = 0; //å ³èæ°é oBill.DetailColl_Pay.Add(item); } //é ä»¶è¡¨ä½æ°æ® //æ },{æ¥æåæ°ç» //廿ãåã msg4 = msg4.Substring(1, msg4.Length - 2); msg4 = msg4.Replace("\\", ""); msg4 = msg4.Replace("\n", ""); //\n //msg2 = msg2.Replace("'", "â"); List<Model.ClsSc_MouldMaintainRuleBillSub> ls1 = new List<Model.ClsSc_MouldMaintainRuleBillSub>(); ls1 = oListModels.getObjectByJson_Sc_MouldMaintainRuleBillSub(msg4); int j = 0; foreach (Model.ClsSc_MouldMaintainRuleBillSub oItemSub in ls1) { j++; oItemSub.HEntryID = i; //oItemSub.HCloseMan = ""; //è¡å ³é oItemSub.HEntryCloseDate = DBUtility.ClsPub.isDate(DateTime.Now); oItemSub.HCloseType = false; //å ³éç±»å //oItemSub.HRemark = ""; //夿³¨ oItemSub.HSourceInterID = 0; // æºå主å ç oItemSub.HSourceEntryID = 0; //æºååå ç //oItemSub.HSourceBillNo = ""; //æºååå· //oItemSub.HSourceBillType = ""; //æºåç±»å oItemSub.HRelationQty = 0; //å ³èæ°é //oItemSub.HRelationMoney = 0; //å ³èéé¢ //HMaterID = "";//é 件代ç //HUnitID = "";//åä½ä»£ç //HQty = "";//å®é ç¨é //HQtyMust = "";//åä½ç¨é //HRemark = "";//夿³¨ oBill.DetailColl_Mater.Add(oItemSub); } //ä¿å //ä¿å宿¯åå¤ç bool bResult; if (oBill.omodel.HInterID == 0) { // bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); } else { bResult = oBill.ModifyBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo); } if (bResult) { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "ä¿åæåï¼"; //WebAPIController.Add_Log("éè´§å䏿¨", UserName, "çæéè´§å"); 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 } } WebAPI/Controllers/Sc_MouldOtherInBillController.cs
@@ -169,7 +169,6 @@ } else { //string sql1 = "select HRepairCheckID,HRepairCheckContent,HManagerID,HRemark from Sc_MouldRepairCheckBillSub where 1 = 1 "; string sql1 = string.Format(@"SELECT HMaterID,æ¨¡å ·ä»£ç HMaterCode,æ¨¡å ·åç§° HMaterName,è§æ ¼åå· HMaterSpec,æ¹æ¬¡ HBatchNo, è®¾è®¡å¯¿å½ HDesignLife, å©ä½å¯¿å½ HLeaveLife, 累积使ç¨å¯¿å½ HUseLife, åºåæ°é HQtyMust, å®åæ°é HQty, WebAPI/ListModels.cs
@@ -559,7 +559,7 @@ } /// <summary> /// å¤çæ°å¢æ¨¡å ·ä¿å »è®°å½è¡¨å表ä¿å »é¡¹ç®çjson /// å¤çæ°å¢å¨å ·ä¿å »è§ç¨å表1项ç®çjson /// </summary> /// <param name="jsonString"></param> /// <returns></returns> @@ -571,6 +571,30 @@ } /// <summary> /// å¤çæ°å¢å¨å ·ä¿å »è§ç¨å表2项ç®çjson /// </summary> /// <param name="jsonString"></param> /// <returns></returns> public List<Model.ClsSc_MouldMaintainRuleBillSub> getObjectByJson_Sc_MouldMaintainRuleBillSub(string jsonString) { jsonString = "[" + jsonString.ToString() + "]"; List<Model.ClsSc_MouldMaintainRuleBillSub> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsSc_MouldMaintainRuleBillSub>>(jsonString); return list; } /// <summary> /// å¤çæ°å¢å¨å ·ä¿å »è§ç¨é¡¹ç®çjson /// </summary> /// <param name="jsonString"></param> /// <returns></returns> public List<Model.ClsSc_MouldMaintainRuleBillMain> getObjectByJson_Sc_MouldMaintainRuleBillMain(string jsonString) { jsonString = "[" + jsonString.ToString() + "]"; List<Model.ClsSc_MouldMaintainRuleBillMain> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsSc_MouldMaintainRuleBillMain>>(jsonString); return list; } /// <summary> /// å¤çæ°å¢æ¨¡å ·ä¿å »è®°å½è¡¨å表é 件项çjson /// </summary> /// <param name="jsonString"></param> WebAPI/Models/Gy_Mould.cs
@@ -55,8 +55,9 @@ public long HLifeUnitID { get; set; } public long HBOMID { get; set; } public string HSaveLife { get; set; } public long HPrintQty { get; set; } public string HMouldOWNER { get; set; } } } WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -18,25 +18,25 @@ <publishTime>02/22/2013 08:43:40</publishTime> </File> <File Include="bin/BLL.dll"> <publishTime>11/05/2021 14:35:36</publishTime> <publishTime>11/11/2021 19:03:07</publishTime> </File> <File Include="bin/BLL.pdb"> <publishTime>11/05/2021 14:35:36</publishTime> <publishTime>11/11/2021 19:03:07</publishTime> </File> <File Include="bin/DAL.dll"> <publishTime>11/05/2021 14:35:33</publishTime> <publishTime>11/11/2021 19:03:04</publishTime> </File> <File Include="bin/DAL.pdb"> <publishTime>11/05/2021 14:35:33</publishTime> <publishTime>11/11/2021 19:03:04</publishTime> </File> <File Include="bin/Dapper.dll"> <publishTime>07/22/2016 14:52:40</publishTime> </File> <File Include="bin/DBUtility.dll"> <publishTime>11/05/2021 14:35:27</publishTime> <publishTime>11/11/2021 19:02:58</publishTime> </File> <File Include="bin/DBUtility.pdb"> <publishTime>11/05/2021 14:35:27</publishTime> <publishTime>11/11/2021 19:02:58</publishTime> </File> <File Include="bin/Interop.gregn6Lib.dll"> <publishTime>08/25/2021 10:28:25</publishTime> @@ -60,10 +60,10 @@ <publishTime>07/25/2012 11:48:56</publishTime> </File> <File Include="bin/Model.dll"> <publishTime>11/05/2021 14:35:28</publishTime> <publishTime>11/11/2021 19:02:59</publishTime> </File> <File Include="bin/Model.pdb"> <publishTime>11/05/2021 14:35:28</publishTime> <publishTime>11/11/2021 19:02:59</publishTime> </File> <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> <publishTime>08/16/2021 17:23:15</publishTime> @@ -72,22 +72,22 @@ <publishTime>08/03/2014 20:33:56</publishTime> </File> <File Include="bin/Pub_Class.dll"> <publishTime>11/05/2021 14:35:23</publishTime> <publishTime>11/11/2021 19:02:54</publishTime> </File> <File Include="bin/Pub_Class.pdb"> <publishTime>11/05/2021 14:35:23</publishTime> <publishTime>11/11/2021 19:02:54</publishTime> </File> <File Include="bin/Pub_Control.dll"> <publishTime>11/05/2021 14:35:25</publishTime> <publishTime>11/11/2021 19:02:55</publishTime> </File> <File Include="bin/Pub_Control.pdb"> <publishTime>11/05/2021 14:35:25</publishTime> <publishTime>11/11/2021 19:02:55</publishTime> </File> <File Include="bin/SQLHelper.dll"> <publishTime>11/05/2021 14:35:25</publishTime> <publishTime>11/11/2021 19:02:56</publishTime> </File> <File Include="bin/SQLHelper.pdb"> <publishTime>11/05/2021 14:35:25</publishTime> <publishTime>11/11/2021 19:02:56</publishTime> </File> <File Include="bin/stdole.dll"> <publishTime>05/09/2021 13:35:37</publishTime> @@ -189,10 +189,10 @@ <publishTime>11/24/2014 11:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>11/05/2021 14:35:41</publishTime> <publishTime>11/11/2021 19:03:13</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>11/05/2021 14:35:41</publishTime> <publishTime>11/11/2021 19:03:13</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/17/2013 17:03:52</publishTime> @@ -363,7 +363,7 @@ <publishTime>08/06/2021 22:57:28</publishTime> </File> <File Include="Web.config"> <publishTime>11/05/2021 14:36:03</publishTime> <publishTime>11/11/2021 19:04:02</publishTime> </File> </ItemGroup> </Project> WebAPI/WebAPI.csproj
@@ -330,6 +330,7 @@ <Compile Include="Controllers\GZGL\Gy_WorkPayTypeBillController.cs" /> <Compile Include="Controllers\GZGL\Gy_WorkTypeBillController.cs" /> <Compile Include="Controllers\JHGL\Gy_RoutingBillController.cs" /> <Compile Include="Controllers\MJGL\Sc_MouldMaintainRuleBillController.cs" /> <Compile Include="Controllers\MJGL\Sc_MouldMoveStockStepInBillListController .cs" /> <Compile Include="Controllers\MJGL\Sc_MouldProdMoveBillListController.cs" /> <Compile Include="Controllers\MJGL\Sc_MouldMoveStockStepOutBillController.cs" />