BLL/bin/Release/BLL.dllBinary files differ
BLL/bin/Release/BLL.pdbBinary files differ
BLL/bin/Release/DAL.dllBinary files differ
BLL/bin/Release/DAL.pdbBinary files differ
BLL/bin/Release/DBUtility.dllBinary files differ
BLL/bin/Release/DBUtility.pdbBinary files differ
BLL/bin/Release/Model.dllBinary files differ
BLL/bin/Release/Model.pdbBinary files differ
BLL/bin/Release/Pub_Class.dllBinary files differ
BLL/bin/Release/Pub_Class.pdbBinary files differ
BLL/bin/Release/Pub_Control.dllBinary files differ
BLL/bin/Release/Pub_Control.pdbBinary files differ
BLL/bin/Release/SQLHelper.dllBinary files differ
BLL/bin/Release/SQLHelper.pdbBinary files differ
DAL/bin/Release/DAL.dllBinary files differ
DAL/bin/Release/DAL.pdbBinary files differ
DAL/bin/Release/DBUtility.dllBinary files differ
DAL/bin/Release/DBUtility.pdbBinary files differ
DAL/bin/Release/Model.dllBinary files differ
DAL/bin/Release/Model.pdbBinary files differ
DAL/bin/Release/Pub_Class.dllBinary files differ
DAL/bin/Release/Pub_Class.pdbBinary files differ
DAL/bin/Release/Pub_Control.dllBinary files differ
DAL/bin/Release/Pub_Control.pdbBinary files differ
DAL/bin/Release/SQLHelper.dllBinary files differ
DAL/bin/Release/SQLHelper.pdbBinary files differ
DAL/Éú²ú¹ÜÀí/Ä£¾ß¹ÜÀí/ClsSc_MouldDotCheckBill.cs
@@ -3,6 +3,7 @@ using System.Text; using System.Data; namespace DAL { public class ClsSc_MouldDotCheckBill:DBUtility.ClsXt_BaseBill @@ -52,14 +53,11 @@ ",HPlanNo='" + omodel.HPlanNo + "'" + ",HPlanInterID=" + omodel.HPlanInterID.ToString() + ",HMouldDotCheckRuleID=" + omodel.HMouldDotCheckRuleID.ToString() + ",HMouldID=" + omodel.HMouldID.ToString() + ",HBeginDate='" + omodel.HBeginDate + "'" + ",HEndDate='" + omodel.HEndDate + "'" + ",HExplanation='" + omodel.HExplanation + "'" + ",HInnerBillNo='" + omodel.HInnerBillNo + "'" + ",HLastResult='" + omodel.HLastResult + "'" + ",HErrNote='" + omodel.HErrNote + "'" + ",HBigSafeNote='" + omodel.HBigSafeNote + "'" + @@ -399,7 +397,7 @@ return false; } //========================================================= //è¥MAINDIéå¤åéæ°è·å oCn.BeginTran(); //主表 DAL/Öʼì¹ÜÀí/ClsQC_POStockInCheckBill.cs
@@ -171,7 +171,7 @@ ",HSourceID,HICMOInterID,HICMOBillNo,HICMOQty,HProcExchInterID,HProcExchEntryID" + ",HProcExchBillNo,HProcExchQty,HMaterID,HFirstCheckEmp,HLastResult" + ",HMainSourceInterID,HMainSourceEntryID,HMainSourceBillNo,HMainSourceBillType,HICMOEntryID,HQCSchemeID,HShiftsID,HErrTreatment,HBatchNo" + ",HTakeSampleCheckBillID,HTakeSampleCheckBillNo,HProcID, HRemarkSN, HCheckQty" + ",HTakeSampleCheckBillID,HTakeSampleCheckBillNo,HProcID, HRemarkSN, HCheckQty,HSTOCKORGID" + ") " + " values('" + this.BillType + "','" + this.HBillSubType + "'," + omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "'," + omodel.HBillStatus.ToString() + ",'" + omodel.HDate + "','" + omodel.HMaker + "',getdate()" + "," + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "'" + @@ -179,7 +179,7 @@ ",'" + omodel.HProcExchBillNo + "'," + omodel.HProcExchQty.ToString() + "," + omodel.HMaterID.ToString() + "," + omodel.HFirstCheckEmp.ToString() + ", " + DBUtility.ClsPub.BoolToString(omodel.HLastResult) + "," + omodel.HMainSourceInterID + "," + omodel.HMainSourceEntryID + ",'" + omodel.HMainSourceBillNo + "','" + omodel.HMainSourceBillType + "'," + omodel.HICMOEntryID + "," + omodel.HQCSchemeID + "," + omodel.HShiftsID + ",'" + omodel.HErrTreatment + "','" + omodel.HBatchNo + "'" + "," + omodel.HTakeSampleCheckBillID + ",'" + omodel.HTakeSampleCheckBillNo + "','" + omodel.HProcID + "'" + ",'" + omodel.HRemarkSN+ "',"+ omodel.HCheckQty +") "); ",'" + omodel.HRemarkSN+ "',"+ omodel.HCheckQty + ",'" + omodel.HSTOCKORGID + "') "); //æå ¥å表 foreach (Model.ClsQC_POStockInCheckBillSub oSub in DetailColl) { DAL/³µ¼ä¹ÜÀí/ClsSc_ProcessExchangeBill.cs
@@ -9,12 +9,13 @@ { public Model.ClsSc_ProcessExchangeBillMain omodel = new Model.ClsSc_ProcessExchangeBillMain(); public List<Model.ClsSc_ProcessExchangeBillSub> DetailColl = new List<Model.ClsSc_ProcessExchangeBillSub>(); public List<Model.Sc_ProcessExchangeBillSub_HRelationBack> DetailColl2 = new List<Model.Sc_ProcessExchangeBillSub_HRelationBack>(); Pub_Class.ClsXt_SystemParameter oSystemParameter = new Pub_Class.ClsXt_SystemParameter(); public ClsSc_ProcessExchangeBill() { base.MvarItemKeySub = "Sc_ProcessExchangeBillSub"; base.MvarItemKeySub2 = ""; base.MvarItemKeySub2 = "Sc_ProcessExchangeBillSub_HRelationBack"; base.MvarItemKeySub3 = ""; base.MvarItemKeySub4 = ""; base.MvarItemKey = "Sc_ProcessExchangeBillMain"; @@ -224,6 +225,27 @@ ") "); oCn.RunProc(sql1); } //æå ¥å表 è¿å·¥å ³èä¿¡æ¯ foreach (Model.Sc_ProcessExchangeBillSub_HRelationBack oSub in DetailColl2) { string sql2 = @"Insert into Sc_ProcessExchangeBillSub_HRelationBack (HInterID,HEntryID,HBillNo_bak," + "HCloseMan,HEntryCloseDate,HCloseType,HRemark," + "HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType," + "HRelationQty,HRelationMoney," + "HProcExchInterID,HProcExchEntryID,HProcExchBillNo,HICMOInterID,HICMOEntryID,HICMOBillNo," + "HStationOutInterID,HStationOutBillNo) values(" + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + omodel.HBillNo + "'" + ",'" + oSub.HCloseMan + "','" + oSub.HEntryCloseDate + "'," + 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.HProcExchInterID.ToString() + "," + oSub.HProcExchEntryID.ToString() + ",'" + oSub.HProcExchBillNo + "'," + oSub.HICMOInterID.ToString() + "," + oSub.HICMOEntryID.ToString() + ",'" + oSub.HICMOBillNo + "'," + oSub.HStationOutInterID.ToString() + ",'" + oSub.HStationOutBillNo + "'" + ") "; oCn.RunProc(sql2); } // oCn.RunProc("exec h_p_Sc_ProcessExchangeBill_SetRemark " + omodel.HInterID.ToString()); //设置 夿³¨ 为 å·¥èºæµ oCn.RunProc("exec h_p_Sc_ProcessExchangeBill_SetUpdate " + omodel.HInterID.ToString()); //设置 æ«é é¦é 转 çä¿¡æ¯ @@ -476,6 +498,28 @@ sErr = sErr + "3;"; } //æå ¥å表 è¿å·¥å ³èä¿¡æ¯ foreach (Model.Sc_ProcessExchangeBillSub_HRelationBack oSub in DetailColl2) { string sql1 = @"Insert into Sc_ProcessExchangeBillSub_HRelationBack (HInterID,HEntryID,HBillNo_bak," + "HCloseMan,HEntryCloseDate,HCloseType,HRemark," + "HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType," + "HRelationQty,HRelationMoney," + "HProcExchInterID,HProcExchEntryID,HProcExchBillNo,HICMOInterID,HICMOEntryID,HICMOBillNo," + "HStationOutInterID,HStationOutBillNo) values(" + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + omodel.HBillNo + "'" + ",'" + oSub.HCloseMan + "','" + oSub.HEntryCloseDate + "'," + 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.HProcExchInterID.ToString() + "," + oSub.HProcExchEntryID.ToString() + ",'" + oSub.HProcExchBillNo + "'," + oSub.HICMOInterID.ToString() + "," + oSub.HICMOEntryID.ToString() + ",'" + oSub.HICMOBillNo + "'," + oSub.HStationOutInterID.ToString() + ",'" + oSub.HStationOutBillNo + "'" + ") "; sErr = sErr + sql1 + "3.1;"; oCn.RunProc(sql1); sErr = sErr + "3.2;"; } oCn.RunProc("exec h_p_Sc_ProcessExchangeBill_SetRemark " + omodel.HInterID.ToString()); //设置 夿³¨ 为 å·¥èºæµ sErr = sErr + "4;"; oCn.RunProc("exec h_p_Sc_ProcessExchangeBill_SetUpdate " + omodel.HInterID.ToString()); //设置 æ«é é¦é 转 çä¿¡æ¯ å¨å ·æ¸ å å·¥èºåæ°æ¸ åï¼ DBUtility/bin/Release/DBUtility.dllBinary files differ
DBUtility/bin/Release/DBUtility.pdbBinary files differ
DBUtility/bin/Release/Pub_Class.dllBinary files differ
DBUtility/bin/Release/Pub_Class.pdbBinary files differ
DBUtility/bin/Release/Pub_Control.dllBinary files differ
DBUtility/bin/Release/Pub_Control.pdbBinary files differ
DBUtility/bin/Release/SQLHelper.dllBinary files differ
DBUtility/bin/Release/SQLHelper.pdbBinary files differ
DBUtility/obj/Release/DBUtility.csproj.AssemblyReference.cacheBinary files differ
DBUtility/obj/Release/DBUtility.csproj.GenerateResource.CacheBinary files differ
DBUtility/obj/Release/DBUtility.dllBinary files differ
DBUtility/obj/Release/DBUtility.pdbBinary files differ
Model/Model.csproj
@@ -788,6 +788,7 @@ <Compile Include="车é´ç®¡ç\ClsGy_WorkBeginDotCheckListBillMain.cs" /> <Compile Include="车é´ç®¡ç\ClsCJ_WIPBeginStockBillMain.cs" /> <Compile Include="车é´ç®¡ç\ClsCJ_WIPBeginStockBillSub.cs" /> <Compile Include="车é´ç®¡ç\Sc_ProcessExchangeBillSub_HRelationBack.cs" /> <Compile Include="车é´ç®¡ç\ClsSc_ProcessExchangeBillSub_BatchSplit.cs" /> <Compile Include="车é´ç®¡ç\ClsSc_WorkBeginDotCheckBillMain.cs" /> <Compile Include="车é´ç®¡ç\ClsGy_MaterPreventErrMouldBillSub.cs" /> Model/bin/Release/DBUtility.dllBinary files differ
Model/bin/Release/DBUtility.pdbBinary files differ
Model/bin/Release/Model.dllBinary files differ
Model/bin/Release/Model.pdbBinary files differ
Model/bin/Release/Pub_Class.dllBinary files differ
Model/bin/Release/Pub_Class.pdbBinary files differ
Model/bin/Release/Pub_Control.dllBinary files differ
Model/bin/Release/Pub_Control.pdbBinary files differ
Model/bin/Release/SQLHelper.dllBinary files differ
Model/bin/Release/SQLHelper.pdbBinary files differ
Model/obj/Release/Model.csproj.AssemblyReference.cacheBinary files differ
Model/obj/Release/Model.dllBinary files differ
Model/obj/Release/Model.pdbBinary files differ
Model/³µ¼ä¹ÜÀí/Sc_ProcessExchangeBillSub_HRelationBack.cs
New file @@ -0,0 +1,22 @@ using System; using System.Collections.Generic; using System.Text; namespace Model { public class Sc_ProcessExchangeBillSub_HRelationBack : DBUtility.ClsXt_BaseBillSub { public Int64 HProcExchInterID; // int --å·¥åºæµè½¬å¡ID public Int64 HProcExchEntryID; // int --å·¥åºæµè½¬å¡åID public string HProcExchBillNo; // varchar(50) --å·¥åºæµè½¬å¡å· public Int64 HICMOInterID; // int --ä»»å¡åID public Int64 HICMOEntryID; // int --ä»»å¡ååID public string HICMOBillNo; // varchar(50) --ä»»å¡åå· public Int64 HStationOutInterID; // int --åºç«åID public string HStationOutBillNo; // varchar(50) --åºç«åå· } } Pub_Class/CustomerCls/ClsXt_SystemParameter.cs
@@ -488,6 +488,91 @@ omodel.Kf_EntrustInBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //=========åæå å·¥å ¥åºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_AutoSubmit") { omodel.Kf_InceptEntInBill_AutoSubmit = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_AutoCheck") { omodel.Kf_InceptEntInBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_ERPMode") { omodel.Kf_InceptEntInBill_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_MustQtyCtl") { omodel.Kf_InceptEntInBill_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_MulSourceBill") { omodel.Kf_InceptEntInBill_MulSourceBill = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_BillTypeOneScan") { omodel.Kf_InceptEntInBill_BillTypeOneScan = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_SourceBillCtl") { omodel.Kf_InceptEntInBill_SourceBillCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_BatchNoCtl") { omodel.Kf_InceptEntInBill_BatchNoCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_MultilineCtl") { omodel.Kf_InceptEntInBill_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_MaterWHSPCtl") { omodel.Kf_InceptEntInBill_MaterWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_SourceWHSPCtl") { omodel.Kf_InceptEntInBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //åæå å·¥å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_DeleterAndMakerMustSame") { omodel.Kf_InceptEntInBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_BillDateMode") { omodel.Kf_InceptEntInBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //============åæå å·¥å ¥åºå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_MustQtyCtl") { omodel.Kf_InceptEntInBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_WHSPCtl") { omodel.Kf_InceptEntInBillCheck_WHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_WHCtl") { omodel.Kf_InceptEntInBillCheck_WHCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_MultilineCtl") { omodel.Kf_InceptEntInBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_SourceBarCodeCtl") { omodel.Kf_InceptEntInBillCheck_SourceBarCodeCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_AutoBarCode") { omodel.Kf_InceptEntInBillCheck_AutoBarCode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_ERPMode") { omodel.Kf_InceptEntInBillCheck_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //=========================================çäº§é¢æå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBill_AutoSubmit") { @@ -1063,6 +1148,95 @@ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_FIFOCtl") { omodel.Kf_EntrustReplenishOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //========================================åæå å·¥åºåºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_AutoSubmit") { omodel.Kf_InceptEntOutBill_AutoSubmit = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_AutoCheck") { omodel.Kf_InceptEntOutBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_ERPMode") { omodel.Kf_InceptEntOutBill_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_MustQtyCtl") { omodel.Kf_InceptEntOutBill_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_MulSourceBill") { omodel.Kf_InceptEntOutBill_MulSourceBill = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_BillTypeOneScan") { omodel.Kf_InceptEntOutBill_BillTypeOneScan = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_BatchNoCtl") { omodel.Kf_InceptEntOutBill_BatchNoCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_MultilineCtl") { omodel.Kf_InceptEntOutBill_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_MaterWHSPCtl") { omodel.Kf_InceptEntOutBill_MaterWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_SourceWHSPCtl") { omodel.Kf_InceptEntOutBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_FIFOCtl") { omodel.Kf_InceptEntOutBill_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //åæå å·¥åºåºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_DeleterAndMakerMustSame") { omodel.Kf_InceptEntOutBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_BillDateMode") { omodel.Kf_InceptEntOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //========================================åæå å·¥åºåºå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_MustQtyCtl") { omodel.Kf_InceptEntOutBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_WHSPCtl") { omodel.Kf_InceptEntOutBillCheck_WHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_WHCtl") { omodel.Kf_InceptEntOutBillCheck_WHCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_MultilineCtl") { omodel.Kf_InceptEntOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_SourceBarCodeCtl") { omodel.Kf_InceptEntOutBillCheck_SourceBarCodeCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_AutoBarCode") { omodel.Kf_InceptEntOutBillCheck_AutoBarCode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_ERPMode") { omodel.Kf_InceptEntOutBillCheck_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_FIFOCtl") { omodel.Kf_InceptEntOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //==================ç´æ¥è°æ¨å @@ -3303,6 +3477,91 @@ omodel.Kf_EntrustInBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //=========åæå å·¥å ¥åºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_AutoSubmit") { omodel.Kf_InceptEntInBill_AutoSubmit = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_AutoCheck") { omodel.Kf_InceptEntInBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_ERPMode") { omodel.Kf_InceptEntInBill_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_MustQtyCtl") { omodel.Kf_InceptEntInBill_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_MulSourceBill") { omodel.Kf_InceptEntInBill_MulSourceBill = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_BillTypeOneScan") { omodel.Kf_InceptEntInBill_BillTypeOneScan = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_SourceBillCtl") { omodel.Kf_InceptEntInBill_SourceBillCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_BatchNoCtl") { omodel.Kf_InceptEntInBill_BatchNoCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_MultilineCtl") { omodel.Kf_InceptEntInBill_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_MaterWHSPCtl") { omodel.Kf_InceptEntInBill_MaterWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_SourceWHSPCtl") { omodel.Kf_InceptEntInBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //åæå å·¥å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_DeleterAndMakerMustSame") { omodel.Kf_InceptEntInBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBill_BillDateMode") { omodel.Kf_InceptEntInBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //============åæå å·¥å ¥åºå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_MustQtyCtl") { omodel.Kf_InceptEntInBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_WHSPCtl") { omodel.Kf_InceptEntInBillCheck_WHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_WHCtl") { omodel.Kf_InceptEntInBillCheck_WHCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_MultilineCtl") { omodel.Kf_InceptEntInBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_SourceBarCodeCtl") { omodel.Kf_InceptEntInBillCheck_SourceBarCodeCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_AutoBarCode") { omodel.Kf_InceptEntInBillCheck_AutoBarCode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntInBillCheck_ERPMode") { omodel.Kf_InceptEntInBillCheck_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //==========çäº§é¢æå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBill_AutoSubmit") { @@ -3880,6 +4139,95 @@ omodel.Kf_EntrustReplenishOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //=========åæå å·¥åºåºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_AutoSubmit") { omodel.Kf_InceptEntOutBill_AutoSubmit = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_AutoCheck") { omodel.Kf_InceptEntOutBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_ERPMode") { omodel.Kf_InceptEntOutBill_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_MustQtyCtl") { omodel.Kf_InceptEntOutBill_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_MulSourceBill") { omodel.Kf_InceptEntOutBill_MulSourceBill = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_BillTypeOneScan") { omodel.Kf_InceptEntOutBill_BillTypeOneScan = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_BatchNoCtl") { omodel.Kf_InceptEntOutBill_BatchNoCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_MultilineCtl") { omodel.Kf_InceptEntOutBill_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_MaterWHSPCtl") { omodel.Kf_InceptEntOutBill_MaterWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_SourceWHSPCtl") { omodel.Kf_InceptEntOutBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_FIFOCtl") { omodel.Kf_InceptEntOutBill_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //åæå å·¥åºåºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_DeleterAndMakerMustSame") { omodel.Kf_InceptEntOutBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_BillDateMode") { omodel.Kf_InceptEntOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //=========åæå å·¥åºåºå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_MustQtyCtl") { omodel.Kf_InceptEntOutBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_WHSPCtl") { omodel.Kf_InceptEntOutBillCheck_WHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_WHCtl") { omodel.Kf_InceptEntOutBillCheck_WHCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_MultilineCtl") { omodel.Kf_InceptEntOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_SourceBarCodeCtl") { omodel.Kf_InceptEntOutBillCheck_SourceBarCodeCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_AutoBarCode") { omodel.Kf_InceptEntOutBillCheck_AutoBarCode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_ERPMode") { omodel.Kf_InceptEntOutBillCheck_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_FIFOCtl") { omodel.Kf_InceptEntOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //=========ç´æ¥è°æ¨å if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBill_AutoSubmit") { Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -125,6 +125,30 @@ public string Kf_EntrustInBill_DeleterAndMakerMustSame; //å§å¤å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 public string Kf_EntrustInBill_BillDateMode; //åæ®æ¥ææ¯å¦åçé¢éå ¥æ¥æ //åæå å·¥å ¥åº public string Kf_InceptEntInBill_AutoSubmit; //ä¿å忝å¦èªå¨æäº¤ public string Kf_InceptEntInBill_AutoCheck; //ä¿å忝å¦èªå¨å®¡æ ¸ public string Kf_InceptEntInBill_SaveAutoAddnew; //ä¿ååå为æ°å¢ç¶æ public string Kf_InceptEntInBill_ERPMode; //WMSç³»ç»åæ¥è³ERPçç±»åï¼WISEãCLOUDãæ ï¼ public string Kf_InceptEntInBill_MustQtyCtl; //åºæ¶æ°éæ§å¶ï¼å°äºçäºåºæ¶ãå®å ¨çäºåºæ¶ã䏿§å¶ï¼ public string Kf_InceptEntInBill_MulSourceBill; //夿ºåæ¨¡å¼ public string Kf_InceptEntInBill_BillTypeOneScan; //æ¬åæ®ç±»åå åªå è®¸ä¸æ¬¡æ«ç ï¼å¯ä¸ç ï¼å«ç¼ååè¡¨ï¼ public string Kf_InceptEntInBill_SourceBillCtl; //æ¯å¦è¿è¡æºåä¿¡æ¯æ ¸å¯¹ï¼'Y'ä¸ºæ ¸å¯¹æºåä¿¡æ¯ï¼ public string Kf_InceptEntInBill_BatchNoCtl; //æ¯å¦è¿è¡æ¹å·æ ¸å¯¹ï¼'Y'ä¸ºæ ¸å¯¹æ¹å·ï¼ public string Kf_InceptEntInBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_InceptEntInBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_InceptEntInBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_InceptEntInBill_DeleterAndMakerMustSame; //å ¶ä»å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 public string Kf_InceptEntInBill_BillDateMode; //åæ®æ¥ææ¯å¦åçé¢éå ¥æ¥æ //åæå å·¥å ¥åº æ ¡éª public string Kf_InceptEntInBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_InceptEntInBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ public string Kf_InceptEntInBillCheck_WHCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åº public string Kf_InceptEntInBillCheck_MultilineCtl; //æ ¡éª-å¤è¡ç¸åç©æèªå¨æåæ¢è¡å¹é public string Kf_InceptEntInBillCheck_SourceBarCodeCtl; //æ ¡éª-æ¯å¦è¿è¡æºåå¯¹åºæ¡ç æ ¸å¯¹ï¼'Y'ä¸ºæ ¸å¯¹ï¼ public string Kf_InceptEntInBillCheck_AutoBarCode; //å æ«ç æ¨¡å¼ public string Kf_InceptEntInBillCheck_ERPMode; //WMSç³»ç»åæ¥è³ERPçç±»åï¼WISEãCLOUDãMESï¼ //çäº§é¢æ public string Kf_MateOutBill_AutoSubmit; //ä¿å忝å¦èªå¨æäº¤ public string Kf_MateOutBill_AutoCheck; //ä¿å忝å¦èªå¨å®¡æ ¸ @@ -287,6 +311,31 @@ public string Kf_EntrustReplenishOutBillCheck_ERPMode; //WMSç³»ç»åæ¥è³ERPçç±»åï¼WISEãCLOUDãMESï¼ public string Kf_EntrustReplenishOutBillCheck_FIFOCtl; //å è¿å åºæ§å¶ï¼1ã䏿§å¶ä» æ¾ç¤ºä¸æ¶æ¸ å 2ãä¸¥æ ¼æ§å¶å è¿å åº 3ãä» æç¤ºåæ¾ç¤ºä¸æ¶æ¸ å 4ã䏿¾ç¤ºä¸æ¶æ¸ åä¹ä¸æ§å¶ï¼ //åæå å·¥åºåº public string Kf_InceptEntOutBill_AutoSubmit; //ä¿å忝å¦èªå¨æäº¤ public string Kf_InceptEntOutBill_AutoCheck; //ä¿å忝å¦èªå¨å®¡æ ¸ public string Kf_InceptEntOutBill_SaveAutoAddnew; //ä¿ååå为æ°å¢ç¶æ public string Kf_InceptEntOutBill_ERPMode; //WMSç³»ç»åæ¥è³ERPçç±»åï¼WISEãCLOUDãæ ï¼ public string Kf_InceptEntOutBill_MustQtyCtl; //åºæ¶æ°éæ§å¶ï¼å°äºçäºåºæ¶ãå®å ¨çäºåºæ¶ã䏿§å¶ï¼ public string Kf_InceptEntOutBill_MulSourceBill; //夿ºåæ¨¡å¼ public string Kf_InceptEntOutBill_BillTypeOneScan; //æ¬åæ®ç±»åå åªå è®¸ä¸æ¬¡æ«ç ï¼å¯ä¸ç ï¼å«ç¼ååè¡¨ï¼ public string Kf_InceptEntOutBill_BatchNoCtl; //æ¯å¦è¿è¡æ¹å·æ ¸å¯¹ï¼'Y'ä¸ºæ ¸å¯¹æ¹å·ï¼ public string Kf_InceptEntOutBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_InceptEntOutBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_InceptEntOutBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_InceptEntOutBill_FIFOCtl; //å è¿å åºæ§å¶ public string Kf_InceptEntOutBill_DeleterAndMakerMustSame; //å ¶ä»åºåºåæåå é¤äººå¿ é¡»æ¯å¶å人 public string Kf_InceptEntOutBill_BillDateMode; //åæ®æ¥ææ¯å¦åçé¢éå ¥æ¥æ //åæå å·¥åºåº æ ¡éª public string Kf_InceptEntOutBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_InceptEntOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ public string Kf_InceptEntOutBillCheck_WHCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åº public string Kf_InceptEntOutBillCheck_MultilineCtl; //æ ¡éª-å¤è¡ç¸åç©æèªå¨æåæ¢è¡å¹é public string Kf_InceptEntOutBillCheck_SourceBarCodeCtl; //æ ¡éª-æ¯å¦è¿è¡æºåå¯¹åºæ¡ç æ ¸å¯¹ï¼'Y'ä¸ºæ ¸å¯¹ï¼ public string Kf_InceptEntOutBillCheck_AutoBarCode; //å æ«ç æ¨¡å¼ public string Kf_InceptEntOutBillCheck_ERPMode; //WMSç³»ç»åæ¥è³ERPçç±»åï¼WISEãCLOUDãMESï¼ public string Kf_InceptEntOutBillCheck_FIFOCtl; //å è¿å åºæ§å¶ï¼1ã䏿§å¶ä» æ¾ç¤ºä¸æ¶æ¸ å 2ãä¸¥æ ¼æ§å¶å è¿å åº 3ãä» æç¤ºåæ¾ç¤ºä¸æ¶æ¸ å 4ã䏿¾ç¤ºä¸æ¶æ¸ åä¹ä¸æ§å¶ï¼ //ç´æ¥è°æ¨ public string Kf_MoveStockBill_AutoSubmit; //ä¿å忝å¦èªå¨æäº¤ public string Kf_MoveStockBill_AutoCheck; //ä¿å忝å¦èªå¨å®¡æ ¸ Pub_Class/bin/Release/Pub_Class.dllBinary files differ
Pub_Class/bin/Release/Pub_Class.pdbBinary files differ
Pub_Control/bin/Release/Pub_Class.dllBinary files differ
Pub_Control/bin/Release/Pub_Class.pdbBinary files differ
Pub_Control/bin/Release/Pub_Control.dllBinary files differ
Pub_Control/bin/Release/Pub_Control.pdbBinary files differ
SQLHelper/bin/Release/Pub_Class.dllBinary files differ
SQLHelper/bin/Release/Pub_Class.pdbBinary files differ
SQLHelper/bin/Release/SQLHelper.dllBinary files differ
SQLHelper/bin/Release/SQLHelper.pdbBinary files differ
SQLHelper/obj/Release/SQLHelper.csproj.AssemblyReference.cacheBinary files differ
SQLHelper/obj/Release/SQLHelper.dllBinary files differ
SQLHelper/obj/Release/SQLHelper.pdbBinary files differ
SyntacticSugar/bin/Debug/SyntacticSugar.dllBinary files differ
SyntacticSugar/bin/Debug/SyntacticSugar.pdbBinary files differ
SyntacticSugar/obj/Debug/SyntacticSugar.csproj.FileListAbsolute.txt
@@ -5,19 +5,12 @@ D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.pdb C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.dll C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.pdb C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.AssemblyReference.cache C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.CoreCompileInputs.cache C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.dll C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.pdb D:\WorkBench\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.dll D:\WorkBench\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.pdb D:\WorkBench\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.CoreCompileInputs.cache D:\WorkBench\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.dll D:\WorkBench\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.pdb D:\WorkBench\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.AssemblyReference.cache D:\WMES\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.dll D:\WMES\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.pdb D:\WMES\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.CoreCompileInputs.cache D:\WMES\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.dll D:\WMES\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.pdb D:\WMES\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.AssemblyReference.cache D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.dll D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.pdb D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.AssemblyReference.cache D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.CoreCompileInputs.cache D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.dll D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.pdb SyntacticSugar/obj/Debug/SyntacticSugar.dllBinary files differ
SyntacticSugar/obj/Debug/SyntacticSugar.pdbBinary files differ
WarM/ÌõÂë´òÓ¡/Gy_CusBarCodeBill_KaiBei_HuaSan.cs
@@ -674,20 +674,28 @@ { if (ClsPub.isLong(grdMain.Rows[j].Cells[HMaterIDCol].Value) != 0) { HCusModelName = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCusModelNameCol].Value); // å®¢æ·æå· HMaterModel = DBUtility.ClsPub.isStrNull(grdMain.Rows[j].Cells[HMaterModelCol].Value); //ç©æè§æ ¼åå· HMaterNumber = DBUtility.ClsPub.isStrNull(grdMain.Rows[j].Cells[HMaterNumberCol].Value); // ç©æä»£ç HCode3 = HMaterNumber.Substring(HMaterNumber.Length - 2, 2); //çæ¬ åç©æä»£ç åä¸¤ä½ HCustom3 = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCustom3Col].Value); // çé¢ä¸è¾å ¥ MPN //çé¢ä¸MPNå¼è¾å ¥ä¸º/çï¼çæ¬åç©æä»£ç å两ä½ï¼ä¸ä¸º/çå为æ¹å¶ï¼å00 if (HCustom3!="/") { HCode3 = "00"; } if (cmbHCusName.Text.Contains("ç´«å åæº")) { //æ¡ç åç¼ = ç©æè§æ ¼åå·+ä¾åºå代ç ï¼åºå®'151003'ï¼+å¹´ææ¥ï¼YYMMDDï¼ sTMNumber = HMaterModel + "151003" + sYear + sPeriod2 + sDay; sTMNumber = HCusModelName + "151003" + sYear + sPeriod2 + sDay; } //æ°åä¸ã䏿¹éä¿¡ãç»å else { //æ¡ç åç¼ = ç©æè§æ ¼åå·+ä¾åºå代ç ï¼åºå®'151091'ï¼+å¹´ææ¥ï¼YYMMDDï¼ sTMNumber = HMaterModel + "151091" + sYear + sPeriod2 + sDay; sTMNumber = HCusModelName + "151091" + sYear + sPeriod2 + sDay; } Ds = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + sTMNumber + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· @@ -742,7 +750,6 @@ HAuxPropID = ClsPub.isLong(grdMain.Rows[j].Cells[HAuxPropIDCol].Value); HQty = HMinQty; HCusID = ClsPub.isLong(cmbHCusName.SelectedValue); HCusModelName = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCusModelNameCol].Value); HCusModel = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCusModelCol].Value); HGiveAwayFlag = ClsPub.isBool(grdMain.Rows[j].Cells[HGiveAwayFlagCol].Value); HISKFPERIOD = ClsPub.isBool(grdMain.Rows[j].Cells[HISKFPERIODCol].Value); @@ -762,7 +769,6 @@ sHBaNo = ClsPub.isStrNull(grdMain.Rows[j].Cells[HBaNoCol].Value); // çé¢ä¸è¾å ¥çæ¹æ¬¡ä½ HCustom1 = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCustom1Col].Value); // çé¢ä¸è¾å ¥ HCustom2 = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCustom2Col].Value); // çé¢ä¸è¾å ¥ HCustom3 = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCustom3Col].Value); // çé¢ä¸è¾å ¥ //çæ¬å·HCode3ã产å代ç HCustom1ãæå·HCustom2ãMPNHCustom3ãéå®è®¢åå·HInnerBillNoãè§æ ¼åå·HSupNumber oCn.RunProc("insert into Gy_BarCodeBill_Cus" + @@ -806,28 +812,36 @@ { if (ClsPub.isLong(grdMain.Rows[j].Cells[HMaterIDCol].Value) != 0) { HCusModelName = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCusModelNameCol].Value); // å®¢æ·æå· HMaterModel = DBUtility.ClsPub.isStrNull(grdMain.Rows[j].Cells[HMaterModelCol].Value); //ç©æè§æ ¼åå· HMaterNumber = DBUtility.ClsPub.isStrNull(grdMain.Rows[j].Cells[HMaterNumberCol].Value); // ç©æä»£ç HCode3 = HMaterNumber.Substring(HMaterNumber.Length - 2, 2); //çæ¬ åç©æä»£ç åä¸¤ä½ HInnerBillNo = ClsPub.isStrNull(grdMain.Rows[j].Cells[HInnerBillNoCol].Value); //éå®è®¢åå· HCustom3 = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCustom3Col].Value); // çé¢ä¸è¾å ¥ MPN //çé¢ä¸MPNå¼è¾å ¥ä¸º/çï¼çæ¬åç©æä»£ç å两ä½ï¼ä¸ä¸º/çå为æ¹å¶ï¼å0 if (HCustom3 != "/") { HCode3 = "0"; } //è·åæå¤§æµæ°´å· if (cmbHCusName.Text.Contains("䏿¹éä¿¡")) { //æ¡ç åç¼ = 2ä½åºå®ç ï¼'09'ï¼ + CPN客æ·ç¼ç ï¼è§æ ¼åå·ï¼+ 2ä½é¢çç ï¼åºå®'01'ï¼+ 5ä½å¹´å¹´ææ¥æ¥ï¼YYMDDï¼ + 3ä½09ç æµæ°´å·ï¼åºå®'001'ï¼ + ä¾åºå代ç ï¼åºå®'105652'ï¼ sWTMNumber = "09" + HMaterModel + "01" + sYear + sPeriod + sDay + "001105652"; sWTMNumber = "09" + HCusModelName + "01" + sYear + sPeriod + sDay + "001105652"; } //ç´«å åæº else if (cmbHCusName.Text.Contains("ç´«å åæº")) { //æ¡ç åç¼ = 2ä½åºå®ç ï¼'09'ï¼ + CPN客æ·ç¼ç ï¼è§æ ¼åå·ï¼+ 2ä½é¢çç ï¼åºå®'01'ï¼+ 5ä½å¹´å¹´ææ¥æ¥ï¼YYMDDï¼ + 3ä½09ç æµæ°´å·ï¼åºå®'001'ï¼ + ä¾åºå代ç ï¼åºå®'151003'ï¼ sWTMNumber = "09" + HMaterModel + "01" + sYear + sPeriod + sDay + "001151003"; sWTMNumber = "09" + HCusModelName + "01" + sYear + sPeriod + sDay + "001151003"; } //æ°åä¸ãç»å else { //æ¡ç åç¼ = 2ä½åºå®ç ï¼'09'ï¼ + CPN客æ·ç¼ç ï¼è§æ ¼åå·ï¼+ 2ä½é¢çç ï¼åºå®'01'ï¼+ 5ä½å¹´å¹´ææ¥æ¥ï¼YYMDDï¼ + 3ä½09ç æµæ°´å·ï¼åºå®'001'ï¼ + ä¾åºå代ç ï¼åºå®'151091'ï¼ sWTMNumber = "09" + HMaterModel + "01" + sYear + sPeriod + sDay + "001151091"; sWTMNumber = "09" + HCusModelName + "01" + sYear + sPeriod + sDay + "001151091"; } Ds = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + sWTMNumber + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· LWSH = ClsPub.isLong(Ds.Tables[0].Rows[0][0]); @@ -882,7 +896,6 @@ HAuxPropID = ClsPub.isLong(grdMain.Rows[j].Cells[HAuxPropIDCol].Value); HQty = HWMinQty; HCusID = ClsPub.isLong(cmbHCusName.SelectedValue); HCusModelName = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCusModelNameCol].Value); HCusModel = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCusModelCol].Value); HGiveAwayFlag = ClsPub.isBool(grdMain.Rows[j].Cells[HGiveAwayFlagCol].Value); HISKFPERIOD = ClsPub.isBool(grdMain.Rows[j].Cells[HISKFPERIODCol].Value); @@ -902,7 +915,6 @@ sHBaNo = ClsPub.isStrNull(grdMain.Rows[j].Cells[HBaNoCol].Value); // çé¢ä¸è¾å ¥çæ¹æ¬¡ä½ HCustom1 = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCustom1Col].Value); // çé¢ä¸è¾å ¥ HCustom2 = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCustom2Col].Value); // çé¢ä¸è¾å ¥ HCustom3 = ClsPub.isStrNull(grdMain.Rows[j].Cells[HCustom3Col].Value); // çé¢ä¸è¾å ¥ //çæ¬å·HCode3ã产å代ç HCustom1ãæå·HCustom2ãMPNHCustom3ãéå®è®¢åå·HInnerBillNoãè§æ ¼åå·HSupNumber oCn.RunProc("insert into Gy_BarCodeBill_Cus" + @@ -958,7 +970,7 @@ private void Display() { //å·æ°å ç®±ç å表 DataSet DSet = oCn.RunProcReturn("select * from h_v_Gy_BarCodeBill_CusList where HInterID=" + HInterID.ToString() + " and (æ¡ç ç±»å in ('æ°åä¸å ç®±ç ','䏿¹éä¿¡å ç®±ç ','ç»åå ç®±ç ','ç´«å åæºå ç®±ç ') order by HItemID", "h_v_Gy_BarCodeBill_CusList", ref DBUtility.ClsPub.sExeReturnInfo); DataSet DSet = oCn.RunProcReturn("select * from h_v_Gy_BarCodeBill_CusList where HInterID=" + HInterID.ToString() + " and æ¡ç ç±»å in ('æ°åä¸å ç®±ç ','䏿¹éä¿¡å ç®±ç ','ç»åå ç®±ç ','ç´«å åæºå ç®±ç ') order by HItemID", "h_v_Gy_BarCodeBill_CusList", ref DBUtility.ClsPub.sExeReturnInfo); //çæé¦è¡æ é¢ if (DSet == null) { @@ -969,7 +981,7 @@ grdSub.DataSource = DSet.Tables[0].DefaultView; //å·æ°å¤ç®±ç å表 DataSet DWSet = oCn.RunProcReturn("select * from h_v_Gy_BarCodeBill_CusList where HInterID=" + HInterID.ToString() + " and (æ¡ç ç±»å in ('æ°åä¸å¤ç®±ç ','䏿¹éä¿¡å¤ç®±ç ','ç»åå¤ç®±ç ','ç´«å åæºå¤ç®±ç ') order by HItemID", "h_v_Gy_BarCodeBill_CusList", ref DBUtility.ClsPub.sExeReturnInfo); DataSet DWSet = oCn.RunProcReturn("select * from h_v_Gy_BarCodeBill_CusList where HInterID=" + HInterID.ToString() + " and æ¡ç ç±»å in ('æ°åä¸å¤ç®±ç ','䏿¹éä¿¡å¤ç®±ç ','ç»åå¤ç®±ç ','ç´«å åæºå¤ç®±ç ') order by HItemID", "h_v_Gy_BarCodeBill_CusList", ref DBUtility.ClsPub.sExeReturnInfo); //çæé¦è¡æ é¢ if (DWSet == null) { WebAPI/Controllers/BaseSet/Gy_UnitController.cs
@@ -49,11 +49,11 @@ } string sql1 = string.Format(@"select * from h_v_Gy_UnitList where ç»ç»åç§°='" + Organization + "'"); if (oSystemParameter.omodel.WMS_CampanyName.Contains("åç»´å°")) { sql1 = string.Format(@"select * from h_v_Gy_UnitList where 1=1 "); //if (oSystemParameter.omodel.WMS_CampanyName.Contains("åç»´å°")) //{ // sql1 = string.Format(@"select * from h_v_Gy_UnitList where 1=1 "); } //} if (sWhere == null || sWhere.Equals("")) { ds = oCN.RunProcReturn(sql1 + sWhere + "order by 计éåä½ä»£ç ", "h_v_Gy_UnitList"); WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -1409,12 +1409,12 @@ return objJsonResult; } if (totalWeight <= 0) if (totalWeight < 0) { oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä¿å失败ï¼ééå¿ é¡»å¤§äº0"; objJsonResult.Message = "ä¿å失败ï¼ééå¿ é¡»å¤§äºçäº0"; objJsonResult.data = 1; return objJsonResult; } WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
@@ -10,6 +10,7 @@ using System.Web.Http; using System.Windows.Forms; using WebAPI.Models; using System.Linq; namespace WebAPI.Controllers { @@ -51,6 +52,7 @@ string msg4 = sArray[2].ToString(); string msg5 = sArray[3].ToString(); string HBillSubType = sArray[4].ToString(); string msg6 = sArray.Length > 5 ? sArray[5] : ""; // è¿éå®å ¨äº string HComputerName = SystemInformation.ComputerName; //设å¤åç§° string UserName = ""; @@ -90,7 +92,7 @@ { UserName = oItem.HMaker; //å¶å人 oItem.HBillType = "3772"; oItem.HBillSubType = HBillSubType == "SUB" ? HBillSubType : "3772"; oItem.HBillSubType = HBillSubType == "SUB" ? HBillSubType : oItem.HBillSubType; oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); oItem.HDate = HBillSubType == "SUB" ? DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd")) : oItem.HDate; @@ -123,59 +125,65 @@ oBill.DetailColl.Add(oItemSub); } //è¿å·¥è¡¨ä½æ°æ® //æ },{æ¥æåæ°ç» //廿ãåã List<Model.Sc_ProcessExchangeBillSub_HRelationBack> ls2 = new List<Model.Sc_ProcessExchangeBillSub_HRelationBack>(); if (!string.IsNullOrEmpty(msg6)) { // åªæ msg6 ä¸ä¸ºç©ºæèµ°è¿é msg6 = msg6.Substring(1, msg6.Length - 2); msg6 = msg6.Replace("\\", ""); msg6 = msg6.Replace("\n", ""); // è¿éå¿ é¡»ä¼ msg6ï¼ä¸æ¯ msg3ï¼ï¼ï¼ ls2 = oListModels.getObjectByJson_Sc_ProcessExchangeBillSub_HRelationBack(msg6); } int i2 = 0; foreach (Model.Sc_ProcessExchangeBillSub_HRelationBack oItemSub2 in ls2) { i2++; oItemSub2.HEntryID = i2; oItemSub2.HEntryCloseDate = DBUtility.ClsPub.isDate(DateTime.Now); // å¨è¿éç´æ¥ç»é»è®¤å¼ï¼ // ====================== oItemSub2.HProcExchInterID = oItemSub2.HProcExchInterID > 0 ? oItemSub2.HProcExchInterID : 0; oItemSub2.HProcExchEntryID = oItemSub2.HProcExchEntryID > 0 ? oItemSub2.HProcExchEntryID : 0; oItemSub2.HProcExchBillNo = string.IsNullOrEmpty(oItemSub2.HProcExchBillNo) ? "" : oItemSub2.HProcExchBillNo; oItemSub2.HICMOInterID = oItemSub2.HICMOInterID > 0 ? oItemSub2.HICMOInterID : 0; oItemSub2.HICMOEntryID = oItemSub2.HICMOEntryID > 0 ? oItemSub2.HICMOEntryID : 0; oItemSub2.HICMOBillNo = string.IsNullOrEmpty(oItemSub2.HICMOBillNo) ? "" : oItemSub2.HICMOBillNo; oItemSub2.HStationOutInterID = oItemSub2.HStationOutInterID > 0 ? oItemSub2.HStationOutInterID : 0; oItemSub2.HStationOutBillNo = string.IsNullOrEmpty(oItemSub2.HStationOutBillNo) ? "" : oItemSub2.HStationOutBillNo; oBill.DetailColl2.Add(oItemSub2); } //ä¿å //ä¿å宿¯åå¤ç bool bResult; if (msg5 == "xz") { LogService.Write("ç¨æ·:" + msg4 + ",æ¥æ:" + DateTime.Now + ",æ°å¢å·¥åºæµè½¬å¡åæ®:" + oBill.omodel.HBillNo); // bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); //æµè¯è¯å¥=========================================================================================================== string msg_str = ""; string sql_str = "select a.HQty HQty_Main,b.HQty HQty_Sub " + "from Sc_ProcessExchangeBillMain as a " + "inner join Sc_ProcessExchangeBillSub as b on a.HInterID = b.HInterID " + "where a.HInterID = " + oBill.omodel.HInterID; DataSet ds_str = oCN.RunProcReturn(sql_str, "Sc_ProcessExchangeBillMain"); if (ds_str.Tables[0].Rows.Count > 0) { msg_str = "HQty_Main:" + ds_str.Tables[0].Rows[0]["HQty_Main"].ToString() + ";HQty_Sub:"; for (int j = 0; j < ds_str.Tables[0].Rows.Count; j++) { msg_str += ds_str.Tables[0].Rows[j]["HQty_Sub"].ToString() + ","; } } //============================================================================================================== oCN.RunProc("Insert into System_log (GeginDate, userid, WorkstationName, WorkList, SystemName, NetuserName, State) select GETDATE(),'" + msg4 + "','" + HComputerName + "','" + "æ°å¢å·¥åºæµè½¬å¡åæ®ï¼" + oBill.omodel.HBillNo + msg_str + "','LMES-å·¥åºæµè½¬å¡æ¨¡å','" + DBUtility.ClsPub.IPAddress + "','æ°å¢åæ®'", ref DBUtility.ClsPub.sExeReturnInfo); oCN.RunProc("Insert into System_log (GeginDate, userid, WorkstationName, WorkList, SystemName, NetuserName, State) select GETDATE(),'" + msg4 + "','" + HComputerName + "','" + "æ°å¢å·¥åºæµè½¬å¡åæ®ï¼" + oBill.omodel.HBillNo + "','LMES-å·¥åºæµè½¬å¡æ¨¡å','" + DBUtility.ClsPub.IPAddress + "','æ°å¢åæ®'", ref DBUtility.ClsPub.sExeReturnInfo); } else { LogService.Write("ç¨æ·:" + msg4 + ",æ¥æ:" + DateTime.Now + ",ä¿®æ¹å·¥åºæµè½¬å¡åæ®:" + oBill.omodel.HBillNo); bResult = oBill.ModifyBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo); //æµè¯è¯å¥=========================================================================================================== string msg_str = ""; string sql_str = "select a.HQty HQty_Main,b.HQty HQty_Sub " + "from Sc_ProcessExchangeBillMain as a " + "inner join Sc_ProcessExchangeBillSub as b on a.HInterID = b.HInterID " + "where a.HInterID = " + oBill.omodel.HInterID; DataSet ds_str = oCN.RunProcReturn(sql_str, "Sc_ProcessExchangeBillMain"); if (ds_str.Tables[0].Rows.Count > 0) { msg_str = "HQty_Main:" + ds_str.Tables[0].Rows[0]["HQty_Main"].ToString() + ";HQty_Sub:"; for (int j = 0; j < ds_str.Tables[0].Rows.Count; j++) { msg_str += ds_str.Tables[0].Rows[j]["HQty_Sub"].ToString() + ","; } } //============================================================================================================== oCN.RunProc("Insert into System_log (GeginDate, userid, WorkstationName, WorkList, SystemName, NetuserName, State) select GETDATE(),'" + msg4 + "','" + HComputerName + "','" + "ä¿®æ¹å·¥åºæµè½¬å¡åæ®ï¼" + oBill.omodel.HBillNo + msg_str + "','LMES-å·¥åºæµè½¬å¡æ¨¡å','" + DBUtility.ClsPub.IPAddress + "','ä¿®æ¹åæ®'", ref DBUtility.ClsPub.sExeReturnInfo); oCN.RunProc("Insert into System_log (GeginDate, userid, WorkstationName, WorkList, SystemName, NetuserName, State) select GETDATE(),'" + msg4 + "','" + HComputerName + "','" + "ä¿®æ¹å·¥åºæµè½¬å¡åæ®ï¼" + oBill.omodel.HBillNo + "','LMES-å·¥åºæµè½¬å¡æ¨¡å','" + DBUtility.ClsPub.IPAddress + "','ä¿®æ¹åæ®'", ref DBUtility.ClsPub.sExeReturnInfo); } if (bResult) { @@ -207,7 +215,6 @@ objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "[0000-1-050]ä¿åæåï¼"; //WebAPIController.Add_Log("éè´§å䏿¨", UserName, "çæéè´§å"); objJsonResult.data = 1; return objJsonResult; } @@ -893,6 +900,37 @@ å 工车é´ä»£ç HDeptNumber,å å·¥è½¦é´ HDeptName,åºç«æ¥åºå ³èæ°é HRelationQty_OutBad,SNè¿ç«æ§å¶ HSNCtrl,HRoutingInterID HRoutingBillMainID,HRoutingEntryID HRoutingBillEntryID from h_v_Sc_ProcessExchangeBillQuerySub"); ds = oCN.RunProcReturn(sql+ " where hmainid="+ HInterID + " order by cast(æµæ°´å· as int) ", "h_v_Sc_ProcessExchangeBillQuerySub"); objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "[0000-1-037]è·åä¿¡æ¯æåï¼"; objJsonResult.data = ds.Tables[0]; } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "[0000-1-045]没æè¿åä»»ä½è®°å½ï¼" + e.ToString(); objJsonResult.data = null; } return objJsonResult; } // å·¥åºæµè½¬å¡è¿å·¥ä¿¡æ¯ [Route("Sc_ProcessExchangeBill/GetProcessExchangeBillSub_Back")] [HttpGet] public object GetProcessExchangeBillSub_Back(string HInterID) { DataSet ds; try { SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); string sql = string.Format(@"SELECT ISNULL(HSourceInterID, 0) AS HSourceInterID,ISNULL(HSourceEntryID, 0) AS HSourceEntryID,ISNULL(HSourceBillNo, '') AS HSourceBillNo, ISNULL(HSourceBillType, '') AS HSourceBillType,ISNULL(HProcExchInterID, 0) AS HProcExchInterID,ISNULL(HProcExchEntryID, 0) AS HProcExchEntryID, ISNULL(HProcExchBillNo, '') AS HProcExchBillNo,ISNULL(HICMOInterID, 0) AS HICMOInterID,ISNULL(HICMOEntryID, 0) AS HICMOEntryID, ISNULL(HICMOBillNo, '') AS HICMOBillNo,ISNULL(HStationOutInterID, 0) AS HStationOutInterID,ISNULL(HStationOutBillNo, '') AS HStationOutBillNo FROM Sc_ProcessExchangeBillSub_HRelationBack where HInterID=" + HInterID + " order by HEntryID "); ds = oCN.RunProcReturn(sql, "Sc_ProcessExchangeBillSub_HRelationBack"); objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "[0000-1-037]è·åä¿¡æ¯æåï¼"; @@ -2846,5 +2884,54 @@ } #endregion #region[æ°å¢æ¶è·åè¡¨ä½æ°æ®(è¿å·¥ç³è¯·å)] [Route("Sc_ProcessExchangeBill/GetProcExchangeWorkBackList")] [HttpGet] public object GetProcExchangeWorkBackList(string HInterID) { DataSet ds; try { //æåå¹¶è¿æ»¤åºæææ°åID var idList = HInterID.Split(',') // 1. æéå·åå²å符串 .Select(s => s.Trim()) // 2. å»é¤æ¯ä¸ªå ç´ çç©ºæ ¼ .Where(s => int.TryParse(s, out _)) // 3. åªä¿çè½è½¬ææ°åçå符串 .ToList(); // 4. 转æListéå // æå»ºå®å ¨ç IN åå¥ string inClause = string.Join(",", idList); List<object> columnNameList = new List<object>(); SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); ds = oCN.RunProcReturn("select * from h_v_Sc_ProcExchWorkBackBillList_Query where 1=1 and hmainid in (" + inClause + ")", "h_v_Sc_ProcExchWorkBackBillList_Query"); //æ·»å åå 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 = "0"; objJsonResult.count = 1; objJsonResult.list = columnNameList; objJsonResult.Message = "[0000-1-037]è·åä¿¡æ¯æåï¼"; objJsonResult.data = ds.Tables[0]; return objJsonResult; } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "[0000-1-038]没æè¿åä»»ä½è®°å½ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion } } WebAPI/Controllers/QC_ManagementController.cs
@@ -131,13 +131,15 @@ if (sWhere == null || sWhere.Equals("")) { ds = oCN.RunProcReturn($@"select * from h_v_Gy_QCCheckProjectList_Main order by æ¥æ desc,åæ®å· DESC offset {(page-1)*size} rows fetch {size} rows only offset {(page-1)*size} rows fetch next {size} rows only select count(1) [count] from h_v_Gy_QCCheckProjectList_Main ", "h_v_Gy_QCCheckProjectList_Main"); } else { string sql1 = "select * from h_v_Gy_QCCheckProjectList_Main where 1=1"; string sql = sql1 + sWhere + $" order by æ¥æ desc,åæ®å· DESC offset {(page-1)*size} rows fetch {size} rows only "; string sql = sql1 + sWhere + $@" order by æ¥æ desc,åæ®å· DESC offset {(page-1)*size} rows fetch next {size} rows only select count(1) [count] from h_v_Gy_QCCheckProjectList_Main where 1=1 " + sWhere; ds = oCN.RunProcReturn(sql, "h_v_Gy_QCCheckProjectList_Main"); } } @@ -149,7 +151,10 @@ objJsonResult.data = null; return objJsonResult; } return GetObjectJson(ds); var jsonObj = GetObjectJson(ds) as json; jsonObj.count = int.Parse(ds.Tables[1].Rows[0]["count"].ToString()); return jsonObj; } WebAPI/Controllers/SBGL/Sb_EquipRepairSendWorkBillController.cs
@@ -49,22 +49,11 @@ ds = oCN.RunProcReturn(sql + sWhere+ " order by hmainid desc ", "h_v_Sb_EquipRepairSendWorkBill_Edit"); } //if (ds.Tables[0].Rows.Count != 0 || ds != null) //{ objJsonResult.code = "1"; objJsonResult.count = ds.Tables[0].Rows.Count; objJsonResult.Message = "Sucessï¼"; objJsonResult.data = ds.Tables[0]; return objJsonResult; //} //else //{ //objJsonResult.code = "0"; //objJsonResult.count = 0; //objJsonResult.Message = "æ æ°æ®"; //objJsonResult.data = null; //return objJsonResult; //} } catch (Exception e) { @@ -276,7 +265,7 @@ oCN.RunProc("delete from Sb_EquipRepairSendWorkBillSub where HInterID='" + omodel.HInterID + "' and HEntryID='" + hentryid + "'"); } //ä¿åå表 objJsonResult = AddBillSub(msg3, hentryid); objJsonResult = AddBillSub(msg3, hentryid, OperationType); if (objJsonResult.code == "0") { objJsonResult.code = "0"; @@ -302,7 +291,7 @@ } } public json AddBillSub(string msg3, int hentryid) public json AddBillSub(string msg3, int hentryid,int OperationType) { DetailColl = Newtonsoft.Json.JsonConvert.DeserializeObject<List<ClsSb_EquipRepairSendWorkBillSub>>(msg3); int i = 1; @@ -331,7 +320,7 @@ } //ä¿ååæ§å¶========================================= DataSet ds = oCN.RunProcReturn("Exec h_p_Sb_EquipRepairSendWorkBill_AfterSaveCtrl " + omodel.HInterID + ",'" + omodel.HBillNo + "','',1", "h_p_Sb_EquipRepairSendWorkBill_AfterSaveCtrl"); DataSet ds = oCN.RunProcReturn("Exec h_p_Sb_EquipRepairSendWorkBill_AfterSaveCtrl " + omodel.HInterID + ",'" + omodel.HBillNo + "','','"+ OperationType + "'", "h_p_Sb_EquipRepairSendWorkBill_AfterSaveCtrl"); if (ds == null) { objJsonResult.code = "0"; WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs
@@ -8869,14 +8869,14 @@ { HSourceBill = HSourceBill.Split('-')[0]; //åè快件åèµ·å®ç¯çæ¶å ä¼ è¿æ¥çæ¯åºç«åçåæ®å· sql = @"select a.HProcExchInterID æµè½¬å¡ä¸»å ç ,a.HProcExchEntryID æµè½¬å¡åå ç ,a.HProcExchBillNo æµè½¬å¡å·,a.HSourceID,b.HName çäº§èµæº, c.HNumber ç©æä»£ç , c.HName ç©æåç§°, c.HModel è§æ ¼åå·, a.HPlanQty è®¡åæ°é sql = @"SELECT ISNULL(a.HProcExchInterID,0) æµè½¬å¡ä¸»å ç ,ISNULL(a.HProcExchEntryID,0) æµè½¬å¡åå ç ,ISNULL(a.HProcExchBillNo,'') æµè½¬å¡å·,ISNULL(a.HSourceID,0) HSourceID,ISNULL(b.HName,'') çäº§èµæº,ISNULL(c.HNumber,'') ç©æä»£ç ,ISNULL(c.HName,'') ç©æåç§°,ISNULL(c.HModel,'') è§æ ¼åå·,ISNULL(a.HPlanQty,0) è®¡åæ°é,ISNULL(a.HICMOInterID,0) HICMOInterID,ISNULL(a.HICMOEntryID,0) HICMOEntryID,ISNULL(a.HICMOBillNo,'') HICMOBillNo from Sc_StationOutBillMain a left join Gy_Source b on a.HSourceID = b.HItemID left join Gy_Material c on a.HMaterID = c.HItemID where a.HBillNo = '" + HSourceBill + "'"; } else { //æ¥å·¥å°ä¼ è¿æ¥çæ¯æµè½¬å¡ç sql = "select a.HSourceBillNo æµè½¬å¡å·,a.HSourceBillType æµè½¬å¡ç±»å,a.HSourceInterID æµè½¬å¡ä¸»å ç ,a.HSourceEntryID æµè½¬å¡åå ç ,b.HNumber ç©æä»£ç ,b.HName ç©æåç§°,b.HModel è§æ ¼åå·,a.HDatePlanQty è®¡åæ°é,a.HSourceID,c.HName çäº§èµæº from Sc_ICMOBillStatus_Tmp a " + "left join Gy_Material b on a.HMaterID=b.HItemID left join Gy_Source c on a.HSourceID=c.HItemID where HSourceBillNo='" + HSourceBill + "' and a.HICMOStatus=1"; sql = @"SELECT ISNULL(a.HSourceBillNo,'') æµè½¬å¡å·,ISNULL(a.HSourceBillType,'') æµè½¬å¡ç±»å,ISNULL(a.HSourceInterID,0) æµè½¬å¡ä¸»å ç ,ISNULL(a.HSourceEntryID,0) æµè½¬å¡åå ç ,ISNULL(b.HNumber,'') ç©æä»£ç ,ISNULL(b.HName,'') ç©æåç§°,ISNULL(b.HModel,'') è§æ ¼åå·,ISNULL(a.HDatePlanQty,0) è®¡åæ°é,ISNULL(a.HSourceID,0) HSourceID,ISNULL(c.HName,'') çäº§èµæº,ISNULL(a.HICMOInterID,0) HICMOInterID,ISNULL(a.HICMOEntryID,0) HICMOEntryID,ISNULL(a.HICMOBillNo,'') HICMOBillNo from Sc_ICMOBillStatus_Tmp a left join Gy_Material b on a.HMaterID=b.HItemID left join Gy_Source c on a.HSourceID=c.HItemID where HSourceBillNo='" + HSourceBill + "' and a.HICMOStatus=1"; } ds = oCN.RunProcReturn(sql, "Sc_ICMOBillStatus_Tmp"); WebAPI/Controllers/Sb_CheckEqpRepairWorkBillController.cs
@@ -1066,11 +1066,8 @@ bool bResult; if (oBill.omodel.HInterID == 0) { // bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); //åå维修记å½åå ³é string sql = "Update Sb_EquipRepairWorkBillMain set HCloseMan='å ³èéªæ¶åèªå¨å ³é',HCloseDate=GETDATE(),HBillStatus=3,HCloseType = 1 Where HInterID=" + oBill.omodel.HMainSourceInterID.ToString(); ds = oCN.RunProcReturn(sql, "Sb_EquipRepairWorkBillMain"); //é¨é¨,åç°äºº,è´è´£äºº,è®¾å¤ _ = SendDingDingAsync(oBill.omodel.HDeptID, oBill.omodel.HEmpID, oBill.omodel.HManagerID, oBill.omodel.HEquipID, 3); } @@ -1563,7 +1560,7 @@ bool IsDete = oBill.DeleteBill(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_Sb_EquipConkBookBill_AfterDelCtrl", user, ref DBUtility.ClsPub.sExeReturnInfo); var oDelDs = oCN.RunProcReturn($"exec h_p_Sb_EquipConkBookBill_AfterDelCtrl {lngBillKey},{oBill.omodel.HBillNo}, {user}, {oBill.omodel.HEquipID}", "h_p_Sb_EquipConkBookBill_AfterDelCtrl"); var oDelDs = oCN.RunProcReturn($"exec h_p_Sb_EquipConkBookBill_AfterDelCtrl {lngBillKey},{oBill.omodel.HBillNo}, {user}", "h_p_Sb_EquipConkBookBill_AfterDelCtrl"); if (!IsDete || oDelDs == null) { objJsonResult.code = "0"; @@ -1574,7 +1571,7 @@ } else { objJsonResult.code = "0"; objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; @@ -1645,7 +1642,7 @@ } #endregion #region 设å¤ç¹æ£è®°å½æäº¤PDA #region 设å¤ç»´ä¿®è®°å½æäº¤PDA [Route("Sb_PDA_EqpRepairWorkBill/SaveGetEqpRepairWorkBillList")] [HttpPost] @@ -1750,7 +1747,6 @@ bool bResult; if (oBill.omodel.HInterID == 0) { // bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); } else @@ -1762,7 +1758,6 @@ objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "ä¿åæåï¼"; //WebAPIController.Add_Log("éè´§å䏿¨", UserName, "çæéè´§å"); objJsonResult.data = 1; return objJsonResult; } WebAPI/Controllers/Sc_EmployeeSignInNoteBillController.cs
@@ -23,7 +23,7 @@ SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); #region å页å表 #region åå·¥ç¾å°è®°å½å å页å表 [Route("Sc_EmployeeSignInNoteBillController/GetListPage")] [HttpGet] public object GetListPage(string sWhere, string user) @@ -126,7 +126,7 @@ #endregion #region ä¿å/ç¼è¾ #region åå·¥ç¾å°è®°å½å ä¿å/ç¼è¾ [Route("Sc_EmployeeSignInNoteBillController/SaveBill")] [HttpPost] @@ -237,7 +237,7 @@ #endregion #region[ç¼è¾æ¶è·åæ°æ®] #region[åå·¥ç¾å°è®°å½å ç¼è¾æ¶è·åæ°æ®] [Route("Sc_EmployeeSignInNoteBillController/Sc_EmployeeSignInNoteBilldetail")] [HttpGet] public ApiResult<DataSet> Sc_EmployeeSignInNoteBilldetail(string HID) @@ -356,7 +356,7 @@ { DataSet ds = oCN.RunProcReturn("select * from h_v_Gy_EquipFileBill_KeyDown_PDA where æ¡å½¢ç = '" + HBarCode+"'", "h_v_Gy_EquipFileBill_KeyDown_PDA"); if (ds != null || ds.Tables.Count > 0) if (ds != null && ds.Tables.Count > 0 && ds.Tables[0].Rows.Count > 0) { objJsonResult.code = "1"; objJsonResult.count = 1; @@ -381,7 +381,7 @@ { DataSet ds = oCN.RunProcReturn("exec h_p_SB_HEquipHMould_Query '" + HInterID + "'", "h_p_SB_HEquipHMould_Query"); if (ds != null || ds.Tables.Count > 0) if (ds != null && ds.Tables.Count > 0 && ds.Tables[0].Rows.Count > 0) { objJsonResult.code = "1"; objJsonResult.count = 1; @@ -406,7 +406,7 @@ { DataSet ds = oCN.RunProcReturn("exec h_p_Sc_ICMOBillStatus_Tmp_QD '" + HInterID + "'", "h_p_Sc_ICMOBillStatus_Tmp_QD"); if (ds != null || ds.Tables.Count > 0) if (ds != null && ds.Tables.Count > 0 && ds.Tables[0].Rows.Count > 0) { objJsonResult.code = "1"; objJsonResult.count = 1; @@ -419,7 +419,7 @@ { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å½åè®¾å¤æ æ¨¡å ·ä¿¡æ¯ï¼"; objJsonResult.Message = "å½åè®¾å¤æ å·¥åä¿¡æ¯ï¼"; objJsonResult.data = null; return objJsonResult; } WebAPI/Controllers/Sc_MouldRepairInBillListController.cs
@@ -8561,7 +8561,7 @@ objJsonResult.data = null; return objJsonResult; } DAL.ClsSc_MouldDotCheckBill oBill = new DAL.ClsSc_MouldDotCheckBill(); List<Model.ClsSc_MouldDotCheckBillMain> lsmain = new List<Model.ClsSc_MouldDotCheckBillMain>(); msg2 = msg2.Replace("\\", ""); @@ -8576,6 +8576,8 @@ oItem.HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));// --æ¥æ oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") { @@ -8586,6 +8588,21 @@ return objJsonResult; } oBill.omodel = oItem; LogService.Write("Insert Into Sc_MouldDotCheckBillMain " + "(HBillType,HBillSubType,HInterID,HBillNo,HDate,HMaker,HMakeDate" + ",HYear,HPeriod,HRemark" + ",HMouldID,HBeginDate" + ",HEndDate,HPlanNo,HPlanInterID" + ",HInnerBillNo,HExplanation,HMouldDotCheckRuleID" + ",HLastResult,HErrNote,HBigSafeNote,HShiftsID,HDotCheckNote" + ") " + " values('" + oBill.BillType + "','" + oBill.HBillSubType + "'," + oBill.omodel.HInterID.ToString() + ",'" + oBill.omodel.HBillNo + "','" + oBill.omodel.HDate + "','" + oBill.omodel.HMaker + "',getdate()" + "," + oBill.omodel.HYear.ToString() + "," + oBill.omodel.HPeriod.ToString() + ",'" + oBill.omodel.HRemark + "'" + "," + oBill.omodel.HMouldID.ToString() + ",'" + oBill.omodel.HBeginDate + "'" + ",'" + oBill.omodel.HEndDate + "','" + oBill.omodel.HPlanNo + "'," + oBill.omodel.HPlanInterID.ToString() + ",'" + oBill.omodel.HInnerBillNo + "','" + oBill.omodel.HExplanation + "','" + oBill.omodel.HMouldDotCheckRuleID + "','" + oBill.omodel.HLastResult + "','" + oBill.omodel.HErrNote + "','" + oBill.omodel.HBigSafeNote + "'," + oBill.omodel.HShiftsID + ",'" + oBill.omodel.HDotCheckNote + "'" + ") "); } //è¡¨ä½æ°æ® //æ },{æ¥æåæ°ç» //廿ãåã @@ -8611,9 +8628,21 @@ oBill.DetailColl.Add(oItemSub); LogService.Write("Insert into Sc_MouldDotCheckBillSub " + " (HInterID,HEntryID" + ",HManagerID" + ",HDotCheckItemID,HDotCheckItem,HDotCheckPart,HClaim" + ",HCloseMan,HCloseType,HRemark" + ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + ",HDotCheckItemClassID,HDotCheckItemMethodID,HDotCheckResult" + ") values(" + oBill.omodel.HInterID.ToString() + "," + oItemSub.HEntryID.ToString() + "," + oItemSub.HManagerID.ToString() + "," + oItemSub.HDotCheckItemID.ToString() + ",'" + oItemSub.HDotCheckItem + "','" + oItemSub.HDotCheckPart + "','" + oItemSub.HClaim + "'" + ",'" + oItemSub.HCloseMan + "'," + Convert.ToString(oItemSub.HCloseType ? 1 : 0) + ",'" + oItemSub.HRemark + "'" + "," + oItemSub.HSourceInterID.ToString() + "," + oItemSub.HSourceEntryID.ToString() + ",'" + oItemSub.HSourceBillNo + "','" + oItemSub.HSourceBillType + "'," + oItemSub.HRelationQty.ToString() + "," + oItemSub.HRelationMoney.ToString() + "," + oItemSub.HDotCheckItemClassID + "," + oItemSub.HDotCheckItemMethodID + ",'" + oItemSub.HDotCheckResult + "'" + ") "); } //ä¿å //ä¿å宿¯åå¤ç WebAPI/Controllers/WebAPIController.cs
@@ -21169,12 +21169,12 @@ SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); ds = oCN.RunProcReturn("select ManagerFlag from gy_czygl where czymc='" + user.Trim() + "'", "gy_czygl"); if (!(bool)ds.Tables[0].Rows[0]["ManagerFlag"]) //æ¯å¦ç®¡çå { //䏿¯ç®¡çå sWhere += " and å¶å人 = '" + user + "'"; } //ds = oCN.RunProcReturn("select ManagerFlag from gy_czygl where czymc='" + user.Trim() + "'", "gy_czygl"); //if (!(bool)ds.Tables[0].Rows[0]["ManagerFlag"]) //æ¯å¦ç®¡çå //{ // //䏿¯ç®¡çå // sWhere += " and å¶å人 = '" + user + "'"; //} string sql = string.Format(@"select * from " + HView + " where 1 = 1 " + sWhere + " order by æ¥æ desc, hmainid desc"); WebAPI/Controllers/²Ö´æ¹ÜÀí/ÌõÂëÉú³É/Sc_BarCodeController.cs
@@ -535,9 +535,13 @@ break; case "1103": //æ¶æéç¥å //å¾å°ä¿¡æ¯ ds = oCN.RunProcReturn("select * from h_v_IF_POInStockList where hmainid=" + oSelectRow.BillMainID + " and hsubid=" + oSelectRow.BillSubID, "h_v_IF_POInStockList"); // ds = oCN.RunProcReturn("select * from h_v_IF_POInStockList where hmainid=" + oSelectRow.BillMainID + " and hsubid=" + oSelectRow.BillSubID, "h_v_IF_POInStockList"); ds = oCN.RunProcReturn("select * from h_v_IF_POInStockBillList_Source where å¯çææ¡ç æ°é > 0 and hmainid=" + oSelectRow.BillMainID + " and hsubid=" + oSelectRow.BillSubID, "h_v_IF_POInStockBillList_Source"); //åå ¥ä¿¡æ¯ ListRows.Add(HSourceOrderList1(ds.Tables[0], ordrlist, HBarCodeType, HSourceBillType)); //ListRows.Add(HSourceOrderList1(ds.Tables[0], ordrlist, HBarCodeType, HSourceBillType)); ListRows.Add(HSourceOrderList2(ds.Tables[0], ordrlist, HBarCodeType, HSourceBillType)); break; case "1601": //å§å¤è®¢å //å¾å°ä¿¡æ¯ @@ -791,6 +795,135 @@ ordrlist.HSPName = dt.Rows[i]["ä»ä½"].ToString(); } if(HSourceBillType == "éå®åºåºå") { ordrlist.HWhID = dt.Rows[i]["HWhID"].ToString(); ordrlist.HWhNumber = dt.Rows[i]["ä»åºä»£ç "].ToString(); ordrlist.HWhName = dt.Rows[i]["ä»åº"].ToString(); //ordrlist.HSPID = dt.Rows[i]["HSPID"].ToString(); //ordrlist.HSPNumber = dt.Rows[i]["ä»ä½ä»£ç "].ToString(); //ordrlist.HSPName = dt.Rows[i]["ä»ä½"].ToString(); } } return ordrlist; } public object HSourceOrderList2(DataTable dt, HSouceOrderList ordrlist, string HBarCodeType, string HSourceBillType) { oSystemParameter.ShowBill(ref DBUtility.ClsPub.sExeReturnInfo); for (int i = 0; i < dt.Rows.Count; i++) { ordrlist.HQty = dt.Rows[i]["å¯çææ¡ç æ°é"].ToString(); ordrlist.HMinQty = dt.Rows[i]["å¯çææ¡ç æ°é"].ToString(); ordrlist.HMainID = dt.Rows[i]["hmainid"].ToString(); ordrlist.HSubID = dt.Rows[i]["hsubid"].ToString(); ordrlist.HBillNo = dt.Rows[i]["åæ®å·"].ToString(); ordrlist.HBillType = dt.Rows[i]["HBillType"].ToString(); ordrlist.HDate = dt.Rows[i]["æ¥æ"].ToString(); //忥 æ¶æåæ®æ¥æ ordrlist.HShowDate = DateTime.Now.ToString(); ordrlist.HDeptID = dt.Rows[i]["HDeptID"].ToString(); ordrlist.HDeptNumber = dt.Rows[i]["é¨é¨ä»£ç "].ToString(); ordrlist.HDeptName = dt.Rows[i]["é¨é¨"].ToString(); ordrlist.HMaterID = dt.Rows[i]["HMaterID"].ToString(); ordrlist.HMaterNumber = dt.Rows[i]["ç©æä»£ç "].ToString(); ordrlist.HMaterName = dt.Rows[i]["ç©æåç§°"].ToString(); ordrlist.HMaterModel = dt.Rows[i]["è§æ ¼åå·"].ToString(); ordrlist.HBatchNo = dt.Rows[i]["æ¹å·"].ToString(); ordrlist.HUnitID = dt.Rows[i]["HUnitID"].ToString(); // ordrlist.HUnitNumber = dt.Rows[i]["计éåä½ä»£ç "].ToString(); ordrlist.HUnitName = dt.Rows[i]["计éåä½"].ToString(); // ordrlist.HRemark = dt.Rows[i]["夿³¨"].ToString(); ordrlist.HMTONo = dt.Rows[i]["计åè·è¸ªå·"].ToString(); ordrlist.HProduceDate = DBUtility.ClsPub.isDate(dt.Rows[i]["çäº§æ¥æ"]); ordrlist.HExpiryDate = DBUtility.ClsPub.isDate(dt.Rows[i]["æææè³"]); //ordrlist.HISKFPERIOD = int.Parse(dt.Rows[i]["HISKFPERIOD"].ToString()); //ordrlist.HISKFPERIOD = DBUtility.ClsPub.isInt(dt.Rows[i]["HISKFPERIOD"]); //ordrlist.HEXPUNIT = dt.Rows[i]["HEXPUNIT"].ToString(); //æææåä½(æ¥ãæãå¹´) //ordrlist.HEXPPERIOD = double.Parse(dt.Rows[i]["HEXPPERIOD"].ToString()); //æææå¼ if (HSourceBillType == "æ¶æéç¥å") { ordrlist.HAuxPropID = dt.Rows[i]["HAuxPropID"].ToString(); ordrlist.HAuxPropNumber = dt.Rows[i]["è¾ å©å±æ§ä»£ç "].ToString(); ordrlist.HAuxPropName = dt.Rows[i]["è¾ å©å±æ§"].ToString(); ordrlist.HSourceBillNo = dt.Rows[i]["æºååå·"].ToString(); ordrlist.HSeOrderBillNo = dt.Rows[i]["éå®è®¢åå·"].ToString(); ordrlist.HSeOrderSEQ = int.Parse(dt.Rows[i]["éå®è®¢åè¡å·"].ToString()); ordrlist.HReInspectionFlag = string.IsNullOrWhiteSpace(dt.Rows[i]["夿£æ è®°"].ToString()) ? false : true; ordrlist.HInspectionCycle = int.Parse(dt.Rows[i]["夿£å¨æ"].ToString()); ordrlist.HReInspectionDate = dt.Rows[i]["æ£éªæ¥æ"].ToString(); ordrlist.HSupID = dt.Rows[i]["HSupID"].ToString(); ordrlist.HSupName = dt.Rows[i]["ä¾åºå"].ToString(); ordrlist.HSupNumber = dt.Rows[i]["ä¾åºå代ç "].ToString(); ordrlist.HPOOrderBillMTO = dt.Rows[i]["éè´è·è¸ªå·"].ToString(); if (oSystemParameter.omodel.WMS_CampanyName.Contains("åç»´å°")) { } else if (oSystemParameter.omodel.WMS_CampanyName.Contains("é¦é")){ ordrlist.JLHCusOrderBillNo = dt.Rows[i]["客æ·è®¢åå·"].ToString(); ordrlist.JLHProdModel = dt.Rows[i]["产ååå·"].ToString(); } } if (HBarCodeType == "仪å¨å¤è´ä»¶æ¡ç 容å¨è§å") { ordrlist.HMinQty = dt.Rows[i]["æªçææ¡ç æ°é"].ToString(); } else if (HBarCodeType == "仪å¨å¤è´ä»¶æ¡ç æ®éè§å") { ordrlist.HMinQty = "1"; } else { // ordrlist.HMinQty = dt.Rows[i]["æå°å è£ æ°"].ToString(); } ordrlist.HMaker = ClsPub.CurUserName; if (HSourceBillType == "æ¶æéç¥å" || HSourceBillType == "éè´è®¢å" || HSourceBillType == "å§å¤è®¢å" || HSourceBillType == "éè´å ¥åºå") { ordrlist.HSupID = dt.Rows[i]["hsupid"].ToString(); ordrlist.HSupNumber = dt.Rows[i]["ä¾åºå代ç "].ToString(); ordrlist.HSupName = dt.Rows[i]["ä¾åºå"].ToString(); if (HSourceBillType == "æ¶æéç¥å") { if (dt.Rows[i]["æ¯å¦èµ å"].ToString() == "æ¯") { ordrlist.HGiveAwayFlag = 1; } else { ordrlist.HGiveAwayFlag = 0; } ordrlist.HSeOrderBillNo = dt.Rows[i]["éå®è®¢åå·"].ToString(); ordrlist.HSeOrderSEQ = int.Parse(dt.Rows[i]["éå®è®¢åè¡å·"].ToString()); } if (HSourceBillType == "æ¶æéç¥å" || HSourceBillType == "éè´è®¢å") { if (oSystemParameter.omodel.WMS_CampanyName == "æµ·è¯") //ç³»ç»åæ° å®¢æ·å®å¶ååç§° 空ç½ä¸ºéç¨ { ordrlist.HSourceBillSEQ = dt.Rows[i]["HSEQ"].ToString(); ordrlist.HFactory = dt.Rows[i]["客æ·ç¼å·"].ToString(); ordrlist.HCoilNO = dt.Rows[i]["款å·"].ToString(); ordrlist.HFurnaceNO = dt.Rows[i]["åç»"].ToString(); } } } if (HSourceBillType == "éè´§éç¥å") { ordrlist.HCusID = dt.Rows[i]["HCusID"].ToString(); ordrlist.HCusNumber = dt.Rows[i]["客æ·ä»£ç "].ToString(); ordrlist.HCusName = dt.Rows[i]["客æ·"].ToString(); } if (HSourceBillType == "å ¶ä»å ¥åºå" || HSourceBillType == "颿åºåºå") { ordrlist.HWhID = dt.Rows[i]["HWhID"].ToString(); ordrlist.HWhNumber = dt.Rows[i]["ä»åºä»£ç "].ToString(); ordrlist.HWhName = dt.Rows[i]["ä»åº"].ToString(); ordrlist.HSPID = dt.Rows[i]["HSPID"].ToString(); ordrlist.HSPNumber = dt.Rows[i]["ä»ä½ä»£ç "].ToString(); ordrlist.HSPName = dt.Rows[i]["ä»ä½"].ToString(); } if (HSourceBillType == "éå®åºåºå") { ordrlist.HWhID = dt.Rows[i]["HWhID"].ToString(); ordrlist.HWhNumber = dt.Rows[i]["ä»åºä»£ç "].ToString(); @@ -2813,6 +2946,8 @@ } #endregion #region[æ¡ç çææ¹æ³_é¦é] private object SaveBarCode_JinLong(string msg2, string HSelectBarCodeType, string CampanyName, string HSourceBillTypeName) { WebAPI/Controllers/Æ·ÖʹÜÀí/ÖÊÁ¿±¨±í/QC_QualityReportsController.cs
@@ -2453,5 +2453,60 @@ } } #endregion #region è´¨éæ¨¡å è´¨éæ¯æ¥è¿è¡ç¶æåæ [Route("QC_CustomerAppealReport/QC_DailyRunStateReportList")] [HttpGet] public object QC_DailyRunStateReportList(string sWhere, string user) { try { Dictionary<object, object> dic = Newtonsoft.Json.JsonConvert.DeserializeObject<Dictionary<object, object>>(sWhere); string HBeginDate = dic["HBeginDate"].ToString(); string HEndDate = dic["HEndDate"].ToString(); List<object> columnNameList = new List<object>(); ds = oCN.RunProcReturn("exec h_p_QC_DailyRunStateReport '" + HBeginDate + "','" + HEndDate + "'", "h_p_QC_DailyRunStateReport"); if (ds.Tables[0].Rows.Count != 0 || ds != null) { //æ·»å åå 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; objJsonResult.list = columnNameList; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ æ°æ®"; objJsonResult.data = null; return objJsonResult; } } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "Exceptionï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion } } WebAPI/Controllers/Æ·ÖʹÜÀí/Ê×¼þ¼ìÑéµ¥/QC_FirstPieceCheckBillController.cs
@@ -2234,6 +2234,14 @@ "and a.HInterID = " + HCheckFlowID + " " + "order by b.HFlowNo asc"; DataSet ds03 = oCN.RunProcReturn(sql03, "Xt_CheckFlowMain"); if (ds03 == null || ds03.Tables[0].Rows.Count == 0) { objJsonResult.code = CodeConstant.FAIL; objJsonResult.count = CountConstant.FAIL; objJsonResult.Message = "å®¡æ ¸å¤±è´¥!åå :æªæ¾å°å¯¹åºå®¡æ¹æµï¼"; objJsonResult.data = null; return objJsonResult; } //è·åæ°çå½åå®¡æ ¸é¡¹ç®åå¾ å®¡æ ¸é¡¹ç® for (int i = 0; i < ds03.Tables[0].Rows.Count; i++) WebAPI/Controllers/»ù´¡×ÊÁÏ/»ù´¡×ÊÁÏ/Cb_OtherOutBill_CostSubjectDetailController.cs
New file @@ -0,0 +1,465 @@ 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.Text; using System.Web; using System.Web.Http; using WebAPI.Controllers.SCGL.æ¥è®¡å管ç; using WebAPI.Models; using WebAPI.Service; namespace WebAPI.Controllers.åºç¡èµæ.åºç¡èµæ { public class Cb_OtherOutBill_CostSubjectDetailController : ApiController { // GET: Cb_OtherOutBill_CostSubjectDetail public DBUtility.ClsPub.Enum_BillStatus BillStatus; private json objJsonResult = new json(); SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); DataSet ds; [Route("Cb_OtherOutBill_CostSubjectDetail/list")] [HttpGet] public object list(string sWhere, string user) { try { List<object> columnNameList = new List<object>(); //夿æ¯å¦ææ¥è¯¢æé if (!DBUtility.ClsPub.Security_Log("Gy_CostAverageType_Query", 1, false, user)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ æéæ¥è¯¢!"; objJsonResult.data = null; return objJsonResult; } if (sWhere == null || sWhere.Equals("")) { ds = oCN.RunProcReturn("select * from h_v_Cb_OtherOutBill_CostSubjectDetail where 1=1 order by æ¥æ desc ", "h_v_Cb_OtherOutBill_CostSubjectDetail"); } else { string sql1 = "select * from h_v_Cb_OtherOutBill_CostSubjectDetail where 1=1 "; string sql = sql1 + sWhere + " order by æ¥æ desc"; ds = oCN.RunProcReturn(sql, "h_v_Cb_OtherOutBill_CostSubjectDetail"); } //æ·»å åå 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å对象çåå } //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 = columnNameList; return objJsonResult; //} //else //{ //objJsonResult.code = "0"; //objJsonResult.count = 0; //objJsonResult.Message = "æ æ°æ®"; //objJsonResult.data = null; //return objJsonResult; //} } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "Exceptionï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #region æä»¶ä¸ä¼ [Route("Cb_OtherOutBill_CostSubjectDetail/CB_WipProcessTable_Excel")] [HttpPost] public json CB_WipProcessTable_Excel() { json res = new json(); try { //è·åæä»¶åç§° var file = HttpContext.Current.Request.Files[0]; //è·åæä»¶ç©çè·¯å¾ string ExcelPath = HttpContext.Current.Server.MapPath("~/" + file.FileName); //ä¿åæä»¶ file.SaveAs(ExcelPath); SCGL.æ¥è®¡å管ç.NpoiHelper np = new NpoiHelper(); DataSet ExcelDs = np.ReadExcel(ExcelPath, 1, 1, "0"); //å 餿件 File.Delete(ExcelPath); //å建临æ¶è¡¨ DataTable provisional = new DataTable("dt2"); //æ·»å åå for (int i = 0; i < ExcelDs.Tables[0].Columns.Count; i++) { provisional.Columns.Add(ExcelDs.Tables[0].Rows[0][i].ToString()); } //provisional.Columns.Add("åæ®å·", typeof(string)); //æ·»å æ°æ® for (int i = 1; i < ExcelDs.Tables[0].Rows.Count; i++) { DataRow row = provisional.NewRow(); for (int j = 0; j < ExcelDs.Tables[0].Columns.Count; j++) { row[j] = ExcelDs.Tables[0].Rows[i][j].ToString(); } provisional.Rows.Add(row); } //夿å string error = JudgmentColumns(provisional); if (error.Length > 0) { res.code = "0"; res.count = 0; res.Message = $"Excel模æ¿åå¨é误,{error}\r\n"; res.data = null; return res; } for (int i = 0; i <= provisional.Rows.Count - 1; i++) { string HDate = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["æ¥æ"].ToString()); string HBillNo = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["åæ®ç¼å·"].ToString()); string HWareHouse = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["åè´§ä»åº"].ToString()); string HStockPlace = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["ä»ä½"].ToString()); string HUseType = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["é¢æç±»å"].ToString()); string HUseDepartment = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["颿é¨é¨"].ToString()); string HCostSubject = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["ææ¬ç§ç®"].ToString()); string HCostSubjectSon = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["ææ¬ç§ç®äºçº§"].ToString()); string HSubjectProc = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["ç§ç®+å·¥åº"].ToString()); string HMaterNumber = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["ç©æç¼ç "].ToString()); string HMaterName = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["ç©æåç§°"].ToString()); string HModel = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["è§æ ¼åå·"].ToString()); string HUnit = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["åä½"].ToString()); string HQty = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["å®åæ°é"].ToString()); string HCostPrice = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["ææ¬ä»·"].ToString()); string HTotalPrice = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["æ»ææ¬"].ToString()); string HLOT = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["æ¹å·"].ToString()); string HRemark2 = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["夿³¨"].ToString()); string HUsePerson = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["é¢æäºº"].ToString()); string HWareHousePerson = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["ä»ç®¡å"].ToString()); string HAssetName = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["èµäº§åç§°"].ToString()); string HAssetNumber = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["èµäº§ç¼å·"].ToString()); string HSearchProject = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["ç å项ç®"].ToString()); string HVerify = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["æ ¸å¯¹"].ToString()); //string remark = DBUtility.ClsPub.isStrNull(provisional.Rows[i]["夿³¨"].ToString()); //è·åçå®è¡æ° int line = i + 1; } res.code = "1"; res.count = 1; res.Message = error; res.data = provisional; return res; } catch (Exception e) { res.code = "0"; res.count = 0; res.Message = "Exceptionï¼" + e.ToString(); res.data = null; return res; } } /// <summary> /// 夿å /// </summary> /// <param name="provisional"></param> /// <returns></returns> private static string JudgmentColumns(DataTable provisional) { var error = ""; ////æ¥è¯¢æ²¡æçå //if (!provisional.Columns.Contains("客æ·")) // error += "æ²¡ææ¾å°ã客æ·ãçæ é¢,"; //if (!provisional.Columns.Contains("æåæå·")) // error += "æ²¡ææ¾å°ãæåæå·ãçæ é¢,"; return error; } #endregion #region ä¸ä¼ ä¿å [Route("Cb_OtherOutBill_CostSubjectDetail/Excel_btnSave")] [HttpPost] public object Excel_btnSave([FromBody] JObject sMainSub) { var _value = sMainSub["sMainSub"].ToString(); string msg1 = _value.ToString(); string[] sArray = msg1.Split(new string[] { "&å" }, StringSplitOptions.RemoveEmptyEntries); string msg2 = sArray[0].ToString(); string user = sArray[1].ToString(); string organ = sArray[2].ToString(); json res = new json(); try { oCN.BeginTran(); List<object> Excel = Newtonsoft.Json.JsonConvert.DeserializeObject<List<object>>(msg2); List<Dictionary<string, string>> list = new List<Dictionary<string, string>>(); foreach (JObject item in Excel) { Dictionary<string, string> dic = new Dictionary<string, string>(); foreach (var itm in item.Properties()) { dic.Add(itm.Name, itm.Value.ToString()); } list.Add(dic); } // 4. æ¥è¯¢ç¨æ·ä¿¡æ¯ DataSet emp = oCN.RunProcReturn($"SELECT Czybm FROM Gy_Czygl WHERE Czymc = '{user.Replace("'", "''")}'", "Gy_Czygl"); if (emp.Tables[0].Rows.Count == 0) { res.code = "0"; res.count = 0; res.Message = "ç¨æ·ä¸åå¨ï¼"; res.data = null; return res; } string HUserID = emp.Tables[0].Rows[0]["Czybm"].ToString(); StringBuilder errorMessage = new StringBuilder(); StringBuilder insertSql = new StringBuilder(); StringBuilder updateSql = new StringBuilder(); string currentDate = DateTime.Today.ToString("yyyy-MM-dd"); int HEntryID = 1; // éåæ°æ®å¹¶éªè¯ for (int i = 0; i < list.Count; i++) { var item = list[i]; List<string> intFields = new List<string> { }; bool hasError = false; foreach (var field in intFields) { if (item.ContainsKey(field)) { string value = item[field]; // æ£æ¥æ¯å¦ä¸ºæ´æ° if (!string.IsNullOrWhiteSpace(value)) { if (!int.TryParse(value, out _)) { errorMessage.AppendLine($"第{i + 1}è¡æ°æ®é误ï¼å段 '{field}' çå¼ '{value}' 䏿¯ææçæ´æ°"); hasError = true; } } } } // 妿æé误ï¼è·³è¿æå ¥ if (hasError) { continue; } if(!string.IsNullOrEmpty(item["æ¥æ"]) ) { item["年份"]=item["æ¥æ"].Split('-')[0]; item["æä»½"] =item["æ¥æ"].Split('-')[1]; } insertSql.AppendLine($"INSERT INTO [Cb_OtherOutBill_CostSubjectDetail] ([HYear], [HPeriod], [HBillType], [HBillSubType], [HDate], [HBillNo], [HBillStatus], [HCheckItemNowID], [HCheckItemNextID], [HCheckFlowID], [HRemark], [HBacker], [HBackDate], [HChecker], [HCheckDate], [HMaker], [HMakeDate], [HUpDater], [HUpDateDate], [HCloseMan], [HCloseDate], [HCloseType], [HDeleteMan], [HDeleteDate], [HWareHouse], [HStockPlace], [HUseType], [HUseDepartment], [HCostSubject], [HCostSubjectSon], [HSubjectProc], [HMaterNumber], [HMaterName], [HModel], [HUnit], [HQty], [HCostPrice], [HTotalPrice], [HLOT], [HRemark2], [HUsePerson], [HWareHousePerson], [HAssetName], [HAssetNumber], [HSearchProject], [HVerify]) VALUES ("); insertSql.AppendLine($" {item["年份"]}, {item["æä»½"]}, {1}, '{1}', '{item["æ¥æ"]}', '{item["åæ®ç¼å·"]}', '{1}', '{1}', '{1}', '{1}', '{item["夿³¨"]}', '{""}', '{DateTime.Now}', '{""}', '{DateTime.Now}', '{""}', '{DateTime.Now}', '{""}', '{DateTime.Now}', '{""}', '{DateTime.Now}', '{"0"}', '{""}', '{DateTime.Now}', '{item["åè´§ä»åº"]}', '{item["ä»ä½"]}', '{item["é¢æç±»å"]}', '{item["颿é¨é¨"]}', '{item["ææ¬ç§ç®"]}', '{item["ææ¬ç§ç®äºçº§"]}', '{item["ç§ç®+å·¥åº"]}', '{item["ç©æç¼ç "]}', '{item["ç©æåç§°"]}', '{item["è§æ ¼åå·"]}', '{item["åä½"]}', '{item["å®åæ°é"]}', '{item["ææ¬ä»·"]}', '{item["æ»ææ¬"]}', '{item["æ¹å·"]}', '{"excelå¯¼å ¥"}', '{item["é¢æäºº"]}', '{item["ä»ç®¡å"]}', '{item["èµäº§åç§°"]}', '{item["èµäº§ç¼å·"]}', '{item["ç å项ç®"]}', '{item["æ ¸å¯¹"]}');"); } if (errorMessage.Length > 0) { //oCN.Rollback(); res.code = "0"; res.count = 0; res.Message = "æ°æ®éªè¯å¤±è´¥ï¼\n" + errorMessage.ToString(); res.data = null; return res; } if (insertSql.Length == 0) { // oCN.Rollback(); res.code = "0"; res.count = 0; res.Message = "æ²¡æææçæ´æ°æ°æ®å¯ä»¥å¯¼å ¥"; res.data = null; return res; } // æ§è¡æ¹éæä½ if (insertSql.Length > 0) { oCN.RunProc(insertSql.ToString()); } //if (updateSql.Length > 0) //{ // oCN.RunProc(updateSql.ToString()); // oCN.RunProc(updateSql_sub.ToString()); //} oCN.Commit(); res.code = "1"; res.count = 1; res.Message = "å¯¼å ¥æå!"; res.data = null; return res; } catch (Exception e) { //oCN.Rollback(); LogService.Write(e); res.code = "0"; res.count = 0; res.Message = "Exceptionï¼" + e.ToString(); res.data = null; return res; } } #endregion #region å é¤ [Route("Cb_OtherOutBill_CostSubjectDetail/DeltetCb_OtherOutBill_CostSubjectDetail")] [HttpGet] public object DeltetCb_OtherOutBill_CostSubjectDetail(string HItemIDs, string user) { DataSet ds; try { //å 餿é if (!DBUtility.ClsPub.Security_Log("Gy_CostAverageType_Drop", 1, false, user)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ å 餿é"; objJsonResult.data = null; return objJsonResult; } SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); if (string.IsNullOrWhiteSpace(HItemIDs)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "HItemID为空ï¼"; objJsonResult.data = null; return objJsonResult; } oCN.BeginTran();//å¼å§äºå¡ ds = oCN.RunProcReturn("select * from Cb_OtherOutBill_CostSubjectDetail where HInterID in (" + HItemIDs+" )", "Cb_OtherOutBill_CostSubjectDetail"); if (ds == null || ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ²¡ææ°æ®ï¼æ æ³å é¤ï¼"; objJsonResult.data = null; return objJsonResult; ; } else if (ds.Tables[0].Rows[0]["HChecker"] != null && ds.Tables[0].Rows[0]["HChecker"].ToString() != "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å·²ç»å®¡æ ¸ä¸è½å é¤ï¼"; objJsonResult.data = null; return objJsonResult; ; } else { } //var HStopflag = Convert.ToBoolean(ds.Tables[0].Rows[0]["HStopflag"]); //if (HStopflag) //{ // oCN.RollBack();//åæ»äºå¡ // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "æ°æ®å·²è¢«ç¦ç¨æ æ³å次å é¤ï¼"; // objJsonResult.data = null; // return objJsonResult; //} oCN.RunProc("delete from Cb_OtherOutBill_CostSubjectDetail where HInterID in (" + HItemIDs + ")"); ////åå ¥æ¥å¿ //string Operation = "å é¤"; //æä½ //string ComputerName = System.Net.Dns.GetHostName(); //设å¤åç§° //string WorkList = Operation + "ææ¬åé ç±»åï¼ææ¬åé ç±»å代ç ï¼" + HNumber + "ï¼ææ¬åé ç±»ååç§°ï¼" + HName; //æä½è¯¦æ //string MvarReportTitle = "ææ¬åé ç±»åå表"; //æä½æ¨¡å //string SystemName = "LMES-" + MvarReportTitle + "模å"; //æä½æ¨¡å //string IPAddress = ""; ////string IPAddress = Dns.GetHostEntry(Dns.GetHostName()).AddressList[0].ToString(); //IPå°å ////string IPAddress = System.Web.HttpContext.Current.Request.UserHostAddress; //oCN.RunProc("Insert into System_Log(GeginDate,userid,WorkstationName,WorkList,SystemName,NetUserName,State) values " + // "(getdate(),'" + user + "','" + ComputerName + "','" + WorkList + "','" + SystemName + "','" + IPAddress + "','" + Operation + "')" // ); 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 } } WebAPI/Controllers/»ù´¡×ÊÁÏ/»ù´¡×ÊÁÏ/Xt_CheckFlowBillController.cs
@@ -73,14 +73,15 @@ var _value = msg["msg"].ToString(); string msg3 = _value.ToString(); string[] sArray = msg3.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); string msg1 = sArray[0].ToString(); string msg2 = sArray[1].ToString(); msg3 = sArray[2].ToString(); string msg4 = sArray[3].ToString(); string msg1 = sArray[0].ToString(); //主表 string msg2 = sArray[1].ToString(); //审æ¹é¡¹ç®å表 string msg4 = sArray[2].ToString(); //å·¥åºå表 string msg5 = sArray[3].ToString(); //æä½ç±»å string msg6 = sArray[4].ToString(); //ç¨æ·å SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); //ç¼è¾æé if (!DBUtility.ClsPub.Security_Log_second("Xt_CheckFlow_Edit", 1, false, msg4)) if (!DBUtility.ClsPub.Security_Log_second("Xt_CheckFlow_Edit", 1, false, msg6)) { objJsonResult.code = "0"; objJsonResult.count = 0; @@ -94,7 +95,7 @@ List<Models.Xt_CheckFlowSub> lsmain = new List<Models.Xt_CheckFlowSub>(); msg2 = msg2.Replace("\\", ""); msg2 = msg2.Replace("\n", ""); //\n lsmain =JsonConvert.DeserializeObject<List<Xt_CheckFlowSub>>(msg2); lsmain = JsonConvert.DeserializeObject<List<Xt_CheckFlowSub>>(msg2); foreach (Xt_CheckFlowSub oItem in lsmain) { if (oItem.HCheckItemID == 0) @@ -114,9 +115,19 @@ return objJsonResult; } } //å·¥åºåè¡¨æ°æ® List<Models.Xt_CheckFlowSub_Proc> lsProc = new List<Models.Xt_CheckFlowSub_Proc>(); if (!string.IsNullOrEmpty(msg4) && msg4 != "[]") { msg4 = msg4.Replace("\\", ""); msg4 = msg4.Replace("\n", ""); lsProc = JsonConvert.DeserializeObject<List<Xt_CheckFlowSub_Proc>>(msg4); } ds = oCN.RunProcReturn("select * from h_v_Xt_CheckFlowList where Hmainid= " + main.HInterID, "h_v_Xt_CheckFlowList"); //ä¿ååæ§å¶å¤æ string sql = "select * from Xt_CheckFlowMain where HBillTypeID = '" + main.HBillTypeID.ToString() + "' and HDeptID = " + main.HDeptID.ToString() + " and HStandard = 1 and HInterID <> "+ main.HInterID.ToString(); string sql = "select * from Xt_CheckFlowMain where HBillTypeID = '" + main.HBillTypeID.ToString() + "' and HDeptID = " + main.HDeptID.ToString() + " and HStandard = 1 and HInterID <> " + main.HInterID.ToString(); DataSet ds2 = oCN.RunProcReturn(sql, "Xt_CheckFlowMain"); if (ds2.Tables[0].Rows.Count > 0 && main.HStandard) { @@ -129,7 +140,7 @@ //ä¿å //ä¿å宿¯åå¤ç oCN.BeginTran(); if (msg3 == "1" && ds.Tables[0].Rows.Count == 0) if (msg5 == "1" && ds.Tables[0].Rows.Count == 0) { oCN.RunProc("Insert Into Xt_CheckFlowMain " + "(HBillTypeID,HInterID,HDeptID" + @@ -149,8 +160,12 @@ " where HInterID=" + main.HInterID.ToString()); //å é¤å表 oCN.RunProc("delete from Xt_CheckFlowSub where HInterID=" + main.HInterID.ToString()); //å é¤å·¥åºå表 oCN.RunProc("delete from Xt_CheckFlowSub_Proc where HInterID=" + main.HInterID.ToString()); } AddBillSub(lsmain, main.HInterID); //ä¿åå·¥åºå表 AddBillProcSub(lsProc, main.HInterID); oCN.Commit(); @@ -192,6 +207,56 @@ return objJsonResult; } //ä¿åå·¥åºå表 public json AddBillProcSub(List<Xt_CheckFlowSub_Proc> DetailColl, long HInterID) { int i = 1; foreach (Xt_CheckFlowSub_Proc oSub in DetailColl) { oCN.RunProc("Insert into Xt_CheckFlowSub_Proc " + " (HInterID,HEntryID,HProcID,HRemark" + " )values(" + HInterID + "," + i + "," + oSub.HProcID + ",'" + oSub.HRemark + "') "); i++; } objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = null; objJsonResult.data = null; return objJsonResult; } #endregion #region å·¥åºå表æ¥è¯¢ [Route("Xt_CheckFlowBill/Xt_CheckFlowProcList")] [HttpGet] public object Xt_CheckFlowProcList(string sWhere) { try { string sql1 = string.Format(@"select a.HInterID,a.HEntryID,a.HProcID,b.HNumber as å·¥åºä»£ç ,b.HName as å·¥åº,a.HRemark as 夿³¨ from Xt_CheckFlowSub_Proc a left join Gy_Process b on a.HProcID = b.HItemID where 1=1 "); ds = oCN.RunProcReturn(sql1 + sWhere + " order by a.HEntryID", "Xt_CheckFlowSub_Proc"); 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 å®¡æ ¸æµç¨å å é¤ WebAPI/Controllers/ÌõÂë¹ÜÀí/WEBSController.cs
@@ -2627,6 +2627,11 @@ { sFormId = "STK_MISCELLANEOUS"; } //åæå å·¥å ¥åºå else if (HBillType == "1212") { sFormId = "STK_OEMInStock"; } //颿åºåºå else if (HBillType == "1204") { @@ -2656,6 +2661,11 @@ else if (HBillType == "1255") { sFormId = "SUB_FEEDMTRL"; } //åæå å·¥åºåºåï¼åæå å·¥éæï¼ else if (HBillType == "1213") { sFormId = "STK_OEMInStockRETURN"; } //ç´æ¥è°æ¨å else if (HBillType == "1207") @@ -3384,6 +3394,89 @@ objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å ¶ä»å ¥åºæ ¡éªå¤±è´¥ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #endregion #region åæå å·¥å ¥åº ä¸ä¼ çå #region åæå å·¥å ¥åº æ°å¢æ¨¡å¼ /// <summary> /// åæå å·¥å ¥åºæ°å¢ä¸ä¼ /// </summary> /// <returns></returns> [Route("WEBSController/set_SaveInceptEntInBill_Json")] [HttpPost] public object set_SaveInceptEntInBill_Json([FromBody] JObject oMain) { var _value = oMain["oMain"].ToString(); string msg1 = _value.ToString(); try { List<Model.ClsKf_ICStockBillMain> lsmain = new List<Model.ClsKf_ICStockBillMain>(); ListModels oListModels = new ListModels(); lsmain = oListModels.getICStockBillMainByJson(msg1); WebS.ClsKf_ICStockBillMain websLsmain = new WebS.ClsKf_ICStockBillMain(); string sSourceType = lsmain[0].HMainSourceBillType; websLsmain.HInterID = lsmain[0].HInterID; websLsmain.HBillNo = lsmain[0].HBillNo; websLsmain.HBillType = lsmain[0].HBillType; websLsmain.HDate = lsmain[0].HDate; websLsmain.HDeptID = lsmain[0].HDeptID; websLsmain.HWHID = lsmain[0].HWHID; websLsmain.HSCWHID = lsmain[0].HSCWHID; websLsmain.HSupID = lsmain[0].HSupID; websLsmain.HKeeperID = lsmain[0].HKeeperID; websLsmain.HSecManagerID = lsmain[0].HSecManagerID; websLsmain.HEmpID = lsmain[0].HEmpID; websLsmain.HManagerID = lsmain[0].HManagerID; websLsmain.HRemark = lsmain[0].HRemark; websLsmain.HExplanation = lsmain[0].HExplanation; websLsmain.HInnerBillNo = lsmain[0].HInnerBillNo; websLsmain.HRedBlueFlag = lsmain[0].HRedBlueFlag; websLsmain.HStockStyle = lsmain[0].HStockStyle; websLsmain.HBillSubType = lsmain[0].HBillSubType; if (lsmain[0].HMainSourceBillType == "1130") { websLsmain.HMainSourceBillType = "åæå å·¥æ¶æéç¥å"; } else { websLsmain.HMainSourceBillType = "æå·¥å½å ¥"; } websLsmain.HMaker = lsmain[0].HMaker; websLsmain.HBillerID = lsmain[0].HBillerID; websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; websLsmain.HOWNERID = lsmain[0].HSTOCKORGID; if (oWebs.set_SaveInceptEntInBill_New(websLsmain, sSourceType, ref DBUtility.ClsPub.sErrInfo)) { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = DBUtility.ClsPub.sErrInfo; //æåï¼ objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = DBUtility.ClsPub.sErrInfo; //å¤±è´¥ï¼ objJsonResult.data = null; return objJsonResult; } } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæå å·¥å ¥åºåä¸ä¼ 失败ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } @@ -6641,6 +6734,48 @@ try { WebSoBar = oWebs.get_SourceBarCode_OtherIn(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HStockOrgID, ref DBUtility.ClsPub.sErrInfo); if (WebSoBar == null) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "æå"; objJsonResult.data = WebSoBar; return objJsonResult; } } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ«ææºåæ¡ç 失败ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #region åæå å·¥å ¥åº æ«ææºåæ¡ç /// <summary> /// åæå å·¥å ¥åº æ«ææºåæ¡ç /// </summary> /// <returns></returns> [Route("WEBSController/Get_SourceBarCode_InceptEntIn_Json")] [HttpGet] public object get_SourceBarCode_InceptEntIn_Json(Int64 HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, Int64 HStockOrgID) { try { WebSoBar = oWebs.get_SourceBarCode_InceptEntIn(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HStockOrgID, ref DBUtility.ClsPub.sErrInfo); if (WebSoBar == null) { objJsonResult.code = "0"; @@ -14748,8 +14883,8 @@ { string sErrMsg = ""; oSystemParameter.ShowBill(ref sErrMsg); // åèå®¢æ· if (oSystemParameter.omodel.WMS_CampanyName == "åè") // åèå®¢æ· å·¥åºè¿ç«æ¥æ¶å å·¥åºå§å¤æ¥æ¶å ç产订å å·¥åºæµè½¬å¡ if (oSystemParameter.omodel.WMS_CampanyName == "åè" && HSourceBillType != 3790 && HSourceBillType != 3793 && HSourceBillType != 3710 && HSourceBillType != 3772) { if (!string.IsNullOrWhiteSpace(HBarCode)) { @@ -14803,6 +14938,14 @@ objJsonResult.data = null; return objJsonResult; } if (ds.Tables[0].Columns.Contains("HBack") && DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HBack"]) == 1) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HRemark"]); objJsonResult.data = null; return objJsonResult; } if (oSystemParameter.omodel.WMS_CampanyName == "åè") { WebAPI/Controllers/Éú²ú¹ÜÀí/É豸״̬·Ö²½/Sc_HEquipStateDistributionController.cs
@@ -23,6 +23,7 @@ //è·åç³»ç»åæ° Pub_Class.ClsXt_SystemParameter oSystemParameter = new Pub_Class.ClsXt_SystemParameter(); #region 设å¤åå¸ è®¾å¤ç»å®ççäº§èµæºä¸æ£å¨ç产çå·¥å @@ -175,5 +176,156 @@ } } #endregion #region 设å¤è¿è¡åçï¼è·åé¨é¨-è®¾å¤ æ ç¶å¾ private class HEquipTreeList_DAQ_Node { public int id { get; set; } public string title { get; set; } public List<HEquipTreeList_DAQ_Node> children { get; set; } } [Route("DAQ_EquipRunningSlice/GetHEquipTreeList_DAQ")] [HttpGet] public object Sc_HEquipStateDistribution_Souce(string sWhere) { try { List<HEquipTreeList_DAQ_Node> treeArr = new List<HEquipTreeList_DAQ_Node>(); // è®°å½é¨é¨æ¯å¦å·²ç»å å ¥treeArr(ä¸å¯éå¤å å ¥) HashSet<String> HDeptSet = new HashSet<String>(); ds = oCN.RunProcReturn($@"select hmainid HEquipID, 设å¤åç§° HEquipName, HDeptID HDeptID, 使ç¨é¨é¨ HDeptName from h_v_Gy_EquipFileMainList {sWhere} order by HEquipName asc", "h_v_Gy_EquipFileMainList"); foreach(DataRow row in ds.Tables[0].Rows) { int HDeptID = int.Parse(row["HDeptID"].ToString()); string HDeptName = row["HDeptName"] as string; int HEquipID = int.Parse(row["HEquipID"].ToString()); string HEquipName = row["HEquipName"] as string; if (!HDeptSet.Contains(row["HDeptID"].ToString())) { // 没æé¨é¨å¯¹åºçä¸çº§èç¹ï¼åæ·»å ä¸çº§èç¹ treeArr.Add(new HEquipTreeList_DAQ_Node { id = int.Parse(row["HDeptID"].ToString()), title = row["HDeptName"].ToString(), children = new List<HEquipTreeList_DAQ_Node>() }); // é¨é¨IDæ·»å å°Setï¼ç¡®ä¿å¯ä¸æ§ HDeptSet.Add(row["HDeptID"].ToString()); } // é¨é¨å¯¹å°çä¸çº§èç¹å·²ç»è®¾ç½®å¥½ï¼è®¾ç½®äºçº§èç¹ HEquipTreeList_DAQ_Node Node = treeArr.First(item => item.id == HDeptID); Node.children.Add(new HEquipTreeList_DAQ_Node { id = HEquipID, title = HEquipName, children = new List<HEquipTreeList_DAQ_Node>() }); } objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "æ¥è¯¢æå"; objJsonResult.data = JArray.FromObject(treeArr); return objJsonResult; } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "Exceptionï¼" + e.Message.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #region 设å¤è¿è¡åç è¿å设å¤ç¶æ å¾è¡¨æ°æ® [Route("DAQ_EquipRunningSlice/GetHEquipStatusReportList_DAQ")] [HttpGet] public object GetHEquipStatusReportList_DAQ(string HEquipID, string HDeptID, string HBeginDate, string HEndDate, string user) { try { List<object> columnNameList = new List<object>(); string sql = "select * from h_v_Sb_EquipRunningStatusReport where 1 = 1"; if(!string.IsNullOrWhiteSpace(HEquipID) && HEquipID != "0") { sql += $" and HEquipID = {HEquipID}"; } if(!string.IsNullOrWhiteSpace(HDeptID) && HDeptID != "0") { sql += $" and HDeptID = {HDeptID}"; } if(!string.IsNullOrWhiteSpace(HBeginDate) && !string.IsNullOrWhiteSpace(HEndDate)) { sql += $"and (æå±æ¥æ between CONVERT(DATETIME, '{HBeginDate} 00:00:00', 120) AND CONVERT(DATETIME, '{HEndDate} 23:59:59', 120))"; } ds = oCN.RunProcReturn(sql, "h_v_Sb_EquipRunningStatusReport"); //æ·»å åå 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_HEquipStateDistribution/Get_HEquipStateList")] [HttpGet] public object Get_HEquipStateList(string HDeptID, string user, int OrganizationID) { try { string sql1 = string.Format("exec h_p_sc_HDeptEquipList {0},{1}", HDeptID, OrganizationID); ds = oCN.RunProcReturn(sql1, "h_p_sc_HDeptEquipList"); objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "Sucessï¼"; objJsonResult.data = ds; return objJsonResult; } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "Exceptionï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion } } WebAPI/DLL/ClsSb_EquipRepairCheckBill.cs
@@ -34,7 +34,21 @@ { try { // //ä¿ååæ§å¶========================================= string HBillNote = ""; DataSet ds = oCn.RunProcReturn("Exec h_p_Sb_EquipRepairCheckBill_BeforeSaveCtrl " + omodel.HInterID.ToString() + ", '" + omodel.HBillNo + "','" + HBillNote + "',2 ,2 ", "h_p_Sb_EquipRepairCheckBill_BeforeSaveCtrl"); if (ds == null) { sReturn = "ä¿ååå¤æå¤±è´¥ï¼"; return false; } if (DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HBack"]) != "0") { sReturn = "ä¿å失败ï¼" + DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HBackRemark"]); return false; } //========================================================= oCn.BeginTran(); //æ´æ°ä¸»è¡¨ oCn.RunProc("UpDate Sb_EquipRepairCheckBillMain set " + @@ -79,6 +93,24 @@ ") "); } sReturn = "ä¿®æ¹åæ®æåï¼"; //=========================ä¿ååæ§å¶ DataSet ds2 = oCn.RunProcReturn("Exec h_p_Sb_EquipRepairCheckBill_AfterSaveCtrl " + omodel.HInterID.ToString() + ", '" + omodel.HBillNo + "','" + HBillNote + "',2,2 ", "h_p_Sb_EquipRepairCheckBill_AfterSaveCtrl"); if (ds2 == null) { sReturn = "ä¿ååæ§å¶å¤æå¤±è´¥ï¼"; oCn.RollBack(); return false; } if (DBUtility.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HBack"]) != "0") { sReturn = "ä¿å失败2ï¼" + DBUtility.ClsPub.isStrNull(ds2.Tables[0].Rows[0]["HBackRemark"]); oCn.RollBack(); return false; } //============================ oCn.Commit(); return true; } WebAPI/ListModels.cs
@@ -961,6 +961,18 @@ } /// <summary> /// å¤çæ°å¢å·¥åºæµè½¬å¡å表3çjson /// </summary> /// <param name="jsonString"></param> /// <returns></returns> public List<Model.Sc_ProcessExchangeBillSub_HRelationBack> getObjectByJson_Sc_ProcessExchangeBillSub_HRelationBack(string jsonString) { jsonString = "[" + jsonString.ToString() + "]"; List<Model.Sc_ProcessExchangeBillSub_HRelationBack> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.Sc_ProcessExchangeBillSub_HRelationBack>>(jsonString); return list; } /// <summary> /// å¤çæ°å¢åºç«æ±æ¥å主表çjson /// </summary> /// <param name="jsonString"></param> WebAPI/Models/HSouceOrderList.cs
@@ -101,5 +101,10 @@ public string JMHSupName { get; set; } // "é马ä¾åºå"; public string HTH { get; set; } // "ååå·"; public double HZQty { get; set; } // "æ»ç®±æ°"; // é¦é public string JLHCusOrderBillNo { get; set; } // 客æ·è®¢åå· public string JLHProdModel { get; set; } // 产ååå· } } WebAPI/Models/Xt_CheckFlowSub_Proc.cs
New file @@ -0,0 +1,15 @@ using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class Xt_CheckFlowSub_Proc { public Int64 HInterID; public Int64 HEntryID; public int HProcID; public string HRemark; } } WebAPI/Properties/PublishProfiles/CHZFolderProfile.pubxml.user
@@ -5,11 +5,11 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PublishTargetUrl>D:\ç½ç«åå¸\æºäºMESWMS\API</_PublishTargetUrl> <History>True|2026-04-09T02:49:39.1474349Z;False|2026-04-09T10:48:56.4483129+08:00;True|2026-04-08T15:52:56.0654175+08:00;True|2026-04-08T15:51:48.5362330+08:00;True|2026-04-08T15:38:55.9430240+08:00;True|2026-04-08T14:28:05.8170952+08:00;True|2026-04-08T10:04:26.1290532+08:00;True|2026-04-08T09:54:42.7091796+08:00;True|2026-04-08T09:47:39.4265409+08:00;True|2026-04-08T09:31:33.9940810+08:00;True|2026-04-08T09:25:48.8335042+08:00;True|2026-04-08T09:18:49.2340416+08:00;True|2026-04-08T09:05:38.1946058+08:00;True|2026-04-08T08:51:42.9648664+08:00;False|2026-04-08T08:50:29.4049907+08:00;True|2026-04-07T16:38:07.0366622+08:00;True|2026-04-07T16:30:02.5849908+08:00;True|2026-04-07T10:34:01.7729330+08:00;True|2026-04-07T09:48:28.6594815+08:00;True|2026-04-07T08:27:08.5467426+08:00;</History> <History>True|2026-04-16T05:47:52.4189071Z;True|2026-04-16T12:55:27.8047391+08:00;True|2026-04-15T15:25:13.5585076+08:00;True|2026-04-15T15:18:40.0113998+08:00;True|2026-04-15T13:40:25.2393656+08:00;False|2026-04-15T13:39:38.6236889+08:00;True|2026-04-14T14:31:30.6734754+08:00;False|2026-04-14T14:30:41.4516757+08:00;True|2026-04-13T16:44:08.4642937+08:00;True|2026-04-13T16:36:02.3077110+08:00;True|2026-04-13T14:59:21.0103174+08:00;True|2026-04-13T14:39:45.1257225+08:00;True|2026-04-13T14:33:54.7926295+08:00;True|2026-04-13T14:28:29.8919092+08:00;True|2026-04-13T14:23:44.7319904+08:00;True|2026-04-13T14:19:18.5894161+08:00;True|2026-04-13T14:13:07.6590290+08:00;True|2026-04-13T14:08:38.6545470+08:00;True|2026-04-13T13:42:48.7331271+08:00;True|2026-04-13T13:28:28.6092259+08:00;True|2026-04-13T13:22:20.9710518+08:00;False|2026-04-13T13:21:10.4412531+08:00;True|2026-04-10T12:36:37.6936108+08:00;False|2026-04-10T12:35:40.0121010+08:00;True|2026-04-09T16:54:43.8820523+08:00;True|2026-04-09T16:45:33.9913393+08:00;True|2026-04-09T16:05:37.9135976+08:00;True|2026-04-09T15:59:59.0415690+08:00;True|2026-04-09T14:40:06.6317662+08:00;True|2026-04-09T14:33:57.7268880+08:00;True|2026-04-09T14:29:06.9748272+08:00;True|2026-04-09T14:15:35.2357549+08:00;True|2026-04-09T13:55:15.7398283+08:00;True|2026-04-09T10:49:39.1474349+08:00;False|2026-04-09T10:48:56.4483129+08:00;True|2026-04-08T15:52:56.0654175+08:00;True|2026-04-08T15:51:48.5362330+08:00;True|2026-04-08T15:38:55.9430240+08:00;True|2026-04-08T14:28:05.8170952+08:00;True|2026-04-08T10:04:26.1290532+08:00;True|2026-04-08T09:54:42.7091796+08:00;True|2026-04-08T09:47:39.4265409+08:00;True|2026-04-08T09:31:33.9940810+08:00;True|2026-04-08T09:25:48.8335042+08:00;True|2026-04-08T09:18:49.2340416+08:00;True|2026-04-08T09:05:38.1946058+08:00;True|2026-04-08T08:51:42.9648664+08:00;False|2026-04-08T08:50:29.4049907+08:00;True|2026-04-07T16:38:07.0366622+08:00;True|2026-04-07T16:30:02.5849908+08:00;True|2026-04-07T10:34:01.7729330+08:00;True|2026-04-07T09:48:28.6594815+08:00;True|2026-04-07T08:27:08.5467426+08:00;</History> </PropertyGroup> <ItemGroup> <File Include="apiapp.json"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="bin/AlibabaCloud.EndpointUtil.dll"> <publishTime>04/07/2020 16:33:48</publishTime> @@ -45,40 +45,40 @@ <publishTime>02/22/2013 16:43:40</publishTime> </File> <File Include="bin/BLL.dll"> <publishTime>04/08/2026 08:51:06</publishTime> <publishTime>04/16/2026 12:54:04</publishTime> </File> <File Include="bin/BLL.pdb"> <publishTime>04/08/2026 08:51:06</publishTime> <publishTime>04/16/2026 12:54:04</publishTime> </File> <File Include="bin/BouncyCastle.Crypto.dll"> <publishTime>12/18/2020 05:32:28</publishTime> </File> <File Include="bin/DAL.dll"> <publishTime>04/08/2026 08:51:02</publishTime> <publishTime>04/16/2026 12:54:00</publishTime> </File> <File Include="bin/DAL.pdb"> <publishTime>04/08/2026 08:51:02</publishTime> <publishTime>04/16/2026 12:54:00</publishTime> </File> <File Include="bin/Dapper.dll"> <publishTime>07/22/2016 22:52:40</publishTime> </File> <File Include="bin/DBUtility.dll"> <publishTime>04/08/2026 08:50:54</publishTime> <publishTime>04/16/2026 12:53:54</publishTime> </File> <File Include="bin/DBUtility.pdb"> <publishTime>04/08/2026 08:50:54</publishTime> <publishTime>04/16/2026 12:53:54</publishTime> </File> <File Include="bin/Fleck.dll"> <publishTime>04/22/2021 11:48:12</publishTime> </File> <File Include="bin/GetuiServerApiSDK.dll"> <publishTime>12/13/2018 15:35:36</publishTime> <publishTime>01/19/2026 18:29:10</publishTime> </File> <File Include="bin/GetuiServerApiSDK.dll.config"> <publishTime>12/12/2018 17:49:02</publishTime> <publishTime>01/19/2026 18:29:10</publishTime> </File> <File Include="bin/Google.ProtocolBuffers.dll"> <publishTime>12/12/2018 17:31:14</publishTime> <publishTime>01/19/2026 18:29:10</publishTime> </File> <File Include="bin/Grpc.Core.Api.dll"> <publishTime>03/22/2022 13:17:26</publishTime> @@ -105,7 +105,7 @@ <publishTime>05/09/2021 01:08:30</publishTime> </File> <File Include="bin/Kingdee.BOS.WebApi.Client.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="bin/libgrpc_csharp_ext.x64.dylib"> <publishTime>03/19/2022 07:38:44</publishTime> @@ -150,13 +150,13 @@ <publishTime>07/25/2012 19:48:56</publishTime> </File> <File Include="bin/Model.dll"> <publishTime>04/08/2026 08:50:56</publishTime> <publishTime>04/16/2026 12:53:58</publishTime> </File> <File Include="bin/Model.pdb"> <publishTime>04/08/2026 08:50:56</publishTime> <publishTime>04/16/2026 12:53:58</publishTime> </File> <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="bin/Newtonsoft.Json.dll"> <publishTime>03/08/2023 15:09:56</publishTime> @@ -189,34 +189,34 @@ <publishTime>11/13/2012 20:19:34</publishTime> </File> <File Include="bin/Pub_Class.dll"> <publishTime>04/08/2026 08:50:51</publishTime> <publishTime>04/16/2026 12:53:52</publishTime> </File> <File Include="bin/Pub_Class.pdb"> <publishTime>04/08/2026 08:50:51</publishTime> <publishTime>04/16/2026 12:53:52</publishTime> </File> <File Include="bin/Pub_Control.dll"> <publishTime>04/08/2026 08:50:52</publishTime> <publishTime>04/16/2026 12:53:53</publishTime> </File> <File Include="bin/Pub_Control.pdb"> <publishTime>04/08/2026 08:50:52</publishTime> <publishTime>04/16/2026 12:53:53</publishTime> </File> <File Include="bin/RestSharp.dll"> <publishTime>08/31/2012 06:22:50</publishTime> </File> <File Include="bin/SQLHelper.dll"> <publishTime>04/08/2026 08:50:53</publishTime> <publishTime>04/16/2026 12:53:53</publishTime> </File> <File Include="bin/SQLHelper.pdb"> <publishTime>04/08/2026 08:50:53</publishTime> <publishTime>04/16/2026 12:53:53</publishTime> </File> <File Include="bin/Swashbuckle.Core.dll"> <publishTime>02/16/2015 01:57:08</publishTime> </File> <File Include="bin/SyntacticSugar.dll"> <publishTime>04/08/2026 08:42:16</publishTime> <publishTime>03/24/2026 09:52:37</publishTime> </File> <File Include="bin/SyntacticSugar.pdb"> <publishTime>04/08/2026 08:42:16</publishTime> <publishTime>03/24/2026 09:52:37</publishTime> </File> <File Include="bin/System.Buffers.dll"> <publishTime>07/19/2017 18:01:28</publishTime> @@ -297,7 +297,7 @@ <publishTime>01/28/2015 12:03:16</publishTime> </File> <File Include="bin/System.Web.Http.WebHost.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="bin/System.Web.Mvc.dll"> <publishTime>01/28/2015 12:02:18</publishTime> @@ -330,22 +330,22 @@ <publishTime>05/09/2023 10:43:40</publishTime> </File> <File Include="bin/TopSdk.dll"> <publishTime>04/08/2026 08:42:16</publishTime> <publishTime>04/07/2026 12:37:19</publishTime> </File> <File Include="bin/TopSdk.pdb"> <publishTime>04/08/2026 08:42:16</publishTime> <publishTime>04/07/2026 12:37:19</publishTime> </File> <File Include="bin/WebActivatorEx.dll"> <publishTime>11/24/2014 19:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>04/09/2026 10:49:21</publishTime> <publishTime>04/16/2026 13:47:28</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>04/09/2026 10:49:21</publishTime> <publishTime>04/16/2026 13:47:28</publishTime> </File> <File Include="bin/WebAPI.XmlSerializers.dll"> <publishTime>04/09/2026 10:49:35</publishTime> <publishTime>04/16/2026 13:47:40</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/18/2013 01:03:52</publishTime> @@ -372,61 +372,61 @@ <publishTime>11/29/2018 21:26:30</publishTime> </File> <File Include="Config/kdapi.config"> <publishTime>04/21/2025 11:46:15</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Content/bootstrap.css"> <publishTime>04/21/2025 11:46:15</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Content/bootstrap.min.css"> <publishTime>04/21/2025 11:46:15</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Content/Site.css"> <publishTime>04/21/2025 11:46:15</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="DLL/BLL.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="DLL/DAL.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="DLL/DBUtility.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="DLL/Interop.grsvr6Lib.dll"> <publishTime>12/14/2025 21:28:19</publishTime> <publishTime>12/16/2025 16:29:36</publishTime> </File> <File Include="DLL/Kingdee.BOS.WebApi.Client.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="DLL/Model.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="DLL/Newtonsoft.Json.Net35.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="DLL/Pub_Class.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="DLL/Pub_Control.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="DLL/SQLHelper.dll"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.eot"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.svg"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.ttf"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.woff"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Global.asax"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="grpc_csharp_ext.x64.dll"> <publishTime>03/22/2022 13:17:22</publishTime> @@ -435,7 +435,7 @@ <publishTime>03/22/2022 13:17:22</publishTime> </File> <File Include="Index.html"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="libgrpc_csharp_ext.x64.dylib"> <publishTime>03/19/2022 07:38:44</publishTime> @@ -444,133 +444,133 @@ <publishTime>03/19/2022 07:38:42</publishTime> </File> <File Include="libman.json"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Metadata/deploymentTemplates/apiappconfig.azureresource.json"> <publishTime>04/21/2025 11:46:16</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="packages.config"> <publishTime>03/24/2026 16:14:20</publishTime> <publishTime>03/25/2026 10:40:27</publishTime> </File> <File Include="Properties/PublishProfiles/JFAPI.pubxml.user"> <publishTime>12/07/2025 12:01:10</publishTime> <publishTime>12/10/2025 17:08:59</publishTime> </File> <File Include="Scripts/jquery.signalR-2.2.2.js"> <publishTime>01/28/2026 13:57:47</publishTime> <publishTime>01/28/2026 14:08:07</publishTime> </File> <File Include="Scripts/jquery.signalR-2.2.2.min.js"> <publishTime>01/28/2026 13:57:47</publishTime> <publishTime>01/28/2026 14:08:07</publishTime> </File> <File Include="Template/barCodeTemplateStorage.json"> <publishTime>08/29/2025 09:43:09</publishTime> <publishTime>09/05/2025 16:16:48</publishTime> </File> <File Include="Utility/Barcode.ashx"> <publishTime>12/14/2025 21:28:19</publishTime> <publishTime>12/16/2025 16:29:36</publishTime> </File> <File Include="Views/Scripts/bootstrap.js"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Scripts/bootstrap.min.js"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Scripts/jquery-1.10.2.js"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Scripts/jquery-1.10.2.min.js"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Scripts/jquery-1.10.2.min.map"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Scripts/jquery.validate.js"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Scripts/jquery.validate.min.js"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Scripts/jquery.validate.unobtrusive.js"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Scripts/jquery.validate.unobtrusive.min.js"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Scripts/modernizr-2.6.2.js"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Shared/Error.cshtml"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/Shared/_Layout.cshtml"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/web.config"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Views/_ViewStart.cshtml"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>05/23/2025 10:00:25</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Customer_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:36</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Department_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:36</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Employee_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsCLD_StockPlace_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:36</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Supplier_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:36</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Warehouse_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:36</publishTime> </File> <File Include="Web References/WebS/ClsGy_BadReason_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_BarCodeBill_WMS_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_BarCodeBill_WMS_Model_View.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_Customer_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_Department_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_Employee_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_Group_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_Item30JiTai_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_Source_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_StockPlace_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_Supplier_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsGy_Warehouse_Model.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web References/WebS/ClsKf_ICStockBill_Mould.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:36</publishTime> </File> <File Include="Web References/WebS/ClsKf_ICStockBill_WMS.datasource"> <publishTime>04/21/2025 11:46:17</publishTime> <publishTime>08/21/2025 15:39:37</publishTime> </File> <File Include="Web.config"> <publishTime>04/07/2026 08:27:06</publishTime> <publishTime>04/16/2026 09:16:19</publishTime> </File> </ItemGroup> </Project> WebAPI/Properties/PublishProfiles/FolderProfile2.pubxml.user
@@ -5,7 +5,7 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PublishTargetUrl>D:\ç½ç«åå¸\æºäºMESWMS\API</_PublishTargetUrl> <History>True|2026-04-07T07:38:09.8395315Z;False|2026-04-07T15:27:46.9278409+08:00;False|2026-04-07T15:27:02.6775164+08:00;True|2026-04-07T09:31:26.2712477+08:00;False|2026-04-07T09:29:57.2360264+08:00;True|2026-04-03T15:06:46.9708068+08:00;False|2026-04-03T15:03:51.9971348+08:00;True|2026-03-27T14:26:07.9321307+08:00;False|2026-03-27T14:25:22.5010392+08:00;True|2026-03-27T13:35:36.8292396+08:00;False|2026-03-27T13:31:46.3527084+08:00;True|2026-03-24T15:10:02.2143243+08:00;True|2026-03-24T14:44:30.5286229+08:00;True|2026-03-24T10:24:40.8361153+08:00;False|2026-03-24T10:23:42.4160796+08:00;True|2026-03-23T19:05:41.2442007+08:00;False|2026-03-23T19:05:02.6358374+08:00;True|2026-03-23T15:35:21.7391934+08:00;False|2026-03-23T15:33:14.3621736+08:00;True|2026-03-21T11:27:25.8485662+08:00;True|2026-03-21T10:51:07.0416520+08:00;False|2026-03-21T10:50:30.0808809+08:00;True|2026-03-20T15:21:25.3928861+08:00;False|2026-03-20T15:20:18.7323151+08:00;True|2026-03-19T17:53:04.0599612+08:00;False|2026-03-19T17:49:34.2586338+08:00;True|2026-03-18T16:36:39.3459012+08:00;False|2026-03-18T16:33:44.2834015+08:00;True|2026-03-18T09:14:46.8169365+08:00;False|2026-03-18T09:11:29.5956354+08:00;True|2026-03-17T21:02:32.6298438+08:00;False|2026-03-17T21:01:51.7259809+08:00;True|2026-03-17T17:42:17.6095943+08:00;True|2026-03-17T17:22:22.7829010+08:00;True|2026-03-17T17:07:30.0424197+08:00;True|2026-03-17T17:00:25.9496446+08:00;True|2026-03-17T16:57:34.7454437+08:00;False|2026-03-17T16:55:25.6389756+08:00;True|2026-03-16T17:53:15.9567970+08:00;False|2026-03-16T17:52:38.5476276+08:00;True|2026-03-14T17:08:45.9696477+08:00;False|2026-03-14T17:07:54.0759419+08:00;True|2026-03-13T15:56:58.9781226+08:00;True|2026-03-13T14:54:12.0380800+08:00;True|2026-03-13T14:45:10.9471893+08:00;True|2026-03-13T14:34:35.7792308+08:00;True|2026-03-13T13:28:54.0165676+08:00;True|2026-03-13T13:04:26.7960852+08:00;True|2026-03-13T12:32:40.4056776+08:00;True|2026-03-13T12:00:38.5403236+08:00;True|2026-03-13T11:58:15.7212751+08:00;False|2026-03-13T11:56:03.1608711+08:00;True|2026-03-12T12:56:09.1798557+08:00;True|2026-03-12T12:10:38.6579078+08:00;True|2026-03-12T12:00:41.1216693+08:00;True|2026-03-12T10:49:25.6657932+08:00;True|2026-03-12T10:34:42.0132081+08:00;False|2026-03-12T10:34:21.1374537+08:00;True|2026-03-12T09:49:04.2791476+08:00;False|2026-03-12T09:48:32.0226441+08:00;True|2026-03-11T21:37:22.2202127+08:00;False|2026-03-11T21:35:48.4959239+08:00;True|2026-03-11T20:47:52.7636338+08:00;False|2026-03-11T20:47:20.3374534+08:00;True|2026-03-10T09:03:48.7681627+08:00;False|2026-03-10T09:02:36.0583806+08:00;True|2026-03-09T22:57:55.3577018+08:00;False|2026-03-09T22:55:54.8997804+08:00;True|2026-03-09T17:08:10.5420450+08:00;True|2026-03-09T16:57:28.4177680+08:00;True|2026-03-09T16:50:59.8251070+08:00;True|2026-03-09T10:23:55.4999880+08:00;False|2026-03-09T10:23:00.0281682+08:00;True|2026-03-06T09:15:06.5024218+08:00;True|2026-03-06T08:54:38.7087070+08:00;False|2026-03-06T08:53:23.6823346+08:00;True|2026-03-05T17:26:43.5908847+08:00;False|2026-03-05T17:25:48.2804326+08:00;True|2026-03-05T16:04:43.1077406+08:00;False|2026-03-05T16:02:11.7881116+08:00;True|2026-03-03T16:16:26.8635275+08:00;True|2026-03-03T15:54:24.2283621+08:00;True|2026-03-03T12:32:30.4495356+08:00;False|2026-03-03T12:31:06.0560910+08:00;True|2026-03-02T12:18:24.6587456+08:00;True|2026-03-02T09:35:22.6172462+08:00;False|2026-03-02T09:32:04.1416982+08:00;True|2026-02-28T12:04:01.7406133+08:00;True|2026-02-28T08:47:36.7167331+08:00;False|2026-02-28T08:46:49.1748795+08:00;True|2026-02-27T17:21:35.6897064+08:00;True|2026-02-27T17:00:03.2447893+08:00;True|2026-02-27T14:26:49.0714379+08:00;True|2026-02-27T13:57:50.9161682+08:00;False|2026-02-27T13:54:58.3092086+08:00;True|2026-02-26T16:30:22.6331887+08:00;True|2026-02-26T15:56:54.4778359+08:00;False|2026-02-26T15:55:53.2808802+08:00;False|2026-02-26T15:55:27.7501008+08:00;True|2026-02-26T12:42:10.3734658+08:00;True|2026-02-26T12:01:13.4363491+08:00;True|2026-02-26T10:24:02.2555254+08:00;True|2026-02-03T11:56:14.3086755+08:00;True|2026-02-03T11:51:19.6091315+08:00;True|2026-02-03T10:42:35.4774950+08:00;False|2026-02-03T10:40:57.1735351+08:00;True|2026-02-03T09:30:22.5235073+08:00;False|2026-02-03T09:27:21.6917147+08:00;True|2026-02-02T15:31:07.3762944+08:00;True|2026-02-02T14:13:20.5690146+08:00;True|2026-02-02T10:42:22.4804584+08:00;False|2026-02-02T10:41:48.7402434+08:00;True|2026-02-01T17:40:21.0538069+08:00;True|2026-02-01T15:44:12.2393909+08:00;False|2026-02-01T15:40:37.6456544+08:00;True|2026-01-31T12:05:50.6946479+08:00;False|2026-01-31T12:04:44.5273342+08:00;True|2026-01-29T17:14:07.3795568+08:00;True|2026-01-29T17:11:48.4286289+08:00;True|2026-01-29T16:10:42.7141082+08:00;True|2026-01-29T14:41:38.0583611+08:00;True|2026-01-29T14:36:18.1975177+08:00;True|2026-01-29T14:34:43.7423264+08:00;True|2026-01-29T14:09:16.2701844+08:00;True|2026-01-29T13:17:37.0708838+08:00;True|2026-01-29T10:21:51.3074443+08:00;False|2026-01-29T10:20:12.1418198+08:00;True|2026-01-28T13:52:59.2210650+08:00;True|2026-01-28T10:34:06.8152564+08:00;False|2026-01-28T10:32:51.4478083+08:00;True|2026-01-27T12:19:58.2090999+08:00;True|2026-01-27T12:18:40.9255150+08:00;True|2026-01-27T12:10:45.0784359+08:00;True|2026-01-27T11:45:58.2218602+08:00;True|2026-01-27T08:54:11.2473398+08:00;False|2026-01-27T08:50:52.3900508+08:00;True|2026-01-25T16:51:10.8469862+08:00;True|2026-01-25T16:15:55.3063785+08:00;False|2026-01-25T16:13:47.1609576+08:00;False|2026-01-25T16:10:27.3797138+08:00;True|2026-01-22T19:26:11.1120981+08:00;False|2026-01-22T19:21:59.7591077+08:00;True|2026-01-21T20:10:38.2264542+08:00;True|2026-01-21T20:05:52.6769930+08:00;False|2026-01-21T20:04:52.2864808+08:00;True|2026-01-20T10:09:22.6558754+08:00;True|2026-01-20T09:43:16.9535139+08:00;False|2026-01-20T09:40:14.5080297+08:00;True|2026-01-19T17:23:36.9963060+08:00;True|2026-01-19T17:18:41.7602029+08:00;True|2026-01-19T17:05:35.1663057+08:00;True|2026-01-19T16:49:48.9497194+08:00;True|2026-01-19T12:35:09.4063486+08:00;False|2026-01-19T12:33:25.3260660+08:00;True|2026-01-17T20:21:42.3497625+08:00;True|2026-01-17T20:17:40.8631870+08:00;True|2026-01-17T20:13:16.6618986+08:00;False|2026-01-17T20:10:39.7099356+08:00;False|2026-01-17T20:10:01.5198461+08:00;False|2026-01-17T20:09:07.5632818+08:00;True|2026-01-17T20:06:07.7085249+08:00;True|2026-01-17T17:50:38.6295526+08:00;False|2026-01-17T17:48:59.9531552+08:00;True|2026-01-16T16:22:22.3525933+08:00;True|2026-01-16T14:14:39.4187185+08:00;False|2026-01-16T14:10:47.6350779+08:00;True|2026-01-15T17:33:04.8867687+08:00;True|2026-01-15T17:13:07.4827420+08:00;False|2026-01-15T17:11:32.8298249+08:00;True|2026-01-15T16:34:04.8984638+08:00;True|2026-01-15T14:12:39.3677563+08:00;False|2026-01-15T14:10:25.0842475+08:00;True|2026-01-14T19:47:01.2486856+08:00;False|2026-01-14T19:46:15.5380497+08:00;True|2026-01-14T15:49:22.6528911+08:00;True|2026-01-14T10:24:06.5942562+08:00;False|2026-01-14T10:22:32.4884475+08:00;False|2026-01-12T09:27:01.9297704+08:00;True|2026-01-11T14:27:58.9407325+08:00;False|2026-01-11T14:26:47.1324504+08:00;True|2026-01-11T13:54:38.7697615+08:00;True|2026-01-11T12:39:56.1396008+08:00;False|2026-01-11T12:37:59.5059421+08:00;True|2026-01-09T15:34:00.7959753+08:00;False|2026-01-09T15:32:33.3223847+08:00;True|2026-01-09T10:27:04.4418230+08:00;False|2026-01-09T10:24:55.6104648+08:00;True|2026-01-08T18:05:09.8950096+08:00;False|2026-01-08T18:03:49.6828377+08:00;True|2026-01-08T15:53:31.8458993+08:00;True|2026-01-08T15:43:35.4452984+08:00;True|2026-01-08T15:16:09.2797564+08:00;True|2026-01-08T15:09:12.1761272+08:00;False|2026-01-08T15:08:31.8053125+08:00;True|2026-01-08T12:28:32.3839432+08:00;False|2026-01-08T12:28:06.4930402+08:00;False|2026-01-06T13:05:41.4537127+08:00;True|2026-01-04T11:27:03.6003486+08:00;True|2026-01-04T11:16:09.0856233+08:00;True|2026-01-04T11:09:33.9721372+08:00;True|2026-01-04T10:59:57.5111892+08:00;False|2026-01-04T10:57:57.5312203+08:00;True|2025-12-30T14:23:14.0889784+08:00;True|2025-12-29T09:12:05.7081903+08:00;False|2025-12-29T09:11:27.9082848+08:00;True|2025-07-01T16:53:57.8492332+08:00;True|2025-07-01T16:14:28.8419744+08:00;True|2025-07-01T15:15:43.3121091+08:00;True|2025-07-01T14:48:00.3454856+08:00;True|2025-07-01T09:17:46.2541717+08:00;False|2025-07-01T09:17:07.0648196+08:00;True|2025-06-23T14:30:28.6691264+08:00;False|2025-06-23T14:27:45.6002040+08:00;True|2025-06-23T11:02:08.3020700+08:00;True|2025-06-23T10:47:44.4654541+08:00;True|2025-06-23T09:46:24.9049910+08:00;False|2025-06-23T09:45:40.5195919+08:00;True|2025-06-20T14:33:10.9210583+08:00;True|2025-06-20T13:22:54.5321865+08:00;False|2025-06-20T13:21:30.8643897+08:00;True|2025-06-20T08:36:32.6695266+08:00;False|2025-06-20T08:35:57.8274069+08:00;True|2025-06-19T08:14:35.0623669+08:00;False|2025-06-19T08:12:57.2451557+08:00;True|2025-06-18T16:56:03.4555368+08:00;True|2025-06-18T16:42:43.2441845+08:00;False|2025-06-18T16:42:02.6907205+08:00;True|2025-06-16T16:13:03.2956026+08:00;False|2025-06-16T16:12:23.8438917+08:00;True|2025-06-16T15:21:32.7370852+08:00;True|2025-06-16T15:08:57.7166003+08:00;True|2025-06-16T14:02:18.4224630+08:00;True|2025-06-16T11:00:03.6375429+08:00;False|2025-06-16T10:59:26.0956296+08:00;True|2025-06-09T16:45:52.0865612+08:00;True|2025-06-09T16:38:47.2182194+08:00;True|2025-06-09T16:17:50.9170601+08:00;False|2025-06-09T16:17:43.0333396+08:00;True|2025-06-09T15:25:17.0429161+08:00;True|2025-06-09T15:00:15.0058791+08:00;True|2025-06-09T14:50:02.1370115+08:00;True|2025-06-09T14:38:10.9037045+08:00;True|2025-06-09T14:34:53.2826267+08:00;True|2025-06-09T14:07:24.5341951+08:00;True|2025-06-09T13:39:17.5042542+08:00;True|2025-06-09T09:30:31.8197114+08:00;True|2025-01-10T13:10:47.2046185+08:00;True|2025-01-10T11:11:49.4016910+08:00;True|2025-01-10T10:59:12.3481721+08:00;False|2025-01-10T10:58:24.5033898+08:00;True|2025-01-04T14:35:42.2792864+08:00;</History> <History>True|2026-04-14T09:44:13.9129368Z;False|2026-04-14T17:43:10.9470044+08:00;True|2026-04-13T17:34:21.0068989+08:00;True|2026-04-13T17:29:12.3668426+08:00;True|2026-04-13T17:27:24.2468537+08:00;True|2026-04-13T16:51:44.5690995+08:00;True|2026-04-13T15:40:26.5455121+08:00;True|2026-04-13T15:37:00.3253516+08:00;False|2026-04-13T15:36:08.3193913+08:00;True|2026-04-13T14:26:43.8572642+08:00;False|2026-04-13T14:24:30.4581523+08:00;True|2026-04-09T12:05:26.1103917+08:00;False|2026-04-09T12:04:05.8895069+08:00;True|2026-04-08T17:18:07.8587581+08:00;False|2026-04-08T17:14:50.0331021+08:00;True|2026-04-07T15:38:09.8395315+08:00;False|2026-04-07T15:27:46.9278409+08:00;False|2026-04-07T15:27:02.6775164+08:00;True|2026-04-07T09:31:26.2712477+08:00;False|2026-04-07T09:29:57.2360264+08:00;True|2026-04-03T15:06:46.9708068+08:00;False|2026-04-03T15:03:51.9971348+08:00;True|2026-03-27T14:26:07.9321307+08:00;False|2026-03-27T14:25:22.5010392+08:00;True|2026-03-27T13:35:36.8292396+08:00;False|2026-03-27T13:31:46.3527084+08:00;True|2026-03-24T15:10:02.2143243+08:00;True|2026-03-24T14:44:30.5286229+08:00;True|2026-03-24T10:24:40.8361153+08:00;False|2026-03-24T10:23:42.4160796+08:00;True|2026-03-23T19:05:41.2442007+08:00;False|2026-03-23T19:05:02.6358374+08:00;True|2026-03-23T15:35:21.7391934+08:00;False|2026-03-23T15:33:14.3621736+08:00;True|2026-03-21T11:27:25.8485662+08:00;True|2026-03-21T10:51:07.0416520+08:00;False|2026-03-21T10:50:30.0808809+08:00;True|2026-03-20T15:21:25.3928861+08:00;False|2026-03-20T15:20:18.7323151+08:00;True|2026-03-19T17:53:04.0599612+08:00;False|2026-03-19T17:49:34.2586338+08:00;True|2026-03-18T16:36:39.3459012+08:00;False|2026-03-18T16:33:44.2834015+08:00;True|2026-03-18T09:14:46.8169365+08:00;False|2026-03-18T09:11:29.5956354+08:00;True|2026-03-17T21:02:32.6298438+08:00;False|2026-03-17T21:01:51.7259809+08:00;True|2026-03-17T17:42:17.6095943+08:00;True|2026-03-17T17:22:22.7829010+08:00;True|2026-03-17T17:07:30.0424197+08:00;True|2026-03-17T17:00:25.9496446+08:00;True|2026-03-17T16:57:34.7454437+08:00;False|2026-03-17T16:55:25.6389756+08:00;True|2026-03-16T17:53:15.9567970+08:00;False|2026-03-16T17:52:38.5476276+08:00;True|2026-03-14T17:08:45.9696477+08:00;False|2026-03-14T17:07:54.0759419+08:00;True|2026-03-13T15:56:58.9781226+08:00;True|2026-03-13T14:54:12.0380800+08:00;True|2026-03-13T14:45:10.9471893+08:00;True|2026-03-13T14:34:35.7792308+08:00;True|2026-03-13T13:28:54.0165676+08:00;True|2026-03-13T13:04:26.7960852+08:00;True|2026-03-13T12:32:40.4056776+08:00;True|2026-03-13T12:00:38.5403236+08:00;True|2026-03-13T11:58:15.7212751+08:00;False|2026-03-13T11:56:03.1608711+08:00;True|2026-03-12T12:56:09.1798557+08:00;True|2026-03-12T12:10:38.6579078+08:00;True|2026-03-12T12:00:41.1216693+08:00;True|2026-03-12T10:49:25.6657932+08:00;True|2026-03-12T10:34:42.0132081+08:00;False|2026-03-12T10:34:21.1374537+08:00;True|2026-03-12T09:49:04.2791476+08:00;False|2026-03-12T09:48:32.0226441+08:00;True|2026-03-11T21:37:22.2202127+08:00;False|2026-03-11T21:35:48.4959239+08:00;True|2026-03-11T20:47:52.7636338+08:00;False|2026-03-11T20:47:20.3374534+08:00;True|2026-03-10T09:03:48.7681627+08:00;False|2026-03-10T09:02:36.0583806+08:00;True|2026-03-09T22:57:55.3577018+08:00;False|2026-03-09T22:55:54.8997804+08:00;True|2026-03-09T17:08:10.5420450+08:00;True|2026-03-09T16:57:28.4177680+08:00;True|2026-03-09T16:50:59.8251070+08:00;True|2026-03-09T10:23:55.4999880+08:00;False|2026-03-09T10:23:00.0281682+08:00;True|2026-03-06T09:15:06.5024218+08:00;True|2026-03-06T08:54:38.7087070+08:00;False|2026-03-06T08:53:23.6823346+08:00;True|2026-03-05T17:26:43.5908847+08:00;False|2026-03-05T17:25:48.2804326+08:00;True|2026-03-05T16:04:43.1077406+08:00;False|2026-03-05T16:02:11.7881116+08:00;True|2026-03-03T16:16:26.8635275+08:00;True|2026-03-03T15:54:24.2283621+08:00;True|2026-03-03T12:32:30.4495356+08:00;False|2026-03-03T12:31:06.0560910+08:00;True|2026-03-02T12:18:24.6587456+08:00;True|2026-03-02T09:35:22.6172462+08:00;False|2026-03-02T09:32:04.1416982+08:00;True|2026-02-28T12:04:01.7406133+08:00;True|2026-02-28T08:47:36.7167331+08:00;False|2026-02-28T08:46:49.1748795+08:00;True|2026-02-27T17:21:35.6897064+08:00;True|2026-02-27T17:00:03.2447893+08:00;True|2026-02-27T14:26:49.0714379+08:00;True|2026-02-27T13:57:50.9161682+08:00;False|2026-02-27T13:54:58.3092086+08:00;True|2026-02-26T16:30:22.6331887+08:00;True|2026-02-26T15:56:54.4778359+08:00;False|2026-02-26T15:55:53.2808802+08:00;False|2026-02-26T15:55:27.7501008+08:00;True|2026-02-26T12:42:10.3734658+08:00;True|2026-02-26T12:01:13.4363491+08:00;True|2026-02-26T10:24:02.2555254+08:00;True|2026-02-03T11:56:14.3086755+08:00;True|2026-02-03T11:51:19.6091315+08:00;True|2026-02-03T10:42:35.4774950+08:00;False|2026-02-03T10:40:57.1735351+08:00;True|2026-02-03T09:30:22.5235073+08:00;False|2026-02-03T09:27:21.6917147+08:00;True|2026-02-02T15:31:07.3762944+08:00;True|2026-02-02T14:13:20.5690146+08:00;True|2026-02-02T10:42:22.4804584+08:00;False|2026-02-02T10:41:48.7402434+08:00;True|2026-02-01T17:40:21.0538069+08:00;True|2026-02-01T15:44:12.2393909+08:00;False|2026-02-01T15:40:37.6456544+08:00;True|2026-01-31T12:05:50.6946479+08:00;False|2026-01-31T12:04:44.5273342+08:00;True|2026-01-29T17:14:07.3795568+08:00;True|2026-01-29T17:11:48.4286289+08:00;True|2026-01-29T16:10:42.7141082+08:00;True|2026-01-29T14:41:38.0583611+08:00;True|2026-01-29T14:36:18.1975177+08:00;True|2026-01-29T14:34:43.7423264+08:00;True|2026-01-29T14:09:16.2701844+08:00;True|2026-01-29T13:17:37.0708838+08:00;True|2026-01-29T10:21:51.3074443+08:00;False|2026-01-29T10:20:12.1418198+08:00;True|2026-01-28T13:52:59.2210650+08:00;True|2026-01-28T10:34:06.8152564+08:00;False|2026-01-28T10:32:51.4478083+08:00;True|2026-01-27T12:19:58.2090999+08:00;True|2026-01-27T12:18:40.9255150+08:00;True|2026-01-27T12:10:45.0784359+08:00;True|2026-01-27T11:45:58.2218602+08:00;True|2026-01-27T08:54:11.2473398+08:00;False|2026-01-27T08:50:52.3900508+08:00;True|2026-01-25T16:51:10.8469862+08:00;True|2026-01-25T16:15:55.3063785+08:00;False|2026-01-25T16:13:47.1609576+08:00;False|2026-01-25T16:10:27.3797138+08:00;True|2026-01-22T19:26:11.1120981+08:00;False|2026-01-22T19:21:59.7591077+08:00;True|2026-01-21T20:10:38.2264542+08:00;True|2026-01-21T20:05:52.6769930+08:00;False|2026-01-21T20:04:52.2864808+08:00;True|2026-01-20T10:09:22.6558754+08:00;True|2026-01-20T09:43:16.9535139+08:00;False|2026-01-20T09:40:14.5080297+08:00;True|2026-01-19T17:23:36.9963060+08:00;True|2026-01-19T17:18:41.7602029+08:00;True|2026-01-19T17:05:35.1663057+08:00;True|2026-01-19T16:49:48.9497194+08:00;True|2026-01-19T12:35:09.4063486+08:00;False|2026-01-19T12:33:25.3260660+08:00;True|2026-01-17T20:21:42.3497625+08:00;True|2026-01-17T20:17:40.8631870+08:00;True|2026-01-17T20:13:16.6618986+08:00;False|2026-01-17T20:10:39.7099356+08:00;False|2026-01-17T20:10:01.5198461+08:00;False|2026-01-17T20:09:07.5632818+08:00;True|2026-01-17T20:06:07.7085249+08:00;True|2026-01-17T17:50:38.6295526+08:00;False|2026-01-17T17:48:59.9531552+08:00;True|2026-01-16T16:22:22.3525933+08:00;True|2026-01-16T14:14:39.4187185+08:00;False|2026-01-16T14:10:47.6350779+08:00;True|2026-01-15T17:33:04.8867687+08:00;True|2026-01-15T17:13:07.4827420+08:00;False|2026-01-15T17:11:32.8298249+08:00;True|2026-01-15T16:34:04.8984638+08:00;True|2026-01-15T14:12:39.3677563+08:00;False|2026-01-15T14:10:25.0842475+08:00;True|2026-01-14T19:47:01.2486856+08:00;False|2026-01-14T19:46:15.5380497+08:00;True|2026-01-14T15:49:22.6528911+08:00;True|2026-01-14T10:24:06.5942562+08:00;False|2026-01-14T10:22:32.4884475+08:00;False|2026-01-12T09:27:01.9297704+08:00;True|2026-01-11T14:27:58.9407325+08:00;False|2026-01-11T14:26:47.1324504+08:00;True|2026-01-11T13:54:38.7697615+08:00;True|2026-01-11T12:39:56.1396008+08:00;False|2026-01-11T12:37:59.5059421+08:00;True|2026-01-09T15:34:00.7959753+08:00;False|2026-01-09T15:32:33.3223847+08:00;True|2026-01-09T10:27:04.4418230+08:00;False|2026-01-09T10:24:55.6104648+08:00;True|2026-01-08T18:05:09.8950096+08:00;False|2026-01-08T18:03:49.6828377+08:00;True|2026-01-08T15:53:31.8458993+08:00;True|2026-01-08T15:43:35.4452984+08:00;True|2026-01-08T15:16:09.2797564+08:00;True|2026-01-08T15:09:12.1761272+08:00;False|2026-01-08T15:08:31.8053125+08:00;True|2026-01-08T12:28:32.3839432+08:00;False|2026-01-08T12:28:06.4930402+08:00;False|2026-01-06T13:05:41.4537127+08:00;True|2026-01-04T11:27:03.6003486+08:00;True|2026-01-04T11:16:09.0856233+08:00;True|2026-01-04T11:09:33.9721372+08:00;True|2026-01-04T10:59:57.5111892+08:00;False|2026-01-04T10:57:57.5312203+08:00;True|2025-12-30T14:23:14.0889784+08:00;True|2025-12-29T09:12:05.7081903+08:00;False|2025-12-29T09:11:27.9082848+08:00;True|2025-07-01T16:53:57.8492332+08:00;True|2025-07-01T16:14:28.8419744+08:00;True|2025-07-01T15:15:43.3121091+08:00;True|2025-07-01T14:48:00.3454856+08:00;True|2025-07-01T09:17:46.2541717+08:00;False|2025-07-01T09:17:07.0648196+08:00;True|2025-06-23T14:30:28.6691264+08:00;False|2025-06-23T14:27:45.6002040+08:00;True|2025-06-23T11:02:08.3020700+08:00;True|2025-06-23T10:47:44.4654541+08:00;True|2025-06-23T09:46:24.9049910+08:00;False|2025-06-23T09:45:40.5195919+08:00;True|2025-06-20T14:33:10.9210583+08:00;True|2025-06-20T13:22:54.5321865+08:00;False|2025-06-20T13:21:30.8643897+08:00;True|2025-06-20T08:36:32.6695266+08:00;False|2025-06-20T08:35:57.8274069+08:00;True|2025-06-19T08:14:35.0623669+08:00;False|2025-06-19T08:12:57.2451557+08:00;True|2025-06-18T16:56:03.4555368+08:00;True|2025-06-18T16:42:43.2441845+08:00;False|2025-06-18T16:42:02.6907205+08:00;True|2025-06-16T16:13:03.2956026+08:00;False|2025-06-16T16:12:23.8438917+08:00;True|2025-06-16T15:21:32.7370852+08:00;True|2025-06-16T15:08:57.7166003+08:00;True|2025-06-16T14:02:18.4224630+08:00;True|2025-06-16T11:00:03.6375429+08:00;False|2025-06-16T10:59:26.0956296+08:00;True|2025-06-09T16:45:52.0865612+08:00;True|2025-06-09T16:38:47.2182194+08:00;True|2025-06-09T16:17:50.9170601+08:00;False|2025-06-09T16:17:43.0333396+08:00;True|2025-06-09T15:25:17.0429161+08:00;True|2025-06-09T15:00:15.0058791+08:00;True|2025-06-09T14:50:02.1370115+08:00;True|2025-06-09T14:38:10.9037045+08:00;True|2025-06-09T14:34:53.2826267+08:00;True|2025-06-09T14:07:24.5341951+08:00;True|2025-06-09T13:39:17.5042542+08:00;True|2025-06-09T09:30:31.8197114+08:00;True|2025-01-10T13:10:47.2046185+08:00;True|2025-01-10T11:11:49.4016910+08:00;True|2025-01-10T10:59:12.3481721+08:00;False|2025-01-10T10:58:24.5033898+08:00;True|2025-01-04T14:35:42.2792864+08:00;</History> </PropertyGroup> <ItemGroup> <File Include="apiapp.json"> @@ -45,28 +45,28 @@ <publishTime>02/22/2013 16:43:40</publishTime> </File> <File Include="bin/BLL.dll"> <publishTime>04/07/2026 15:27:40</publishTime> <publishTime>04/14/2026 20:46:49</publishTime> </File> <File Include="bin/BLL.pdb"> <publishTime>04/07/2026 15:27:40</publishTime> <publishTime>04/14/2026 20:46:49</publishTime> </File> <File Include="bin/BouncyCastle.Crypto.dll"> <publishTime>12/18/2020 05:32:28</publishTime> </File> <File Include="bin/DAL.dll"> <publishTime>04/07/2026 15:27:35</publishTime> <publishTime>04/14/2026 20:46:45</publishTime> </File> <File Include="bin/DAL.pdb"> <publishTime>04/07/2026 15:27:35</publishTime> <publishTime>04/14/2026 20:46:45</publishTime> </File> <File Include="bin/Dapper.dll"> <publishTime>07/22/2016 22:52:40</publishTime> </File> <File Include="bin/DBUtility.dll"> <publishTime>04/07/2026 15:27:30</publishTime> <publishTime>04/08/2026 17:16:06</publishTime> </File> <File Include="bin/DBUtility.pdb"> <publishTime>04/07/2026 15:27:30</publishTime> <publishTime>04/08/2026 17:16:06</publishTime> </File> <File Include="bin/Fleck.dll"> <publishTime>04/22/2021 11:48:12</publishTime> @@ -150,10 +150,10 @@ <publishTime>07/25/2012 19:48:56</publishTime> </File> <File Include="bin/Model.dll"> <publishTime>04/07/2026 15:27:33</publishTime> <publishTime>04/14/2026 20:39:04</publishTime> </File> <File Include="bin/Model.pdb"> <publishTime>04/07/2026 15:27:33</publishTime> <publishTime>04/14/2026 20:39:04</publishTime> </File> <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> <publishTime>05/23/2025 10:00:25</publishTime> @@ -189,25 +189,25 @@ <publishTime>11/13/2012 20:19:34</publishTime> </File> <File Include="bin/Pub_Class.dll"> <publishTime>04/07/2026 15:27:26</publishTime> <publishTime>04/08/2026 17:15:47</publishTime> </File> <File Include="bin/Pub_Class.pdb"> <publishTime>04/07/2026 15:27:26</publishTime> <publishTime>04/08/2026 17:15:47</publishTime> </File> <File Include="bin/Pub_Control.dll"> <publishTime>04/07/2026 15:27:28</publishTime> <publishTime>04/08/2026 17:15:58</publishTime> </File> <File Include="bin/Pub_Control.pdb"> <publishTime>04/07/2026 15:27:28</publishTime> <publishTime>04/08/2026 17:15:58</publishTime> </File> <File Include="bin/RestSharp.dll"> <publishTime>08/31/2012 06:22:50</publishTime> </File> <File Include="bin/SQLHelper.dll"> <publishTime>04/07/2026 15:27:28</publishTime> <publishTime>04/08/2026 17:15:59</publishTime> </File> <File Include="bin/SQLHelper.pdb"> <publishTime>04/07/2026 15:27:28</publishTime> <publishTime>04/08/2026 17:15:59</publishTime> </File> <File Include="bin/Swashbuckle.Core.dll"> <publishTime>02/16/2015 01:57:08</publishTime> @@ -339,10 +339,10 @@ <publishTime>11/24/2014 19:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>04/07/2026 17:46:01</publishTime> <publishTime>04/14/2026 20:46:56</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>04/07/2026 17:46:01</publishTime> <publishTime>04/14/2026 20:46:56</publishTime> </File> <File Include="bin/WebAPI.XmlSerializers.dll"> <publishTime>07/01/2025 16:53:56</publishTime> WebAPI/Properties/PublishProfiles/WTTFolder.pubxml.user
@@ -5,7 +5,7 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PublishTargetUrl>D:\ç½ç«åå¸\API</_PublishTargetUrl> <History>True|2026-04-10T06:40:32.9638263Z;True|2026-04-10T14:09:17.8938591+08:00;True|2026-04-10T09:43:03.1496594+08:00;False|2026-04-10T09:42:48.1357703+08:00;True|2026-04-04T14:02:29.0801567+08:00;False|2026-04-04T14:02:19.7271116+08:00;True|2026-04-02T15:43:33.7777154+08:00;False|2026-04-02T15:43:18.7956363+08:00;True|2026-03-27T14:21:25.0796115+08:00;True|2026-03-26T11:06:46.4787179+08:00;False|2026-03-26T11:06:35.4166660+08:00;True|2026-03-25T16:10:29.4610079+08:00;False|2026-03-25T16:10:15.2610463+08:00;True|2026-03-25T16:05:31.2437927+08:00;False|2026-03-25T16:04:42.8165129+08:00;True|2026-03-25T15:51:12.3488143+08:00;True|2026-03-25T15:41:15.4809614+08:00;True|2026-03-25T15:36:47.6377104+08:00;True|2026-03-25T15:24:05.9533971+08:00;True|2026-03-25T15:08:09.4213443+08:00;True|2026-03-25T15:02:35.5966546+08:00;True|2026-03-25T14:39:57.1426058+08:00;True|2026-03-23T22:27:05.9947039+08:00;True|2026-03-23T22:17:02.8820923+08:00;True|2026-03-23T21:52:15.7333002+08:00;True|2026-03-23T21:47:32.5007616+08:00;True|2026-03-23T21:40:56.5048061+08:00;True|2026-03-23T13:19:40.2829571+08:00;True|2026-03-23T12:21:19.4345768+08:00;True|2026-03-23T12:18:14.1029044+08:00;True|2026-03-23T12:14:30.8931394+08:00;True|2026-03-23T11:21:56.8156303+08:00;True|2026-03-23T11:12:41.0316561+08:00;True|2026-03-23T11:08:54.1270716+08:00;True|2026-03-23T09:56:08.8942090+08:00;True|2026-03-20T10:11:11.2023901+08:00;True|2026-03-17T09:33:58.4998522+08:00;True|2026-03-13T14:39:56.2046419+08:00;True|2026-03-13T10:45:44.5969827+08:00;False|2026-03-13T10:45:39.0031185+08:00;True|2026-03-13T10:33:50.6454960+08:00;True|2026-03-13T10:13:54.8054151+08:00;False|2026-03-13T10:13:48.7433858+08:00;True|2026-03-13T08:27:44.0365848+08:00;False|2026-03-13T08:27:15.7236925+08:00;True|2026-03-10T13:21:23.4020454+08:00;False|2026-03-10T13:20:37.7978257+08:00;True|2026-03-09T16:23:37.1957075+08:00;False|2026-03-09T16:23:09.1793900+08:00;True|2026-03-08T19:14:49.7700862+08:00;False|2026-03-08T19:13:57.9637951+08:00;True|2026-03-07T15:31:56.3119377+08:00;True|2026-03-07T15:27:26.3686205+08:00;True|2026-03-07T15:20:44.8497962+08:00;True|2026-03-07T15:16:09.1126972+08:00;True|2026-03-07T15:13:14.8502726+08:00;True|2026-03-07T15:00:35.5106409+08:00;True|2026-03-06T09:17:38.4826562+08:00;False|2026-03-06T09:17:12.2137124+08:00;True|2026-03-04T10:37:38.3542826+08:00;True|2026-03-04T10:35:38.0033181+08:00;False|2026-03-04T10:35:21.6139985+08:00;True|2026-03-04T10:10:33.7184690+08:00;False|2026-03-04T10:10:13.6608297+08:00;True|2026-02-28T14:44:48.8921146+08:00;True|2026-02-28T13:49:09.3417790+08:00;True|2026-02-28T13:36:36.7808689+08:00;True|2026-02-28T13:07:59.4097968+08:00;True|2026-02-28T11:22:16.2244092+08:00;False|2026-02-28T11:21:50.3452184+08:00;True|2026-02-27T15:15:26.7008273+08:00;False|2026-02-27T15:15:03.5165987+08:00;True|2026-02-24T13:26:35.7198126+08:00;True|2026-02-24T13:17:50.6475487+08:00;False|2026-02-24T13:17:16.4754994+08:00;True|2026-02-09T09:03:02.9552827+08:00;False|2026-02-09T09:02:19.7888361+08:00;True|2026-01-23T16:43:00.5233443+08:00;True|2026-01-23T15:52:34.0578166+08:00;True|2026-01-23T15:18:26.9929522+08:00;True|2026-01-23T14:54:41.7989523+08:00;True|2026-01-23T14:20:36.5052445+08:00;False|2026-01-23T13:57:17.0723425+08:00;True|2026-01-23T08:08:55.5799949+08:00;False|2026-01-23T08:08:18.0965301+08:00;True|2026-01-21T13:46:11.7257946+08:00;True|2026-01-20T09:22:33.7255529+08:00;False|2026-01-20T08:33:10.2890987+08:00;True|2026-01-19T13:53:48.2079321+08:00;False|2026-01-19T13:53:24.9464993+08:00;True|2026-01-16T15:23:46.2649561+08:00;True|2026-01-16T09:00:43.1528772+08:00;</History> <History>True|2026-04-15T02:09:40.2224711Z;True|2026-04-15T10:01:41.2211939+08:00;False|2026-04-15T10:01:33.5163195+08:00;True|2026-04-10T14:40:32.9638263+08:00;True|2026-04-10T14:09:17.8938591+08:00;True|2026-04-10T09:43:03.1496594+08:00;False|2026-04-10T09:42:48.1357703+08:00;True|2026-04-04T14:02:29.0801567+08:00;False|2026-04-04T14:02:19.7271116+08:00;True|2026-04-02T15:43:33.7777154+08:00;False|2026-04-02T15:43:18.7956363+08:00;True|2026-03-27T14:21:25.0796115+08:00;True|2026-03-26T11:06:46.4787179+08:00;False|2026-03-26T11:06:35.4166660+08:00;True|2026-03-25T16:10:29.4610079+08:00;False|2026-03-25T16:10:15.2610463+08:00;True|2026-03-25T16:05:31.2437927+08:00;False|2026-03-25T16:04:42.8165129+08:00;True|2026-03-25T15:51:12.3488143+08:00;True|2026-03-25T15:41:15.4809614+08:00;True|2026-03-25T15:36:47.6377104+08:00;True|2026-03-25T15:24:05.9533971+08:00;True|2026-03-25T15:08:09.4213443+08:00;True|2026-03-25T15:02:35.5966546+08:00;True|2026-03-25T14:39:57.1426058+08:00;True|2026-03-23T22:27:05.9947039+08:00;True|2026-03-23T22:17:02.8820923+08:00;True|2026-03-23T21:52:15.7333002+08:00;True|2026-03-23T21:47:32.5007616+08:00;True|2026-03-23T21:40:56.5048061+08:00;True|2026-03-23T13:19:40.2829571+08:00;True|2026-03-23T12:21:19.4345768+08:00;True|2026-03-23T12:18:14.1029044+08:00;True|2026-03-23T12:14:30.8931394+08:00;True|2026-03-23T11:21:56.8156303+08:00;True|2026-03-23T11:12:41.0316561+08:00;True|2026-03-23T11:08:54.1270716+08:00;True|2026-03-23T09:56:08.8942090+08:00;True|2026-03-20T10:11:11.2023901+08:00;True|2026-03-17T09:33:58.4998522+08:00;True|2026-03-13T14:39:56.2046419+08:00;True|2026-03-13T10:45:44.5969827+08:00;False|2026-03-13T10:45:39.0031185+08:00;True|2026-03-13T10:33:50.6454960+08:00;True|2026-03-13T10:13:54.8054151+08:00;False|2026-03-13T10:13:48.7433858+08:00;True|2026-03-13T08:27:44.0365848+08:00;False|2026-03-13T08:27:15.7236925+08:00;True|2026-03-10T13:21:23.4020454+08:00;False|2026-03-10T13:20:37.7978257+08:00;True|2026-03-09T16:23:37.1957075+08:00;False|2026-03-09T16:23:09.1793900+08:00;True|2026-03-08T19:14:49.7700862+08:00;False|2026-03-08T19:13:57.9637951+08:00;True|2026-03-07T15:31:56.3119377+08:00;True|2026-03-07T15:27:26.3686205+08:00;True|2026-03-07T15:20:44.8497962+08:00;True|2026-03-07T15:16:09.1126972+08:00;True|2026-03-07T15:13:14.8502726+08:00;True|2026-03-07T15:00:35.5106409+08:00;True|2026-03-06T09:17:38.4826562+08:00;False|2026-03-06T09:17:12.2137124+08:00;True|2026-03-04T10:37:38.3542826+08:00;True|2026-03-04T10:35:38.0033181+08:00;False|2026-03-04T10:35:21.6139985+08:00;True|2026-03-04T10:10:33.7184690+08:00;False|2026-03-04T10:10:13.6608297+08:00;True|2026-02-28T14:44:48.8921146+08:00;True|2026-02-28T13:49:09.3417790+08:00;True|2026-02-28T13:36:36.7808689+08:00;True|2026-02-28T13:07:59.4097968+08:00;True|2026-02-28T11:22:16.2244092+08:00;False|2026-02-28T11:21:50.3452184+08:00;True|2026-02-27T15:15:26.7008273+08:00;False|2026-02-27T15:15:03.5165987+08:00;True|2026-02-24T13:26:35.7198126+08:00;True|2026-02-24T13:17:50.6475487+08:00;False|2026-02-24T13:17:16.4754994+08:00;True|2026-02-09T09:03:02.9552827+08:00;False|2026-02-09T09:02:19.7888361+08:00;True|2026-01-23T16:43:00.5233443+08:00;True|2026-01-23T15:52:34.0578166+08:00;True|2026-01-23T15:18:26.9929522+08:00;True|2026-01-23T14:54:41.7989523+08:00;True|2026-01-23T14:20:36.5052445+08:00;False|2026-01-23T13:57:17.0723425+08:00;True|2026-01-23T08:08:55.5799949+08:00;False|2026-01-23T08:08:18.0965301+08:00;True|2026-01-21T13:46:11.7257946+08:00;True|2026-01-20T09:22:33.7255529+08:00;False|2026-01-20T08:33:10.2890987+08:00;True|2026-01-19T13:53:48.2079321+08:00;False|2026-01-19T13:53:24.9464993+08:00;True|2026-01-16T15:23:46.2649561+08:00;True|2026-01-16T09:00:43.1528772+08:00;</History> </PropertyGroup> <ItemGroup> <File Include="apiapp.json"> @@ -45,28 +45,28 @@ <publishTime>02/22/2013 16:43:40</publishTime> </File> <File Include="bin/BLL.dll"> <publishTime>04/10/2026 15:03:57</publishTime> <publishTime>04/15/2026 10:09:07</publishTime> </File> <File Include="bin/BLL.pdb"> <publishTime>04/10/2026 15:03:57</publishTime> <publishTime>04/15/2026 10:09:07</publishTime> </File> <File Include="bin/BouncyCastle.Crypto.dll"> <publishTime>12/18/2020 05:32:28</publishTime> </File> <File Include="bin/DAL.dll"> <publishTime>04/10/2026 15:03:53</publishTime> <publishTime>04/15/2026 10:09:03</publishTime> </File> <File Include="bin/DAL.pdb"> <publishTime>04/10/2026 15:03:53</publishTime> <publishTime>04/15/2026 10:09:03</publishTime> </File> <File Include="bin/Dapper.dll"> <publishTime>07/22/2016 22:52:40</publishTime> </File> <File Include="bin/DBUtility.dll"> <publishTime>04/10/2026 15:03:48</publishTime> <publishTime>04/15/2026 10:08:58</publishTime> </File> <File Include="bin/DBUtility.pdb"> <publishTime>04/10/2026 15:03:48</publishTime> <publishTime>04/15/2026 10:08:58</publishTime> </File> <File Include="bin/Fleck.dll"> <publishTime>04/22/2021 11:48:12</publishTime> @@ -150,10 +150,10 @@ <publishTime>07/25/2012 19:48:56</publishTime> </File> <File Include="bin/Model.dll"> <publishTime>04/10/2026 15:03:51</publishTime> <publishTime>04/15/2026 10:09:01</publishTime> </File> <File Include="bin/Model.pdb"> <publishTime>04/10/2026 15:03:51</publishTime> <publishTime>04/15/2026 10:09:01</publishTime> </File> <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> <publishTime>08/18/2025 16:11:18</publishTime> @@ -189,25 +189,25 @@ <publishTime>11/13/2012 20:19:34</publishTime> </File> <File Include="bin/Pub_Class.dll"> <publishTime>04/10/2026 15:03:44</publishTime> <publishTime>04/15/2026 10:08:54</publishTime> </File> <File Include="bin/Pub_Class.pdb"> <publishTime>04/10/2026 15:03:44</publishTime> <publishTime>04/15/2026 10:08:54</publishTime> </File> <File Include="bin/Pub_Control.dll"> <publishTime>04/10/2026 15:03:46</publishTime> <publishTime>04/15/2026 10:08:56</publishTime> </File> <File Include="bin/Pub_Control.pdb"> <publishTime>04/10/2026 15:03:46</publishTime> <publishTime>04/15/2026 10:08:56</publishTime> </File> <File Include="bin/RestSharp.dll"> <publishTime>08/31/2012 06:22:50</publishTime> </File> <File Include="bin/SQLHelper.dll"> <publishTime>04/10/2026 15:03:46</publishTime> <publishTime>04/15/2026 10:08:57</publishTime> </File> <File Include="bin/SQLHelper.pdb"> <publishTime>04/10/2026 15:03:46</publishTime> <publishTime>04/15/2026 10:08:57</publishTime> </File> <File Include="bin/Swashbuckle.Core.dll"> <publishTime>02/16/2015 01:57:08</publishTime> @@ -330,19 +330,19 @@ <publishTime>05/09/2023 10:43:40</publishTime> </File> <File Include="bin/TopSdk.dll"> <publishTime>04/10/2026 15:03:46</publishTime> <publishTime>04/15/2026 10:08:56</publishTime> </File> <File Include="bin/TopSdk.pdb"> <publishTime>04/10/2026 15:03:46</publishTime> <publishTime>04/15/2026 10:08:56</publishTime> </File> <File Include="bin/WebActivatorEx.dll"> <publishTime>11/24/2014 19:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>04/10/2026 15:04:05</publishTime> <publishTime>04/15/2026 10:09:15</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>04/10/2026 15:04:05</publishTime> <publishTime>04/15/2026 10:09:15</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/18/2013 01:03:52</publishTime> @@ -567,7 +567,7 @@ <publishTime>10/27/2025 08:51:29</publishTime> </File> <File Include="Web.config"> <publishTime>04/10/2026 15:04:16</publishTime> <publishTime>04/15/2026 10:09:38</publishTime> </File> </ItemGroup> </Project> WebAPI/Web References/WebS/Reference.cs
Diff too large WebAPI/Web References/WebS/WebService1.wsdl
@@ -2,6 +2,161 @@ <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> <s:element name="GetBillEntry_TmpList_Pack"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetBillEntry_TmpList_PackResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetBillEntry_TmpList_PackResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackUnionBill_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackUnionBill_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePackUnionBill_NewResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackSplitBill_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackSplitBill_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePackSplitBill_NewResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_DelPonderationBillMain_Temp_Pack"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_DelPonderationBillMain_Temp_PackResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_DelPonderationBillMain_Temp_PackResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_PackBarCode_PackUnionBill"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_PackBarCode_PackUnionBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_PackBarCode_PackUnionBillResult" type="tns:ClsGy_BarCodeBill_WMS_Model" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsGy_BarCodeBill_WMS_Model"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBatchNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HUnitID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCodeType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HGroupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMakeDate" type="s:dateTime" /> <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HPrintQty" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HinitQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HMTONo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStopflag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HProduceDate" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="HExpiryDate" type="s:dateTime" /> </s:sequence> </s:complexType> <s:element name="get_BarCode_PackUnionBill"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_BarCode_PackUnionBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="get_BarCode_PackUnionBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetBillEntry_Tmp_Pack"> <s:complexType> <s:sequence> @@ -285,33 +440,6 @@ </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsGy_BarCodeBill_WMS_Model"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBatchNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HUnitID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCodeType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HGroupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMakeDate" type="s:dateTime" /> <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HPrintQty" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HinitQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HMTONo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStopflag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HProduceDate" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="HExpiryDate" type="s:dateTime" /> </s:sequence> </s:complexType> <s:element name="get_SNBarCode_PackUnionCarryUp"> <s:complexType> <s:sequence> @@ -730,6 +858,27 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustInBill_SourceWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustInBill_DeleterAndMakerMustSame" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustInBill_BillDateMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_AutoSubmit" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_MulSourceBill" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_BillTypeOneScan" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_SourceBillCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_BatchNoCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_MultilineCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_MaterWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_SourceWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_DeleterAndMakerMustSame" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBill_BillDateMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBillCheck_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBillCheck_WHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBillCheck_WHCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBillCheck_MultilineCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBillCheck_SourceBarCodeCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBillCheck_AutoBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntInBillCheck_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateOutBill_AutoSubmit" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateOutBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateOutBill_SaveAutoAddnew" type="s:string" /> @@ -874,6 +1023,28 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_AutoBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_FIFOCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_AutoSubmit" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_MulSourceBill" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_BillTypeOneScan" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_BatchNoCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_MultilineCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_MaterWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_SourceWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_FIFOCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_DeleterAndMakerMustSame" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBill_BillDateMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBillCheck_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBillCheck_WHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBillCheck_WHCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBillCheck_MultilineCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBillCheck_SourceBarCodeCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBillCheck_AutoBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBillCheck_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_InceptEntOutBillCheck_FIFOCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_AutoSubmit" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_SaveAutoAddnew" type="s:string" /> @@ -1232,6 +1403,7 @@ <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackBill_DeleterAndMakerMustSame" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackBill_SendDingDingMsg" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackBill_Role" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESProceReportWorkBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESProceReportWorkBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MESProceReportWorkBill_DeleterAndMakerMustSame" type="s:string" /> @@ -1263,6 +1435,8 @@ <s:element minOccurs="0" maxOccurs="1" name="QC_ProcessCheckBill_EnableMultiLevel" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="SB_EquipICMOTechParamBill_MustBeginWorkCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="SB_EquipICMOTechParamBill_Check" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="SB_EquipICMOTechParamBill_OAErrMsg" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="SB_EquipICMOTechParamBill_ErrMsg" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_DeleterAndMakerMustSame" type="s:string" /> @@ -1285,7 +1459,20 @@ <s:element minOccurs="0" maxOccurs="1" name="Sb_EquipBeginBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sb_EquipStopBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ShiftsBeginInfoBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldDotCheckBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldMaintainBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldConkBookBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldRepairSendWorkBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldRepairWorkBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldRepairCheckBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldUpperBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldLowerBill_MouldUpper" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldLowerBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_FeedingErrorProofingBill_BarCodeCTL" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Xt_grdAlignment_WMES_RemoteTransFileCTL" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_PatrolProcCheckOtherBill_FirstCheckCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Gy_BarCodeBill_Rework_Ctrl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_TakeSampleCheckBill_AutoCheck" type="s:string" /> </s:sequence> </s:complexType> <s:element name="set_SavePonderationBillMain_Temp_BarCode_MoveStockBillCheckResponse"> @@ -1859,6 +2046,115 @@ <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetMaterByBarCodeSP_View"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetMaterByBarCodeSP_ViewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetMaterByBarCodeSP_ViewResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="SetFIFOPonderationBillMain_Temp"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HUserOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="SetFIFOPonderationBillMain_TempResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="SetFIFOPonderationBillMain_TempResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_BarCode_Fast"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_BarCode_FastResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_FastResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeByBarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeByBarCodeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCodeResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -2764,6 +3060,30 @@ </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBill_InceptEntIn"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HAccessFlag" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBill_InceptEntInResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_SourceBill_InceptEntInResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBill_PackBarCode"> <s:complexType> <s:sequence> @@ -2922,6 +3242,28 @@ <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_OtherInResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBarCode_InceptEntIn"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBarCode_InceptEntInResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_InceptEntInResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -4021,130 +4363,39 @@ </s:sequence> </s:complexType> </s:element> <s:element name="GetBillEntry_TmpList_Pack"> <s:element name="set_CheckPOInStockBill"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsCg_POInStockBillMain_K3" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetBillEntry_TmpList_PackResponse"> <s:complexType name="ClsCg_POInStockBillMain_K3"> <s:complexContent mixed="false"> <s:extension base="tns:ClsXt_BaseBillMain"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HCheckerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HCusID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSSID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HCurID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HExRate" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HMangerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HPSStyleID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> </s:sequence> </s:extension> </s:complexContent> </s:complexType> <s:element name="set_CheckPOInStockBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetBillEntry_TmpList_PackResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackUnionBill_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackUnionBill_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePackUnionBill_NewResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackSplitBill_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackSplitBill_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePackSplitBill_NewResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_DelPonderationBillMain_Temp_Pack"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_DelPonderationBillMain_Temp_PackResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_DelPonderationBillMain_Temp_PackResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_PackBarCode_PackUnionBill"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_PackBarCode_PackUnionBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_PackBarCode_PackUnionBillResult" type="tns:ClsGy_BarCodeBill_WMS_Model" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_BarCode_PackUnionBill"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_BarCode_PackUnionBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="get_BarCode_PackUnionBillResult" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="set_CheckPOInStockBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -4200,6 +4451,90 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveSTJGInBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveInceptEntInBill_New"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsKf_ICStockBillMain"> <s:complexContent mixed="false"> <s:extension base="tns:ClsXt_BaseBillMain"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HCurID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HSellSID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HConveyCompID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HConveyTypeID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HCarriage" type="s:float" /> <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo_M" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HConveyMoney" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HCheckMoney" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HCheckMoneyFor" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRemainMoney" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HCheckStatus" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HHookType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HHookQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HCarNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HLinkMan" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HLinkPhone" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HProcID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSALEORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HPRDORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSETTLEORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERSUPPLIERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDEMANDORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HPURCHASEORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HPAYORGID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HOWNERTYPEID" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" /> </s:sequence> </s:extension> </s:complexContent> </s:complexType> <s:element name="set_SaveInceptEntInBill_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveInceptEntInBill_NewResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveInceptEntInBill_CLD_New"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveInceptEntInBill_CLD_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveInceptEntInBill_CLD_NewResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -5727,115 +6062,6 @@ </s:sequence> </s:complexType> </s:element> <s:element name="GetMaterByBarCodeSP_View"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetMaterByBarCodeSP_ViewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetMaterByBarCodeSP_ViewResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="SetFIFOPonderationBillMain_Temp"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HUserOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="SetFIFOPonderationBillMain_TempResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="SetFIFOPonderationBillMain_TempResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_BarCode_Fast"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_BarCode_FastResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_FastResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeByBarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeByBarCodeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCodeResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePOStockInBill_CLD"> <s:complexType> <s:sequence> @@ -6040,55 +6266,6 @@ </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsKf_ICStockBillMain"> <s:complexContent mixed="false"> <s:extension base="tns:ClsXt_BaseBillMain"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HCurID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HSellSID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HConveyCompID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HConveyTypeID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HCarriage" type="s:float" /> <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo_M" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HConveyMoney" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HCheckMoney" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HCheckMoneyFor" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRemainMoney" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HCheckStatus" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HHookType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HHookQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HCarNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HLinkMan" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HLinkPhone" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HProcID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSALEORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HPRDORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSETTLEORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERSUPPLIERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDEMANDORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HPURCHASEORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HPAYORGID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HOWNERTYPEID" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" /> </s:sequence> </s:extension> </s:complexContent> </s:complexType> <s:element name="set_SaveProductInBackBillResponse"> <s:complexType> <s:sequence> @@ -6916,43 +7093,6 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_CheckPOInStockBill_CLDResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_CheckPOInStockBill"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsCg_POInStockBillMain_K3" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsCg_POInStockBillMain_K3"> <s:complexContent mixed="false"> <s:extension base="tns:ClsXt_BaseBillMain"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HCheckerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HCusID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSSID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HCurID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HExRate" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HMangerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HPSStyleID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> </s:sequence> </s:extension> </s:complexContent> </s:complexType> <s:element name="set_CheckPOInStockBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_CheckPOInStockBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -14762,6 +14902,42 @@ </s:element> </s:schema> </wsdl:types> <wsdl:message name="GetBillEntry_TmpList_PackSoapIn"> <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_Pack" /> </wsdl:message> <wsdl:message name="GetBillEntry_TmpList_PackSoapOut"> <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_PackResponse" /> </wsdl:message> <wsdl:message name="set_SavePackUnionBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePackUnionBill_New" /> </wsdl:message> <wsdl:message name="set_SavePackUnionBill_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePackUnionBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_SavePackSplitBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePackSplitBill_New" /> </wsdl:message> <wsdl:message name="set_SavePackSplitBill_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePackSplitBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_DelPonderationBillMain_Temp_PackSoapIn"> <wsdl:part name="parameters" element="tns:set_DelPonderationBillMain_Temp_Pack" /> </wsdl:message> <wsdl:message name="set_DelPonderationBillMain_Temp_PackSoapOut"> <wsdl:part name="parameters" element="tns:set_DelPonderationBillMain_Temp_PackResponse" /> </wsdl:message> <wsdl:message name="get_PackBarCode_PackUnionBillSoapIn"> <wsdl:part name="parameters" element="tns:get_PackBarCode_PackUnionBill" /> </wsdl:message> <wsdl:message name="get_PackBarCode_PackUnionBillSoapOut"> <wsdl:part name="parameters" element="tns:get_PackBarCode_PackUnionBillResponse" /> </wsdl:message> <wsdl:message name="get_BarCode_PackUnionBillSoapIn"> <wsdl:part name="parameters" element="tns:get_BarCode_PackUnionBill" /> </wsdl:message> <wsdl:message name="get_BarCode_PackUnionBillSoapOut"> <wsdl:part name="parameters" element="tns:get_BarCode_PackUnionBillResponse" /> </wsdl:message> <wsdl:message name="GetBillEntry_Tmp_PackSoapIn"> <wsdl:part name="parameters" element="tns:GetBillEntry_Tmp_Pack" /> </wsdl:message> @@ -15062,6 +15238,30 @@ <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MouldResponse" /> </wsdl:message> <wsdl:message name="GetMaterByBarCodeSP_ViewSoapIn"> <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_View" /> </wsdl:message> <wsdl:message name="GetMaterByBarCodeSP_ViewSoapOut"> <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_ViewResponse" /> </wsdl:message> <wsdl:message name="SetFIFOPonderationBillMain_TempSoapIn"> <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_Temp" /> </wsdl:message> <wsdl:message name="SetFIFOPonderationBillMain_TempSoapOut"> <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_TempResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Fast" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_FastResponse" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCodeSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCodeSoapOut"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCodeResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_OutFastSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_OutFast" /> </wsdl:message> @@ -15242,6 +15442,12 @@ <wsdl:message name="get_SourceBill_OtherInSoapOut"> <wsdl:part name="parameters" element="tns:get_SourceBill_OtherInResponse" /> </wsdl:message> <wsdl:message name="get_SourceBill_InceptEntInSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBill_InceptEntIn" /> </wsdl:message> <wsdl:message name="get_SourceBill_InceptEntInSoapOut"> <wsdl:part name="parameters" element="tns:get_SourceBill_InceptEntInResponse" /> </wsdl:message> <wsdl:message name="get_SourceBill_PackBarCodeSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBill_PackBarCode" /> </wsdl:message> @@ -15283,6 +15489,12 @@ </wsdl:message> <wsdl:message name="get_SourceBarCode_OtherInSoapOut"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherInResponse" /> </wsdl:message> <wsdl:message name="get_SourceBarCode_InceptEntInSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_InceptEntIn" /> </wsdl:message> <wsdl:message name="get_SourceBarCode_InceptEntInSoapOut"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_InceptEntInResponse" /> </wsdl:message> <wsdl:message name="get_SourceBarCode_MateOutSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateOut" /> @@ -15536,47 +15748,29 @@ <wsdl:message name="get_CheckTypeByBarCode_PackSplitSoapOut"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_PackSplitResponse" /> </wsdl:message> <wsdl:message name="GetBillEntry_TmpList_PackSoapIn"> <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_Pack" /> <wsdl:message name="set_CheckPOInStockBillSoapIn"> <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill" /> </wsdl:message> <wsdl:message name="GetBillEntry_TmpList_PackSoapOut"> <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_PackResponse" /> </wsdl:message> <wsdl:message name="set_SavePackUnionBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePackUnionBill_New" /> </wsdl:message> <wsdl:message name="set_SavePackUnionBill_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePackUnionBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_SavePackSplitBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePackSplitBill_New" /> </wsdl:message> <wsdl:message name="set_SavePackSplitBill_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePackSplitBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_DelPonderationBillMain_Temp_PackSoapIn"> <wsdl:part name="parameters" element="tns:set_DelPonderationBillMain_Temp_Pack" /> </wsdl:message> <wsdl:message name="set_DelPonderationBillMain_Temp_PackSoapOut"> <wsdl:part name="parameters" element="tns:set_DelPonderationBillMain_Temp_PackResponse" /> </wsdl:message> <wsdl:message name="get_PackBarCode_PackUnionBillSoapIn"> <wsdl:part name="parameters" element="tns:get_PackBarCode_PackUnionBill" /> </wsdl:message> <wsdl:message name="get_PackBarCode_PackUnionBillSoapOut"> <wsdl:part name="parameters" element="tns:get_PackBarCode_PackUnionBillResponse" /> </wsdl:message> <wsdl:message name="get_BarCode_PackUnionBillSoapIn"> <wsdl:part name="parameters" element="tns:get_BarCode_PackUnionBill" /> </wsdl:message> <wsdl:message name="get_BarCode_PackUnionBillSoapOut"> <wsdl:part name="parameters" element="tns:get_BarCode_PackUnionBillResponse" /> <wsdl:message name="set_CheckPOInStockBillSoapOut"> <wsdl:part name="parameters" element="tns:set_CheckPOInStockBillResponse" /> </wsdl:message> <wsdl:message name="set_SaveSTJGInBillSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveSTJGInBill" /> </wsdl:message> <wsdl:message name="set_SaveSTJGInBillSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveSTJGInBillResponse" /> </wsdl:message> <wsdl:message name="set_SaveInceptEntInBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveInceptEntInBill_New" /> </wsdl:message> <wsdl:message name="set_SaveInceptEntInBill_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveInceptEntInBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_SaveInceptEntInBill_CLD_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveInceptEntInBill_CLD_New" /> </wsdl:message> <wsdl:message name="set_SaveInceptEntInBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveInceptEntInBill_CLD_NewResponse" /> </wsdl:message> <wsdl:message name="set_CheckSTJGOutBillSoapIn"> <wsdl:part name="parameters" element="tns:set_CheckSTJGOutBill" /> @@ -16040,30 +16234,6 @@ <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapOut"> <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_ViewResponse" /> </wsdl:message> <wsdl:message name="GetMaterByBarCodeSP_ViewSoapIn"> <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_View" /> </wsdl:message> <wsdl:message name="GetMaterByBarCodeSP_ViewSoapOut"> <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_ViewResponse" /> </wsdl:message> <wsdl:message name="SetFIFOPonderationBillMain_TempSoapIn"> <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_Temp" /> </wsdl:message> <wsdl:message name="SetFIFOPonderationBillMain_TempSoapOut"> <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_TempResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Fast" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_FastResponse" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCodeSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCodeSoapOut"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCodeResponse" /> </wsdl:message> <wsdl:message name="set_SavePOStockInBill_CLDSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePOStockInBill_CLD" /> </wsdl:message> @@ -16339,12 +16509,6 @@ </wsdl:message> <wsdl:message name="set_CheckPOInStockBill_CLDSoapOut"> <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_CLDResponse" /> </wsdl:message> <wsdl:message name="set_CheckPOInStockBillSoapIn"> <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill" /> </wsdl:message> <wsdl:message name="set_CheckPOInStockBillSoapOut"> <wsdl:part name="parameters" element="tns:set_CheckPOInStockBillResponse" /> </wsdl:message> <wsdl:message name="set_SaveMateReplenishOutBill_BillCheckSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveMateReplenishOutBill_BillCheck" /> @@ -18315,6 +18479,30 @@ <wsdl:part name="parameters" element="tns:GetKf_MateOutBackBillListResponse" /> </wsdl:message> <wsdl:portType name="WebService1Soap"> <wsdl:operation name="GetBillEntry_TmpList_Pack"> <wsdl:input message="tns:GetBillEntry_TmpList_PackSoapIn" /> <wsdl:output message="tns:GetBillEntry_TmpList_PackSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePackUnionBill_New"> <wsdl:input message="tns:set_SavePackUnionBill_NewSoapIn" /> <wsdl:output message="tns:set_SavePackUnionBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePackSplitBill_New"> <wsdl:input message="tns:set_SavePackSplitBill_NewSoapIn" /> <wsdl:output message="tns:set_SavePackSplitBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_DelPonderationBillMain_Temp_Pack"> <wsdl:input message="tns:set_DelPonderationBillMain_Temp_PackSoapIn" /> <wsdl:output message="tns:set_DelPonderationBillMain_Temp_PackSoapOut" /> </wsdl:operation> <wsdl:operation name="get_PackBarCode_PackUnionBill"> <wsdl:input message="tns:get_PackBarCode_PackUnionBillSoapIn" /> <wsdl:output message="tns:get_PackBarCode_PackUnionBillSoapOut" /> </wsdl:operation> <wsdl:operation name="get_BarCode_PackUnionBill"> <wsdl:input message="tns:get_BarCode_PackUnionBillSoapIn" /> <wsdl:output message="tns:get_BarCode_PackUnionBillSoapOut" /> </wsdl:operation> <wsdl:operation name="GetBillEntry_Tmp_Pack"> <wsdl:input message="tns:GetBillEntry_Tmp_PackSoapIn" /> <wsdl:output message="tns:GetBillEntry_Tmp_PackSoapOut" /> @@ -18515,6 +18703,22 @@ <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut" /> </wsdl:operation> <wsdl:operation name="GetMaterByBarCodeSP_View"> <wsdl:input message="tns:GetMaterByBarCodeSP_ViewSoapIn" /> <wsdl:output message="tns:GetMaterByBarCodeSP_ViewSoapOut" /> </wsdl:operation> <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> <wsdl:input message="tns:SetFIFOPonderationBillMain_TempSoapIn" /> <wsdl:output message="tns:SetFIFOPonderationBillMain_TempSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapOut" /> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode"> <wsdl:input message="tns:get_CheckTypeByBarCodeSoapIn" /> <wsdl:output message="tns:get_CheckTypeByBarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_OutFastSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_OutFastSoapOut" /> @@ -18635,6 +18839,10 @@ <wsdl:input message="tns:get_SourceBill_OtherInSoapIn" /> <wsdl:output message="tns:get_SourceBill_OtherInSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SourceBill_InceptEntIn"> <wsdl:input message="tns:get_SourceBill_InceptEntInSoapIn" /> <wsdl:output message="tns:get_SourceBill_InceptEntInSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SourceBill_PackBarCode"> <wsdl:input message="tns:get_SourceBill_PackBarCodeSoapIn" /> <wsdl:output message="tns:get_SourceBill_PackBarCodeSoapOut" /> @@ -18662,6 +18870,10 @@ <wsdl:operation name="get_SourceBarCode_OtherIn"> <wsdl:input message="tns:get_SourceBarCode_OtherInSoapIn" /> <wsdl:output message="tns:get_SourceBarCode_OtherInSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_InceptEntIn"> <wsdl:input message="tns:get_SourceBarCode_InceptEntInSoapIn" /> <wsdl:output message="tns:get_SourceBarCode_InceptEntInSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_MateOut"> <wsdl:input message="tns:get_SourceBarCode_MateOutSoapIn" /> @@ -18831,33 +19043,21 @@ <wsdl:input message="tns:get_CheckTypeByBarCode_PackSplitSoapIn" /> <wsdl:output message="tns:get_CheckTypeByBarCode_PackSplitSoapOut" /> </wsdl:operation> <wsdl:operation name="GetBillEntry_TmpList_Pack"> <wsdl:input message="tns:GetBillEntry_TmpList_PackSoapIn" /> <wsdl:output message="tns:GetBillEntry_TmpList_PackSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePackUnionBill_New"> <wsdl:input message="tns:set_SavePackUnionBill_NewSoapIn" /> <wsdl:output message="tns:set_SavePackUnionBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePackSplitBill_New"> <wsdl:input message="tns:set_SavePackSplitBill_NewSoapIn" /> <wsdl:output message="tns:set_SavePackSplitBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_DelPonderationBillMain_Temp_Pack"> <wsdl:input message="tns:set_DelPonderationBillMain_Temp_PackSoapIn" /> <wsdl:output message="tns:set_DelPonderationBillMain_Temp_PackSoapOut" /> </wsdl:operation> <wsdl:operation name="get_PackBarCode_PackUnionBill"> <wsdl:input message="tns:get_PackBarCode_PackUnionBillSoapIn" /> <wsdl:output message="tns:get_PackBarCode_PackUnionBillSoapOut" /> </wsdl:operation> <wsdl:operation name="get_BarCode_PackUnionBill"> <wsdl:input message="tns:get_BarCode_PackUnionBillSoapIn" /> <wsdl:output message="tns:get_BarCode_PackUnionBillSoapOut" /> <wsdl:operation name="set_CheckPOInStockBill"> <wsdl:input message="tns:set_CheckPOInStockBillSoapIn" /> <wsdl:output message="tns:set_CheckPOInStockBillSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveSTJGInBill"> <wsdl:input message="tns:set_SaveSTJGInBillSoapIn" /> <wsdl:output message="tns:set_SaveSTJGInBillSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveInceptEntInBill_New"> <wsdl:input message="tns:set_SaveInceptEntInBill_NewSoapIn" /> <wsdl:output message="tns:set_SaveInceptEntInBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveInceptEntInBill_CLD_New"> <wsdl:input message="tns:set_SaveInceptEntInBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveInceptEntInBill_CLD_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_CheckSTJGOutBill"> <wsdl:input message="tns:set_CheckSTJGOutBillSoapIn" /> @@ -19167,22 +19367,6 @@ <wsdl:input message="tns:GetICInventoryByBarCodeSP_ViewSoapIn" /> <wsdl:output message="tns:GetICInventoryByBarCodeSP_ViewSoapOut" /> </wsdl:operation> <wsdl:operation name="GetMaterByBarCodeSP_View"> <wsdl:input message="tns:GetMaterByBarCodeSP_ViewSoapIn" /> <wsdl:output message="tns:GetMaterByBarCodeSP_ViewSoapOut" /> </wsdl:operation> <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> <wsdl:input message="tns:SetFIFOPonderationBillMain_TempSoapIn" /> <wsdl:output message="tns:SetFIFOPonderationBillMain_TempSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapOut" /> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode"> <wsdl:input message="tns:get_CheckTypeByBarCodeSoapIn" /> <wsdl:output message="tns:get_CheckTypeByBarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePOStockInBill_CLD"> <wsdl:input message="tns:set_SavePOStockInBill_CLDSoapIn" /> <wsdl:output message="tns:set_SavePOStockInBill_CLDSoapOut" /> @@ -19366,10 +19550,6 @@ <wsdl:operation name="set_CheckPOInStockBill_CLD"> <wsdl:input message="tns:set_CheckPOInStockBill_CLDSoapIn" /> <wsdl:output message="tns:set_CheckPOInStockBill_CLDSoapOut" /> </wsdl:operation> <wsdl:operation name="set_CheckPOInStockBill"> <wsdl:input message="tns:set_CheckPOInStockBillSoapIn" /> <wsdl:output message="tns:set_CheckPOInStockBillSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveMateReplenishOutBill_BillCheck"> <wsdl:input message="tns:set_SaveMateReplenishOutBill_BillCheckSoapIn" /> @@ -20686,6 +20866,60 @@ </wsdl:portType> <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="GetBillEntry_TmpList_Pack"> <soap:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_Pack" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackUnionBill_New"> <soap:operation soapAction="http://tempuri.org/set_SavePackUnionBill_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackSplitBill_New"> <soap:operation soapAction="http://tempuri.org/set_SavePackSplitBill_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_DelPonderationBillMain_Temp_Pack"> <soap:operation soapAction="http://tempuri.org/set_DelPonderationBillMain_Temp_Pack" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_PackBarCode_PackUnionBill"> <soap:operation soapAction="http://tempuri.org/get_PackBarCode_PackUnionBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BarCode_PackUnionBill"> <soap:operation soapAction="http://tempuri.org/get_BarCode_PackUnionBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetBillEntry_Tmp_Pack"> <soap:operation soapAction="http://tempuri.org/GetBillEntry_Tmp_Pack" style="document" /> <wsdl:input> @@ -21136,6 +21370,42 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetMaterByBarCodeSP_View"> <soap:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> <soap:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode"> <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_OutFast" style="document" /> <wsdl:input> @@ -21406,6 +21676,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBill_InceptEntIn"> <soap:operation soapAction="http://tempuri.org/get_SourceBill_InceptEntIn" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBill_PackBarCode"> <soap:operation soapAction="http://tempuri.org/get_SourceBill_PackBarCode" style="document" /> <wsdl:input> @@ -21462,6 +21741,15 @@ </wsdl:operation> <wsdl:operation name="get_SourceBarCode_OtherIn"> <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherIn" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_InceptEntIn"> <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_InceptEntIn" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -21847,53 +22135,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetBillEntry_TmpList_Pack"> <soap:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_Pack" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackUnionBill_New"> <soap:operation soapAction="http://tempuri.org/set_SavePackUnionBill_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackSplitBill_New"> <soap:operation soapAction="http://tempuri.org/set_SavePackSplitBill_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_DelPonderationBillMain_Temp_Pack"> <soap:operation soapAction="http://tempuri.org/set_DelPonderationBillMain_Temp_Pack" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_PackBarCode_PackUnionBill"> <soap:operation soapAction="http://tempuri.org/get_PackBarCode_PackUnionBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BarCode_PackUnionBill"> <soap:operation soapAction="http://tempuri.org/get_BarCode_PackUnionBill" style="document" /> <wsdl:operation name="set_CheckPOInStockBill"> <soap:operation soapAction="http://tempuri.org/set_CheckPOInStockBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -21903,6 +22146,24 @@ </wsdl:operation> <wsdl:operation name="set_SaveSTJGInBill"> <soap:operation soapAction="http://tempuri.org/set_SaveSTJGInBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveInceptEntInBill_New"> <soap:operation soapAction="http://tempuri.org/set_SaveInceptEntInBill_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveInceptEntInBill_CLD_New"> <soap:operation soapAction="http://tempuri.org/set_SaveInceptEntInBill_CLD_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -22603,42 +22864,6 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetMaterByBarCodeSP_View"> <soap:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> <soap:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode"> <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePOStockInBill_CLD"> <soap:operation soapAction="http://tempuri.org/set_SavePOStockInBill_CLD" style="document" /> <wsdl:input> @@ -23046,15 +23271,6 @@ </wsdl:operation> <wsdl:operation name="set_CheckPOInStockBill_CLD"> <soap:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_CLD" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_CheckPOInStockBill"> <soap:operation soapAction="http://tempuri.org/set_CheckPOInStockBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -26017,6 +26233,60 @@ </wsdl:binding> <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="GetBillEntry_TmpList_Pack"> <soap12:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_Pack" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackUnionBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SavePackUnionBill_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackSplitBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SavePackSplitBill_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_DelPonderationBillMain_Temp_Pack"> <soap12:operation soapAction="http://tempuri.org/set_DelPonderationBillMain_Temp_Pack" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_PackBarCode_PackUnionBill"> <soap12:operation soapAction="http://tempuri.org/get_PackBarCode_PackUnionBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BarCode_PackUnionBill"> <soap12:operation soapAction="http://tempuri.org/get_BarCode_PackUnionBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetBillEntry_Tmp_Pack"> <soap12:operation soapAction="http://tempuri.org/GetBillEntry_Tmp_Pack" style="document" /> <wsdl:input> @@ -26467,6 +26737,42 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetMaterByBarCodeSP_View"> <soap12:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> <soap12:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode"> <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_OutFast"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_OutFast" style="document" /> <wsdl:input> @@ -26737,6 +27043,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBill_InceptEntIn"> <soap12:operation soapAction="http://tempuri.org/get_SourceBill_InceptEntIn" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBill_PackBarCode"> <soap12:operation soapAction="http://tempuri.org/get_SourceBill_PackBarCode" style="document" /> <wsdl:input> @@ -26793,6 +27108,15 @@ </wsdl:operation> <wsdl:operation name="get_SourceBarCode_OtherIn"> <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherIn" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_InceptEntIn"> <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_InceptEntIn" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -27178,53 +27502,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetBillEntry_TmpList_Pack"> <soap12:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_Pack" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackUnionBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SavePackUnionBill_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackSplitBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SavePackSplitBill_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_DelPonderationBillMain_Temp_Pack"> <soap12:operation soapAction="http://tempuri.org/set_DelPonderationBillMain_Temp_Pack" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_PackBarCode_PackUnionBill"> <soap12:operation soapAction="http://tempuri.org/get_PackBarCode_PackUnionBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BarCode_PackUnionBill"> <soap12:operation soapAction="http://tempuri.org/get_BarCode_PackUnionBill" style="document" /> <wsdl:operation name="set_CheckPOInStockBill"> <soap12:operation soapAction="http://tempuri.org/set_CheckPOInStockBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -27234,6 +27513,24 @@ </wsdl:operation> <wsdl:operation name="set_SaveSTJGInBill"> <soap12:operation soapAction="http://tempuri.org/set_SaveSTJGInBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveInceptEntInBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveInceptEntInBill_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveInceptEntInBill_CLD_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveInceptEntInBill_CLD_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -27934,42 +28231,6 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetMaterByBarCodeSP_View"> <soap12:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> <soap12:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode"> <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePOStockInBill_CLD"> <soap12:operation soapAction="http://tempuri.org/set_SavePOStockInBill_CLD" style="document" /> <wsdl:input> @@ -28377,15 +28638,6 @@ </wsdl:operation> <wsdl:operation name="set_CheckPOInStockBill_CLD"> <soap12:operation soapAction="http://tempuri.org/set_CheckPOInStockBill_CLD" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_CheckPOInStockBill"> <soap12:operation soapAction="http://tempuri.org/set_CheckPOInStockBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> WebAPI/WebAPI.csproj
@@ -685,6 +685,7 @@ <Compile Include="Controllers\å质管ç\车é´èªæ£å\QC_WorkSelfCheckBillController.cs" /> <Compile Include="Controllers\åè¿datamapping\Gy_BarCodeBill_PNL_TempController.cs" /> <Compile Include="Controllers\åè¿datamapping\Gy_BarCodeBill_Set_TempController.cs" /> <Compile Include="Controllers\åºç¡èµæ\åºç¡èµæ\Cb_OtherOutBill_CostSubjectDetailController.cs" /> <Compile Include="Controllers\åºç¡èµæ\åºç¡èµæ\Gy_AssistantDataEntryController.cs" /> <Compile Include="Controllers\åºç¡èµæ\åºç¡èµæ\Gy_BilloriginController.cs" /> <Compile Include="Controllers\åºç¡èµæ\åºç¡èµæ\Gy_CostAverageTypeController.cs" /> @@ -1003,6 +1004,7 @@ <Compile Include="Models\ClsQC_RequestCheckBillSub.cs" /> <Compile Include="Models\WorkStationSub.cs" /> <Compile Include="Models\Xs_SendGoodsPlanBillMain.cs" /> <Compile Include="Models\Xt_CheckFlowSub_Proc.cs" /> <Compile Include="Models\åºç¡èµæ\ClsGy_EmployeeSub.cs" /> <Compile Include="Models\åºç¡èµæ\Gy_ColorClass.cs" /> <Compile Include="Models\Employee.cs" /> @@ -1316,8 +1318,11 @@ </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> <Folder Include="bin\" /> <Folder Include="Controllers\项ç®ç®¡ç\åºç¡å»ºæ¨¡\" /> <Folder Include="DLL\SBGL\SBBB\" /> <Folder Include="obj\x86\Debug\" /> <Folder Include="Views\Cb_OtherOutBill_CostSubjectDetail\" /> <Folder Include="Views\CB_WipProcessTable\" /> <Folder Include="Views\Cg_ContractTransportBillList\" /> <Folder Include="Views\Cg_PODemandPlanBill\" /> WebAPI/WebAPI.csproj.user
@@ -2,7 +2,7 @@ <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <LastActiveSolutionConfig>Debug|x86</LastActiveSolutionConfig> <LastActiveSolutionConfig>Debug|x86</LastActiveSolutionConfig> <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig> <UseIISExpress>true</UseIISExpress> <Use64BitIISExpress /> <IISExpressSSLPort /> @@ -14,7 +14,9 @@ <NameOfLastUsedPublishProfile>D:\gz\MES-WEB-API\MES-WEB-API\WebAPI\Properties\PublishProfiles\FolderProfile8.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>D:\WorkBench\MES-WEB-API\WebAPI\Properties\PublishProfiles\FolderProfile4.pubxml</NameOfLastUsedPublishProfile> <ProjectView>ShowAllFiles</ProjectView> <NameOfLastUsedPublishProfile>D:\WMES\MES-WEB-API\WebAPI\Properties\PublishProfiles\FolderProfile4.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\WebAPI\Properties\PublishProfiles\FolderProfile2.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\WebAPI\Properties\PublishProfiles\WTTFolder.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\WebAPI\Properties\PublishProfiles\CHZFolderProfile.pubxml</NameOfLastUsedPublishProfile> </PropertyGroup> <ProjectExtensions> <VisualStudio> sdk_dingding/TopSdk/bin/Debug/TopSdk.dllBinary files differ
sdk_dingding/TopSdk/bin/Debug/TopSdk.pdbBinary files differ
sdk_dingding/TopSdk/obj/Debug/TopSdk.csproj.AssemblyReference.cacheBinary files differ
sdk_dingding/TopSdk/obj/Debug/TopSdk.csproj.FileListAbsolute.txt
@@ -9,15 +9,9 @@ C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.CoreCompileInputs.cache C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.dll C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.pdb D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\bin\Debug\TopSdk.dll D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\bin\Debug\TopSdk.pdb D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.CoreCompileInputs.cache D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.dll D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.pdb D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.AssemblyReference.cache D:\WMES\MES-WEB-API\sdk_dingding\TopSdk\bin\Debug\TopSdk.dll D:\WMES\MES-WEB-API\sdk_dingding\TopSdk\bin\Debug\TopSdk.pdb D:\WMES\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.CoreCompileInputs.cache D:\WMES\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.dll D:\WMES\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.pdb D:\WMES\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.AssemblyReference.cache D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\sdk_dingding\TopSdk\bin\Debug\TopSdk.dll D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\sdk_dingding\TopSdk\bin\Debug\TopSdk.pdb D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.AssemblyReference.cache D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.CoreCompileInputs.cache D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.dll D:\å·¥ä½ä»£ç \æºäºè¿æ\MES\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.pdb sdk_dingding/TopSdk/obj/Debug/TopSdk.dllBinary files differ
sdk_dingding/TopSdk/obj/Debug/TopSdk.pdbBinary files differ