DAL/³µ¼ä¹ÜÀí/ClsSc_ProcExchRecordBackBill.cs
@@ -88,7 +88,7 @@ try { //å¾å°mainid omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); //omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); //è¥MAINDIéå¤åéæ°è·å oCn.BeginTran(); //主表 DAL/³µ¼ä¹ÜÀí/ClsSc_ProcExchWorkBackBill.cs
@@ -87,8 +87,8 @@ { try { //å¾å°mainid omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); ////å¾å°mainid //omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); //è¥MAINDIéå¤åéæ°è·å oCn.BeginTran(); //主表 DAL/³µ¼ä¹ÜÀí/ClsSc_ProcessExchangeBill.cs
@@ -139,6 +139,7 @@ ",HMaterTexture='" + omodel.HMaterTexture + "'" + ",HProductNum='" + omodel.HProductNum + "'" + ",HVerNum='" + omodel.HVerNum + "'" + ",HColorRemark='" + omodel.HColorRemark + "'" + ",HWorkBillSortNo='" + omodel.HWorkBillSortNo + "'" + //å å ¥ç产类å ",HWorkTypeNum='" + omodel.HWorkTypeNum + "'" + @@ -319,7 +320,7 @@ ",HPicNumVer,HPicNumAssemble,HMaterTexture,HProductNum,HVerNum,HPRDORGID,HBLFlag,HCusNumber,HPickLabel,HPickLabelNumber,HXTNumber,HXTModel,HWorkBillSortNo" + ", HRoutingBillID,HMaterModel,HWidth,HWeight,HAuxQty,HAuxUnit,HSplitNo" + ",HHeight,HInches,HAl1Long,HDensity,HTela,HUnderTela,HSizing,HSellDate" + ",HRemark2,HRemark3,HEmpID,HCusID) " + ",HRemark2,HRemark3,HEmpID,HCusID,HColorRemark) " + " values('" + this.BillType + "','" + this.HBillSubType + "'," + omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "','" + omodel.HMaker + "',getdate()," + "" + (omodel.HPrevMainSourceInterID == 0 ? omodel.HInterID : omodel.HPrevMainSourceInterID) + "," + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + omodel.HBatchNo + "'," + omodel.HMainMaterID.ToString() + "," + omodel.HKeyMaterID.ToString() + "," + omodel.HNo.ToString() + ",'" + omodel.HOrderProcNO + "'" + "," + omodel.HWWOrderInterID.ToString() + "," + omodel.HWWOrderEntryID.ToString() + ",'" + omodel.HWWOrderBillNo + "'," + omodel.HICMOInterID.ToString() + "," + omodel.HEquipMentID.ToString() + @@ -333,7 +334,7 @@ ",'" + omodel.HPicNumVer + "','" + omodel.HPicNumAssemble + "','" + omodel.HMaterTexture + "','" + omodel.HProductNum + "','" + omodel.HVerNum + "','"+ omodel.HPRDORGID+ "','" + (omodel.HBLFlag ? 1 : 0) + "','" + omodel.HCusNumber + "','" + omodel.HPickLabel + "','" + omodel.HPickLabelNumber + "','" + omodel.HXTNumber + "','" + omodel.HXTModel + "','" + omodel.HWorkBillSortNo + "',"+ omodel.HRoutingBillID + ",'"+ omodel.HMaterModel + "',"+ omodel.HWidth + ","+ omodel.HWeight + ","+ omodel.HAuxQty + ","+ omodel.HAuxUnit +","+ omodel.HSplitNo +"" + ",'" + omodel.HHeight + "','" + omodel.HInches + "','" + omodel.HAl1Long + "','" + omodel.HDensity + "','" + omodel.HTela + "','" + omodel.HUnderTela + "','" + omodel.HSizing + "','" + omodel.HSellDate + "'" + ",'"+ omodel.HRemark2 + "','"+ omodel.HRemark3 + "',"+ omodel.HEmpID + "," + omodel.HCusID + ")"); ",'"+ omodel.HRemark2 + "','"+ omodel.HRemark3 + "',"+ omodel.HEmpID + "," + omodel.HCusID + ",'"+ omodel.HColorRemark + "')"); sErr = sErr + "1;"; //æå ¥å表 foreach (Model.ClsSc_ProcessExchangeBillSub oSub in DetailColl) @@ -561,6 +562,7 @@ omodel.HSizing = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HSizing"]); omodel.HSellDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HSellDate"]); omodel.HCusID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCusID"].ToString()); omodel.HColorRemark = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HColorRemark"].ToString()); // //å¾ªç¯ DataSet DsSub; LMES/ClsShowMod.cs
@@ -7960,6 +7960,13 @@ oSc_WorkShopReport.Show(); oMainForm.AddTabPage(oSc_WorkShopReport); break; case "sc_overprodreport": Sc_OverProdReport oSc_OverProdReport = new Sc_OverProdReport(); oSc_OverProdReport.MdiParent = oMain; oSc_OverProdReport.ModCaption = gnmc; oSc_OverProdReport.Show(); oMainForm.AddTabPage(oSc_OverProdReport); break; case "sc_warehousereport": Sc_WareHouseReport oSc_WareHouseReport = new Sc_WareHouseReport(); oSc_WareHouseReport.MdiParent = oMain; Model/²Ö¿â¹ÜÀí/ÌõÂë¹ÜÀí/ClsGy_BarCodeEdit_Model.cs
@@ -45,5 +45,7 @@ public DateTime HBarCodeDate; public string HInnerBillNo; public double HMZ; public double HSplitNum; //æç æ°é } } Model/Éú²ú¹ÜÀí/ClsSc_ICMOBillSub.cs
@@ -39,5 +39,6 @@ public int HAuxUnit; //è¾ å©åä½ public double HWidth; //å¹ å®½ public double HWeight; //å é public string HColorRemark; //æè²è¦æ± } } Model/³µ¼ä¹ÜÀí/ClsSc_ProcessExchangeBillMain.cs
@@ -41,6 +41,7 @@ public string HProjectNum;//项ç®å· public Int64 HEmpID;//Ö°Ô± public Int64 HCusID;//å®¢æ· public string HColorRemark;//æè²è¦æ± public string HProdMaterCode; public string HSeOrderBillNo; public string HCusShortName; PayM/bin/x86/Debug/AxInterop.gregn6Lib.dllBinary files differ
PayM/bin/x86/Debug/BLL.dllBinary files differ
PayM/bin/x86/Debug/BLL.pdbBinary files differ
PayM/bin/x86/Debug/DAL.dllBinary files differ
PayM/bin/x86/Debug/DAL.pdbBinary files differ
PayM/bin/x86/Debug/DBUtility.dllBinary files differ
PayM/bin/x86/Debug/DBUtility.pdbBinary files differ
PayM/bin/x86/Debug/Interop.gregn6Lib.dllBinary files differ
PayM/bin/x86/Debug/Model.dllBinary files differ
PayM/bin/x86/Debug/Model.pdbBinary files differ
PayM/bin/x86/Debug/PayM.dllBinary files differ
PayM/bin/x86/Debug/PayM.pdbBinary files differ
PayM/bin/x86/Debug/Pub_Class.dllBinary files differ
PayM/bin/x86/Debug/Pub_Class.pdbBinary files differ
PayM/bin/x86/Debug/Pub_Control.dllBinary files differ
PayM/bin/x86/Debug/Pub_Control.pdbBinary files differ
PayM/bin/x86/Debug/SQLHelper.dllBinary files differ
PayM/bin/x86/Debug/SQLHelper.pdbBinary files differ
PayM/obj/x86/Debug/AxInterop.gregn6Lib.dllBinary files differ
PayM/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cacheBinary files differ
PayM/obj/x86/Debug/Interop.gregn6Lib.dllBinary files differ
PayM/obj/x86/Debug/PayM.csproj.CoreCompileInputs.cache
@@ -1 +1 @@ b14f4fcc24537f5a4b1d1021595a00930f37f5f5 2b98949b87d39f3f48ff12a0b7c639d4a4168873 PayM/obj/x86/Debug/PayM.csproj.GenerateResource.cacheBinary files differ
PayM/obj/x86/Debug/PayM.csproj.ResolveComReference.cacheBinary files differ
PayM/obj/x86/Debug/PayM.csprojAssemblyReference.cacheBinary files differ
PayM/obj/x86/Debug/PayM.dllBinary files differ
PayM/obj/x86/Debug/PayM.pdbBinary files differ
Pub_Class/CustomerCls/ClsXt_SystemParameter.cs
@@ -88,7 +88,7 @@ for (int i = 0; i < DsSub.Tables[0].Rows.Count; i++) { //WMSæ¡ç ç³»ç»åæ° //çäº§æ±æ¥å //==============================çäº§æ±æ¥å if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Sc_ICMOReportBill_AutoCheck") { omodel.Sc_ICMOReportBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -137,7 +137,13 @@ { omodel.Sc_ICMOReportBill_MESFlag = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //æ¶æéç¥å(éè´§åãå°è´§ç¡®è®¤ï¼ //çäº§æ±æ¥åæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Sc_ICMOReportBill_DeleterAndMakerMustSame") { omodel.Sc_ICMOReportBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //==========================================æ¶æéç¥å(éè´§åãå°è´§ç¡®è®¤ï¼ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Cg_POInStockBill_BarCodeCtl") { omodel.Cg_POInStockBill_BarCodeCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -150,7 +156,7 @@ { omodel.Cg_POInStockBill_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //éè´å ¥åºå //===================================éè´å ¥åºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_POStockInBill_AutoCheck") { omodel.Kf_POStockInBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -195,8 +201,13 @@ { omodel.Kf_POStockInBill_AutoBarCode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //éè´å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_POStockInBill_DeleterAndMakerMustSame") { omodel.Kf_POStockInBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //产åå ¥åºå //=======================================产åå ¥åºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_ProductInBill_AutoCheck") { omodel.Kf_ProductInBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -241,8 +252,12 @@ { omodel.Kf_ProductInBill_Display = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å ¶ä»å ¥åºå //产åå ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_ProductInBill_DeleterAndMakerMustSame") { omodel.Kf_ProductInBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //=======================================================å ¶ä»å ¥åºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherInBill_AutoCheck") { omodel.Kf_OtherInBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -283,7 +298,13 @@ { omodel.Kf_OtherInBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å ¶ä»å ¥åºå æ ¡éª //å ¶ä»å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherInBill_DeleterAndMakerMustSame") { omodel.Kf_OtherInBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //========================================å ¶ä»å ¥åºå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherInBillCheck_MustQtyCtl") { omodel.Kf_OtherInBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -297,7 +318,7 @@ omodel.Kf_OtherInBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å§å¤å ¥åºå //==============================================å§å¤å ¥åºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustInBill_AutoCheck") { omodel.Kf_EntrustInBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -338,8 +359,15 @@ { omodel.Kf_EntrustInBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å§å¤å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustInBill_DeleterAndMakerMustSame") { omodel.Kf_EntrustInBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //çäº§é¢æå //=========================================çäº§é¢æå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBill_AutoCheck") { omodel.Kf_MateOutBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -392,7 +420,10 @@ { omodel.Kf_MateOutBill_AutoBarCode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //çäº§é¢æå æ ¡éª //=========================================çäº§é¢æå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBillCheck_MustQtyCtl") { omodel.Kf_MateOutBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -406,7 +437,7 @@ omodel.Kf_MateOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //éå®åºåºå //=======================================éå®åºåºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBill_AutoCheck") { omodel.Kf_SellOutBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -463,6 +494,12 @@ { omodel.Kf_SellOutBill_Display = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //éå®åºåºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBill_DeleterAndMakerMustSame") { omodel.Kf_SellOutBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //éå®åºåºå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBillCheck_MustQtyCtl") { @@ -522,7 +559,14 @@ { omodel.Kf_OtherOutBill_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å ¶ä»åºåºå æ ¡éª //å ¶ä»åºåºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBill_DeleterAndMakerMustSame") { omodel.Kf_OtherOutBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //========================================å ¶ä»åºåºå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBillCheck_MustQtyCtl") { omodel.Kf_OtherOutBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -536,7 +580,7 @@ omodel.Kf_OtherOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å§å¤åºåºå //========================================å§å¤åºåºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBill_AutoCheck") { omodel.Kf_EntrustOutBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -585,7 +629,14 @@ { omodel.Kf_EntrustOutBill_SimpleMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å§å¤é¢æå æ ¡éª //å§å¤åºåºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBill_DeleterAndMakerMustSame") { omodel.Kf_EntrustOutBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //===========================å§å¤é¢æå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_MustQtyCtl") { omodel.Kf_EntrustOutBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -599,7 +650,7 @@ omodel.Kf_EntrustOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //ç产补æå //=============================ç产补æå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBill_AutoCheck") { omodel.Kf_MateReplenishOutBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -636,7 +687,12 @@ { omodel.Kf_MateReplenishOutBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //ç产补æå æ ¡éª //ç产补æåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBill_DeleterAndMakerMustSame") { omodel.Kf_MateReplenishOutBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //==============================ç产补æå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBillCheck_MustQtyCtl") { omodel.Kf_MateReplenishOutBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -650,7 +706,7 @@ omodel.Kf_MateReplenishOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å§å¤è¡¥æå //================================å§å¤è¡¥æå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_AutoCheck") { omodel.Kf_EntrustReplenishOutBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -687,7 +743,12 @@ { omodel.Kf_EntrustReplenishOutBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å§å¤è¡¥æå æ ¡éª //å§å¤è¡¥æåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_DeleterAndMakerMustSame") { omodel.Kf_EntrustReplenishOutBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //======================å§å¤è¡¥æå æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_MustQtyCtl") { omodel.Kf_EntrustReplenishOutBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -701,7 +762,7 @@ omodel.Kf_EntrustReplenishOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //ç´æ¥è°æ¨å //==================ç´æ¥è°æ¨å if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBill_AutoCheck") { omodel.Kf_MoveStockBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -750,7 +811,12 @@ { omodel.Kf_MoveStockBill_Display = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //ç´æ¥è°æ¨å æ ¡éª //ç´æ¥è°æ¨åæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBill_DeleterAndMakerMustSame") { omodel.Kf_MoveStockBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //==========================================ç´æ¥è°æ¨å æ ¡éª if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBillCheck_MustQtyCtl") { omodel.Kf_MoveStockBillCheck_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -764,7 +830,7 @@ omodel.Kf_MoveStockBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //忥å¼è°åºå //==============================================忥å¼è°åºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockStepOutBill_AutoCheck") { omodel.Kf_MoveStockStepOutBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -809,8 +875,12 @@ { omodel.Kf_MoveStockStepOutBill_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //忥å¼è°å ¥å //忥å¼è°åºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockStepOutBill_DeleterAndMakerMustSame") { omodel.Kf_MoveStockStepOutBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //=========================================忥å¼è°å ¥å if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockStepInBill_AutoCheck") { omodel.Kf_MoveStockStepInBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -859,8 +929,13 @@ { omodel.Kf_MoveStockStepInBill_SourceBarCodeCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //忥å¼è°å ¥åæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockStepInBill_DeleterAndMakerMustSame") { omodel.Kf_MoveStockStepInBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //éè´éæå //=====================================éè´éæå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_POStockInBackBill_AutoCheck") { omodel.Kf_POStockInBackBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -897,8 +972,12 @@ { omodel.Kf_POStockInBackBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //ç产éåºå //éè´éæåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_POStockInBackBill_DeleterAndMakerMustSame") { omodel.Kf_POStockInBackBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //==========================ç产éåºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_ProductInBackBill_AutoCheck") { omodel.Kf_ProductInBackBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -935,8 +1014,12 @@ { omodel.Kf_ProductInBackBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å ¶ä»å ¥åºçº¢å //产åéåºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_ProductInBackBill_DeleterAndMakerMustSame") { omodel.Kf_ProductInBackBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //==============================å ¶ä»å ¥åºçº¢å if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherInBackBill_AutoCheck") { omodel.Kf_OtherInBackBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -973,8 +1056,12 @@ { omodel.Kf_OtherInBackBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å§å¤éåºå //å ¶ä»å ¥åºçº¢ååæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherInBackBill_DeleterAndMakerMustSame") { omodel.Kf_OtherInBackBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //===================================å§å¤éåºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustInBackBill_AutoCheck") { omodel.Kf_EntrustInBackBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -1011,8 +1098,12 @@ { omodel.Kf_EntrustInBackBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //ç产éæå //å ¶ä»å ¥åºçº¢ååæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustInBackBill_SourceWHSPCtl") { omodel.Kf_EntrustInBackBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //====================================ç产éæå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBackBill_AutoCheck") { omodel.Kf_MateOutBackBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -1053,8 +1144,13 @@ { omodel.Kf_MateOutBackBill_SimpleMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //ç产éæåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBackBill_DeleterAndMakerMustSame") { omodel.Kf_MateOutBackBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //éå®éåºå //===========================éå®éåºå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBackBill_AutoCheck") { omodel.Kf_SellOutBackBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -1095,8 +1191,12 @@ { omodel.Kf_SellOutBackBill_AutoSavePOStockInBackBill = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å ¶ä»åºåºçº¢å //éå®éåºåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBackBill_DeleterAndMakerMustSame") { omodel.Kf_SellOutBackBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //==========================å ¶ä»åºåºçº¢å if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBackBill_AutoCheck") { omodel.Kf_OtherOutBackBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -1133,8 +1233,12 @@ { omodel.Kf_OtherOutBackBill_SourceWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å§å¤éæå //å ¶ä»åºåºçº¢ååæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBackBill_DeleterAndMakerMustSame") { omodel.Kf_OtherOutBackBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //======================================å§å¤éæå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBackBill_AutoCheck") { omodel.Kf_EntrustOutBackBill_AutoCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); @@ -1174,6 +1278,11 @@ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBackBill_SimpleMode") { omodel.Kf_EntrustOutBackBill_SimpleMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //å§å¤éæåæåå é¤äººå¿ é¡»æ¯å¶å人 if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBackBill_DeleterAndMakerMustSame") { omodel.Kf_EntrustOutBackBill_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //WMS éç¨ @@ -2664,6 +2773,16 @@ omodel.Kf_EntrustOutBackBill_SimpleMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //===========çäº§ç»æå if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Sc_PackUnionBill_SourceBillTypeCtl") { omodel.Sc_PackUnionBill_SourceBillTypeCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Sc_PackUnionBill_SourceBillNoCtl") { omodel.Sc_PackUnionBill_SourceBillNoCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //==============================================WMS éç¨ //åºåæ§å¶-ERPè´åºåæ§å¶ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "WMS_ERPStockCtl") @@ -2741,7 +2860,7 @@ omodel.WMS_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //æ¡é¢æ¡ç 模å //æ¡é¢æ¡ç æ¨¡å æ¡ç 主档 //ææºåçææ¡ç ï¼çææ¡ç æ°éå¯å¦è¶ æºåæ°éæ§å¶ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "BarCode_SourceQtyCtl") { @@ -2782,7 +2901,11 @@ { omodel.BarCode_AutoSellOutBackBillWMS = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //æ¡ç 主档å é¤äººå¿ é¡»æ¯å¶å人ï¼'Y'为æ§å¶ï¼ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "BarCode_DeleterAndMakerMustSame") { omodel.BarCode_DeleterAndMakerMustSame = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //============================================================================MESç³»ç»åæ° //-==================ç产订å Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -21,7 +21,8 @@ public string Sc_ICMOReportBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Sc_ICMOReportBill_UpdateSourceInterID; //ä¸ä¼ ååå¡«æ¡ç æ¡£æ¡æºåä¿¡æ¯ public string Sc_ICMOReportBill_MESFlag; //çäº§æ±æ¥å忥MESæ è®°ï¼Yä¸ºåæ¥ public string Sc_ICMOReportBill_FirstCheckOut; //å¿ é¡»é¦ä»¶æ£éªéè¿æè½ä¿ååæ® public string Sc_ICMOReportBill_FirstCheckOut; //å¿ é¡»é¦ä»¶æ£éªéè¿æè½ä¿ååæ® public string Sc_ICMOReportBill_DeleterAndMakerMustSame; //çäº§æ±æ¥åæåå é¤äººå¿ é¡»æ¯å¶å人 //æ¶æéç¥å(éè´§åãå°è´§ç¡®è®¤ï¼ public string Cg_POInStockBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -40,6 +41,7 @@ public string Kf_POStockInBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_POStockInBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_POStockInBill_AutoBarCode; //å æ«ç 模å¼ï¼æ¡ç ç±»å为éå¯ä¸æ¡ç ï¼ä¸ä¼ æ¶èªå¨çææ¡ç æ«ç è®°å½ public string Kf_POStockInBill_DeleterAndMakerMustSame; //éè´å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 //产åå ¥åº public string Kf_ProductInBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -53,6 +55,7 @@ public string Kf_ProductInBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_ProductInBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_ProductInBill_Display; //æ«æç©ææ¡ç 忝å¦èªå¨å·æ°å表çé¢ï¼'Y'为æ¯ï¼ public string Kf_ProductInBill_DeleterAndMakerMustSame; //产åå ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 //å ¶ä»å ¥åº public string Kf_OtherInBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -65,6 +68,7 @@ public string Kf_OtherInBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_OtherInBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_OtherInBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_OtherInBill_DeleterAndMakerMustSame; //å ¶ä»å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 //å ¶ä»å ¥åº æ ¡éª public string Kf_OtherInBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_OtherInBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ @@ -81,6 +85,7 @@ public string Kf_EntrustInBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_EntrustInBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_EntrustInBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_EntrustInBill_DeleterAndMakerMustSame; //å§å¤å ¥åºåæåå é¤äººå¿ é¡»æ¯å¶å人 //çäº§é¢æ public string Kf_MateOutBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -96,6 +101,7 @@ public string Kf_MateOutBill_FIFOCtl; //å è¿å åºæ§å¶ public string Kf_MateOutBill_SimpleMode; //ç®æ´æ¨¡å¼ï¼ä¸æ¾ç¤ºæºåå表ï¼åªæ¾ç¤ºæ«ç è®°å½ï¼ä½åå°ä»æ§å¶ï¼ public string Kf_MateOutBill_AutoBarCode; //å æ«ç 模å¼ï¼æ¡ç ç±»å为éå¯ä¸æ¡ç ï¼ä¸ä¼ æ¶èªå¨çææ¡ç æ«ç è®°å½ public string Kf_MateOutBill_DeleterAndMakerMustSame; //çäº§é¢æåæåå é¤äººå¿ é¡»æ¯å¶å人 //çäº§é¢æ æ ¡éª public string Kf_MateOutBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_MateOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ @@ -116,6 +122,7 @@ public string Kf_SellOutBill_AutoSavePOStockInBill; //忥çæéè´å ¥åºå public string Kf_SellOutBill_NoRefresh; //PDAä¸èªå¨å·æ° public string Kf_SellOutBill_Display; //æ«æç©ææ¡ç 忝å¦èªå¨å·æ°å表çé¢ï¼'Y'为æ¯ï¼ public string Kf_SellOutBill_DeleterAndMakerMustSame; //éå®åºåºåæåå é¤äººå¿ é¡»æ¯å¶å人 //éå®åºåº æ ¡éª public string Kf_SellOutBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_SellOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ @@ -133,6 +140,7 @@ public string Kf_OtherOutBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_OtherOutBill_FIFOList; //å è¿å åºä¸æ¶æ¸ å public string Kf_OtherOutBill_FIFOCtl; //å è¿å åºæ§å¶ public string Kf_OtherOutBill_DeleterAndMakerMustSame; //å ¶ä»åºåºåæåå é¤äººå¿ é¡»æ¯å¶å人 //å ¶ä»åºåº æ ¡éª public string Kf_OtherOutBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_OtherOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ @@ -151,6 +159,7 @@ public string Kf_EntrustOutBill_FIFOList; //å è¿å åºä¸æ¶æ¸ å public string Kf_EntrustOutBill_FIFOCtl; //å è¿å åºæ§å¶ public string Kf_EntrustOutBill_SimpleMode; //ç®æ´æ¨¡å¼ï¼ä¸æ¾ç¤ºæºåå表ï¼åªæ¾ç¤ºæ«ç è®°å½ï¼ä½åå°ä»æ§å¶ï¼ public string Kf_EntrustOutBill_DeleterAndMakerMustSame; //å§å¤åºåºåæåå é¤äººå¿ é¡»æ¯å¶å人 //å§å¤é¢æ æ ¡éª public string Kf_EntrustOutBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_EntrustOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ @@ -166,6 +175,7 @@ public string Kf_MateReplenishOutBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_MateReplenishOutBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_MateReplenishOutBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_MateReplenishOutBill_DeleterAndMakerMustSame; //ç产补æåæåå é¤äººå¿ é¡»æ¯å¶å人 //çäº§è¡¥æ æ ¡éª public string Kf_MateReplenishOutBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_MateReplenishOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ @@ -181,6 +191,7 @@ public string Kf_EntrustReplenishOutBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_EntrustReplenishOutBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_EntrustReplenishOutBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_EntrustReplenishOutBill_DeleterAndMakerMustSame; //å§å¤è¡¥æåæåå é¤äººå¿ é¡»æ¯å¶å人 //å§å¤è¡¥æ æ ¡éª public string Kf_EntrustReplenishOutBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_EntrustReplenishOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ @@ -199,6 +210,7 @@ public string Kf_MoveStockBill_FIFOList; //å è¿å åºä¸æ¶æ¸ å public string Kf_MoveStockBill_FIFOCtl; //å è¿å åºæ§å¶ public string Kf_MoveStockBill_Display; //æ«æç©ææ¡ç 忝å¦èªå¨å·æ°å表çé¢ï¼'Y'为æ¯ï¼ public string Kf_MoveStockBill_DeleterAndMakerMustSame; //ç´æ¥è°æ¨åæåå é¤äººå¿ é¡»æ¯å¶å人 //ç´æ¥è°æ¨ æ ¡éª public string Kf_MoveStockBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ public string Kf_MoveStockBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ @@ -216,6 +228,7 @@ public string Kf_MoveStockStepOutBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_MoveStockStepOutBill_FIFOList; //å è¿å åºä¸æ¶æ¸ å public string Kf_MoveStockStepOutBill_FIFOCtl; //å è¿å åºæ§å¶ public string Kf_MoveStockStepOutBill_DeleterAndMakerMustSame; //忥å¼è°åºåæåå é¤äººå¿ é¡»æ¯å¶å人 //忥å¼è°å ¥å public string Kf_MoveStockStepInBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -230,6 +243,7 @@ public string Kf_MoveStockStepInBill_FIFOList; //å è¿å åºä¸æ¶æ¸ å public string Kf_MoveStockStepInBill_FIFOCtl; //å è¿å åºæ§å¶ public string Kf_MoveStockStepInBill_SourceBarCodeCtl; //æ¯å¦è¿è¡æºåå¯¹åºæ¡ç æ ¸å¯¹ï¼'Y'ä¸ºæ ¸å¯¹ï¼ public string Kf_MoveStockStepInBill_DeleterAndMakerMustSame; //忥å¼è°å ¥åæåå é¤äººå¿ é¡»æ¯å¶å人 //éè´éæ public string Kf_POStockInBackBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -241,6 +255,7 @@ public string Kf_POStockInBackBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_POStockInBackBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_POStockInBackBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_POStockInBackBill_DeleterAndMakerMustSame; //éè´éæåæåå é¤äººå¿ é¡»æ¯å¶å人 //产åéåº public string Kf_ProductInBackBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -252,6 +267,7 @@ public string Kf_ProductInBackBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_ProductInBackBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_ProductInBackBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_ProductInBackBill_DeleterAndMakerMustSame; //产åéåºåæåå é¤äººå¿ é¡»æ¯å¶å人 //å ¶ä»å ¥åºçº¢å public string Kf_OtherInBackBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -263,6 +279,7 @@ public string Kf_OtherInBackBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_OtherInBackBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_OtherInBackBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_OtherInBackBill_DeleterAndMakerMustSame; //å ¶ä»å ¥åºçº¢ååæåå é¤äººå¿ é¡»æ¯å¶å人 //å§å¤éåº public string Kf_EntrustInBackBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -274,6 +291,7 @@ public string Kf_EntrustInBackBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_EntrustInBackBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_EntrustInBackBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_EntrustInBackBill_DeleterAndMakerMustSame; //å§å¤éåºåæåå é¤äººå¿ é¡»æ¯å¶å人 //çäº§éæ public string Kf_MateOutBackBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -286,6 +304,7 @@ public string Kf_MateOutBackBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_MateOutBackBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_MateOutBackBill_SimpleMode; //ç®æ´æ¨¡å¼ï¼ä¸æ¾ç¤ºæºåå表ï¼åªæ¾ç¤ºæ«ç è®°å½ï¼ä½åå°ä»æ§å¶ï¼ public string Kf_MateOutBackBill_DeleterAndMakerMustSame; //ç产éæåæåå é¤äººå¿ é¡»æ¯å¶å人 //éå®éåº public string Kf_SellOutBackBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -298,6 +317,7 @@ public string Kf_SellOutBackBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_SellOutBackBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_SellOutBackBill_AutoSavePOStockInBackBill; //忥çæéè´å ¥åºå红å public string Kf_SellOutBackBill_DeleterAndMakerMustSame; //éå®éåºåæåå é¤äººå¿ é¡»æ¯å¶å人 //å ¶ä»åºåºçº¢å public string Kf_OtherOutBackBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -309,6 +329,7 @@ public string Kf_OtherOutBackBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ public string Kf_OtherOutBackBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_OtherOutBackBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_OtherOutBackBill_DeleterAndMakerMustSame; //å ¶ä»åºåºçº¢ååæåå é¤äººå¿ é¡»æ¯å¶å人 //å§å¤éæ public string Kf_EntrustOutBackBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ @@ -321,6 +342,11 @@ public string Kf_EntrustOutBackBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_EntrustOutBackBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ public string Kf_EntrustOutBackBill_SimpleMode; //ç®æ´æ¨¡å¼ï¼ä¸æ¾ç¤ºæºåå表ï¼åªæ¾ç¤ºæ«ç è®°å½ï¼ä½åå°ä»æ§å¶ï¼ public string Kf_EntrustOutBackBill_DeleterAndMakerMustSame; //å§å¤éæåæåå é¤äººå¿ é¡»æ¯å¶å人 //çäº§ç»æ public string Sc_PackUnionBill_SourceBillTypeCtl; //æªå ¥åºæ¡ç è¿è¡ç»ææ¶ï¼è¿è¡åæºåç±»åæ§å¶ï¼Y为æ§å¶ï¼ public string Sc_PackUnionBill_SourceBillNoCtl; //æªå ¥åºæ¡ç è¿è¡ç»ææ¶ï¼è¿è¡åæºåæ§å¶ï¼Y为æ§å¶ï¼ //WMS éç¨ public string WMS_ERPStockCtl;//ERPè´åºåæ§å¶ï¼ç©æåºåï¼ @@ -340,7 +366,7 @@ public string WMS_BillDateMode; //åæ®æ¥ææ¯å¦åçé¢éå ¥æ¥æ //æ¡é¢æ¡ç 模å //æ¡é¢æ¡ç æ¨¡å æ¡ç 主档 public string BarCode_SourceQtyCtl; //ææºåçææ¡ç ï¼çææ¡ç æ°éå¯å¦è¶ æºåæ°éæ§å¶ public long BarCode_PrintQty; //å 许æ¡ç æå°æ¬¡æ°ï¼1ã2ã3.....ï¼ public string BarCode_PrintQtyCtl; //æ¡ç æå°æ¬¡æ°æ§å¶ï¼æ¯å¦åªå 许æå°ä¸æ¬¡æ§å¶ï¼Y åªå 许æå°ä¸æ¬¡ï¼ @@ -349,6 +375,7 @@ public string BarCode_AutoPOStockInBillWMS; //éæºåéè´å ¥åºåçææ¡ç æ¶æ¯å¦èªå¨åæ¥çææ¡ç åºå ¥åºè®°å½ï¼'Y'为èªå¨åæ¥ï¼ public string BarCode_AutoMateOutBackBillWMS; //éæºåç产éæåçææ¡ç æ¶æ¯å¦èªå¨åæ¥çææ¡ç åºå ¥åºè®°å½ï¼'Y'为èªå¨åæ¥ï¼ public string BarCode_AutoSellOutBackBillWMS; //éæºåéå®éè´§åçææ¡ç æ¶æ¯å¦èªå¨åæ¥çææ¡ç åºå ¥åºè®°å½ï¼'Y'为èªå¨åæ¥ï¼ public string BarCode_DeleterAndMakerMustSame; //æ¡ç 主档å é¤äººå¿ é¡»æ¯å¶å人 //====================================================å·¥åºæµè½¬WIP WarM/ÌõÂë´òÓ¡/Kf_WeighToBarCode.cs
@@ -35,6 +35,8 @@ public Int64 HSourceEntryID = 0; public string HSourceBillNo = ""; public string HSourceBillType = ""; public Int64 ProcessExchangeInterID = 0; public Int64 HSupID = 0; public double HSourceQty = 0; public string HMaker = DBUtility.ClsPub.CurUserName; public Int64 HStockOrgID = DBUtility.ClsPub.HOrgID; @@ -565,6 +567,7 @@ string HRemark = ""; string HMaterName = ""; string HMaterModel = ""; string ProcessExchangeBillNo = ""; HBarCode = TM; HBarCodeType = DBUtility.ClsPub.isStrNull(cmbHBarCodeType.Text); @@ -575,6 +578,7 @@ HRemark = DBUtility.ClsPub.isStrNull(txtHRemark.Text); HMaterName = DBUtility.ClsPub.isStrNull(txtHMaterName.Text); HMaterModel = DBUtility.ClsPub.isStrNull(txtHMaterModel.Text); ProcessExchangeBillNo = DBUtility.ClsPub.isStrNull(txtHBillNo.Text); try { @@ -587,14 +591,16 @@ ",HBarcodeQtys,HBarcodeNo,HDeptID,HWhID,HSPID,HRemark " + ",HCusID,HCusType,HEndDate,HWorkLineName,HBarCodeDate,HMaterialJQty,HMaterialMQty " + ",HSTOCKORGID,HOWNERID,HSeOrderBillNo,HInterID,HGiveAwayFlag " + ",HOrderInterID,HOrderEntryID,HOrderBillNo " + ",HMaterName,HMaterModel,HPinfan,HAuxPropID,HMTONo,HInnerBillNo " + ") Values (" + "'" + HBarCode + "','" + HBarCodeType + "'," + HMaterID.ToString() + "," + HUnitID.ToString() + "," + HQty.ToString() + ",'" + HBatchNo + "',0,0,'" + HMaker + "',getdate(),0," + HQty.ToString() + ",'" + HBatchNo + "'," + HSupID.ToString() + ",0,'" + HMaker + "',getdate(),0," + HQty.ToString() + ", " + HSourceInterID.ToString() + "," + HSourceEntryID.ToString() + ",'" + HSourceBillNo + "','" + HSourceBillType + "',''" + ", 1,1," + HDeptID.ToString() + "," + HWhID.ToString() + "," + HSPID.ToString() + ",'" + HRemark + "'" + ", 0,'',getdate(),'','" + sDate + "'," + HMaterialJQty.ToString() + "," + HMaterialMQty.ToString() + ", " + HStockOrgID.ToString() + "," + HStockOrgID.ToString() + ",''," + HInterID.ToString() + ",0" + ", " + ProcessExchangeInterID.ToString() + ",0,'" + ProcessExchangeBillNo + "'" + ",'" + HMaterName + "','" + HMaterModel + "',''," + HAuxPropID.ToString() + ",'','')"); //åå¡«æå¤§æµæ°´å· @@ -655,6 +661,8 @@ HSourceBillNo = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("ç产订å")].Value); HSourceBillType = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HSourceBillType")].Value); HSourceQty = DBUtility.ClsPub.isDoule(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("æ°é")].Value); ProcessExchangeInterID = DBUtility.ClsPub.isLong(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("ProcessExchangeInterID")].Value); HSupID = DBUtility.ClsPub.isLong(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HSupID")].Value); } //è¿åæºååè¡¨ä¿¡æ¯ WarM/ÌõÂë´òÓ¡/Sc_ICMOToBarCode.cs
@@ -119,7 +119,7 @@ //æå½ååæ®ID åå°ä¸ä¸ªæé®éé¢ å·æ°æ¶æ¯æ¬¡åä¸é if (DSet.Tables[0].Rows.Count > 0) { txtHMaterID.Tag = DBUtility.ClsPub.isInt(grdMain.Rows[0].Cells["HInterID"].Value); txtHMaterID.Tag = DBUtility.ClsPub.isLong(grdMain.Rows[0].Cells["HInterID"].Value); txtHMiniQty.Text = DBUtility.ClsPub.isStrNull(grdMain.Rows[0].Cells["æ åè£ ç®±"].Value); //txtHMaterID.Text = DBUtility.ClsPub.isStrNull(grdMain.Rows[0].Cells["ç©æç¼ç "].Value); txtHMaterModel.Text = DBUtility.ClsPub.isStrNull(grdMain.Rows[0].Cells["è§æ ¼åå·"].Value); @@ -143,7 +143,7 @@ // } //} //å»ç» //int FrCol = DBUtility.ClsPub.isInt(frmCondition.txtFrozenCol.Text); //int FrCol = DBUtility.ClsPub.isLong(frmCondition.txtFrozenCol.Text); //string s = frmCondition.cmbHComplete.Text; //DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, s,FrCol); //ç»çº¿ @@ -229,7 +229,7 @@ string HUserName = ""; HUserName = ClsPub.isStrNull(DBUtility.ClsPub.CurUserName); Int64 HUserID = 0; HUserID = ClsPub.isInt(DBUtility.ClsPub.CurUserID); HUserID = ClsPub.isLong(DBUtility.ClsPub.CurUserID); DataSet DSet; @@ -781,7 +781,7 @@ string HTMNumber = ""; string HOrgNumber = ""; DataSet Ds; int LSH = 0; //æµæ°´å· Int64 LSH = 0; //æµæ°´å· string LSH2 = ""; //æµæ°´å·è½¬æ¢æå符 @@ -802,7 +802,7 @@ //ç®±å· string HXH = ""; //ç®±å·æµæ°´å· int LSH3 = 0; //æµæ°´å· Int64 LSH3 = 0; //æµæ°´å· string LSH4 = ""; //æµæ°´å·è½¬æ¢æå符 //æºå° string HJT = ""; @@ -888,7 +888,7 @@ a = a + 1; } DataSet DsTM = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + sPackStr + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· //oCn.RunProc("exec h_p_WMS_SetMaxNo '" + sTMNumber + "'"); Int64 TTM_LSH = ClsPub.isInt(DsTM.Tables[0].Rows[0][0]) + 1; Int64 TTM_LSH = ClsPub.isLong(DsTM.Tables[0].Rows[0][0]) + 1; sPackBarCode = sPackStr + TTM_LSH.ToString(); @@ -923,7 +923,7 @@ // HTMaterID = ClsPub.isLong(grdMain.Rows[0].Cells[Fun_GetCol("HMaterID")].Value); // string sPackStr = "ZXM" + HYear + HPeriod + HDay + HTMaterID; //å¤ç®±ç åç¼ // DataSet DsTM = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + sPackStr + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· //oCn.RunProc("exec h_p_WMS_SetMaxNo '" + sTMNumber + "'"); // Int64 TTM_LSH = ClsPub.isInt(DsTM.Tables[0].Rows[0][0]) + 1; // Int64 TTM_LSH = ClsPub.isLong(DsTM.Tables[0].Rows[0][0]) + 1; // sPackBarCode = sPackStr + TTM_LSH.ToString(); // oCn.RunProc("exec h_p_WMS_SetMaxNo '" + sPackStr + "'"); // } @@ -943,7 +943,7 @@ // HTMaterID = ClsPub.isLong(grdMain.Rows[0].Cells[Fun_GetCol("HMaterID")].Value); // string sPackStr = "ZXM" + HYear + HPeriod + HDay + HTMaterID; //å¤ç®±ç åç¼ // DataSet DsTM = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + sPackStr + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· //oCn.RunProc("exec h_p_WMS_SetMaxNo '" + sTMNumber + "'"); // Int64 TTM_LSH = ClsPub.isInt(DsTM.Tables[0].Rows[0][0]) + 1; // Int64 TTM_LSH = ClsPub.isLong(DsTM.Tables[0].Rows[0][0]) + 1; // sPackBarCode = sPackStr + TTM_LSH.ToString() + "+" ; // oCn.RunProc("exec h_p_WMS_SetMaxNo '" + sPackStr + "'"); // } @@ -964,7 +964,7 @@ //HTMaterID = ClsPub.isLong(grdMain.Rows[0].Cells[Fun_GetCol("HMaterID")].Value); //string sPackStr = "ZXM" + HYear + HPeriod + HDay + HTMaterID; //å¤ç®±ç åç¼ //DataSet DsTM = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + sPackStr + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· //oCn.RunProc("exec h_p_WMS_SetMaxNo '" + sTMNumber + "'"); //Int64 TTM_LSH = ClsPub.isInt(DsTM.Tables[0].Rows[0][0]) + 1; //Int64 TTM_LSH = ClsPub.isLong(DsTM.Tables[0].Rows[0][0]) + 1; //string sPackBarCode = sPackStr + TTM_LSH.ToString(); //oCn.RunProc("exec h_p_WMS_SetMaxNo '" + sPackStr + "'"); @@ -995,19 +995,19 @@ HJT = DBUtility.ClsPub.isStrNull(grdMain.Rows[j].Cells[Fun_GetCol("设å¤")].Value); HXH = HYear + HPeriod + HDay + HBC + HJT + HMaterNumber; Ds99 = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + HXH + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· LSH3 = ClsPub.isInt(Ds99.Tables[0].Rows[0][0]) + 1; LSH3 = ClsPub.isLong(Ds99.Tables[0].Rows[0][0]) + 1; LSH4 = LSH3.ToString(); //HBQty = HBQty + ClsPub.isInt(txtHBQty.Text); //HBQty = HBQty + ClsPub.isLong(txtHBQty.Text); HZXQty = DBUtility.ClsPub.isDoule(grdMain.Rows[j].Cells[Fun_GetCol("æ¬æ¬¡æ°é")].Value); HDDQty = DBUtility.ClsPub.isDoule(grdMain.Rows[j].Cells[Fun_GetCol("çäº§è®¢åæ°é")].Value); HICMOBillNo = DBUtility.ClsPub.isStrNull(grdMain.Rows[j].Cells[Fun_GetCol("ç产订åå·")].Value); HTMNumber = HOrgNumber + HMaterNumber + HYear + HPeriod + HDay; Ds = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + HTMNumber + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· LSH = ClsPub.isInt(Ds.Tables[0].Rows[0][0]); LSH = ClsPub.isLong(Ds.Tables[0].Rows[0][0]); n = 0; LSH2 = LSH.ToString(); while (LSH2.Length < LSHlen) //å¦ææµæ°´å·å°äº6使°åé¢è¡¥0 @@ -1086,7 +1086,7 @@ HWorkLineName = ""; HSeOrderBillNo = ""; HInnerBillNo = sPackBarCode; HSourceID = ClsPub.isInt(txtHSourceID.Tag); HSourceID = ClsPub.isLong(txtHSourceID.Tag); oCn.RunProc("insert into Gy_BarCodeBill (HBarCode,HBarCodeType,HMaterID,HUnitID,HQty,HMaterialMQty" + ",HBatchNo,HSupID,HGroupID,HMaker,HMakeDate,HPrintQty,HinitQty" + ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HEndQty " + @@ -1327,7 +1327,7 @@ string HTMNumber = ""; string HOrgNumber = ""; DataSet Ds; int LSH = 0; //æµæ°´å· Int64 LSH = 0; //æµæ°´å· string LSH2 = ""; //æµæ°´å·è½¬æ¢æå符 double HZXQty = 0; //è£ ç®±æ°é double HDDQty = 0; //è®¢åæ°é @@ -1350,7 +1350,7 @@ HOrgNumber = ClsPub.HOrgNumber; //HBQty = HBQty + ClsPub.isInt(txtHBQty.Text); //HBQty = HBQty + ClsPub.isLong(txtHBQty.Text); HZXQty = ClsPub.isDoule(txtHZXQty.Text); HDDQty = DBUtility.ClsPub.isDoule(grdMain.Rows[j].Cells[Fun_GetCol("è®¢åæ°é")].Value); @@ -1359,7 +1359,7 @@ { HTMNumber = HOrgNumber + HMaterNumber + HYear + HPeriod + HDay; Ds = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + HTMNumber + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· LSH = ClsPub.isInt(Ds.Tables[0].Rows[0][0]); LSH = ClsPub.isLong(Ds.Tables[0].Rows[0][0]); } else if (cmbHBarCodeType.Text == "æ¹æ¬¡æ¡ç ") { @@ -1490,7 +1490,7 @@ string HTMNumber = ""; string HOrgNumber = ""; DataSet Ds; int LSH = 0; //æµæ°´å· Int64 LSH = 0; //æµæ°´å· string LSH2 = ""; //æµæ°´å·è½¬æ¢æå符 double HZXQty = 0; //è£ ç®±æ°é double HDDQty = 0; //è®¢åæ°é @@ -1513,7 +1513,7 @@ HOrgNumber = ClsPub.HOrgNumber; //HBQty = HBQty + ClsPub.isInt(txtHBQty.Text); //HBQty = HBQty + ClsPub.isLong(txtHBQty.Text); HZXQty = ClsPub.isDoule(txtHZXQty.Text); HDDQty = DBUtility.ClsPub.isDoule(grdMain.Rows[j].Cells[Fun_GetCol("è®¢åæ°é")].Value); HICMOBillNo = DBUtility.ClsPub.isStrNull(grdMain.Rows[j].Cells[Fun_GetCol("ç产订åå·")].Value); @@ -1522,7 +1522,7 @@ { HTMNumber = HOrgNumber + HMaterNumber + HYear + HPeriod + HDay; Ds = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + HTMNumber + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· LSH = ClsPub.isInt(Ds.Tables[0].Rows[0][0]); LSH = ClsPub.isLong(Ds.Tables[0].Rows[0][0]); } else if (cmbHBarCodeType.Text == "æ¹æ¬¡æ¡ç ") { @@ -1552,7 +1552,7 @@ HDay = HDay.Substring(HDay.Length - 2, 2); HTMNumber = HOrgNumber + HMaterNumber + HYear + HPeriod + HDay; Ds = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + HTMNumber + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· LSH = ClsPub.isInt(Ds.Tables[0].Rows[0][0]); LSH = ClsPub.isLong(Ds.Tables[0].Rows[0][0]); TM = HTMNumber + LSH2; } else @@ -1565,7 +1565,7 @@ HDay = HDay.Substring(HDay.Length - 2, 2); HTMNumber = HOrgNumber + HMaterNumber + HYear + HPeriod + HDay; Ds = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + HTMNumber + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· LSH = ClsPub.isInt(Ds.Tables[0].Rows[0][0]); LSH = ClsPub.isLong(Ds.Tables[0].Rows[0][0]); TM = HTMNumber + LSH2 + "+"; } //HYear = ClsPub.isDate(HDate).Year.ToString().Substring(2, 2); @@ -1575,7 +1575,7 @@ //HDay = HDay.Substring(HDay.Length - 2, 2); //HTMNumber = HOrgNumber + HMaterNumber + HYear + HPeriod + HDay; //Ds = oCn.RunProcReturn("exec h_p_WMS_GetMaxNo '" + HTMNumber + "'", "h_p_WMS_GetMaxNo"); //è·åæå¤§æµæ°´å· //LSH = ClsPub.isInt(Ds.Tables[0].Rows[0][0]); //LSH = ClsPub.isLong(Ds.Tables[0].Rows[0][0]); } //if (cmbHBarCodeType.Text == "å¯ä¸æ¡ç ") //{ @@ -1701,7 +1701,7 @@ private void DisplayTM() { //HInterID = DBUtility.ClsPub.isInt(txtHMaterID.Tag); //HInterID = DBUtility.ClsPub.isLong(txtHMaterID.Tag); DataSet DSet = oCn.RunProcReturn("select * from h_v_IF_BarCodeBillList_test Where HinterID=" + HInterID.ToString() + " and æ¡ç ç±»å = 'æçæ¡ç ' order by HItemID", "h_v_IF_BarCodeBillList_test", ref DBUtility.ClsPub.sExeReturnInfo); //çæé¦è¡æ é¢ if (DSet == null) @@ -1861,7 +1861,7 @@ // grdSub.DataSource = DSet.Tables[0].DefaultView; //å»ç» //int FrCol = DBUtility.ClsPub.isInt(frmCondition.txtFrozenCol.Text); //int FrCol = DBUtility.ClsPub.isLong(frmCondition.txtFrozenCol.Text); //string s = frmCondition.cmbHComplete.Text; //DBUtility.Xt_BaseBillFun.DisplayGrid(grdSub, this.Name, s, FrCol); //ç»çº¿ @@ -2109,13 +2109,13 @@ { //è·åç½æ ¼ç¬¬ä¸è¡HInterIDçå¼ Int64 HInterID = 0; HInterID = DBUtility.ClsPub.isInt(txtHMaterID.Tag); HInterID = DBUtility.ClsPub.isLong(txtHMaterID.Tag); DataSet DSBefore; DSBefore = SubCn.RunProcReturn("exec h_p_PreviousMater "+ HInterID, "h_p_PreviousMater", ref DBUtility.ClsPub.sExeReturnInfo); grdMain.DataSource = DSBefore.Tables[0].DefaultView; //if (DSBefore.Tables[0].Rows.Count > 0) //{ // txtHMaterID.Tag = DBUtility.ClsPub.isInt(grdMain.Rows[0].Cells["HInterID"].Value); // txtHMaterID.Tag = DBUtility.ClsPub.isLong(grdMain.Rows[0].Cells["HInterID"].Value); //} //else //{ @@ -2130,7 +2130,7 @@ else { grdMain.DataSource = DSBefore.Tables[0].DefaultView; txtHMaterID.Tag = DBUtility.ClsPub.isInt(grdMain.Rows[0].Cells["HInterID"].Value); txtHMaterID.Tag = DBUtility.ClsPub.isLong(grdMain.Rows[0].Cells["HInterID"].Value); txtHMiniQty.Text = DBUtility.ClsPub.isStrNull(grdMain.Rows[0].Cells["æ åè£ ç®±"].Value); txtHMaterModel.Text = DBUtility.ClsPub.isStrNull(grdMain.Rows[0].Cells["è§æ ¼åå·"].Value); txtHMaterName.Text = DBUtility.ClsPub.isStrNull(grdMain.Rows[0].Cells["ç©æåç§°"].Value); @@ -2144,8 +2144,8 @@ { //æ ¹æ® Int64 HInterID = 0; //HInterID = DBUtility.ClsPub.isInt(grdMain.Rows[0].Cells[Fun_GetCol("HInterID")].Value); HInterID = DBUtility.ClsPub.isInt(txtHMaterID.Tag); //HInterID = DBUtility.ClsPub.isLong(grdMain.Rows[0].Cells[Fun_GetCol("HInterID")].Value); HInterID = DBUtility.ClsPub.isLong(txtHMaterID.Tag); DataSet DSBefore; DSBefore = SubCn.RunProcReturn("exec h_p_NextMater " + HInterID, "h_p_NextMater", ref DBUtility.ClsPub.sExeReturnInfo); if (DSBefore == null || DSBefore.Tables[0].Rows.Count == 0) @@ -2157,7 +2157,7 @@ else { grdMain.DataSource = DSBefore.Tables[0].DefaultView; txtHMaterID.Tag = DBUtility.ClsPub.isInt(grdMain.Rows[0].Cells["HInterID"].Value); txtHMaterID.Tag = DBUtility.ClsPub.isLong(grdMain.Rows[0].Cells["HInterID"].Value); txtHMiniQty.Text = DBUtility.ClsPub.isStrNull(grdMain.Rows[0].Cells["æ åè£ ç®±"].Value); txtHMaterModel.Text = DBUtility.ClsPub.isStrNull(grdMain.Rows[0].Cells["è§æ ¼åå·"].Value); txtHMaterName.Text = DBUtility.ClsPub.isStrNull(grdMain.Rows[0].Cells["ç©æåç§°"].Value); WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
@@ -598,9 +598,18 @@ /// </summary> /// <returns></returns> [Route("Gy_MaterialController/DeltetBarCodeBill")] [HttpGet] public object DeltetBarCodeBill(string HInterID, string user) [HttpPost] public object DeltetBarCodeBill([FromBody] JObject oData) { var _value = oData["oData"].ToString(); string msg1 = _value.ToString(); string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); string HInter = sArray[0].ToString(); string HInterID = HInter.Replace("\"", ""); string user = sArray[1].ToString(); string HBarCode = sArray[2].ToString().Replace("\"",""); string HComputerName = SystemInformation.ComputerName; //设å¤åç§° //ç¼è¾æé if (!DBUtility.ClsPub.Security_Log("Gy_BarCodeBillList_Edit", 1, false, user)) { @@ -613,9 +622,35 @@ try { Int64 lngBillKey = 0; lngBillKey = DBUtility.ClsPub.isLong(HInterID); if (lngBillKey == 0) DataSet Ds; string[] NewBarCode; NewBarCode = HBarCode.Split(Convert.ToChar(",")); //å 餿¡ç åè¿è¡å¤æ Ds = oCN.RunProcReturn("exec h_p_Gy_BarCodeBill_MulDelete_Before '" + HInterID + "','" + HBarCode + "'", "h_p_Gy_BarCodeBill_MulDelete_Before", ref DBUtility.ClsPub.sExeReturnInfo); if (Ds == null || Ds.Tables[0].Rows.Count <= 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å 餿¡ç å夿åçé误ï¼"; objJsonResult.data = null; return objJsonResult; } else { if (DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0][0]) == "1") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HRemark"]); objJsonResult.data = null; return objJsonResult; } } //Int64 lngBillKey = 0; //lngBillKey = DBUtility.ClsPub.isLong(HInterID); if (HInterID == "") { objJsonResult.code = "0"; objJsonResult.count = 0; @@ -623,12 +658,18 @@ objJsonResult.data = null; return objJsonResult; } DataSet Ds; Ds = oCN.RunProcReturn("Select * from h_v_IF_BarCodeBillList Where HItemID=" + lngBillKey.ToString(), "h_v_IF_BarCodeBillList"); Ds = oCN.RunProcReturn("Select * from h_v_IF_BarCodeBillList Where HItemID in (" + HInterID + ")", "h_v_IF_BarCodeBillList"); if (Ds.Tables[0].Rows.Count != 0) { oCN.BeginTran(); oCN.RunProc("Delete from Gy_BarCodeBill Where HItemID=" + lngBillKey.ToString()); oCN.RunProc("Delete from Gy_BarCodeBill Where HItemID in (" + HInterID + ")"); //åå ¥ç³»ç»æ¥å¿ for (int i = 0; i <= NewBarCode.Length - 1; i++) { oCN.RunProc("Insert into System_log (GeginDate, userid, WorkstationName, WorkList, SystemName, NetuserName, State) select GETDATE(),'" + user + "','" + HComputerName + "','" + "ç½é¡µçå 餿¡ç ï¼" + NewBarCode[i] + "','WMSç³»ç»-æ¡ç æ¡£æ¡å表模å','" + DBUtility.ClsPub.IPAddress + "','å 餿¡ç '", ref DBUtility.ClsPub.sExeReturnInfo); } oCN.Commit(); objJsonResult.code = "1"; @@ -636,8 +677,6 @@ objJsonResult.Message = "å 餿å"; objJsonResult.data = null; return objJsonResult; } else { @@ -657,7 +696,6 @@ objJsonResult.data = null; return objJsonResult; } } #endregion WebAPI/Controllers/BaseSet/Gy_ProcessController.cs
@@ -323,6 +323,7 @@ long HDeptID = list[0].HDeptID; long HProcID = list[0].HProcID; int HUSEORGID = list[0].HUSEORGID; bool HTProcessFlag = list[0].HTProcessFlag; @@ -373,13 +374,13 @@ ",HTypeFlow,HTypeCount,HDeptNumber,HSNo" + ",HLevel,HEndFlag,HStopflag,HRemark,HDeptID,HBarCodeForBase,HProcessID_K3,HBillSubType,HAutoTrunFlag" + ",HFixPrice,HOverFixPrice,HProcMulID,HProcCheckNote" + ",HUSEORGID,HWorkCenterID,HBadWHID,HWasterWHID,HBadCountDevelopWHID,HWWBadWHID,HWWWasterWHID,HWHID) " + ",HUSEORGID,HWorkCenterID,HBadWHID,HWasterWHID,HBadCountDevelopWHID,HWWBadWHID,HWWWasterWHID,HWHID,HTProcessFlag) " + " Values('" + HNumber + "','" + HName + "','" + HHelpCode + "','" + HShortNumber + "'," + HParentID.ToString() + "," + Convert.ToString(HTypeFlow ? 1 : 0) + "," + Convert.ToString(HTypeCount ? 1 : 0) + ",'" + HDeptNumber + "','" + HSNo.ToString() + "'," + HLevel.ToString() + "," + Convert.ToString(HEndFlag ? 1 : 0) + "," + Convert.ToString(HStopflag ? 1 : 0) + ",'" + HRemark + "'," + HDeptID + ",'" + HBarCode + "'," + HProcessID_K3 + ",'" +HBillSubType + "'," + Convert.ToString(HAutoTrunFlag ? 1 : 0) + ",'" + HBarCode + "'," + HProcessID_K3 + ",'" + HBillSubType + "'," + Convert.ToString(HAutoTrunFlag ? 1 : 0) + ",'" + HFixPrice.ToString() + "'," + HOverFixPrice.ToString() + "," + HProcMulID.ToString() + ",'" + HProcCheckNote.ToString() + "'" + ","+ HUSEORGID + "," + HWorkCenterID + "," + HBadWHID + "," + HWasterWHID + "," + HBadCountDevelopWHID + "," + HWWBadWHID + "," + HWWWasterWHID + "," + HWHID + ")", ref DBUtility.ClsPub.sExeReturnInfo); "," + HUSEORGID + "," + HWorkCenterID + "," + HBadWHID + "," + HWasterWHID + "," + HBadCountDevelopWHID + "," + HWWBadWHID + "," + HWWWasterWHID + "," + HWHID + "," + Convert.ToString(HTProcessFlag ? 1 : 0) + ")", ref DBUtility.ClsPub.sExeReturnInfo); //ä¿®æ¹ä¸çº§ä¸ºéæ«çº§ä»£ç oCN.RunProc("Update Gy_Process set HEndflag=0 where HItemID=" + HParentID, ref DBUtility.ClsPub.sExeReturnInfo); oCN.Commit(); @@ -400,6 +401,7 @@ ",HSNo= " + HSNo + ",HLevel= " + HLevel + ",HEndFlag= '" + HEndFlag + "'" + ",HTProcessFlag= '" + HTProcessFlag + "'" + ",HStopflag= '" + HStopflag + "'" + ",HRemark='" + HRemark + "'" + ",HDeptID= " + HDeptID + WebAPI/Controllers/BaseSet/Gy_SourceController.cs
@@ -347,18 +347,9 @@ objJsonResult.data = null; return objJsonResult; ; } 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("update Gy_Source set HStopflag=1 where HItemID=" + HItemID); oCN.RunProc("delete from Gy_Source where HItemID=" + HItemID); oCN.Commit();//æäº¤äºå¡ objJsonResult.code = "0"; objJsonResult.count = 1; @@ -369,6 +360,7 @@ } catch (Exception e) { oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å é¤å¤±è´¥ï¼" + e.ToString(); WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
@@ -193,7 +193,7 @@ { //ç³»ç»åæ°æ¯å¦ä¸ºåªæ¾ç¤ºå½åç»å½ç¨æ·å ³èçå·¥åºä¿¡æ¯,N为å¦ï¼Yä¸ºæ¯ if (oSystemParameter.omodel.MES_StationInBill_ShowUSERProcess == "Y") { ds = oCN.RunProcReturn($"exec h_p_ProcessExchangeBillLastHProNo '{BillNo_PGD}','{UserID}','In'", "h_v_Gy_ProcessList_GetProcNoByUser"); ds = oCN.RunProcReturn($"exec h_p_ProcessExchangeBillLastHProNo '{BillNo_PGD}','{UserID}','{HBillType}'", "h_v_Gy_ProcessList_GetProcNoByUser"); } else { WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -176,14 +176,6 @@ objJsonResult.data = null; return objJsonResult; } //if (HEmpID == 0) //{ // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "æä½å没æéæ©ï¼"; // objJsonResult.data = null; // return objJsonResult; //} //if (HQCCheckID == 0) //{ // objJsonResult.code = "0"; @@ -192,14 +184,42 @@ // objJsonResult.data = null; // return objJsonResult; //} if (HSourceID == 0) //è·åç³»ç»åæ° string Ret = ""; if (oSystemParameter.ShowBill(ref Ret)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "çäº§èµæºæ²¡æéæ©ï¼"; objJsonResult.data = null; return objJsonResult; //夿客æ·ä¸ä¸ºé¾å±±æ±½é if (oSystemParameter.omodel.WMS_CampanyName != "é¾å±±æ±½é ") //ç³»ç»åæ° { if (HSourceID == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "çäº§èµæºæ²¡æéæ©ï¼"; objJsonResult.data = null; return objJsonResult; } } //夿客æ·ä¸ºé¾å±±æ±½é else if (oSystemParameter.omodel.WMS_CampanyName == "é¾å±±æ±½é ") { //夿æ¯å¦ä¸ºå¤å·¥ä½ ds = oCN.RunProcReturn("select * from h_v_GetStationOutBill_Detail where å·¥åºID = " + HProcID + " and ç©æID = " + HMaterID + " and æµè½¬å¡å· = '" + HProcExchBillNo + "'", "h_v_GetStationOutBill_Detail"); if (ds != null && ds.Tables[0].Rows.Count <= 1) { if (HEmpID == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æä½å没æéæ©ï¼"; objJsonResult.data = null; return objJsonResult; } } } } //if (HCenterID == 0) //{ // objJsonResult.code = "0"; WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
@@ -903,12 +903,26 @@ try { SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); var ds1= oCN.RunProcReturn("select isnull(max(æµæ°´å·),0) from h_v_Sc_ProcessExchangeBillQuerySub where hmainid=" + HInterID + " and åºç«å ³èæ°é>0 ", "h_v_Sc_ProcessExchangeBillQuerySub"); string sql = string.Format(@"select * from h_v_Sc_ProcessExchangeBillQuerySub"); ds = oCN.RunProcReturn(sql + " where hmainid=" + HInterID, "h_v_Sc_ProcessExchangeBillQuerySub"); objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "è·åä¿¡æ¯æåï¼"; objJsonResult.data = ds.Tables[0]; ds = oCN.RunProcReturn(sql + " where hmainid=" + HInterID + " and åºç«å ³èæ°é=0 and cast(æµæ°´å· as int)>" + ds1 .Tables[0].Rows[0][0].ToString(), "h_v_Sc_ProcessExchangeBillQuerySub"); if (float.Parse(ds.Tables[0].Rows[0]["è¿ç«å ³èæ°é"].ToString()) > 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å½ååæ®:"+ ds.Tables[0].Rows[0]["å·¥åºåç§°"].ToString() + "æªåºç«ä¸è½æå!"; objJsonResult.data = ds.Tables[0]; } else { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "è·åä¿¡æ¯æåï¼"; objJsonResult.data = ds.Tables[0]; } } catch (Exception e) { @@ -990,24 +1004,52 @@ //msg2 = msg2.Replace("'", "â"); List<Model.ClsSc_ProcessExchangeBillSub> ls = new List<Model.ClsSc_ProcessExchangeBillSub>(); ls = oListModels.getObjectByJson_Sc_ProcessExchangeBillSub(msg3); int i = 0; foreach (Model.ClsSc_ProcessExchangeBillSub oItemSub in ls) { string HEntryID = ""; if (oItemSub.HSplitQty > oItemSub.HLeftQty) for (int i = 0; i < oBill.DetailColl.Count; i++) { if (oBill.DetailColl[i].HRelationQty_Out > 0 || oBill.DetailColl[i].HRelationQty_In > 0) { HEntryID += i + ","; } } if (HEntryID != "") { HEntryID = HEntryID.Substring(0, HEntryID.Length - 1); var num = HEntryID.Split(','); for (int k = 0; k < num.Length; k++) { oBill.DetailColl.RemoveAt(int.Parse(num[k]) - k); } } int j = 0 ; foreach (Model.ClsSc_ProcessExchangeBillSub oItemSub in oBill.DetailColl) { if (ls[j].HSplitQty > ls[j].HLeftQty) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "第" + (i + 1) + "è¡ï¼æåæ°éä¸è½å¤§äºå¯æåæ°éï¼"; objJsonResult.Message = "第" + (j + 1) + "è¡ï¼æåæ°éä¸è½å¤§äºå¯æåæ°éï¼"; objJsonResult.data = null; return objJsonResult; } oBill.DetailColl[i].HQty = oItemSub.HQty; oBill.DetailColl[i].HBackProc = oItemSub.HBackProc; oBill.DetailColl[i].HPrevSourceInterID = oItemSub.HPrevSourceInterID; oBill.DetailColl[i].HPrevSourceEntryID = oItemSub.HPrevSourceEntryID; i++; if (oBill.DetailColl[j].HProcNo == ls[j].HProcNo) { oBill.DetailColl[j].HEntryID = j+1; oBill.DetailColl[j].HQty = ls[j].HQty; oBill.DetailColl[j].HBackProc = ls[j].HBackProc; oBill.DetailColl[j].HPrevSourceInterID = ls[j].HPrevSourceInterID; oBill.DetailColl[j].HPrevSourceEntryID = ls[j].HPrevSourceEntryID; oBill.DetailColl[j].HRemark = ls[j].HRemark; oBill.DetailColl[j].HTechnologyParameter = ls[j].HTechnologyParameter; j++; } } //ä¿å //ä¿å宿¯åå¤ç @@ -1020,6 +1062,13 @@ //{ // bResult = oBill.ModifyBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo); //} oCN.BeginTran(); oCN.RunProc("update Sc_ProcessExchangeBillSub set HQty=(select HQty from Sc_ProcessExchangeBillMain where HInterID="+ oBill.DetailColl[0].HPrevSourceInterID + ") where HInterID=" + oBill.DetailColl[0].HPrevSourceInterID ); oCN.Commit(); if (bResult) { objJsonResult.code = "0"; WebAPI/Controllers/POStockInBillController.cs
@@ -928,7 +928,8 @@ WebS.ClsXt_SystemParameterMain oSystemParameterMain = new WebS.ClsXt_SystemParameterMain(); string text = ""; string text1 = ""; bool flag = HBillType == "1201"; //gy_billnumber åæ®ç±»å表 bool flag = HBillType == "1201"; //WMS éè´å ¥åº if (flag) { string[] array = sBarCodeNew.Split(new char[] @@ -946,11 +947,12 @@ string str3 = ClsPub.isStrNull(dataSet.Tables[0].Rows[0]["HNumber"]); //ç¨æååºæ¥çç©æä»£ç æ¥è¯¢ç©æè¡¨éçæ°ç©æç¼ç DataSet Dss7; Dss7 = clsCN.RunProcReturn(" select * from AIS20220914133941..T_BD_MATERIAL where FNumber = '" + str + "'", "T_BD_MATERIAL"); if (Dss7 == null || Dss7.Tables[0].Rows.Count == 0) { //æ°ç©æè¡¨é没æè¿åæ°æ®åæ¥è¯¢ç©æè¡¨éçæ§ç©æç¼ç DataSet Dss8; Dss8 = clsCN.RunProcReturn(" select * from AIS20220914133941..T_BD_MATERIAL where FOldNumber = '" + str + "'", "T_BD_MATERIAL"); str = DBUtility.ClsPub.isStrNull(Dss8.Tables[0].Rows[0]["FNumber"]); @@ -968,6 +970,7 @@ long num3 = (long)ClsPub.isInt(dataSet2.Tables[0].Rows[0]["HUnitID"]); text = str3 + num2.ToString() + text2 + "#" + num; text1 = str3 + num2.ToString() + text2; //æ¾æºå DataSet dataSet3 = clsCN.RunProcReturn(" select fid,FMATERIALID,FENTRYID,FBILLNO from h_v_RECEIVEQuery where FSRCBILLNO= '" + str2 + "' and FLOT_TEXT = '" + text2 + "' and FMATERIALID = " + num2.ToString(), "h_v_RECEIVEQuery"); //DataSet dataSet3 = clsCN.RunProcReturn(" select fid,FMATERIALID,FENTRYID,FBILLNO from h_v_RECEIVEQuery where FLOT_TEXT= '" + text2 + "' and FPRODUCEDATE = '" + dateTime + "' and FMATERIALID = " + num2.ToString(), "h_v_RECEIVEQuery"); num2 = ClsPub.isLong(dataSet3.Tables[0].Rows[0]["FMATERIALID"]); @@ -980,6 +983,7 @@ { DataSet dataSet5 = clsCN.RunProcReturn(string.Concat(new string[] { //æ«ç 临æ¶è®°å½è¡¨ " select * from KF_PonderationBillMain_Temp where HInterID = ", hinterid.ToString(), " and HBillType = '", @@ -992,6 +996,7 @@ if (!flag3) { POStockInBillController postockInBillController = new POStockInBillController(); //æ«æºåæ¹æ³ postockInBillController.set_SavePonderationBillMain_Temp_Source_Fast_Json("1103", text5, hinterid, HBillNo); //WEBSController webscontroller4 = new WEBSController(); @@ -1066,7 +1071,7 @@ } } } bool flag5 = HBillType == "1202"; bool flag5 = HBillType == "1202"; //WMS çäº§å ¥åº if (flag5) { string text6 = sBarCodeNew.Remove(0, sBarCodeNew.Length - 4); @@ -1074,14 +1079,14 @@ bool flag6 = text7.Contains("W") || text7.Contains("N"); if (flag6) { string text8 = sBarCodeNew.Substring(0, 10); string str4 = sBarCodeNew.Substring(10, 10); string text8 = sBarCodeNew.Substring(0, 10);//ååç string str4 = sBarCodeNew.Substring(10, 10);//ç©æä»£ç string text9 = "20" + sBarCodeNew.Substring(20, 6); long num8 = (long)ClsPub.isInt(text9.Substring(0, 4)); long num9 = (long)ClsPub.isInt(text9.Substring(4, 2)); long num10 = (long)ClsPub.isInt(text9.Substring(6, 2)); long num11 = (long)ClsPub.isInt(sBarCodeNew.Remove(0, sBarCodeNew.Length - 3)); string text10 = sBarCodeNew.Remove(0, sBarCodeNew.Length - 10); long num11 = (long)ClsPub.isInt(sBarCodeNew.Remove(0, sBarCodeNew.Length - 3));//åä¸ä½æ°¸è¿é½æ¯æ°å string text10 = sBarCodeNew.Remove(0, sBarCodeNew.Length - 10);//å¤±ææ¥æ+ä¸ä½åæ¯+ä¸ä½æ°å string text11 = "20" + text10.Substring(0, 6); long num12 = (long)ClsPub.isInt(text11.Substring(0, 4)); long num13 = (long)ClsPub.isInt(text11.Substring(4, 2)); @@ -1236,7 +1241,8 @@ } else { string str6 = sBarCodeNew.Substring(0, 10); /*ååä½ç©æä»£ç ï¼åå ä½çææ¥æï¼åæ°åä¸ä½æ¯æ°ååå 使¯å¤±ææ¥æ æ¹å·æ¹ä¸ºå¨æè·å*/ string str6 = sBarCodeNew.Substring(0, 10);//ç©æä»£ç string text17 = "20" + sBarCodeNew.Substring(10, 6); long num21 = (long)ClsPub.isInt(text17.Substring(0, 4)); long num22 = (long)ClsPub.isInt(text17.Substring(4, 2)); @@ -1381,7 +1387,7 @@ } } } bool flag13 = HBillType == "1244"; bool flag13 = HBillType == "1244"; //WMS ç产éæå if (flag13) { bool flag14 = sBarCodeNew.Contains("@"); @@ -1672,7 +1678,7 @@ } } } bool flag19 = HBillType == "1207"; bool flag19 = HBillType == "1207"; //WMS ç´æ¥è°æ¨ if (flag19) { bool flag20 = sBarCodeNew.Contains("@"); @@ -1947,7 +1953,7 @@ } } } bool flag25 = HBillType == "1206"; bool flag25 = HBillType == "1206"; //WMS éå®åºåº if (flag25) { bool flag26 = sBarCodeNew.Contains("@"); @@ -2235,8 +2241,8 @@ } } } } bool flag31 = HBillType == "1204"; } bool flag31 = HBillType == "1204"; //WMS çäº§é¢æ if (flag31) { bool flag32 = sBarCodeNew.Contains("@"); @@ -2526,7 +2532,7 @@ } } } bool flag37 = HBillType == "1254" || HBillType == "1211" || HBillType == "1255"; bool flag37 = HBillType == "1254" /*ç产补æ*/ || HBillType == "1211" || HBillType == "1255"; if (flag37) { bool flag38 = sBarCodeNew.Contains("@"); @@ -2815,7 +2821,7 @@ } } } bool flag43 = HBillType == "1205"; bool flag43 = HBillType == "1205"; if (flag43) { bool flag44 = sBarCodeNew.Contains("@"); WebAPI/Controllers/Sc_ProcessMangementController.cs
@@ -1400,49 +1400,49 @@ /// <summary> /// çæéè¶äºæ¥ææ£éªå /// </summary> /// <param name="InterID">å·¥åºæ±æ¥å主ID</param> /// <returns></returns> [Route("QCStockInCheckBill/set_SaveQCStockInCheckBill_Json")] [HttpGet] public object set_SaveQCStockInCheckBill_Json(string HZJOrgNumber, string HMaterNumber, string HUnitNumber, double HCheckQty, double HRightQty, double HBadQty, string HCheckResult, string HSupNumber, string HUseResult, Int64 HSeQ, Int64 HSourceInterID, Int64 HSourceEntryID, string HSourceBillNo, string user, Int64 HWHID, Int64 HSPID, Int64 HSupID, Int64 HKeeperID, Int64 HMaterID, string HSourceBillType, Int64 HSLInterID, Int64 HSLEntryID, string HSLBillNo, Int64 HSLSeQ, string HBillNo, Int64 HInterID,ref string sErrMsg) { WebS2.WebService1 oWebs1 = new WebS2.WebService1(); ///// <summary> ///// çæéè¶äºæ¥ææ£éªå ///// </summary> ///// <param name="InterID">å·¥åºæ±æ¥å主ID</param> ///// <returns></returns> //[Route("QCStockInCheckBill/set_SaveQCStockInCheckBill_Json")] //[HttpGet] //public object set_SaveQCStockInCheckBill_Json(string HZJOrgNumber, string HMaterNumber, string HUnitNumber, // double HCheckQty, double HRightQty, double HBadQty, // string HCheckResult, string HSupNumber, // string HUseResult, Int64 HSeQ, Int64 HSourceInterID, // Int64 HSourceEntryID, string HSourceBillNo, string user, // Int64 HWHID, Int64 HSPID, Int64 HSupID, Int64 HKeeperID, // Int64 HMaterID, string HSourceBillType, Int64 HSLInterID, // Int64 HSLEntryID, string HSLBillNo, Int64 HSLSeQ, string HBillNo, Int64 HInterID,ref string sErrMsg) //{ // WebS.WebService1 oWebs1 = new WebS.WebService1(); //oWebs1.Url = "http://localhost:9099/WebService1.asmx"; //K3CloudApiClient client = new K3CloudApiClient("http://192.168.80.90/k3cloud/"); if (oWebs1.set_SaveQcStockInCheckBill_New(HZJOrgNumber, HMaterNumber, HUnitNumber, HCheckQty, HRightQty, HBadQty , HCheckResult, HSupNumber, HUseResult, HSeQ, HSourceInterID , HSourceEntryID, HSourceBillNo, user, HWHID, HSPID , HSupID, HKeeperID, HMaterID, HSourceBillType, HSLInterID , HSLEntryID, HSLBillNo, HSLSeQ, HBillNo, HInterID , ref sErrMsg)) { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "çæåæ®æåï¼"; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "çæåæ®å¤±è´¥ï¼"; objJsonResult.data = sErrMsg; return objJsonResult; } } // //oWebs1.Url = "http://localhost:9099/WebService1.asmx"; // //K3CloudApiClient client = new K3CloudApiClient("http://192.168.80.90/k3cloud/"); // if (oWebs1.set_SaveQcStockInCheckBill_New(HZJOrgNumber, HMaterNumber, HUnitNumber, HCheckQty, HRightQty, HBadQty // , HCheckResult, HSupNumber, HUseResult, HSeQ, HSourceInterID // , HSourceEntryID, HSourceBillNo, user, HWHID, HSPID // , HSupID, HKeeperID, HMaterID, HSourceBillType, HSLInterID // , HSLEntryID, HSLBillNo, HSLSeQ, HBillNo, HInterID // , ref sErrMsg)) // { // objJsonResult.code = "0"; // objJsonResult.count = 1; // objJsonResult.Message = "çæåæ®æåï¼"; // objJsonResult.data = null; // return objJsonResult; // } // else // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "çæåæ®å¤±è´¥ï¼"; // objJsonResult.data = sErrMsg; // return objJsonResult; // } //} #endregion WebAPI/Controllers/SellOutController.cs
@@ -395,7 +395,7 @@ objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = DBUtility.ClsPub.sErrInfo; objJsonResult.data = oBar; objJsonResult.data = WebSoBar; return objJsonResult; } } WebAPI/Controllers/²Ö´æ¹ÜÀí/ÌõÂëÉú³É/Gy_SplitBarCodeController.cs
New file @@ -0,0 +1,200 @@ using Model; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Pub_Class; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.IO; using System.Web; using System.Web.Http; using WebAPI.Models; namespace WebAPI.Controllers { public class Gy_SplitBarCodeController : ApiController { //è·åç³»ç»åæ° Pub_Class.ClsXt_SystemParameter oSystemParameter = new Pub_Class.ClsXt_SystemParameter(); public DBUtility.ClsPub.Enum_BillStatus BillStatus; public DAL.ClsGy_BarCodeBill_ChaiMa BillNew = new DAL.ClsGy_BarCodeBill_ChaiMa(); //对åºåæ®ç±» private json objJsonResult = new json(); SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); DataSet ds; /// <summary> /// è¿åæ¡ç ä¿¡æ¯ ///åæ°ï¼string sqlã ///è¿åå¼ï¼objectã /// </summary> [Route("Gy_SplitBarCode/Info")] [HttpGet] public object BarCodeInfo(string HBarCodeNo, string HSplitBarNum) { try { //夿æ¯å¦ææ¥è¯¢æé //if (!DBUtility.ClsPub.Security_Log("Cg_POOrderBillQuery", 1, false, user)) //{ // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "æ æéæ¥ç!"; // objJsonResult.data = null; // return objJsonResult; //} //æ¥è¯¢æ¡ç ä¿¡æ¯ if(HBarCodeNo != null && HSplitBarNum != null) { SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); ds = oCn.RunProcReturn("select top 1 * from h_v_Gy_SplitBarCode where HBarCode='" + HBarCodeNo + "'", "h_v_Gy_SplitBarCode"); } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "请è¾å ¥æ¡ç ç¼å·ææåæ¡ç æ°"; objJsonResult.data = ds.Tables[0]; return objJsonResult; } //夿æ¯å¦å卿¤æ¡ç if (ds == null || ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "æ¡ç ç¼å·ä¸åå¨, æç¤º"; objJsonResult.data = ds.Tables[0]; return objJsonResult; } else { 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; } } #region æç æ¡ç çæ [Route("Sc_BarCode/Save_SplitBarCode")] [HttpPost] public object Save_SplitBarCode([FromBody] JObject msg) { try { ListModels oListModels = new ListModels(); BillNew = new DAL.ClsGy_BarCodeBill_ChaiMa(); var _value = msg["msg"].ToString(); string msg1 = _value.ToString(); string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); string barcode = sArray[0].ToString(); //æ¡ç ç¼å· Int64 splitnum = Convert.ToInt64(sArray[1]); //æç è¡æ° string data = sArray[2].ToString(); //è¡¨ä½æ°æ® string user = sArray[3].ToString(); //ç¨æ·å data = data.Replace("\\", ""); data = data.Replace("\n", ""); //\n List<Model.ClsGy_BarCodeEdit_Model> lsmain = new List<Model.ClsGy_BarCodeEdit_Model>(); lsmain = oListModels.getObjectByJson_Gy_SplitBarCode(data); oCN.BeginTran(); ds = oCN.RunProcReturn("select top 1* from Gy_BarCodeBill where HBarCode='" + barcode + "'", "Gy_BarCodeBill"); bool bResult = true; if (ds != null || ds.Tables[0].Rows.Count > 0) { Model.ClsGy_BarCodeEdit_Model model = new Model.ClsGy_BarCodeEdit_Model(); for (Int64 i = 0; i < splitnum; i++) { model.HEntryID = i + 1; model.HInterID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HInterID"].ToString()); model.HBarCode = DBUtility.ClsPub.isStrNull(lsmain[Convert.ToInt32(i)].HBarCode); model.HQty = DBUtility.ClsPub.isLong(lsmain[Convert.ToInt32(i)].HSplitNum); model.HQty = DBUtility.ClsPub.isInt(lsmain[Convert.ToInt32(i)].HSplitNum); model.HBatchNo = DBUtility.ClsPub.isStrNull(lsmain[Convert.ToInt32(i)].HBatchNo); model.HMaterID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HMaterID"].ToString()); model.HUnitID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HUnitID"].ToString()); model.HSupID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HSupID"].ToString()); model.HDeptID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HDeptID"].ToString()); model.HEmpID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HEmpID"].ToString()); model.HBarCodeType = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HBarCodeType"].ToString()); model.HItemSubID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HItemSubID"].ToString()); model.HGroupID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HGroupID"].ToString()); model.HSourceInterID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HSourceInterID"].ToString()); model.HSourceEntryID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HSourceEntryID"].ToString()); model.HSourceBillNo = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HSourceBillNo"].ToString()); model.HSourceBillType = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HSourceBillType"].ToString()); model.HUseFlag = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HUseFlag"].ToString()); model.HInitQty = DBUtility.ClsPub.isDoule(ds.Tables[0].Rows[0]["HInitQty"].ToString()); model.HSourceID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HInitQty"].ToString()); model.HCusID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HCusID"].ToString()); model.HSTOCKORGID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HSTOCKORGID"].ToString()); model.HOWNERID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HOWNERID"].ToString()); model.HBarCodeDate = DBUtility.ClsPub.isDate(ds.Tables[0].Rows[0]["HBarCodeDate"].ToString()); model.HInnerBillNo = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HInnerBillNo"].ToString()); model.HMZ = DBUtility.ClsPub.isDoule(ds.Tables[0].Rows[0]["HMZ"].ToString()); model.HMakeDate = DateTime.Now; model.HMaker = user; BillNew.DetailColl_Mater.Add(model); //ä¿å bResult = BillNew.AddBill(ref ClsPub.sExeReturnInfo, barcode); BillNew.DetailColl_Mater.Remove(model); } } if (bResult) { oCN.Commit(); objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "ä¿åæåï¼"; objJsonResult.data = 1; return objJsonResult; } else { oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä¿å失败ï¼" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = 1; return objJsonResult; } } catch (Exception e) { oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä¿å失败ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion } } WebAPI/Controllers/ÌõÂë¹ÜÀí/WEBSController.cs
@@ -23,7 +23,6 @@ public string sWhere = ""; public WebServer webserver = new WebServer(); public DataSet ds = new DataSet(); private json objjson = new json(); private json objJsonResult = new json(); SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); public ClsKf_ICStockBill_WMS oBar = new Model.ClsKf_ICStockBill_WMS(); @@ -34,6 +33,68 @@ WebS.ClsXt_SystemParameterMain oSystemParameterMain = new WebS.ClsXt_SystemParameterMain(); #region å ¬ç¨æ¹æ³ #region è·åæå¤§åæ®IDãåæ®å· /// <summary> /// è·åæå¤§åæ®IDãåæ®å· /// </summary> /// <returns></returns> [Route("WEBSController/GetMaxBillNoAndID_Json")] [HttpGet] public object GetMaxBillNoAndID_Json(string HBillType) { try { string sErrMsg = ""; Int64 HInterID = 0; string HBillNo = ""; HInterID = DBUtility.ClsPub.CreateBillID_Prod(HBillType, ref sErrMsg); HBillNo = DBUtility.ClsPub.CreateBillCode_Prod(HBillType, ref sErrMsg, true); //----------å建è表------------------------ DataTable dt_Main = new DataTable("Json"); dt_Main.Columns.Add("HBillNo", typeof(string)); dt_Main.Columns.Add("HInterID", typeof(int)); //---------å建æ°è¡------------------------ DataRow dr_main = dt_Main.NewRow(); //å建æ°è¡ dt_Main.Rows.Add(dr_main); //å°æ°è¡å å ¥å°è¡¨ä¸ dr_main["HBillNo"] = DBUtility.ClsPub.isStrNull(HBillNo); dr_main["HInterID"] = DBUtility.ClsPub.isLong(HInterID); //è¿åæ°æ® if (HBillNo == "" || HInterID == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æå¤§åæ®IDãåæ®å·è·å失败"; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "è·åæå"; objJsonResult.data = dt_Main; return objJsonResult; } } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "è·åæå¤§åæ®IDãåæ®å·å¤±è´¥ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #endregion #region åºç¡èµæ @@ -567,6 +628,48 @@ #endregion #region çäº§ç»æå ä¸ä¼ çå /// <summary> /// ä¸ä¼ çæçäº§ç»æå /// </summary> /// <returns></returns> [Route("WEBSController/set_SavePackUnionBill_Json")] [HttpGet] public object set_SavePackUnionBill_Json(Int64 HInterID, string HBillType, string HBillNo, string HBarCode_Pack, string HMaker, Int64 HStockOrgID) { try { if (oWebs.set_SavePackUnionBill_Add(HInterID, HBillType, HBillNo, HBarCode_Pack, HMaker, HStockOrgID, 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; } } #endregion #endregion @@ -1358,6 +1461,284 @@ #endregion #region çäº§ç»æåæ¨¡åè°ç¨æ¹æ³ #region çäº§ç»æåæ¨¡å æ«æææ¡ç /// <summary> /// çäº§ç»æåæ¨¡å æ«æææ¡ç /// </summary> /// <returns></returns> [Route("WEBSController/Get_PackBarCode_PackUnionBill_Json")] [HttpGet] public object get_PackBarCode_PackUnionBill_Json(Int64 HInterID, string HBillNo, string HBillType, string HBarCode_Pack, string HMaker, Int64 HStockOrgID) { try { WebS.ClsGy_BarCodeBill_WMS_Model WebSoBarModel = new WebS.ClsGy_BarCodeBill_WMS_Model(); WebSoBarModel = oWebs.get_PackBarCode_PackUnionBill(HInterID, HBillNo, HBillType, HBarCode_Pack, HMaker, HStockOrgID, ref DBUtility.ClsPub.sErrInfo); if (WebSoBarModel == 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 = WebSoBarModel; 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_BarCode_PackUnionBill_Json")] [HttpGet] public object get_BarCode_PackUnionBill_Json(string HBarCode, Int64 HInterID, string HBillType, string HBillNo, string HBarCode_Pack, string HMaker, Int64 HStockOrgID) { try { if (oWebs.get_BarCode_PackUnionBill(HBarCode, HInterID, HBillType, HBillNo, HBarCode_Pack, HMaker, HStockOrgID, 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; } } #endregion #region è¿åç»æåè¡¨ä¿¡æ¯ /// <summary> /// è¿åç»æåè¡¨ä¿¡æ¯ /// </summary> /// <returns></returns> [Route("WEBSController/GetBillEntry_Tmp_Pack_Json")] [HttpGet] public object GetBillEntry_Tmp_Pack_Json(long HInterID, string HBillNo, string HBillType) { try { ds = oWebs.GetBillEntry_Tmp_Pack(HInterID, HBillNo, HBillType, ref DBUtility.ClsPub.sErrInfo); if (ds == null) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼"; objJsonResult.data = null; return objJsonResult; } else { List<object> columnNameList = new List<object>(); //æ·»å åå 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.Message = "è·åä¿¡æ¯æåï¼"; objJsonResult.data = ds.Tables[0]; objJsonResult.list = columnNameList; 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/set_DelPackUnionBill_Temp_Pack_Json")] [HttpGet] public object set_DelPackUnionBill_Temp_Pack_Json(Int64 HInterID, string HBarCode, string HBillType) { try { if (oWebs.set_DelPackUnionBill_Temp_Pack(HInterID, HBarCode, HBillType, 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; } } #endregion #region ç»æç¼åå表模åè°ç¨æ¹æ³ #region è¿åç»æç¼ååè¡¨ä¿¡æ¯ /// <summary> /// è¿åç»æç¼ååè¡¨ä¿¡æ¯ /// </summary> /// <returns></returns> [Route("WEBSController/GetSc_PackUnionBill_TempList_Json")] [HttpGet] public object GetSc_PackUnionBill_TempList_Json(string HBillType, string HMaker, long HStockOrgID) { try { ds = oWebs.GetSc_PackUnionBill_TempList(HBillType, HMaker, HStockOrgID); if (ds == null) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®æ ç¼åè®°å½ï¼"; objJsonResult.data = null; return objJsonResult; } else { List<object> columnNameList = new List<object>(); //æ·»å åå 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.Message = "è·åç¼åä¿¡æ¯æåï¼"; objJsonResult.data = ds.Tables[0]; objJsonResult.list = columnNameList; 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/DeleteTemp_PackUnionBill_Json")] [HttpGet] public object DeleteTemp_PackUnionBill_Json(Int64 HInterID) { try { if (oWebs.DeleteTemp_PackUnionBill(HInterID, 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; } } #endregion #endregion #endregion #region å¤çæ¹æ³ WebAPI/Controllers/Éú²ú¹ÜÀí/Éú²úÈÎÎñµ¥/Sc_ICMOBillController.cs
@@ -72,7 +72,7 @@ string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); string msg2 = sArray[0].ToString(); //ä¸»è¡¨æ°æ® string msg3 = sArray[1].ToString(); //åè¡¨æ°æ® int OperationType = int.Parse(sArray[2].ToString()); // æ°æ®ç±»å 1æ·»å 3ä¿®æ¹ int OperationType = int.Parse(sArray[2].ToString()); // æ°æ®ç±»å 1æ·»å 2å¤å¶ 3ä¿®æ¹ string user = sArray[3].ToString(); try @@ -554,14 +554,14 @@ ,HMaterID,HUnitID,HRemark,HSourceID,HDeptID,HSTATUS ,HBomID,HEntryCusID,HSTOCKINORGID ,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney ,HAuxQty,HAuxUnit,HWidth,HWeight) ,HAuxQty,HAuxUnit,HWidth,HWeight,HColorRemark) values({HInterID},{HEntryID},{(oSub.HQty == null ? 0 : oSub.HQty)} ,'{(oSub.HPlanBeginDate == null ? DateTime.Now.ToString("yyyy-MM-dd") : oSub.HPlanBeginDate.ToString())}','{(oSub.HPlanEndDate == null ? DateTime.Now.AddDays(1).ToString("yyyy-MM-dd") : oSub.HPlanEndDate.ToString())}' ,'{(oSub.HBeginDate == null ? DateTime.Now.ToString("yyyy-MM-dd") : oSub.HBeginDate.ToString())}','{(oSub.HEndDate == null ? DateTime.Now.AddDays(1).ToString("yyyy-MM-dd") : oSub.HEndDate.ToString())}' ,{oSub.HMaterID},{oSub.HUnitID},'{oSub.HRemark}',{oSub.HSourceID},{oSub.HDeptID},{oSub.HSTATUS} ,{oSub.HBomID} ,{oSub.HCusID} ,{oSub.HSTOCKINORGID} ,0,0,'','',0,0 ,{oSub.HAuxQty},{oSub.HAuxUnit},{oSub.HWidth},{oSub.HWeight})"); ,{oSub.HAuxQty},{oSub.HAuxUnit},{oSub.HWidth},{oSub.HWeight},'{oSub.HColorRemark}')"); objJsonResult.code = "1"; WebAPI/DLL/ClsGy_Material_Ctl.cs
@@ -26,14 +26,14 @@ ",HKeepDays,HPlanPrice,HstdPrice,HQtyMin,HQtyMax" + ",HSubjoin,HSubjoin2,HColor,HVersion,HEngName,HEngModel,HPropertyTypeID,HSPGroupID,HSPID,HMinPickQty,HUSEORGID,HERPItemID" + ",HSALEUNITID,HSALEPRICEUNITID,HBASEUNITID,HSTOREUNITID,HCHECKINCOMING,HCHECKPRODUCT,HPERUNITSTANDHOUR" + ",HSTDLABORPREPARETIME,HSTDMACHINEPREPARETIME,HWidth,HWeight) " + ",HSTDLABORPREPARETIME,HSTDMACHINEPREPARETIME,HWidth,HWeight,HColorRemark) " + " Values('" + oModel.HNumber + "','" + oModel.HName + "','" + oModel.HHelpCode + "','" + oModel.HShortNumber + "'," + oModel.HParentID.ToString() + ", " + oModel.HLevel.ToString() + "," + Convert.ToString(oModel.HEndFlag ? 1 : 0) + "," + Convert.ToString(oModel.HStopflag ? 1 : 0) + ",'" + oModel.HRemark + "'" + ",'" + oModel.HModel + "'," + oModel.HUnitID.ToString() + "," + oModel.HMaterClsID.ToString() + "," + oModel.HMaterTypeID.ToString() + "," + oModel.HUnitGroupID.ToString() + ", " + oModel.HWhID.ToString() + "," + oModel.HRoutingID.ToString() + "," + oModel.HBomID.ToString() + "," + oModel.HSecUnitID.ToString() + "," + oModel.HSecUnitRate.ToString() + ", " + oModel.HHighStock.ToString() + "," + oModel.HLowStock.ToString() + "," + oModel.HSafeStock.ToString() + "," + oModel.HOrderPrice.ToString() + ",'" + oModel.HSalePrice + "'" + ", " + oModel.HKeepDays.ToString() + "," + oModel.HPlanPrice.ToString() + "," + oModel.HstdPrice.ToString() + "," + oModel.HQtyMin.ToString() + "," + oModel.HQtyMax.ToString() + ",'" + oModel.HSubjoin + "','" + oModel.HSubjoin2 + "','" + oModel.HColor + "','" + oModel.HVersion + "','" + oModel.HEngName + "','" + oModel.HEngModel + "'," + oModel.HPropertyTypeID.ToString() + "," + oModel.HSPGroupID.ToString() + "," + oModel.HSPID.ToString() + "," + oModel.HMinPickQty.ToString() + "," + oModel.HUSEORGID + "," + oModel.HERPItemID + "," + oModel.HSALEUNITID + "," + oModel.HSALEPRICEUNITID + "," + oModel.HBASEUNITID + "," + oModel.HSTOREUNITID + "," + oModel.HCHECKINCOMING + "," + oModel.HCHECKPRODUCT + "," + oModel.HPERUNITSTANDHOUR + "," + oModel.HSTDLABORPREPARETIME + "," + oModel.HSTDMACHINEPREPARETIME + ","+ oModel.HWidth + "," + oModel.HWeight + ")", ref DBUtility.ClsPub.sExeReturnInfo); ",'" + oModel.HSubjoin + "','" + oModel.HSubjoin2 + "','" + oModel.HColor + "','" + oModel.HVersion + "','" + oModel.HEngName + "','" + oModel.HEngModel + "'," + oModel.HPropertyTypeID.ToString() + "," + oModel.HSPGroupID.ToString() + "," + oModel.HSPID.ToString() + "," + oModel.HMinPickQty.ToString() + "," + oModel.HUSEORGID + "," + oModel.HERPItemID + "," + oModel.HSALEUNITID + "," + oModel.HSALEPRICEUNITID + "," + oModel.HBASEUNITID + "," + oModel.HSTOREUNITID + "," + oModel.HCHECKINCOMING + "," + oModel.HCHECKPRODUCT + "," + oModel.HPERUNITSTANDHOUR + "," + oModel.HSTDLABORPREPARETIME + "," + oModel.HSTDMACHINEPREPARETIME + ","+ oModel.HWidth + "," + oModel.HWeight + ",'"+ oModel.HColorRemark + "')", ref DBUtility.ClsPub.sExeReturnInfo); //ä¿®æ¹ä¸çº§ä¸ºéæ«çº§ä»£ç oCn.RunProc("Update " + MvarItemKey + " set HEndflag=0 where HItemID=" + oModel.HParentID, ref DBUtility.ClsPub.sExeReturnInfo); oCn.Commit(); @@ -139,6 +139,7 @@ ",HSTDLABORPREPARETIME=" + oModel.HSTDLABORPREPARETIME.ToString() + ",HWeight=" + oModel.HWeight.ToString() + ",HWidth=" + oModel.HWidth.ToString() + ",HColorRemark='" + oModel.HColorRemark.ToString() + "'" + ",HSTDMACHINEPREPARETIME=" + oModel.HSTDMACHINEPREPARETIME.ToString() + "Where HItemID=" + sItemID, ref DBUtility.ClsPub.sExeReturnInfo); //ä¿®æ¹å项ç®ä»£ç oCn.RunProc("exec h_p_Gy_UpdateNumber '" + MvarItemKey + "','" + oModel.HNumber + ".','" + this.HOldNumber + ".'", ref DBUtility.ClsPub.sExeReturnInfo); WebAPI/ListModels.cs
@@ -959,6 +959,18 @@ } /// <summary> /// å¤çæ°å¢æ¡ç æç çjson /// </summary> /// <param name="jsonString"></param> /// <returns></returns> public List<Model.ClsGy_BarCodeEdit_Model> getObjectByJson_Gy_SplitBarCode(string jsonString) { //jsonString = "[" + jsonString.ToString() + "]"; List<Model.ClsGy_BarCodeEdit_Model> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsGy_BarCodeEdit_Model>>(jsonString); return list; } /// <summary> /// å¤çåºåç¶æè¡¨çjson /// </summary> /// <param name="jsonString"></param> WebAPI/Models/ClsGy_Material_Model.cs
@@ -46,6 +46,7 @@ public string HOldMaterNumber; public double HWidth; //å¹ å®½ public double HWeight; //å é public string HColorRemark; //æè²è¦æ± public int HSALEUNITID; //éå®è®¡éåä½(gy_unit) public int HSALEPRICEUNITID; //éå®è®¡ä»·è®¡éåä½(gy_unit) WebAPI/Models/ClsGy_ProcPrice.cs
@@ -10,7 +10,7 @@ public long HMaterIDCol { get; set; } public long HProcIDCol { get; set; } public long HSourceIDCol { get; set; } public long HPriceCol { get; set; } public decimal HPriceCol { get; set; } public DateTime HBeginDateCol { get; set; } WebAPI/Models/»ù´¡×ÊÁÏ/Gy_Process.cs
@@ -34,6 +34,7 @@ public long HEmpQty { get; set; } public long HProcID { get; set; } public int HUSEORGID { get; set; } public bool HTProcessFlag { get; set; } public string HBarCodeForBase { get; set; } WebAPI/Properties/PublishProfiles/FolderProfile.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|2023-04-26T01:39:00.9101371Z;True|2023-04-26T09:14:21.5065041+08:00;True|2023-04-26T09:08:26.8557211+08:00;True|2023-04-25T15:33:41.9030849+08:00;True|2023-04-25T12:39:45.5464965+08:00;True|2023-04-25T11:29:34.0208450+08:00;True|2023-04-25T11:22:48.0137516+08:00;True|2023-04-25T10:54:09.9565156+08:00;True|2023-04-25T10:43:28.1289540+08:00;True|2023-04-25T09:41:09.5538467+08:00;True|2023-04-17T09:06:31.8213653+08:00;True|2023-04-14T14:30:01.1863729+08:00;True|2023-04-14T11:04:34.4575531+08:00;True|2023-04-14T11:01:01.7302984+08:00;True|2023-04-14T10:40:47.4260236+08:00;True|2023-04-14T10:40:39.9387826+08:00;True|2023-04-13T11:59:50.4573875+08:00;True|2023-04-11T16:04:21.5999400+08:00;True|2023-04-11T15:36:37.3620162+08:00;True|2023-04-11T15:26:15.3971764+08:00;True|2023-03-13T11:19:32.0927720+08:00;True|2023-03-13T10:39:50.9250037+08:00;True|2023-03-13T08:54:57.5891390+08:00;True|2023-03-10T09:00:31.2441735+08:00;True|2023-03-08T08:25:11.1877416+08:00;True|2023-03-06T09:18:03.5502956+08:00;True|2023-03-06T09:14:57.8192971+08:00;True|2023-01-11T13:30:27.8190489+08:00;True|2023-01-06T14:29:14.6067256+08:00;True|2022-12-23T17:06:52.0688439+08:00;True|2022-12-23T16:12:04.4155951+08:00;True|2022-12-23T13:35:44.6439326+08:00;True|2022-11-30T08:24:02.9999976+08:00;True|2022-11-30T08:01:51.4579972+08:00;True|2022-11-29T21:32:14.4359673+08:00;True|2022-11-29T19:30:22.9466023+08:00;True|2022-11-29T19:24:30.1630119+08:00;True|2022-11-29T17:31:43.1926801+08:00;True|2022-11-29T17:14:32.5869985+08:00;True|2022-11-29T10:42:57.1877576+08:00;True|2022-11-27T14:40:28.4784748+08:00;True|2022-11-26T20:49:34.2789400+08:00;True|2022-11-26T19:24:58.9988205+08:00;True|2022-11-26T15:33:08.6274944+08:00;True|2022-11-26T14:37:46.3953592+08:00;True|2022-11-26T09:16:41.7487240+08:00;True|2022-11-24T09:49:50.7302637+08:00;True|2022-11-23T16:24:56.5946914+08:00;True|2022-11-23T16:19:57.5570583+08:00;True|2022-11-23T15:05:13.8032246+08:00;True|2022-11-22T20:24:39.7324815+08:00;True|2022-11-22T13:18:16.2143925+08:00;False|2022-11-22T13:12:53.0448580+08:00;True|2022-11-22T11:03:01.7571733+08:00;True|2022-11-21T13:20:11.1961237+08:00;True|2022-11-21T13:13:52.0360749+08:00;True|2022-11-18T15:48:13.0747365+08:00;True|2022-11-18T14:15:54.5626901+08:00;True|2022-11-17T18:41:26.5464503+08:00;True|2022-11-15T13:55:35.3496366+08:00;True|2022-11-15T11:03:23.6773297+08:00;True|2022-11-15T10:58:47.9703720+08:00;True|2022-11-15T10:12:27.8305782+08:00;True|2022-11-15T09:47:26.7480777+08:00;True|2022-11-15T08:55:44.0275263+08:00;True|2022-11-15T08:54:06.6396851+08:00;True|2022-11-15T08:44:18.2013404+08:00;True|2022-11-15T01:16:19.8154538+08:00;True|2022-11-15T01:15:03.7846810+08:00;True|2022-11-15T01:01:11.0318599+08:00;True|2022-11-15T00:30:33.7148460+08:00;True|2022-11-15T00:15:26.5178283+08:00;True|2022-11-14T23:54:32.6128172+08:00;True|2022-11-14T23:26:52.0335380+08:00;True|2022-11-14T22:21:28.0622050+08:00;True|2022-11-14T21:47:43.6964619+08:00;True|2022-11-14T21:41:42.3128804+08:00;True|2022-11-14T21:31:17.2784203+08:00;True|2022-11-14T20:48:20.0380343+08:00;True|2022-11-11T17:24:44.7029993+08:00;True|2022-11-11T16:47:29.3444029+08:00;True|2022-11-11T16:07:26.4718473+08:00;True|2022-11-11T15:52:41.7235701+08:00;True|2022-11-10T15:58:10.8883176+08:00;True|2022-11-10T15:29:59.3113740+08:00;True|2022-11-10T13:34:14.7380132+08:00;True|2022-11-10T10:28:02.1166569+08:00;True|2022-11-09T23:28:25.6401971+08:00;True|2022-11-09T16:20:53.2757536+08:00;True|2022-11-09T16:16:41.3169214+08:00;True|2022-11-09T14:02:55.1802832+08:00;True|2022-11-09T13:57:55.2726154+08:00;True|2022-11-09T13:28:53.2022669+08:00;True|2022-11-09T13:10:58.0740163+08:00;True|2022-11-09T12:59:42.2328933+08:00;True|2022-11-09T11:54:08.0187924+08:00;True|2022-11-09T11:49:32.4296758+08:00;True|2022-11-09T11:34:32.6613370+08:00;True|2022-11-09T11:06:56.9443306+08:00;True|2022-11-06T23:43:44.0833657+08:00;True|2022-11-06T23:29:52.0088244+08:00;True|2022-11-06T22:06:14.7091464+08:00;True|2022-11-06T22:03:25.2696951+08:00;True|2022-11-06T21:58:50.1055520+08:00;True|2022-11-06T21:54:14.0075395+08:00;True|2022-11-06T21:39:30.2652105+08:00;True|2022-11-04T15:54:37.9813194+08:00;True|2022-11-04T15:43:59.7702621+08:00;True|2022-11-04T13:59:29.3941234+08:00;True|2022-11-04T13:44:18.1212719+08:00;True|2022-11-04T13:42:06.1010393+08:00;True|2022-11-04T13:37:01.7814703+08:00;True|2022-11-04T13:35:43.1121709+08:00;True|2022-11-04T13:33:05.1362535+08:00;True|2022-11-04T13:30:11.1113703+08:00;True|2022-11-04T13:28:53.7185382+08:00;True|2022-11-04T13:27:08.0691684+08:00;True|2022-11-04T13:20:46.2297633+08:00;True|2022-11-04T13:17:57.1564250+08:00;True|2022-11-04T13:15:36.3651019+08:00;True|2022-11-04T13:13:44.6635701+08:00;True|2022-11-04T13:12:02.3968306+08:00;True|2022-11-04T13:08:07.7653927+08:00;True|2022-11-04T11:37:44.1975649+08:00;True|2022-11-04T11:36:20.3813848+08:00;True|2022-11-04T11:26:40.9713465+08:00;True|2022-11-04T10:17:36.4269558+08:00;True|2022-11-04T09:47:05.4607111+08:00;True|2022-11-04T09:28:27.9347785+08:00;True|2022-11-04T08:38:38.5253737+08:00;True|2022-11-03T13:31:32.7883545+08:00;False|2022-11-03T13:27:07.8579021+08:00;True|2022-11-03T11:07:07.3903101+08:00;True|2022-11-03T10:54:26.7818816+08:00;True|2022-11-03T10:35:59.1956262+08:00;True|2022-11-03T10:30:07.0651285+08:00;True|2022-11-03T10:01:20.8467911+08:00;True|2022-08-22T11:13:33.9211829+08:00;True|2022-06-17T11:19:24.4893458+08:00;True|2022-06-07T14:44:51.5702202+08:00;True|2022-06-07T14:42:44.8351600+08:00;True|2022-05-17T14:19:55.1158182+08:00;True|2022-05-17T13:25:44.2886247+08:00;True|2022-05-17T10:29:26.6813564+08:00;True|2022-05-17T09:02:49.1742018+08:00;True|2022-05-06T15:13:12.2438900+08:00;True|2022-05-06T14:49:39.8536594+08:00;True|2022-04-22T17:07:44.8823529+08:00;True|2022-04-19T19:13:40.8312746+08:00;True|2022-04-19T15:40:16.0022040+08:00;True|2022-04-19T15:13:32.9767736+08:00;False|2022-04-19T15:08:33.6507639+08:00;True|2022-04-19T15:02:51.9580210+08:00;True|2022-04-19T13:54:18.7579131+08:00;True|2022-04-12T10:36:02.1779173+08:00;True|2022-04-12T10:05:31.0222037+08:00;True|2022-04-12T09:47:49.3724819+08:00;True|2022-04-09T15:08:54.5697468+08:00;True|2022-04-08T17:31:31.0046258+08:00;True|2022-04-08T16:50:41.3018422+08:00;True|2022-04-08T10:35:36.5029980+08:00;True|2022-03-31T09:38:37.3646053+08:00;True|2022-03-29T13:57:45.4410942+08:00;True|2022-03-10T18:59:23.7994337+08:00;True|2022-03-10T18:52:39.5019082+08:00;True|2022-03-10T18:51:12.7949284+08:00;True|2022-03-10T18:50:47.2024177+08:00;True|2022-03-10T18:45:08.8409380+08:00;True|2022-03-10T18:41:17.0102564+08:00;True|2022-03-10T18:35:49.0742353+08:00;True|2022-03-10T17:57:47.4196965+08:00;True|2022-03-10T17:34:27.5723245+08:00;True|2022-03-10T16:13:59.3829164+08:00;True|2022-03-09T14:50:49.1222033+08:00;True|2022-03-09T11:21:03.0073651+08:00;False|2022-03-09T11:16:56.1792896+08:00;False|2022-03-09T11:16:49.7923320+08:00;True|2022-03-08T15:47:47.4722336+08:00;True|2022-03-08T15:47:28.5397115+08:00;True|2022-03-08T15:37:08.7379870+08:00;True|2022-03-02T17:37:54.4659976+08:00;True|2022-03-02T17:34:12.2949726+08:00;True|2022-03-02T17:26:38.7070673+08:00;True|2022-03-02T17:07:49.7024316+08:00;True|2022-03-02T17:05:22.4177336+08:00;True|2022-03-02T16:14:57.9880587+08:00;True|2022-03-01T17:52:52.6766959+08:00;True|2022-02-28T14:36:22.6449303+08:00;True|2022-02-24T15:43:36.8244163+08:00;True|2022-02-23T17:57:14.3693224+08:00;True|2022-02-23T17:46:42.1078183+08:00;False|2022-02-23T17:41:06.5886724+08:00;True|2022-02-23T16:59:45.5533581+08:00;True|2022-02-23T16:57:43.3328895+08:00;True|2022-02-21T09:09:37.2601134+08:00;True|2022-02-21T09:03:32.4071009+08:00;True|2022-02-21T08:59:59.0172082+08:00;True|2022-02-18T14:05:39.1358825+08:00;True|2022-02-18T10:23:02.4391239+08:00;True|2022-02-18T10:21:31.0559267+08:00;True|2022-02-17T16:50:11.7192509+08:00;True|2022-02-17T13:19:13.7697894+08:00;True|2022-02-11T10:36:12.7757100+08:00;True|2022-02-10T10:54:25.2685040+08:00;True|2022-02-10T10:37:02.1034768+08:00;True|2022-02-09T17:32:45.6511283+08:00;True|2022-02-09T17:24:32.5115193+08:00;True|2022-02-09T17:00:24.0662114+08:00;True|2022-02-09T16:56:42.3364622+08:00;True|2022-02-09T14:17:25.8688855+08:00;True|2022-02-09T14:11:51.6149822+08:00;True|2022-02-07T23:29:26.2842648+08:00;True|2022-02-07T23:28:58.8242274+08:00;False|2022-02-07T23:25:29.0647793+08:00;True|2022-02-07T13:06:37.5515985+08:00;True|2022-02-07T12:42:19.5220491+08:00;True|2022-02-07T09:52:59.6728595+08:00;True|2022-02-01T11:32:10.5831557+08:00;True|2022-01-29T14:09:02.9178986+08:00;True|2022-01-28T12:01:45.1416438+08:00;True|2022-01-28T11:03:41.6361866+08:00;True|2022-01-28T10:44:53.5367862+08:00;True|2022-01-28T10:40:41.6697563+08:00;True|2022-01-28T10:25:56.7093616+08:00;True|2022-01-28T09:58:13.0733060+08:00;True|2022-01-27T09:26:29.6568807+08:00;True|2022-01-27T00:47:57.9102528+08:00;True|2022-01-27T00:46:52.8845001+08:00;True|2022-01-27T00:36:34.5330938+08:00;True|2022-01-27T00:35:19.5439329+08:00;True|2022-01-27T00:33:38.5701950+08:00;True|2022-01-27T00:32:00.9028982+08:00;True|2022-01-27T00:30:13.2390921+08:00;True|2022-01-27T00:28:23.2989144+08:00;True|2022-01-27T00:16:01.3789455+08:00;True|2022-01-27T00:09:58.8112352+08:00;True|2022-01-27T00:00:40.8353538+08:00;True|2022-01-26T23:37:50.9494735+08:00;True|2022-01-26T23:29:39.8647473+08:00;True|2022-01-26T23:20:49.3274392+08:00;True|2022-01-26T23:15:53.7037293+08:00;True|2022-01-26T23:06:28.8595953+08:00;True|2022-01-26T23:02:12.9882299+08:00;True|2022-01-26T22:55:33.2535730+08:00;True|2022-01-26T22:51:01.8427947+08:00;True|2022-01-26T22:47:44.0715387+08:00;True|2022-01-26T22:20:21.7217039+08:00;True|2022-01-26T22:13:39.5372069+08:00;True|2022-01-26T22:01:31.2113177+08:00;True|2022-01-26T21:55:26.5478921+08:00;True|2022-01-26T21:50:18.2700369+08:00;True|2022-01-26T21:48:52.0020233+08:00;True|2022-01-26T19:19:29.4530523+08:00;True|2022-01-26T19:07:21.6474231+08:00;True|2022-01-26T18:25:42.2933291+08:00;True|2022-01-26T12:39:02.0149050+08:00;True|2022-01-26T12:13:43.9149452+08:00;True|2022-01-26T11:24:33.5742248+08:00;True|2022-01-26T08:51:10.8105076+08:00;True|2022-01-25T21:07:32.9069261+08:00;True|2022-01-24T01:35:12.3309466+08:00;True|2022-01-23T23:19:15.9702821+08:00;True|2022-01-23T21:50:41.6903353+08:00;True|2022-01-23T21:25:57.6084267+08:00;True|2022-01-23T21:16:10.1516535+08:00;True|2022-01-23T20:52:08.3745284+08:00;True|2022-01-23T18:19:32.2386502+08:00;True|2022-01-23T18:11:42.0830325+08:00;True|2022-01-23T18:00:01.3239547+08:00;True|2022-01-23T12:18:48.2466943+08:00;True|2022-01-22T00:48:50.4531647+08:00;True|2022-01-21T13:10:32.8173598+08:00;True|2022-01-21T13:04:01.6388059+08:00;True|2022-01-21T12:51:40.5304103+08:00;True|2022-01-21T12:44:06.3059885+08:00;True|2022-01-21T12:34:33.9314010+08:00;True|2022-01-21T11:39:20.1088577+08:00;True|2022-01-20T11:33:49.0516846+08:00;True|2022-01-20T10:02:12.0295471+08:00;True|2022-01-20T10:02:03.3535503+08:00;True|2022-01-19T23:56:18.7293193+08:00;True|2022-01-19T22:30:14.6986228+08:00;True|2022-01-19T22:15:08.8608795+08:00;True|2022-01-19T21:57:55.2295030+08:00;True|2022-01-19T13:50:37.8588759+08:00;True|2022-01-19T13:42:52.9761531+08:00;True|2022-01-19T00:26:36.9722917+08:00;True|2022-01-19T00:15:30.8583143+08:00;True|2022-01-18T21:19:30.6193048+08:00;True|2022-01-18T21:12:07.1453825+08:00;True|2022-01-18T20:35:27.3779956+08:00;True|2022-01-18T17:44:45.2318570+08:00;True|2022-01-18T14:45:29.0299640+08:00;True|2022-01-17T22:23:20.8214203+08:00;True|2022-01-17T21:49:15.7740045+08:00;True|2022-01-17T21:47:24.6997598+08:00;True|2022-01-17T21:44:00.1942787+08:00;True|2022-01-17T21:43:15.5992687+08:00;True|2022-01-17T21:33:16.8034756+08:00;True|2022-01-17T21:25:39.9909343+08:00;True|2022-01-17T21:13:03.9659338+08:00;True|2022-01-17T20:32:14.8869091+08:00;True|2022-01-17T19:01:46.5753686+08:00;True|2022-01-17T18:31:24.1032169+08:00;True|2022-01-17T18:21:39.2918684+08:00;True|2022-01-17T18:12:07.4859038+08:00;True|2022-01-17T18:09:26.6989718+08:00;True|2022-01-17T18:04:36.7564997+08:00;True|2022-01-17T17:57:44.7814863+08:00;True|2022-01-17T17:51:50.1516107+08:00;True|2022-01-17T17:39:29.2918799+08:00;True|2022-01-17T14:55:21.5859341+08:00;True|2022-01-17T14:38:06.5091500+08:00;True|2022-01-17T14:30:25.5378436+08:00;True|2022-01-16T19:15:24.5874858+08:00;True|2022-01-16T19:07:49.0613424+08:00;True|2022-01-16T16:10:47.3112741+08:00;False|2022-01-14T19:09:41.9296709+08:00;False|2022-01-14T18:56:11.0569808+08:00;False|2022-01-14T18:28:20.1376762+08:00;False|2022-01-14T18:27:30.8678130+08:00;False|2022-01-14T18:22:45.4436504+08:00;False|2022-01-14T18:19:37.0374753+08:00;False|2022-01-14T18:18:48.5868254+08:00;False|2022-01-14T18:14:02.5810257+08:00;False|2022-01-14T18:09:51.1730754+08:00;False|2022-01-14T18:09:17.8940754+08:00;True|2022-01-13T20:08:16.2937608+08:00;True|2022-01-13T20:07:30.1505466+08:00;True|2022-01-13T13:39:42.0146294+08:00;True|2022-01-13T13:38:07.5062471+08:00;True|2022-01-13T11:29:49.3751232+08:00;True|2022-01-13T11:05:43.9574142+08:00;True|2022-01-13T10:33:23.1921058+08:00;True|2022-01-12T20:38:16.9165651+08:00;True|2022-01-12T20:24:46.3779264+08:00;True|2022-01-12T20:03:06.5030626+08:00;True|2022-01-12T19:44:55.4294326+08:00;True|2022-01-12T12:58:45.9548600+08:00;True|2022-01-12T11:28:44.7797749+08:00;True|2022-01-11T18:07:30.9151356+08:00;True|2022-01-11T15:06:32.7301609+08:00;True|2022-01-11T09:27:00.1766442+08:00;True|2021-12-30T14:41:56.8541015+08:00;True|2021-12-30T13:45:00.6130694+08:00;True|2021-12-30T13:44:18.7370780+08:00;True|2021-12-30T13:36:52.8171136+08:00;True|2021-12-28T19:14:22.5979649+08:00;True|2021-12-28T13:13:39.3543252+08:00;True|2021-12-27T15:31:26.6037782+08:00;True|2021-12-27T15:28:54.4824480+08:00;True|2021-12-27T15:22:47.8436108+08:00;True|2021-12-27T15:04:37.0711590+08:00;True|2021-12-27T15:03:52.0932499+08:00;True|2021-12-27T15:03:33.0172733+08:00;True|2021-12-27T13:28:27.4252747+08:00;True|2021-12-25T19:38:33.6784042+08:00;True|2021-12-24T20:47:43.3471563+08:00;True|2021-12-24T20:14:57.6946814+08:00;True|2021-12-24T19:55:21.1843105+08:00;True|2021-12-24T19:49:54.6719726+08:00;True|2021-12-24T19:38:14.1180741+08:00;True|2021-12-22T13:51:37.1082523+08:00;True|2021-12-21T15:38:59.8015096+08:00;True|2021-12-21T15:29:54.8095063+08:00;False|2021-12-21T15:29:21.7006531+08:00;False|2021-12-21T15:16:18.2218025+08:00;False|2021-12-21T15:11:38.1215841+08:00;False|2021-12-21T15:08:27.0590078+08:00;True|2021-12-10T14:12:36.4065298+08:00;True|2021-12-10T13:54:03.4921778+08:00;True|2021-12-10T13:25:49.0439086+08:00;True|2021-12-10T13:19:58.9494477+08:00;True|2021-12-10T13:10:45.3929017+08:00;True|2021-12-10T11:06:53.2416794+08:00;True|2021-12-07T17:23:28.9380484+08:00;True|2021-12-07T17:13:52.4384814+08:00;True|2021-12-07T16:39:49.2020208+08:00;True|2021-12-07T15:18:20.9024533+08:00;True|2021-12-07T15:07:35.4428035+08:00;True|2021-12-07T15:01:02.0445043+08:00;True|2021-12-07T14:50:08.9019705+08:00;True|2021-12-07T14:34:50.4993666+08:00;False|2021-12-07T14:32:56.0408332+08:00;True|2021-12-06T17:11:41.4004606+08:00;True|2021-12-06T16:48:07.6029757+08:00;True|2021-12-06T13:46:35.9437718+08:00;True|2021-12-06T13:45:07.6622615+08:00;True|2021-12-06T11:25:04.3483155+08:00;True|2021-12-06T11:18:24.5804187+08:00;True|2021-11-22T16:27:05.4241947+08:00;True|2021-11-22T13:40:17.6768280+08:00;True|2021-11-19T16:15:19.9085104+08:00;True|2021-11-09T10:34:21.1623512+08:00;True|2021-11-07T16:57:59.7380254+08:00;True|2021-11-07T16:53:47.4198852+08:00;True|2021-11-07T16:42:05.5096826+08:00;True|2021-11-07T16:37:21.0729013+08:00;True|2021-11-05T20:51:17.6170717+08:00;True|2021-11-05T20:35:14.6250333+08:00;True|2021-11-05T19:30:19.8374158+08:00;True|2021-11-05T19:22:46.2276569+08:00;True|2021-11-05T19:20:30.8253213+08:00;True|2021-11-05T19:16:45.7553310+08:00;True|2021-11-05T19:16:00.4532689+08:00;True|2021-11-05T19:12:25.9022478+08:00;False|2021-11-05T19:11:26.5753529+08:00;True|2021-11-05T19:09:30.0085433+08:00;True|2021-11-05T18:48:19.9395153+08:00;True|2021-11-05T18:45:34.3437897+08:00;True|2021-11-05T18:43:43.4558159+08:00;True|2021-11-05T18:40:40.9948500+08:00;True|2021-11-05T18:34:18.4440455+08:00;True|2021-11-05T15:54:51.6037132+08:00;True|2021-10-28T16:27:53.9728270+08:00;True|2021-10-28T16:03:59.5629998+08:00;True|2021-10-28T08:51:04.2549186+08:00;True|2021-10-27T15:14:53.5506098+08:00;True|2021-10-27T15:00:44.9100320+08:00;True|2021-10-27T13:14:46.7921647+08:00;True|2021-10-27T11:24:49.4550753+08:00;True|2021-10-27T10:10:10.3545125+08:00;True|2021-10-27T10:02:24.9248610+08:00;True|2021-10-27T09:59:40.3795897+08:00;True|2021-10-27T09:56:30.6629207+08:00;True|2021-10-27T09:10:48.3883432+08:00;True|2021-10-27T09:03:31.9191991+08:00;True|2021-10-27T08:59:59.7651159+08:00;True|2021-10-27T08:36:11.8620997+08:00;True|2021-10-27T08:26:40.2533014+08:00;True|2021-10-26T09:19:35.5674748+08:00;True|2021-10-26T09:17:17.6900747+08:00;True|2021-10-26T09:14:32.3999220+08:00;True|2021-10-25T15:08:21.2581763+08:00;True|2021-10-25T10:01:57.8524903+08:00;True|2021-10-25T09:28:51.6294879+08:00;True|2021-10-25T09:25:50.3373336+08:00;True|2021-10-25T09:23:37.0203978+08:00;True|2021-10-25T09:18:23.3380608+08:00;True|2021-10-25T09:15:10.5292071+08:00;True|2021-10-25T08:56:30.4632027+08:00;True|2021-10-25T08:50:11.4697392+08:00;True|2021-10-22T13:46:49.7207066+08:00;True|2021-10-22T10:06:33.3130089+08:00;True|2021-10-20T14:32:10.1235516+08:00;True|2021-10-20T14:16:18.6496291+08:00;True|2021-10-20T14:08:49.2443715+08:00;True|2021-10-20T14:05:14.6847950+08:00;True|2021-10-20T13:30:21.6057636+08:00;True|2021-10-20T10:55:22.2151716+08:00;True|2021-10-19T10:42:13.4198267+08:00;True|2021-10-19T10:01:41.0018108+08:00;True|2021-10-19T09:59:11.2127619+08:00;True|2021-10-19T09:54:04.8472874+08:00;True|2021-10-15T11:19:15.5327495+08:00;True|2021-10-15T11:17:41.0686485+08:00;True|2021-10-15T11:12:11.8295042+08:00;True|2021-10-15T10:33:31.5670079+08:00;True|2021-10-15T10:27:45.0815146+08:00;True|2021-10-14T14:51:28.5331025+08:00;True|2021-10-14T14:37:28.3276051+08:00;True|2021-10-14T14:23:39.0606792+08:00;True|2021-10-14T14:21:03.8140347+08:00;True|2021-10-13T10:31:10.6628977+08:00;True|2021-10-13T10:12:24.4238027+08:00;True|2021-10-13T08:47:43.9314486+08:00;True|2021-10-12T14:07:18.6065183+08:00;True|2021-10-12T10:34:10.1682362+08:00;True|2021-10-12T10:27:14.3073332+08:00;True|2021-10-12T10:22:08.0004619+08:00;True|2021-10-12T10:21:03.0275378+08:00;True|2021-10-12T10:11:54.9812692+08:00;True|2021-10-11T16:59:07.3568342+08:00;True|2021-10-11T16:53:14.2016138+08:00;True|2021-10-11T16:21:35.0133775+08:00;True|2021-10-11T15:34:19.5731935+08:00;True|2021-10-11T15:31:07.5780983+08:00;True|2021-10-11T15:06:47.1145237+08:00;True|2021-10-11T15:03:25.5000280+08:00;True|2021-10-11T10:12:57.6416898+08:00;True|2021-10-09T10:15:17.9235165+08:00;True|2021-10-09T10:13:51.3318441+08:00;True|2021-10-09T10:01:21.6661542+08:00;True|2021-10-09T09:58:41.9225837+08:00;True|2021-10-08T14:56:49.7935800+08:00;True|2021-10-08T14:35:41.4490063+08:00;True|2021-10-08T14:02:42.6990656+08:00;True|2021-09-29T15:48:55.1547397+08:00;True|2021-09-29T15:48:23.5567191+08:00;True|2021-09-27T16:17:35.7180978+08:00;True|2021-09-27T15:51:50.4240134+08:00;True|2021-09-23T20:55:27.3554447+08:00;True|2021-09-23T14:14:44.0572017+08:00;True|2021-09-23T13:51:56.2344673+08:00;True|2021-09-23T10:46:16.7417007+08:00;True|2021-09-23T10:42:23.2117537+08:00;True|2021-09-22T15:21:22.9615672+08:00;True|2021-09-22T14:23:32.7907754+08:00;True|2021-09-22T13:48:03.4780947+08:00;True|2021-09-22T11:05:24.5249356+08:00;True|2021-09-22T10:00:19.0962943+08:00;True|2021-09-22T09:30:26.2686514+08:00;True|2021-09-17T11:22:34.5692792+08:00;True|2021-09-16T16:11:27.5372277+08:00;True|2021-09-16T14:53:40.8396557+08:00;True|2021-09-16T14:32:29.7905500+08:00;True|2021-09-16T14:26:46.2224219+08:00;True|2021-09-16T10:32:24.4244440+08:00;True|2021-09-15T11:10:35.3529360+08:00;True|2021-09-15T11:08:30.0857376+08:00;True|2021-09-15T11:05:56.7191571+08:00;True|2021-09-14T01:24:39.8041136+08:00;True|2021-09-14T01:05:01.1593327+08:00;True|2021-09-14T00:44:14.7233198+08:00;True|2021-09-13T23:48:19.4506233+08:00;True|2021-09-13T20:30:31.3243872+08:00;True|2021-09-13T19:45:35.9108911+08:00;False|2021-09-13T19:44:59.2779092+08:00;True|2021-09-13T18:09:22.4994381+08:00;True|2021-09-10T14:18:27.5788854+08:00;True|2021-09-09T15:57:01.7407207+08:00;True|2021-09-09T15:49:34.2598998+08:00;True|2021-09-09T11:32:10.7853024+08:00;True|2021-09-09T11:10:48.6840025+08:00;True|2021-09-09T10:35:37.3883078+08:00;True|2021-09-07T14:11:49.8497588+08:00;True|2021-09-07T13:34:48.4693349+08:00;True|2021-09-06T14:33:48.7549675+08:00;True|2021-09-03T16:27:51.1888520+08:00;True|2021-09-03T16:19:35.9003465+08:00;True|2021-09-03T15:46:28.1828032+08:00;True|2021-09-03T15:34:21.9362871+08:00;True|2021-09-03T11:24:49.8749819+08:00;True|2021-09-03T11:21:17.8373159+08:00;True|2021-09-03T11:16:53.2208136+08:00;True|2021-09-03T11:12:23.9063804+08:00;True|2021-09-03T09:11:09.2435721+08:00;True|2021-09-02T11:16:15.1370453+08:00;True|2021-09-02T10:35:39.1171879+08:00;True|2021-09-01T10:17:09.4536285+08:00;True|2021-09-01T09:46:28.4581776+08:00;True|2021-08-31T08:54:26.8588887+08:00;True|2021-08-31T08:39:08.3685693+08:00;True|2021-08-30T17:11:56.8438985+08:00;True|2021-08-30T15:59:42.0820292+08:00;True|2021-08-30T15:45:18.1868510+08:00;True|2021-08-30T14:56:08.3958863+08:00;True|2021-08-30T14:37:11.5379830+08:00;True|2021-08-30T14:35:34.8775934+08:00;True|2021-08-30T14:24:36.5111821+08:00;True|2021-08-30T10:05:49.6945200+08:00;True|2021-08-30T10:03:28.4064538+08:00;True|2021-08-30T10:00:16.8360929+08:00;True|2021-08-30T09:56:09.4434379+08:00;True|2021-08-30T09:55:36.1725334+08:00;True|2021-08-30T09:52:04.8600054+08:00;True|2021-08-30T09:47:46.4225655+08:00;True|2021-08-30T09:45:20.4894962+08:00;False|2021-08-27T17:17:34.2646751+08:00;False|2021-08-27T16:01:21.2791979+08:00;False|2021-08-27T15:58:06.9667160+08:00;False|2021-08-27T15:38:37.4818036+08:00;False|2021-08-27T15:21:02.8863114+08:00;False|2021-08-27T15:20:28.6828668+08:00;True|2021-08-26T16:00:44.3162145+08:00;True|2021-08-26T08:57:31.3842587+08:00;True|2021-08-23T08:43:41.1549775+08:00;True|2021-08-22T09:24:12.7210871+08:00;True|2021-08-22T09:19:53.8300229+08:00;True|2021-08-20T20:00:52.0140407+08:00;True|2021-08-20T19:40:14.7712765+08:00;True|2021-08-19T17:37:54.9748049+08:00;True|2021-08-19T17:20:11.0515687+08:00;True|2021-08-19T16:12:35.4392809+08:00;True|2021-08-19T16:06:50.6204587+08:00;True|2021-08-19T16:03:53.0824286+08:00;True|2021-08-19T15:56:01.3498791+08:00;True|2021-08-19T10:18:50.8113630+08:00;True|2021-08-19T09:58:06.2784035+08:00;True|2021-08-19T09:56:54.0619777+08:00;True|2021-08-19T00:32:08.3503093+08:00;True|2021-08-19T00:11:18.3150227+08:00;True|2021-08-19T00:02:49.4827718+08:00;True|2021-08-18T23:54:45.4845900+08:00;True|2021-08-18T23:39:51.6147977+08:00;True|2021-08-18T23:16:42.7214379+08:00;True|2021-08-18T22:38:57.4681929+08:00;True|2021-08-18T21:41:58.7560707+08:00;True|2021-08-18T21:11:52.2369249+08:00;True|2021-08-18T21:01:49.5669106+08:00;True|2021-08-18T20:47:46.5352688+08:00;False|2021-08-18T20:46:36.7956141+08:00;False|2021-08-18T20:46:01.0502138+08:00;True|2021-08-18T19:39:12.8186242+08:00;False|2021-08-18T19:38:12.6839708+08:00;True|2021-08-18T19:15:51.4626694+08:00;True|2021-08-18T16:07:20.4350886+08:00;True|2021-08-18T14:29:41.7171934+08:00;True|2021-08-18T14:20:36.3647361+08:00;True|2021-08-16T09:08:58.3617662+08:00;True|2021-08-15T20:44:29.9214083+08:00;True|2021-08-15T20:36:17.0958549+08:00;True|2021-08-15T20:29:34.3879773+08:00;True|2021-08-15T20:23:47.4052038+08:00;True|2021-08-15T15:01:19.7830862+08:00;True|2021-08-15T12:15:18.3433782+08:00;True|2021-08-13T20:59:11.3947130+08:00;True|2021-08-06T22:49:09.9538339+08:00;True|2021-08-06T22:35:19.0418168+08:00;True|2021-08-06T20:29:47.4241975+08:00;True|2021-08-06T14:08:16.4791827+08:00;True|2021-08-06T13:59:28.9874611+08:00;True|2021-08-06T13:57:34.3723977+08:00;True|2021-08-06T13:36:03.4816652+08:00;True|2021-08-06T12:22:52.5055221+08:00;True|2021-08-06T09:31:58.1272499+08:00;True|2021-08-06T09:26:51.6310039+08:00;True|2021-08-06T09:24:22.2899244+08:00;True|2021-08-06T09:06:30.6477912+08:00;True|2021-08-06T09:00:55.5101612+08:00;True|2021-08-06T08:49:59.9616490+08:00;True|2021-08-06T08:45:18.8586902+08:00;True|2021-08-05T20:09:25.8861998+08:00;True|2021-08-04T19:14:27.2396953+08:00;True|2021-08-04T19:11:47.5849093+08:00;True|2021-08-04T16:42:54.0149043+08:00;True|2021-08-04T15:02:11.5056561+08:00;True|2021-08-04T14:58:37.1435509+08:00;True|2021-08-04T14:55:34.7380132+08:00;True|2021-08-04T14:47:42.5933921+08:00;True|2021-08-04T14:45:17.9911874+08:00;True|2021-08-04T13:52:20.9601351+08:00;True|2021-08-04T09:48:28.8796992+08:00;True|2021-08-03T18:14:13.1894998+08:00;True|2021-08-03T17:45:35.1349721+08:00;True|2021-08-03T17:21:52.6028977+08:00;True|2021-08-03T17:20:35.4423020+08:00;True|2021-08-03T17:03:33.1667669+08:00;True|2021-08-03T17:01:54.2656787+08:00;True|2021-08-03T17:00:22.2778374+08:00;True|2021-08-03T16:56:58.8902582+08:00;True|2021-08-03T15:02:21.8601533+08:00;True|2021-08-03T14:57:34.0186758+08:00;True|2021-08-03T14:28:47.2242515+08:00;True|2021-08-03T14:22:22.4554236+08:00;True|2021-08-03T14:21:51.1339715+08:00;True|2021-08-03T13:37:33.9697131+08:00;True|2021-08-03T13:28:29.7591095+08:00;True|2021-08-03T11:35:09.5118324+08:00;True|2021-08-03T11:11:23.3051573+08:00;True|2021-08-02T13:14:42.3663755+08:00;True|2021-07-30T22:50:19.9749878+08:00;True|2021-07-30T22:49:31.2150970+08:00;True|2021-07-28T19:12:05.8381075+08:00;True|2021-07-28T18:59:45.4808797+08:00;True|2021-07-28T18:15:58.8301509+08:00;True|2021-07-28T18:04:54.8613546+08:00;True|2021-07-28T17:53:48.6225611+08:00;True|2021-07-28T17:42:50.9171563+08:00;True|2021-07-28T17:17:16.3137677+08:00;True|2021-07-28T17:11:46.8925200+08:00;True|2021-07-28T16:28:27.6823943+08:00;True|2021-07-28T16:23:00.3385836+08:00;True|2021-07-28T09:57:55.4237411+08:00;True|2021-07-28T08:38:29.6691541+08:00;True|2021-07-27T23:16:32.0331671+08:00;True|2021-07-27T23:06:08.1947249+08:00;True|2021-07-27T23:05:58.4619176+08:00;True|2021-07-27T18:42:09.5358261+08:00;True|2021-07-27T18:30:04.8532823+08:00;True|2021-07-27T18:29:43.5775092+08:00;True|2021-07-27T15:16:49.8356224+08:00;True|2021-07-27T15:05:27.8453220+08:00;True|2021-07-27T14:59:15.9519440+08:00;True|2021-07-27T09:23:32.6111337+08:00;True|2021-07-27T08:27:41.6395353+08:00;True|2021-07-27T08:25:56.7378296+08:00;True|2021-07-26T11:18:46.0856966+08:00;True|2021-07-26T11:18:02.0751924+08:00;True|2021-07-26T11:13:49.6285395+08:00;True|2021-07-21T21:08:25.9898902+08:00;True|2021-07-21T20:09:26.2258104+08:00;True|2021-07-13T16:17:25.8407435+08:00;True|2021-07-13T13:46:13.4309531+08:00;True|2021-07-13T12:29:04.5082461+08:00;True|2021-06-29T13:55:01.6864637+08:00;True|2021-06-29T10:38:52.2206472+08:00;True|2021-06-29T10:10:13.1540749+08:00;True|2021-06-28T14:37:56.3853273+08:00;False|2021-06-28T14:36:57.5726124+08:00;True|2021-06-25T14:17:57.5196108+08:00;True|2021-06-25T13:56:38.9522535+08:00;True|2021-06-24T19:38:32.8766933+08:00;True|2021-06-24T18:26:35.6118833+08:00;True|2021-06-24T18:02:52.8136877+08:00;True|2021-06-24T17:48:49.5851948+08:00;True|2021-06-24T17:45:46.7527572+08:00;True|2021-06-24T15:05:20.1592723+08:00;True|2021-06-23T16:18:15.6814625+08:00;True|2021-06-23T16:05:24.6112343+08:00;True|2021-06-23T15:14:08.2489658+08:00;True|2021-06-23T13:52:58.6029788+08:00;True|2021-06-22T16:11:20.4726923+08:00;True|2021-06-22T16:04:53.7231389+08:00;True|2021-06-22T15:50:59.2583262+08:00;True|2021-06-22T15:38:15.3016140+08:00;True|2021-06-22T15:34:42.9185543+08:00;True|2021-06-22T15:21:55.1419108+08:00;True|2021-06-22T15:07:21.5357494+08:00;True|2021-06-22T15:03:35.0535733+08:00;True|2021-06-22T14:54:47.8802969+08:00;True|2021-06-22T11:19:38.7303011+08:00;True|2021-06-22T08:53:49.2882695+08:00;True|2021-06-22T08:47:54.8286530+08:00;True|2021-06-21T16:27:19.3017700+08:00;True|2021-06-21T15:32:28.7237952+08:00;True|2021-06-21T12:34:02.6329555+08:00;True|2021-06-21T12:24:17.5427495+08:00;True|2021-06-21T10:47:30.6423502+08:00;True|2021-06-21T08:43:20.3026558+08:00;True|2021-06-19T15:10:06.8335499+08:00;True|2021-06-18T15:37:29.5009930+08:00;True|2021-06-18T13:46:35.6283432+08:00;True|2021-06-18T10:00:37.1474954+08:00;True|2021-06-18T09:55:21.8551780+08:00;True|2021-06-18T09:22:27.8432927+08:00;True|2021-06-17T11:17:43.2166430+08:00;True|2021-06-17T09:24:09.8350403+08:00;True|2021-06-16T16:10:47.8564888+08:00;True|2021-06-16T16:04:09.8286582+08:00;True|2021-06-16T15:12:29.9427169+08:00;True|2021-06-16T14:58:45.6801892+08:00;True|2021-06-16T14:46:01.6873221+08:00;True|2021-06-16T11:02:06.1272477+08:00;True|2021-06-16T09:33:56.0223915+08:00;True|2021-06-16T08:50:07.6995413+08:00;True|2021-06-16T08:28:38.7692635+08:00;True|2021-06-16T01:04:19.6282474+08:00;True|2021-06-16T01:03:50.5058323+08:00;False|2021-06-16T01:02:15.3819672+08:00;False|2021-06-16T01:01:38.6171098+08:00;True|2021-06-16T00:34:54.9902044+08:00;True|2021-06-15T23:55:36.2003828+08:00;True|2021-06-15T22:47:17.2192750+08:00;True|2021-06-15T22:42:41.1512585+08:00;True|2021-06-15T22:38:01.7390462+08:00;True|2021-06-15T22:14:11.2060782+08:00;True|2021-06-15T22:12:27.0615357+08:00;True|2021-06-15T22:07:59.9280871+08:00;True|2021-06-15T22:04:21.5051427+08:00;True|2021-06-15T21:25:55.0099814+08:00;True|2021-06-15T19:13:51.3494172+08:00;True|2021-06-15T19:02:17.6844742+08:00;True|2021-06-15T18:47:37.1629411+08:00;False|2021-06-15T18:47:11.0828111+08:00;True|2021-06-15T18:38:26.6620668+08:00;True|2021-06-15T18:33:45.2069831+08:00;True|2021-06-15T18:24:52.0550838+08:00;True|2021-06-15T18:19:43.6999796+08:00;True|2021-06-15T18:08:17.2464506+08:00;True|2021-06-15T18:03:51.3952624+08:00;True|2021-06-15T18:01:20.6141766+08:00;True|2021-06-15T17:59:04.4479416+08:00;True|2021-06-15T17:41:44.6389379+08:00;True|2021-06-15T17:39:03.1565124+08:00;True|2021-06-15T17:34:41.0634638+08:00;True|2021-06-15T17:33:50.4853178+08:00;True|2021-06-15T17:25:38.5914037+08:00;True|2021-06-15T17:22:21.3611360+08:00;True|2021-06-15T17:16:49.4970813+08:00;True|2021-06-15T17:05:28.9389484+08:00;True|2021-06-15T16:52:54.6372199+08:00;True|2021-06-15T16:51:23.9081030+08:00;True|2021-06-15T16:45:40.6017997+08:00;True|2021-06-15T16:41:05.0218887+08:00;True|2021-06-15T16:38:02.8541862+08:00;True|2021-06-15T16:22:10.3118721+08:00;True|2021-06-15T16:12:11.1552506+08:00;True|2021-06-15T15:33:42.0100494+08:00;True|2021-06-15T15:28:39.7145659+08:00;True|2021-06-15T15:15:02.7939125+08:00;True|2021-06-15T14:49:14.2300396+08:00;True|2021-06-15T14:42:28.1198064+08:00;True|2021-06-15T13:30:12.7997686+08:00;True|2021-06-15T13:25:37.7284670+08:00;True|2021-06-15T13:23:43.6207813+08:00;False|2021-06-15T13:23:19.4190232+08:00;True|2021-06-15T13:16:38.5062674+08:00;True|2021-06-15T13:03:31.2055635+08:00;True|2021-06-15T12:58:43.1653215+08:00;True|2021-06-15T12:39:22.8442109+08:00;True|2021-06-15T12:35:09.1288556+08:00;False|2021-06-15T12:33:50.0723143+08:00;True|2021-06-15T11:28:01.9733727+08:00;True|2021-06-15T11:26:26.6569392+08:00;True|2021-06-15T11:22:43.0366435+08:00;True|2021-06-15T11:07:50.1610580+08:00;True|2021-06-15T10:32:59.1925931+08:00;True|2021-06-10T17:16:57.9552310+08:00;True|2021-06-10T16:44:42.2731836+08:00;True|2021-06-10T14:39:27.6745737+08:00;True|2021-06-10T12:15:05.1524413+08:00;True|2021-06-09T18:19:24.1005606+08:00;True|2021-06-09T17:56:09.5646288+08:00;True|2021-06-09T13:34:06.1882292+08:00;True|2021-06-09T13:29:54.5924933+08:00;True|2021-06-09T13:25:55.7520662+08:00;True|2021-06-09T13:07:47.6686811+08:00;True|2021-06-09T12:59:41.2595048+08:00;True|2021-06-09T12:45:27.1305548+08:00;True|2021-06-09T12:29:52.1418191+08:00;True|2021-06-09T12:24:12.7610588+08:00;True|2021-06-09T11:31:25.3409568+08:00;True|2021-06-09T09:57:44.4387175+08:00;True|2021-06-09T09:54:26.5161307+08:00;True|2021-06-09T09:14:14.7288045+08:00;True|2021-06-09T09:10:25.1812139+08:00;True|2021-06-09T08:46:21.6585123+08:00;True|2021-06-08T19:56:55.7192062+08:00;True|2021-06-08T19:52:59.0326821+08:00;True|2021-06-08T19:49:13.6274217+08:00;True|2021-06-08T19:09:22.1038939+08:00;True|2021-06-08T15:28:41.3716247+08:00;True|2021-06-08T15:26:47.2621178+08:00;True|2021-06-08T13:49:45.8936617+08:00;True|2021-06-08T13:43:18.8115502+08:00;True|2021-06-08T10:04:06.2200731+08:00;True|2021-06-08T09:17:10.0470792+08:00;True|2021-06-08T08:44:37.4395849+08:00;True|2021-06-08T00:01:09.3745613+08:00;True|2021-06-07T23:49:31.5196888+08:00;True|2021-06-07T23:41:00.8017855+08:00;True|2021-06-07T23:21:53.1371134+08:00;True|2021-06-07T23:01:27.5712153+08:00;True|2021-06-07T22:36:12.9274014+08:00;True|2021-06-07T22:23:00.6545134+08:00;True|2021-06-07T17:44:47.5686346+08:00;True|2021-06-07T17:17:01.3431233+08:00;True|2021-06-07T16:53:28.9989587+08:00;True|2021-06-07T16:41:10.4975607+08:00;True|2021-06-07T14:21:06.8176477+08:00;True|2021-06-07T14:10:39.0355659+08:00;True|2021-06-07T12:34:31.4562732+08:00;True|2021-06-07T12:28:44.9629488+08:00;True|2021-06-07T10:30:26.9387988+08:00;True|2021-06-07T09:12:14.7658099+08:00;True|2021-06-07T08:37:19.6353792+08:00;True|2021-06-07T08:35:25.2031954+08:00;True|2021-06-05T07:07:32.0541266+08:00;True|2021-06-05T06:44:35.9475270+08:00;True|2021-06-05T06:37:27.4595197+08:00;True|2021-06-05T06:26:59.7663998+08:00;True|2021-06-05T05:43:12.8699318+08:00;True|2021-06-04T17:00:41.2426007+08:00;True|2021-06-04T16:08:03.8078072+08:00;True|2021-06-04T15:47:21.6412616+08:00;True|2021-06-04T15:21:02.4239800+08:00;True|2021-06-04T15:20:37.8641854+08:00;True|2021-06-04T13:38:51.5088395+08:00;True|2021-06-04T10:20:01.7784282+08:00;True|2021-06-04T10:13:50.3548857+08:00;True|2021-06-04T10:11:25.5017821+08:00;True|2021-06-04T10:09:51.6792228+08:00;True|2021-06-04T10:02:39.5851057+08:00;True|2021-06-04T09:30:40.4495494+08:00;True|2021-06-03T13:16:36.0317546+08:00;True|2021-06-03T13:12:47.0402047+08:00;True|2021-06-02T14:37:08.9683351+08:00;True|2021-06-02T14:10:15.7439829+08:00;True|2021-06-02T13:59:46.5841931+08:00;True|2021-06-02T13:25:18.7962660+08:00;True|2021-06-02T13:23:16.2261980+08:00;True|2021-06-01T15:37:32.2495085+08:00;True|2021-06-01T15:21:01.2856122+08:00;True|2021-06-01T15:13:36.7262365+08:00;True|2021-06-01T15:10:26.8905629+08:00;True|2021-06-01T14:56:17.5231551+08:00;True|2021-06-01T14:38:39.7895927+08:00;True|2021-06-01T14:23:12.3265287+08:00;True|2021-03-01T09:11:31.3226422+08:00;True|2021-05-26T14:54:56.9426462+08:00;True|2021-05-26T13:57:33.7780451+08:00;True|2021-05-26T13:39:02.8043358+08:00;True|2021-02-25T16:01:40.2917200+08:00;True|2021-02-25T15:49:46.6681205+08:00;True|2021-02-25T15:16:30.9372640+08:00;True|2021-05-25T13:10:21.7831921+08:00;True|2021-05-25T11:21:38.5224475+08:00;True|2021-05-25T11:12:52.0637175+08:00;True|2021-05-25T11:02:18.4164663+08:00;True|2021-05-25T10:52:06.8998521+08:00;True|2021-05-25T10:50:45.0929606+08:00;True|2021-05-25T10:45:54.1498313+08:00;True|2021-05-25T10:39:27.8602249+08:00;True|2021-05-25T10:34:49.5771162+08:00;True|2021-05-25T10:17:30.3009163+08:00;True|2021-05-25T10:14:03.8512581+08:00;True|2021-05-25T10:05:33.4343836+08:00;True|2021-05-24T17:01:23.3221168+08:00;True|2021-05-24T10:11:24.0197347+08:00;False|2021-05-24T10:11:07.6338995+08:00;</History> <History>True|2023-04-12T08:25:26.5218825Z;True|2023-04-12T15:45:29.3993255+08:00;True|2023-04-12T14:00:18.1960878+08:00;True|2023-04-12T13:16:39.0804178+08:00;True|2023-04-11T11:02:27.5200402+08:00;True|2023-04-11T09:57:11.5903829+08:00;True|2023-04-10T09:58:01.1775220+08:00;True|2023-03-13T11:19:32.0927720+08:00;True|2023-03-13T10:39:50.9250037+08:00;True|2023-03-13T08:54:57.5891390+08:00;True|2023-03-10T09:00:31.2441735+08:00;True|2023-03-08T08:25:11.1877416+08:00;True|2023-03-06T09:18:03.5502956+08:00;True|2023-03-06T09:14:57.8192971+08:00;True|2023-01-11T13:30:27.8190489+08:00;True|2023-01-06T14:29:14.6067256+08:00;True|2022-12-23T17:06:52.0688439+08:00;True|2022-12-23T16:12:04.4155951+08:00;True|2022-12-23T13:35:44.6439326+08:00;True|2022-11-30T08:24:02.9999976+08:00;True|2022-11-30T08:01:51.4579972+08:00;True|2022-11-29T21:32:14.4359673+08:00;True|2022-11-29T19:30:22.9466023+08:00;True|2022-11-29T19:24:30.1630119+08:00;True|2022-11-29T17:31:43.1926801+08:00;True|2022-11-29T17:14:32.5869985+08:00;True|2022-11-29T10:42:57.1877576+08:00;True|2022-11-27T14:40:28.4784748+08:00;True|2022-11-26T20:49:34.2789400+08:00;True|2022-11-26T19:24:58.9988205+08:00;True|2022-11-26T15:33:08.6274944+08:00;True|2022-11-26T14:37:46.3953592+08:00;True|2022-11-26T09:16:41.7487240+08:00;True|2022-11-24T09:49:50.7302637+08:00;True|2022-11-23T16:24:56.5946914+08:00;True|2022-11-23T16:19:57.5570583+08:00;True|2022-11-23T15:05:13.8032246+08:00;True|2022-11-22T20:24:39.7324815+08:00;True|2022-11-22T13:18:16.2143925+08:00;False|2022-11-22T13:12:53.0448580+08:00;True|2022-11-22T11:03:01.7571733+08:00;True|2022-11-21T13:20:11.1961237+08:00;True|2022-11-21T13:13:52.0360749+08:00;True|2022-11-18T15:48:13.0747365+08:00;True|2022-11-18T14:15:54.5626901+08:00;True|2022-11-17T18:41:26.5464503+08:00;True|2022-11-15T13:55:35.3496366+08:00;True|2022-11-15T11:03:23.6773297+08:00;True|2022-11-15T10:58:47.9703720+08:00;True|2022-11-15T10:12:27.8305782+08:00;True|2022-11-15T09:47:26.7480777+08:00;True|2022-11-15T08:55:44.0275263+08:00;True|2022-11-15T08:54:06.6396851+08:00;True|2022-11-15T08:44:18.2013404+08:00;True|2022-11-15T01:16:19.8154538+08:00;True|2022-11-15T01:15:03.7846810+08:00;True|2022-11-15T01:01:11.0318599+08:00;True|2022-11-15T00:30:33.7148460+08:00;True|2022-11-15T00:15:26.5178283+08:00;True|2022-11-14T23:54:32.6128172+08:00;True|2022-11-14T23:26:52.0335380+08:00;True|2022-11-14T22:21:28.0622050+08:00;True|2022-11-14T21:47:43.6964619+08:00;True|2022-11-14T21:41:42.3128804+08:00;True|2022-11-14T21:31:17.2784203+08:00;True|2022-11-14T20:48:20.0380343+08:00;True|2022-11-11T17:24:44.7029993+08:00;True|2022-11-11T16:47:29.3444029+08:00;True|2022-11-11T16:07:26.4718473+08:00;True|2022-11-11T15:52:41.7235701+08:00;True|2022-11-10T15:58:10.8883176+08:00;True|2022-11-10T15:29:59.3113740+08:00;True|2022-11-10T13:34:14.7380132+08:00;True|2022-11-10T10:28:02.1166569+08:00;True|2022-11-09T23:28:25.6401971+08:00;True|2022-11-09T16:20:53.2757536+08:00;True|2022-11-09T16:16:41.3169214+08:00;True|2022-11-09T14:02:55.1802832+08:00;True|2022-11-09T13:57:55.2726154+08:00;True|2022-11-09T13:28:53.2022669+08:00;True|2022-11-09T13:10:58.0740163+08:00;True|2022-11-09T12:59:42.2328933+08:00;True|2022-11-09T11:54:08.0187924+08:00;True|2022-11-09T11:49:32.4296758+08:00;True|2022-11-09T11:34:32.6613370+08:00;True|2022-11-09T11:06:56.9443306+08:00;True|2022-11-06T23:43:44.0833657+08:00;True|2022-11-06T23:29:52.0088244+08:00;True|2022-11-06T22:06:14.7091464+08:00;True|2022-11-06T22:03:25.2696951+08:00;True|2022-11-06T21:58:50.1055520+08:00;True|2022-11-06T21:54:14.0075395+08:00;True|2022-11-06T21:39:30.2652105+08:00;True|2022-11-04T15:54:37.9813194+08:00;True|2022-11-04T15:43:59.7702621+08:00;True|2022-11-04T13:59:29.3941234+08:00;True|2022-11-04T13:44:18.1212719+08:00;True|2022-11-04T13:42:06.1010393+08:00;True|2022-11-04T13:37:01.7814703+08:00;True|2022-11-04T13:35:43.1121709+08:00;True|2022-11-04T13:33:05.1362535+08:00;True|2022-11-04T13:30:11.1113703+08:00;True|2022-11-04T13:28:53.7185382+08:00;True|2022-11-04T13:27:08.0691684+08:00;True|2022-11-04T13:20:46.2297633+08:00;True|2022-11-04T13:17:57.1564250+08:00;True|2022-11-04T13:15:36.3651019+08:00;True|2022-11-04T13:13:44.6635701+08:00;True|2022-11-04T13:12:02.3968306+08:00;True|2022-11-04T13:08:07.7653927+08:00;True|2022-11-04T11:37:44.1975649+08:00;True|2022-11-04T11:36:20.3813848+08:00;True|2022-11-04T11:26:40.9713465+08:00;True|2022-11-04T10:17:36.4269558+08:00;True|2022-11-04T09:47:05.4607111+08:00;True|2022-11-04T09:28:27.9347785+08:00;True|2022-11-04T08:38:38.5253737+08:00;True|2022-11-03T13:31:32.7883545+08:00;False|2022-11-03T13:27:07.8579021+08:00;True|2022-11-03T11:07:07.3903101+08:00;True|2022-11-03T10:54:26.7818816+08:00;True|2022-11-03T10:35:59.1956262+08:00;True|2022-11-03T10:30:07.0651285+08:00;True|2022-11-03T10:01:20.8467911+08:00;True|2022-08-22T11:13:33.9211829+08:00;True|2022-06-17T11:19:24.4893458+08:00;True|2022-06-07T14:44:51.5702202+08:00;True|2022-06-07T14:42:44.8351600+08:00;True|2022-05-17T14:19:55.1158182+08:00;True|2022-05-17T13:25:44.2886247+08:00;True|2022-05-17T10:29:26.6813564+08:00;True|2022-05-17T09:02:49.1742018+08:00;True|2022-05-06T15:13:12.2438900+08:00;True|2022-05-06T14:49:39.8536594+08:00;True|2022-04-22T17:07:44.8823529+08:00;True|2022-04-19T19:13:40.8312746+08:00;True|2022-04-19T15:40:16.0022040+08:00;True|2022-04-19T15:13:32.9767736+08:00;False|2022-04-19T15:08:33.6507639+08:00;True|2022-04-19T15:02:51.9580210+08:00;True|2022-04-19T13:54:18.7579131+08:00;True|2022-04-12T10:36:02.1779173+08:00;True|2022-04-12T10:05:31.0222037+08:00;True|2022-04-12T09:47:49.3724819+08:00;True|2022-04-09T15:08:54.5697468+08:00;True|2022-04-08T17:31:31.0046258+08:00;True|2022-04-08T16:50:41.3018422+08:00;True|2022-04-08T10:35:36.5029980+08:00;True|2022-03-31T09:38:37.3646053+08:00;True|2022-03-29T13:57:45.4410942+08:00;True|2022-03-10T18:59:23.7994337+08:00;True|2022-03-10T18:52:39.5019082+08:00;True|2022-03-10T18:51:12.7949284+08:00;True|2022-03-10T18:50:47.2024177+08:00;True|2022-03-10T18:45:08.8409380+08:00;True|2022-03-10T18:41:17.0102564+08:00;True|2022-03-10T18:35:49.0742353+08:00;True|2022-03-10T17:57:47.4196965+08:00;True|2022-03-10T17:34:27.5723245+08:00;True|2022-03-10T16:13:59.3829164+08:00;True|2022-03-09T14:50:49.1222033+08:00;True|2022-03-09T11:21:03.0073651+08:00;False|2022-03-09T11:16:56.1792896+08:00;False|2022-03-09T11:16:49.7923320+08:00;True|2022-03-08T15:47:47.4722336+08:00;True|2022-03-08T15:47:28.5397115+08:00;True|2022-03-08T15:37:08.7379870+08:00;True|2022-03-02T17:37:54.4659976+08:00;True|2022-03-02T17:34:12.2949726+08:00;True|2022-03-02T17:26:38.7070673+08:00;True|2022-03-02T17:07:49.7024316+08:00;True|2022-03-02T17:05:22.4177336+08:00;True|2022-03-02T16:14:57.9880587+08:00;True|2022-03-01T17:52:52.6766959+08:00;True|2022-02-28T14:36:22.6449303+08:00;True|2022-02-24T15:43:36.8244163+08:00;True|2022-02-23T17:57:14.3693224+08:00;True|2022-02-23T17:46:42.1078183+08:00;False|2022-02-23T17:41:06.5886724+08:00;True|2022-02-23T16:59:45.5533581+08:00;True|2022-02-23T16:57:43.3328895+08:00;True|2022-02-21T09:09:37.2601134+08:00;True|2022-02-21T09:03:32.4071009+08:00;True|2022-02-21T08:59:59.0172082+08:00;True|2022-02-18T14:05:39.1358825+08:00;True|2022-02-18T10:23:02.4391239+08:00;True|2022-02-18T10:21:31.0559267+08:00;True|2022-02-17T16:50:11.7192509+08:00;True|2022-02-17T13:19:13.7697894+08:00;True|2022-02-11T10:36:12.7757100+08:00;True|2022-02-10T10:54:25.2685040+08:00;True|2022-02-10T10:37:02.1034768+08:00;True|2022-02-09T17:32:45.6511283+08:00;True|2022-02-09T17:24:32.5115193+08:00;True|2022-02-09T17:00:24.0662114+08:00;True|2022-02-09T16:56:42.3364622+08:00;True|2022-02-09T14:17:25.8688855+08:00;True|2022-02-09T14:11:51.6149822+08:00;True|2022-02-07T23:29:26.2842648+08:00;True|2022-02-07T23:28:58.8242274+08:00;False|2022-02-07T23:25:29.0647793+08:00;True|2022-02-07T13:06:37.5515985+08:00;True|2022-02-07T12:42:19.5220491+08:00;True|2022-02-07T09:52:59.6728595+08:00;True|2022-02-01T11:32:10.5831557+08:00;True|2022-01-29T14:09:02.9178986+08:00;True|2022-01-28T12:01:45.1416438+08:00;True|2022-01-28T11:03:41.6361866+08:00;True|2022-01-28T10:44:53.5367862+08:00;True|2022-01-28T10:40:41.6697563+08:00;True|2022-01-28T10:25:56.7093616+08:00;True|2022-01-28T09:58:13.0733060+08:00;True|2022-01-27T09:26:29.6568807+08:00;True|2022-01-27T00:47:57.9102528+08:00;True|2022-01-27T00:46:52.8845001+08:00;True|2022-01-27T00:36:34.5330938+08:00;True|2022-01-27T00:35:19.5439329+08:00;True|2022-01-27T00:33:38.5701950+08:00;True|2022-01-27T00:32:00.9028982+08:00;True|2022-01-27T00:30:13.2390921+08:00;True|2022-01-27T00:28:23.2989144+08:00;True|2022-01-27T00:16:01.3789455+08:00;True|2022-01-27T00:09:58.8112352+08:00;True|2022-01-27T00:00:40.8353538+08:00;True|2022-01-26T23:37:50.9494735+08:00;True|2022-01-26T23:29:39.8647473+08:00;True|2022-01-26T23:20:49.3274392+08:00;True|2022-01-26T23:15:53.7037293+08:00;True|2022-01-26T23:06:28.8595953+08:00;True|2022-01-26T23:02:12.9882299+08:00;True|2022-01-26T22:55:33.2535730+08:00;True|2022-01-26T22:51:01.8427947+08:00;True|2022-01-26T22:47:44.0715387+08:00;True|2022-01-26T22:20:21.7217039+08:00;True|2022-01-26T22:13:39.5372069+08:00;True|2022-01-26T22:01:31.2113177+08:00;True|2022-01-26T21:55:26.5478921+08:00;True|2022-01-26T21:50:18.2700369+08:00;True|2022-01-26T21:48:52.0020233+08:00;True|2022-01-26T19:19:29.4530523+08:00;True|2022-01-26T19:07:21.6474231+08:00;True|2022-01-26T18:25:42.2933291+08:00;True|2022-01-26T12:39:02.0149050+08:00;True|2022-01-26T12:13:43.9149452+08:00;True|2022-01-26T11:24:33.5742248+08:00;True|2022-01-26T08:51:10.8105076+08:00;True|2022-01-25T21:07:32.9069261+08:00;True|2022-01-24T01:35:12.3309466+08:00;True|2022-01-23T23:19:15.9702821+08:00;True|2022-01-23T21:50:41.6903353+08:00;True|2022-01-23T21:25:57.6084267+08:00;True|2022-01-23T21:16:10.1516535+08:00;True|2022-01-23T20:52:08.3745284+08:00;True|2022-01-23T18:19:32.2386502+08:00;True|2022-01-23T18:11:42.0830325+08:00;True|2022-01-23T18:00:01.3239547+08:00;True|2022-01-23T12:18:48.2466943+08:00;True|2022-01-22T00:48:50.4531647+08:00;True|2022-01-21T13:10:32.8173598+08:00;True|2022-01-21T13:04:01.6388059+08:00;True|2022-01-21T12:51:40.5304103+08:00;True|2022-01-21T12:44:06.3059885+08:00;True|2022-01-21T12:34:33.9314010+08:00;True|2022-01-21T11:39:20.1088577+08:00;True|2022-01-20T11:33:49.0516846+08:00;True|2022-01-20T10:02:12.0295471+08:00;True|2022-01-20T10:02:03.3535503+08:00;True|2022-01-19T23:56:18.7293193+08:00;True|2022-01-19T22:30:14.6986228+08:00;True|2022-01-19T22:15:08.8608795+08:00;True|2022-01-19T21:57:55.2295030+08:00;True|2022-01-19T13:50:37.8588759+08:00;True|2022-01-19T13:42:52.9761531+08:00;True|2022-01-19T00:26:36.9722917+08:00;True|2022-01-19T00:15:30.8583143+08:00;True|2022-01-18T21:19:30.6193048+08:00;True|2022-01-18T21:12:07.1453825+08:00;True|2022-01-18T20:35:27.3779956+08:00;True|2022-01-18T17:44:45.2318570+08:00;True|2022-01-18T14:45:29.0299640+08:00;True|2022-01-17T22:23:20.8214203+08:00;True|2022-01-17T21:49:15.7740045+08:00;True|2022-01-17T21:47:24.6997598+08:00;True|2022-01-17T21:44:00.1942787+08:00;True|2022-01-17T21:43:15.5992687+08:00;True|2022-01-17T21:33:16.8034756+08:00;True|2022-01-17T21:25:39.9909343+08:00;True|2022-01-17T21:13:03.9659338+08:00;True|2022-01-17T20:32:14.8869091+08:00;True|2022-01-17T19:01:46.5753686+08:00;True|2022-01-17T18:31:24.1032169+08:00;True|2022-01-17T18:21:39.2918684+08:00;True|2022-01-17T18:12:07.4859038+08:00;True|2022-01-17T18:09:26.6989718+08:00;True|2022-01-17T18:04:36.7564997+08:00;True|2022-01-17T17:57:44.7814863+08:00;True|2022-01-17T17:51:50.1516107+08:00;True|2022-01-17T17:39:29.2918799+08:00;True|2022-01-17T14:55:21.5859341+08:00;True|2022-01-17T14:38:06.5091500+08:00;True|2022-01-17T14:30:25.5378436+08:00;True|2022-01-16T19:15:24.5874858+08:00;True|2022-01-16T19:07:49.0613424+08:00;True|2022-01-16T16:10:47.3112741+08:00;False|2022-01-14T19:09:41.9296709+08:00;False|2022-01-14T18:56:11.0569808+08:00;False|2022-01-14T18:28:20.1376762+08:00;False|2022-01-14T18:27:30.8678130+08:00;False|2022-01-14T18:22:45.4436504+08:00;False|2022-01-14T18:19:37.0374753+08:00;False|2022-01-14T18:18:48.5868254+08:00;False|2022-01-14T18:14:02.5810257+08:00;False|2022-01-14T18:09:51.1730754+08:00;False|2022-01-14T18:09:17.8940754+08:00;True|2022-01-13T20:08:16.2937608+08:00;True|2022-01-13T20:07:30.1505466+08:00;True|2022-01-13T13:39:42.0146294+08:00;True|2022-01-13T13:38:07.5062471+08:00;True|2022-01-13T11:29:49.3751232+08:00;True|2022-01-13T11:05:43.9574142+08:00;True|2022-01-13T10:33:23.1921058+08:00;True|2022-01-12T20:38:16.9165651+08:00;True|2022-01-12T20:24:46.3779264+08:00;True|2022-01-12T20:03:06.5030626+08:00;True|2022-01-12T19:44:55.4294326+08:00;True|2022-01-12T12:58:45.9548600+08:00;True|2022-01-12T11:28:44.7797749+08:00;True|2022-01-11T18:07:30.9151356+08:00;True|2022-01-11T15:06:32.7301609+08:00;True|2022-01-11T09:27:00.1766442+08:00;True|2021-12-30T14:41:56.8541015+08:00;True|2021-12-30T13:45:00.6130694+08:00;True|2021-12-30T13:44:18.7370780+08:00;True|2021-12-30T13:36:52.8171136+08:00;True|2021-12-28T19:14:22.5979649+08:00;True|2021-12-28T13:13:39.3543252+08:00;True|2021-12-27T15:31:26.6037782+08:00;True|2021-12-27T15:28:54.4824480+08:00;True|2021-12-27T15:22:47.8436108+08:00;True|2021-12-27T15:04:37.0711590+08:00;True|2021-12-27T15:03:52.0932499+08:00;True|2021-12-27T15:03:33.0172733+08:00;True|2021-12-27T13:28:27.4252747+08:00;True|2021-12-25T19:38:33.6784042+08:00;True|2021-12-24T20:47:43.3471563+08:00;True|2021-12-24T20:14:57.6946814+08:00;True|2021-12-24T19:55:21.1843105+08:00;True|2021-12-24T19:49:54.6719726+08:00;True|2021-12-24T19:38:14.1180741+08:00;True|2021-12-22T13:51:37.1082523+08:00;True|2021-12-21T15:38:59.8015096+08:00;True|2021-12-21T15:29:54.8095063+08:00;False|2021-12-21T15:29:21.7006531+08:00;False|2021-12-21T15:16:18.2218025+08:00;False|2021-12-21T15:11:38.1215841+08:00;False|2021-12-21T15:08:27.0590078+08:00;True|2021-12-10T14:12:36.4065298+08:00;True|2021-12-10T13:54:03.4921778+08:00;True|2021-12-10T13:25:49.0439086+08:00;True|2021-12-10T13:19:58.9494477+08:00;True|2021-12-10T13:10:45.3929017+08:00;True|2021-12-10T11:06:53.2416794+08:00;True|2021-12-07T17:23:28.9380484+08:00;True|2021-12-07T17:13:52.4384814+08:00;True|2021-12-07T16:39:49.2020208+08:00;True|2021-12-07T15:18:20.9024533+08:00;True|2021-12-07T15:07:35.4428035+08:00;True|2021-12-07T15:01:02.0445043+08:00;True|2021-12-07T14:50:08.9019705+08:00;True|2021-12-07T14:34:50.4993666+08:00;False|2021-12-07T14:32:56.0408332+08:00;True|2021-12-06T17:11:41.4004606+08:00;True|2021-12-06T16:48:07.6029757+08:00;True|2021-12-06T13:46:35.9437718+08:00;True|2021-12-06T13:45:07.6622615+08:00;True|2021-12-06T11:25:04.3483155+08:00;True|2021-12-06T11:18:24.5804187+08:00;True|2021-11-22T16:27:05.4241947+08:00;True|2021-11-22T13:40:17.6768280+08:00;True|2021-11-19T16:15:19.9085104+08:00;True|2021-11-09T10:34:21.1623512+08:00;True|2021-11-07T16:57:59.7380254+08:00;True|2021-11-07T16:53:47.4198852+08:00;True|2021-11-07T16:42:05.5096826+08:00;True|2021-11-07T16:37:21.0729013+08:00;True|2021-11-05T20:51:17.6170717+08:00;True|2021-11-05T20:35:14.6250333+08:00;True|2021-11-05T19:30:19.8374158+08:00;True|2021-11-05T19:22:46.2276569+08:00;True|2021-11-05T19:20:30.8253213+08:00;True|2021-11-05T19:16:45.7553310+08:00;True|2021-11-05T19:16:00.4532689+08:00;True|2021-11-05T19:12:25.9022478+08:00;False|2021-11-05T19:11:26.5753529+08:00;True|2021-11-05T19:09:30.0085433+08:00;True|2021-11-05T18:48:19.9395153+08:00;True|2021-11-05T18:45:34.3437897+08:00;True|2021-11-05T18:43:43.4558159+08:00;True|2021-11-05T18:40:40.9948500+08:00;True|2021-11-05T18:34:18.4440455+08:00;True|2021-11-05T15:54:51.6037132+08:00;True|2021-10-28T16:27:53.9728270+08:00;True|2021-10-28T16:03:59.5629998+08:00;True|2021-10-28T08:51:04.2549186+08:00;True|2021-10-27T15:14:53.5506098+08:00;True|2021-10-27T15:00:44.9100320+08:00;True|2021-10-27T13:14:46.7921647+08:00;True|2021-10-27T11:24:49.4550753+08:00;True|2021-10-27T10:10:10.3545125+08:00;True|2021-10-27T10:02:24.9248610+08:00;True|2021-10-27T09:59:40.3795897+08:00;True|2021-10-27T09:56:30.6629207+08:00;True|2021-10-27T09:10:48.3883432+08:00;True|2021-10-27T09:03:31.9191991+08:00;True|2021-10-27T08:59:59.7651159+08:00;True|2021-10-27T08:36:11.8620997+08:00;True|2021-10-27T08:26:40.2533014+08:00;True|2021-10-26T09:19:35.5674748+08:00;True|2021-10-26T09:17:17.6900747+08:00;True|2021-10-26T09:14:32.3999220+08:00;True|2021-10-25T15:08:21.2581763+08:00;True|2021-10-25T10:01:57.8524903+08:00;True|2021-10-25T09:28:51.6294879+08:00;True|2021-10-25T09:25:50.3373336+08:00;True|2021-10-25T09:23:37.0203978+08:00;True|2021-10-25T09:18:23.3380608+08:00;True|2021-10-25T09:15:10.5292071+08:00;True|2021-10-25T08:56:30.4632027+08:00;True|2021-10-25T08:50:11.4697392+08:00;True|2021-10-22T13:46:49.7207066+08:00;True|2021-10-22T10:06:33.3130089+08:00;True|2021-10-20T14:32:10.1235516+08:00;True|2021-10-20T14:16:18.6496291+08:00;True|2021-10-20T14:08:49.2443715+08:00;True|2021-10-20T14:05:14.6847950+08:00;True|2021-10-20T13:30:21.6057636+08:00;True|2021-10-20T10:55:22.2151716+08:00;True|2021-10-19T10:42:13.4198267+08:00;True|2021-10-19T10:01:41.0018108+08:00;True|2021-10-19T09:59:11.2127619+08:00;True|2021-10-19T09:54:04.8472874+08:00;True|2021-10-15T11:19:15.5327495+08:00;True|2021-10-15T11:17:41.0686485+08:00;True|2021-10-15T11:12:11.8295042+08:00;True|2021-10-15T10:33:31.5670079+08:00;True|2021-10-15T10:27:45.0815146+08:00;True|2021-10-14T14:51:28.5331025+08:00;True|2021-10-14T14:37:28.3276051+08:00;True|2021-10-14T14:23:39.0606792+08:00;True|2021-10-14T14:21:03.8140347+08:00;True|2021-10-13T10:31:10.6628977+08:00;True|2021-10-13T10:12:24.4238027+08:00;True|2021-10-13T08:47:43.9314486+08:00;True|2021-10-12T14:07:18.6065183+08:00;True|2021-10-12T10:34:10.1682362+08:00;True|2021-10-12T10:27:14.3073332+08:00;True|2021-10-12T10:22:08.0004619+08:00;True|2021-10-12T10:21:03.0275378+08:00;True|2021-10-12T10:11:54.9812692+08:00;True|2021-10-11T16:59:07.3568342+08:00;True|2021-10-11T16:53:14.2016138+08:00;True|2021-10-11T16:21:35.0133775+08:00;True|2021-10-11T15:34:19.5731935+08:00;True|2021-10-11T15:31:07.5780983+08:00;True|2021-10-11T15:06:47.1145237+08:00;True|2021-10-11T15:03:25.5000280+08:00;True|2021-10-11T10:12:57.6416898+08:00;True|2021-10-09T10:15:17.9235165+08:00;True|2021-10-09T10:13:51.3318441+08:00;True|2021-10-09T10:01:21.6661542+08:00;True|2021-10-09T09:58:41.9225837+08:00;True|2021-10-08T14:56:49.7935800+08:00;True|2021-10-08T14:35:41.4490063+08:00;True|2021-10-08T14:02:42.6990656+08:00;True|2021-09-29T15:48:55.1547397+08:00;True|2021-09-29T15:48:23.5567191+08:00;True|2021-09-27T16:17:35.7180978+08:00;True|2021-09-27T15:51:50.4240134+08:00;True|2021-09-23T20:55:27.3554447+08:00;True|2021-09-23T14:14:44.0572017+08:00;True|2021-09-23T13:51:56.2344673+08:00;True|2021-09-23T10:46:16.7417007+08:00;True|2021-09-23T10:42:23.2117537+08:00;True|2021-09-22T15:21:22.9615672+08:00;True|2021-09-22T14:23:32.7907754+08:00;True|2021-09-22T13:48:03.4780947+08:00;True|2021-09-22T11:05:24.5249356+08:00;True|2021-09-22T10:00:19.0962943+08:00;True|2021-09-22T09:30:26.2686514+08:00;True|2021-09-17T11:22:34.5692792+08:00;True|2021-09-16T16:11:27.5372277+08:00;True|2021-09-16T14:53:40.8396557+08:00;True|2021-09-16T14:32:29.7905500+08:00;True|2021-09-16T14:26:46.2224219+08:00;True|2021-09-16T10:32:24.4244440+08:00;True|2021-09-15T11:10:35.3529360+08:00;True|2021-09-15T11:08:30.0857376+08:00;True|2021-09-15T11:05:56.7191571+08:00;True|2021-09-14T01:24:39.8041136+08:00;True|2021-09-14T01:05:01.1593327+08:00;True|2021-09-14T00:44:14.7233198+08:00;True|2021-09-13T23:48:19.4506233+08:00;True|2021-09-13T20:30:31.3243872+08:00;True|2021-09-13T19:45:35.9108911+08:00;False|2021-09-13T19:44:59.2779092+08:00;True|2021-09-13T18:09:22.4994381+08:00;True|2021-09-10T14:18:27.5788854+08:00;True|2021-09-09T15:57:01.7407207+08:00;True|2021-09-09T15:49:34.2598998+08:00;True|2021-09-09T11:32:10.7853024+08:00;True|2021-09-09T11:10:48.6840025+08:00;True|2021-09-09T10:35:37.3883078+08:00;True|2021-09-07T14:11:49.8497588+08:00;True|2021-09-07T13:34:48.4693349+08:00;True|2021-09-06T14:33:48.7549675+08:00;True|2021-09-03T16:27:51.1888520+08:00;True|2021-09-03T16:19:35.9003465+08:00;True|2021-09-03T15:46:28.1828032+08:00;True|2021-09-03T15:34:21.9362871+08:00;True|2021-09-03T11:24:49.8749819+08:00;True|2021-09-03T11:21:17.8373159+08:00;True|2021-09-03T11:16:53.2208136+08:00;True|2021-09-03T11:12:23.9063804+08:00;True|2021-09-03T09:11:09.2435721+08:00;True|2021-09-02T11:16:15.1370453+08:00;True|2021-09-02T10:35:39.1171879+08:00;True|2021-09-01T10:17:09.4536285+08:00;True|2021-09-01T09:46:28.4581776+08:00;True|2021-08-31T08:54:26.8588887+08:00;True|2021-08-31T08:39:08.3685693+08:00;True|2021-08-30T17:11:56.8438985+08:00;True|2021-08-30T15:59:42.0820292+08:00;True|2021-08-30T15:45:18.1868510+08:00;True|2021-08-30T14:56:08.3958863+08:00;True|2021-08-30T14:37:11.5379830+08:00;True|2021-08-30T14:35:34.8775934+08:00;True|2021-08-30T14:24:36.5111821+08:00;True|2021-08-30T10:05:49.6945200+08:00;True|2021-08-30T10:03:28.4064538+08:00;True|2021-08-30T10:00:16.8360929+08:00;True|2021-08-30T09:56:09.4434379+08:00;True|2021-08-30T09:55:36.1725334+08:00;True|2021-08-30T09:52:04.8600054+08:00;True|2021-08-30T09:47:46.4225655+08:00;True|2021-08-30T09:45:20.4894962+08:00;False|2021-08-27T17:17:34.2646751+08:00;False|2021-08-27T16:01:21.2791979+08:00;False|2021-08-27T15:58:06.9667160+08:00;False|2021-08-27T15:38:37.4818036+08:00;False|2021-08-27T15:21:02.8863114+08:00;False|2021-08-27T15:20:28.6828668+08:00;True|2021-08-26T16:00:44.3162145+08:00;True|2021-08-26T08:57:31.3842587+08:00;True|2021-08-23T08:43:41.1549775+08:00;True|2021-08-22T09:24:12.7210871+08:00;True|2021-08-22T09:19:53.8300229+08:00;True|2021-08-20T20:00:52.0140407+08:00;True|2021-08-20T19:40:14.7712765+08:00;True|2021-08-19T17:37:54.9748049+08:00;True|2021-08-19T17:20:11.0515687+08:00;True|2021-08-19T16:12:35.4392809+08:00;True|2021-08-19T16:06:50.6204587+08:00;True|2021-08-19T16:03:53.0824286+08:00;True|2021-08-19T15:56:01.3498791+08:00;True|2021-08-19T10:18:50.8113630+08:00;True|2021-08-19T09:58:06.2784035+08:00;True|2021-08-19T09:56:54.0619777+08:00;True|2021-08-19T00:32:08.3503093+08:00;True|2021-08-19T00:11:18.3150227+08:00;True|2021-08-19T00:02:49.4827718+08:00;True|2021-08-18T23:54:45.4845900+08:00;True|2021-08-18T23:39:51.6147977+08:00;True|2021-08-18T23:16:42.7214379+08:00;True|2021-08-18T22:38:57.4681929+08:00;True|2021-08-18T21:41:58.7560707+08:00;True|2021-08-18T21:11:52.2369249+08:00;True|2021-08-18T21:01:49.5669106+08:00;True|2021-08-18T20:47:46.5352688+08:00;False|2021-08-18T20:46:36.7956141+08:00;False|2021-08-18T20:46:01.0502138+08:00;True|2021-08-18T19:39:12.8186242+08:00;False|2021-08-18T19:38:12.6839708+08:00;True|2021-08-18T19:15:51.4626694+08:00;True|2021-08-18T16:07:20.4350886+08:00;True|2021-08-18T14:29:41.7171934+08:00;True|2021-08-18T14:20:36.3647361+08:00;True|2021-08-16T09:08:58.3617662+08:00;True|2021-08-15T20:44:29.9214083+08:00;True|2021-08-15T20:36:17.0958549+08:00;True|2021-08-15T20:29:34.3879773+08:00;True|2021-08-15T20:23:47.4052038+08:00;True|2021-08-15T15:01:19.7830862+08:00;True|2021-08-15T12:15:18.3433782+08:00;True|2021-08-13T20:59:11.3947130+08:00;True|2021-08-06T22:49:09.9538339+08:00;True|2021-08-06T22:35:19.0418168+08:00;True|2021-08-06T20:29:47.4241975+08:00;True|2021-08-06T14:08:16.4791827+08:00;True|2021-08-06T13:59:28.9874611+08:00;True|2021-08-06T13:57:34.3723977+08:00;True|2021-08-06T13:36:03.4816652+08:00;True|2021-08-06T12:22:52.5055221+08:00;True|2021-08-06T09:31:58.1272499+08:00;True|2021-08-06T09:26:51.6310039+08:00;True|2021-08-06T09:24:22.2899244+08:00;True|2021-08-06T09:06:30.6477912+08:00;True|2021-08-06T09:00:55.5101612+08:00;True|2021-08-06T08:49:59.9616490+08:00;True|2021-08-06T08:45:18.8586902+08:00;True|2021-08-05T20:09:25.8861998+08:00;True|2021-08-04T19:14:27.2396953+08:00;True|2021-08-04T19:11:47.5849093+08:00;True|2021-08-04T16:42:54.0149043+08:00;True|2021-08-04T15:02:11.5056561+08:00;True|2021-08-04T14:58:37.1435509+08:00;True|2021-08-04T14:55:34.7380132+08:00;True|2021-08-04T14:47:42.5933921+08:00;True|2021-08-04T14:45:17.9911874+08:00;True|2021-08-04T13:52:20.9601351+08:00;True|2021-08-04T09:48:28.8796992+08:00;True|2021-08-03T18:14:13.1894998+08:00;True|2021-08-03T17:45:35.1349721+08:00;True|2021-08-03T17:21:52.6028977+08:00;True|2021-08-03T17:20:35.4423020+08:00;True|2021-08-03T17:03:33.1667669+08:00;True|2021-08-03T17:01:54.2656787+08:00;True|2021-08-03T17:00:22.2778374+08:00;True|2021-08-03T16:56:58.8902582+08:00;True|2021-08-03T15:02:21.8601533+08:00;True|2021-08-03T14:57:34.0186758+08:00;True|2021-08-03T14:28:47.2242515+08:00;True|2021-08-03T14:22:22.4554236+08:00;True|2021-08-03T14:21:51.1339715+08:00;True|2021-08-03T13:37:33.9697131+08:00;True|2021-08-03T13:28:29.7591095+08:00;True|2021-08-03T11:35:09.5118324+08:00;True|2021-08-03T11:11:23.3051573+08:00;True|2021-08-02T13:14:42.3663755+08:00;True|2021-07-30T22:50:19.9749878+08:00;True|2021-07-30T22:49:31.2150970+08:00;True|2021-07-28T19:12:05.8381075+08:00;True|2021-07-28T18:59:45.4808797+08:00;True|2021-07-28T18:15:58.8301509+08:00;True|2021-07-28T18:04:54.8613546+08:00;True|2021-07-28T17:53:48.6225611+08:00;True|2021-07-28T17:42:50.9171563+08:00;True|2021-07-28T17:17:16.3137677+08:00;True|2021-07-28T17:11:46.8925200+08:00;True|2021-07-28T16:28:27.6823943+08:00;True|2021-07-28T16:23:00.3385836+08:00;True|2021-07-28T09:57:55.4237411+08:00;True|2021-07-28T08:38:29.6691541+08:00;True|2021-07-27T23:16:32.0331671+08:00;True|2021-07-27T23:06:08.1947249+08:00;True|2021-07-27T23:05:58.4619176+08:00;True|2021-07-27T18:42:09.5358261+08:00;True|2021-07-27T18:30:04.8532823+08:00;True|2021-07-27T18:29:43.5775092+08:00;True|2021-07-27T15:16:49.8356224+08:00;True|2021-07-27T15:05:27.8453220+08:00;True|2021-07-27T14:59:15.9519440+08:00;True|2021-07-27T09:23:32.6111337+08:00;True|2021-07-27T08:27:41.6395353+08:00;True|2021-07-27T08:25:56.7378296+08:00;True|2021-07-26T11:18:46.0856966+08:00;True|2021-07-26T11:18:02.0751924+08:00;True|2021-07-26T11:13:49.6285395+08:00;True|2021-07-21T21:08:25.9898902+08:00;True|2021-07-21T20:09:26.2258104+08:00;True|2021-07-13T16:17:25.8407435+08:00;True|2021-07-13T13:46:13.4309531+08:00;True|2021-07-13T12:29:04.5082461+08:00;True|2021-06-29T13:55:01.6864637+08:00;True|2021-06-29T10:38:52.2206472+08:00;True|2021-06-29T10:10:13.1540749+08:00;True|2021-06-28T14:37:56.3853273+08:00;False|2021-06-28T14:36:57.5726124+08:00;True|2021-06-25T14:17:57.5196108+08:00;True|2021-06-25T13:56:38.9522535+08:00;True|2021-06-24T19:38:32.8766933+08:00;True|2021-06-24T18:26:35.6118833+08:00;True|2021-06-24T18:02:52.8136877+08:00;True|2021-06-24T17:48:49.5851948+08:00;True|2021-06-24T17:45:46.7527572+08:00;True|2021-06-24T15:05:20.1592723+08:00;True|2021-06-23T16:18:15.6814625+08:00;True|2021-06-23T16:05:24.6112343+08:00;True|2021-06-23T15:14:08.2489658+08:00;True|2021-06-23T13:52:58.6029788+08:00;True|2021-06-22T16:11:20.4726923+08:00;True|2021-06-22T16:04:53.7231389+08:00;True|2021-06-22T15:50:59.2583262+08:00;True|2021-06-22T15:38:15.3016140+08:00;True|2021-06-22T15:34:42.9185543+08:00;True|2021-06-22T15:21:55.1419108+08:00;True|2021-06-22T15:07:21.5357494+08:00;True|2021-06-22T15:03:35.0535733+08:00;True|2021-06-22T14:54:47.8802969+08:00;True|2021-06-22T11:19:38.7303011+08:00;True|2021-06-22T08:53:49.2882695+08:00;True|2021-06-22T08:47:54.8286530+08:00;True|2021-06-21T16:27:19.3017700+08:00;True|2021-06-21T15:32:28.7237952+08:00;True|2021-06-21T12:34:02.6329555+08:00;True|2021-06-21T12:24:17.5427495+08:00;True|2021-06-21T10:47:30.6423502+08:00;True|2021-06-21T08:43:20.3026558+08:00;True|2021-06-19T15:10:06.8335499+08:00;True|2021-06-18T15:37:29.5009930+08:00;True|2021-06-18T13:46:35.6283432+08:00;True|2021-06-18T10:00:37.1474954+08:00;True|2021-06-18T09:55:21.8551780+08:00;True|2021-06-18T09:22:27.8432927+08:00;True|2021-06-17T11:17:43.2166430+08:00;True|2021-06-17T09:24:09.8350403+08:00;True|2021-06-16T16:10:47.8564888+08:00;True|2021-06-16T16:04:09.8286582+08:00;True|2021-06-16T15:12:29.9427169+08:00;True|2021-06-16T14:58:45.6801892+08:00;True|2021-06-16T14:46:01.6873221+08:00;True|2021-06-16T11:02:06.1272477+08:00;True|2021-06-16T09:33:56.0223915+08:00;True|2021-06-16T08:50:07.6995413+08:00;True|2021-06-16T08:28:38.7692635+08:00;True|2021-06-16T01:04:19.6282474+08:00;True|2021-06-16T01:03:50.5058323+08:00;False|2021-06-16T01:02:15.3819672+08:00;False|2021-06-16T01:01:38.6171098+08:00;True|2021-06-16T00:34:54.9902044+08:00;True|2021-06-15T23:55:36.2003828+08:00;True|2021-06-15T22:47:17.2192750+08:00;True|2021-06-15T22:42:41.1512585+08:00;True|2021-06-15T22:38:01.7390462+08:00;True|2021-06-15T22:14:11.2060782+08:00;True|2021-06-15T22:12:27.0615357+08:00;True|2021-06-15T22:07:59.9280871+08:00;True|2021-06-15T22:04:21.5051427+08:00;True|2021-06-15T21:25:55.0099814+08:00;True|2021-06-15T19:13:51.3494172+08:00;True|2021-06-15T19:02:17.6844742+08:00;True|2021-06-15T18:47:37.1629411+08:00;False|2021-06-15T18:47:11.0828111+08:00;True|2021-06-15T18:38:26.6620668+08:00;True|2021-06-15T18:33:45.2069831+08:00;True|2021-06-15T18:24:52.0550838+08:00;True|2021-06-15T18:19:43.6999796+08:00;True|2021-06-15T18:08:17.2464506+08:00;True|2021-06-15T18:03:51.3952624+08:00;True|2021-06-15T18:01:20.6141766+08:00;True|2021-06-15T17:59:04.4479416+08:00;True|2021-06-15T17:41:44.6389379+08:00;True|2021-06-15T17:39:03.1565124+08:00;True|2021-06-15T17:34:41.0634638+08:00;True|2021-06-15T17:33:50.4853178+08:00;True|2021-06-15T17:25:38.5914037+08:00;True|2021-06-15T17:22:21.3611360+08:00;True|2021-06-15T17:16:49.4970813+08:00;True|2021-06-15T17:05:28.9389484+08:00;True|2021-06-15T16:52:54.6372199+08:00;True|2021-06-15T16:51:23.9081030+08:00;True|2021-06-15T16:45:40.6017997+08:00;True|2021-06-15T16:41:05.0218887+08:00;True|2021-06-15T16:38:02.8541862+08:00;True|2021-06-15T16:22:10.3118721+08:00;True|2021-06-15T16:12:11.1552506+08:00;True|2021-06-15T15:33:42.0100494+08:00;True|2021-06-15T15:28:39.7145659+08:00;True|2021-06-15T15:15:02.7939125+08:00;True|2021-06-15T14:49:14.2300396+08:00;True|2021-06-15T14:42:28.1198064+08:00;True|2021-06-15T13:30:12.7997686+08:00;True|2021-06-15T13:25:37.7284670+08:00;True|2021-06-15T13:23:43.6207813+08:00;False|2021-06-15T13:23:19.4190232+08:00;True|2021-06-15T13:16:38.5062674+08:00;True|2021-06-15T13:03:31.2055635+08:00;True|2021-06-15T12:58:43.1653215+08:00;True|2021-06-15T12:39:22.8442109+08:00;True|2021-06-15T12:35:09.1288556+08:00;False|2021-06-15T12:33:50.0723143+08:00;True|2021-06-15T11:28:01.9733727+08:00;True|2021-06-15T11:26:26.6569392+08:00;True|2021-06-15T11:22:43.0366435+08:00;True|2021-06-15T11:07:50.1610580+08:00;True|2021-06-15T10:32:59.1925931+08:00;True|2021-06-10T17:16:57.9552310+08:00;True|2021-06-10T16:44:42.2731836+08:00;True|2021-06-10T14:39:27.6745737+08:00;True|2021-06-10T12:15:05.1524413+08:00;True|2021-06-09T18:19:24.1005606+08:00;True|2021-06-09T17:56:09.5646288+08:00;True|2021-06-09T13:34:06.1882292+08:00;True|2021-06-09T13:29:54.5924933+08:00;True|2021-06-09T13:25:55.7520662+08:00;True|2021-06-09T13:07:47.6686811+08:00;True|2021-06-09T12:59:41.2595048+08:00;True|2021-06-09T12:45:27.1305548+08:00;True|2021-06-09T12:29:52.1418191+08:00;True|2021-06-09T12:24:12.7610588+08:00;True|2021-06-09T11:31:25.3409568+08:00;True|2021-06-09T09:57:44.4387175+08:00;True|2021-06-09T09:54:26.5161307+08:00;True|2021-06-09T09:14:14.7288045+08:00;True|2021-06-09T09:10:25.1812139+08:00;True|2021-06-09T08:46:21.6585123+08:00;True|2021-06-08T19:56:55.7192062+08:00;True|2021-06-08T19:52:59.0326821+08:00;True|2021-06-08T19:49:13.6274217+08:00;True|2021-06-08T19:09:22.1038939+08:00;True|2021-06-08T15:28:41.3716247+08:00;True|2021-06-08T15:26:47.2621178+08:00;True|2021-06-08T13:49:45.8936617+08:00;True|2021-06-08T13:43:18.8115502+08:00;True|2021-06-08T10:04:06.2200731+08:00;True|2021-06-08T09:17:10.0470792+08:00;True|2021-06-08T08:44:37.4395849+08:00;True|2021-06-08T00:01:09.3745613+08:00;True|2021-06-07T23:49:31.5196888+08:00;True|2021-06-07T23:41:00.8017855+08:00;True|2021-06-07T23:21:53.1371134+08:00;True|2021-06-07T23:01:27.5712153+08:00;True|2021-06-07T22:36:12.9274014+08:00;True|2021-06-07T22:23:00.6545134+08:00;True|2021-06-07T17:44:47.5686346+08:00;True|2021-06-07T17:17:01.3431233+08:00;True|2021-06-07T16:53:28.9989587+08:00;True|2021-06-07T16:41:10.4975607+08:00;True|2021-06-07T14:21:06.8176477+08:00;True|2021-06-07T14:10:39.0355659+08:00;True|2021-06-07T12:34:31.4562732+08:00;True|2021-06-07T12:28:44.9629488+08:00;True|2021-06-07T10:30:26.9387988+08:00;True|2021-06-07T09:12:14.7658099+08:00;True|2021-06-07T08:37:19.6353792+08:00;True|2021-06-07T08:35:25.2031954+08:00;True|2021-06-05T07:07:32.0541266+08:00;True|2021-06-05T06:44:35.9475270+08:00;True|2021-06-05T06:37:27.4595197+08:00;True|2021-06-05T06:26:59.7663998+08:00;True|2021-06-05T05:43:12.8699318+08:00;True|2021-06-04T17:00:41.2426007+08:00;True|2021-06-04T16:08:03.8078072+08:00;True|2021-06-04T15:47:21.6412616+08:00;True|2021-06-04T15:21:02.4239800+08:00;True|2021-06-04T15:20:37.8641854+08:00;True|2021-06-04T13:38:51.5088395+08:00;True|2021-06-04T10:20:01.7784282+08:00;True|2021-06-04T10:13:50.3548857+08:00;True|2021-06-04T10:11:25.5017821+08:00;True|2021-06-04T10:09:51.6792228+08:00;True|2021-06-04T10:02:39.5851057+08:00;True|2021-06-04T09:30:40.4495494+08:00;True|2021-06-03T13:16:36.0317546+08:00;True|2021-06-03T13:12:47.0402047+08:00;True|2021-06-02T14:37:08.9683351+08:00;True|2021-06-02T14:10:15.7439829+08:00;True|2021-06-02T13:59:46.5841931+08:00;True|2021-06-02T13:25:18.7962660+08:00;True|2021-06-02T13:23:16.2261980+08:00;True|2021-06-01T15:37:32.2495085+08:00;True|2021-06-01T15:21:01.2856122+08:00;True|2021-06-01T15:13:36.7262365+08:00;True|2021-06-01T15:10:26.8905629+08:00;True|2021-06-01T14:56:17.5231551+08:00;True|2021-06-01T14:38:39.7895927+08:00;True|2021-06-01T14:23:12.3265287+08:00;True|2021-03-01T09:11:31.3226422+08:00;True|2021-05-26T14:54:56.9426462+08:00;True|2021-05-26T13:57:33.7780451+08:00;True|2021-05-26T13:39:02.8043358+08:00;True|2021-02-25T16:01:40.2917200+08:00;True|2021-02-25T15:49:46.6681205+08:00;True|2021-02-25T15:16:30.9372640+08:00;True|2021-05-25T13:10:21.7831921+08:00;True|2021-05-25T11:21:38.5224475+08:00;True|2021-05-25T11:12:52.0637175+08:00;True|2021-05-25T11:02:18.4164663+08:00;True|2021-05-25T10:52:06.8998521+08:00;True|2021-05-25T10:50:45.0929606+08:00;True|2021-05-25T10:45:54.1498313+08:00;True|2021-05-25T10:39:27.8602249+08:00;True|2021-05-25T10:34:49.5771162+08:00;True|2021-05-25T10:17:30.3009163+08:00;True|2021-05-25T10:14:03.8512581+08:00;True|2021-05-25T10:05:33.4343836+08:00;True|2021-05-24T17:01:23.3221168+08:00;True|2021-05-24T10:11:24.0197347+08:00;False|2021-05-24T10:11:07.6338995+08:00;</History> </PropertyGroup> <ItemGroup> <File Include="apiapp.json"> @@ -20,12 +20,12 @@ <File Include="bin/BLL.dll"> <publishTime>11/09/2022 16:02:08</publishTime> <publishTime>11/02/2022 22:03:01</publishTime> <publishTime>04/26/2023 09:38:44</publishTime> <publishTime>04/12/2023 16:24:50</publishTime> </File> <File Include="bin/BLL.pdb"> <publishTime>11/09/2022 16:02:08</publishTime> <publishTime>11/02/2022 22:03:01</publishTime> <publishTime>04/26/2023 09:38:44</publishTime> <publishTime>04/12/2023 16:24:50</publishTime> </File> <File Include="bin/BouncyCastle.Crypto.dll"> <publishTime>12/18/2020 05:32:28</publishTime> @@ -33,12 +33,12 @@ <File Include="bin/DAL.dll"> <publishTime>11/09/2022 16:02:06</publishTime> <publishTime>11/02/2022 22:02:58</publishTime> <publishTime>04/26/2023 09:38:43</publishTime> <publishTime>04/12/2023 16:24:47</publishTime> </File> <File Include="bin/DAL.pdb"> <publishTime>11/09/2022 16:02:06</publishTime> <publishTime>11/02/2022 22:02:58</publishTime> <publishTime>04/26/2023 09:38:43</publishTime> <publishTime>04/12/2023 16:24:47</publishTime> </File> <File Include="bin/Dapper.dll"> <publishTime>07/22/2016 22:52:40</publishTime> @@ -46,12 +46,12 @@ <File Include="bin/DBUtility.dll"> <publishTime>11/02/2022 22:02:56</publishTime> <publishTime>11/15/2022 13:55:23</publishTime> <publishTime>04/26/2023 09:38:40</publishTime> <publishTime>04/12/2023 16:24:39</publishTime> </File> <File Include="bin/DBUtility.pdb"> <publishTime>11/09/2022 16:01:58</publishTime> <publishTime>11/02/2022 22:02:56</publishTime> <publishTime>04/26/2023 09:38:40</publishTime> <publishTime>04/12/2023 16:24:39</publishTime> </File> <File Include="bin/Grpc.Core.Api.dll"> <publishTime>03/22/2022 13:17:26</publishTime> @@ -107,12 +107,12 @@ <File Include="bin/Model.dll"> <publishTime>11/09/2022 16:02:01</publishTime> <publishTime>11/02/2022 22:02:56</publishTime> <publishTime>04/26/2023 09:38:40</publishTime> <publishTime>04/12/2023 16:24:40</publishTime> </File> <File Include="bin/Model.pdb"> <publishTime>11/09/2022 16:02:01</publishTime> <publishTime>11/02/2022 22:02:56</publishTime> <publishTime>04/26/2023 09:38:40</publishTime> <publishTime>04/12/2023 16:24:40</publishTime> </File> <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> <publishTime>04/06/2023 15:57:02</publishTime> @@ -147,33 +147,33 @@ <File Include="bin/Pub_Class.dll"> <publishTime>11/09/2022 16:01:56</publishTime> <publishTime>11/02/2022 22:02:54</publishTime> <publishTime>04/26/2023 09:38:38</publishTime> <publishTime>04/12/2023 16:24:28</publishTime> </File> <File Include="bin/Pub_Class.pdb"> <publishTime>11/09/2022 16:01:56</publishTime> <publishTime>11/02/2022 22:02:54</publishTime> <publishTime>04/26/2023 09:38:38</publishTime> <publishTime>04/12/2023 16:24:28</publishTime> </File> <File Include="bin/Pub_Control.dll"> <publishTime>11/09/2022 16:01:57</publishTime> <publishTime>11/02/2022 22:02:55</publishTime> <publishTime>04/26/2023 09:38:39</publishTime> <publishTime>04/12/2023 16:24:37</publishTime> </File> <File Include="bin/Pub_Control.pdb"> <publishTime>11/09/2022 16:01:57</publishTime> <publishTime>11/02/2022 22:02:55</publishTime> <publishTime>04/26/2023 09:38:39</publishTime> <publishTime>04/12/2023 16:24:37</publishTime> </File> <File Include="bin/RestSharp.dll"> <publishTime>08/31/2012 06:22:50</publishTime> </File> <File Include="bin/SQLHelper.dll"> <publishTime>04/26/2023 09:38:39</publishTime> <publishTime>04/12/2023 16:24:38</publishTime> </File> <File Include="bin/SQLHelper.pdb"> <publishTime>11/09/2022 16:01:57</publishTime> <publishTime>11/02/2022 22:02:55</publishTime> <publishTime>04/26/2023 09:38:39</publishTime> <publishTime>04/12/2023 16:24:38</publishTime> </File> <File Include="bin/stdole.dll"> <publishTime>05/09/2021 13:35:37</publishTime> @@ -286,7 +286,7 @@ <File Include="bin/WebAPI.dll"> <publishTime>11/14/2022 11:23:59</publishTime> <publishTime>11/02/2022 22:03:04</publishTime> <publishTime>04/26/2023 09:38:48</publishTime> <publishTime>04/12/2023 16:25:14</publishTime> </File> <File Include="bin/WebAPI.dll.config"> <publishTime>12/15/2021 17:59:43</publishTime> @@ -294,7 +294,7 @@ <File Include="bin/WebAPI.pdb"> <publishTime>11/14/2022 11:23:59</publishTime> <publishTime>11/02/2022 22:03:04</publishTime> <publishTime>04/26/2023 09:38:48</publishTime> <publishTime>04/12/2023 16:25:14</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/18/2013 01:03:52</publishTime> @@ -423,70 +423,70 @@ <publishTime>04/06/2023 15:57:02</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Customer_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:52</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Department_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:51</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Employee_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:53</publishTime> </File> <File Include="Web References/WebS/ClsCLD_StockPlace_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:52</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Supplier_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:52</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Warehouse_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:52</publishTime> </File> <File Include="Web References/WebS/ClsGy_BadReason_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:53</publishTime> </File> <File Include="Web References/WebS/ClsGy_BarCodeBill_WMS_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:56</publishTime> </File> <File Include="Web References/WebS/ClsGy_BarCodeBill_WMS_Model_View.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:56</publishTime> </File> <File Include="Web References/WebS/ClsGy_Customer_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:55</publishTime> </File> <File Include="Web References/WebS/ClsGy_Department_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:54</publishTime> </File> <File Include="Web References/WebS/ClsGy_Employee_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:55</publishTime> </File> <File Include="Web References/WebS/ClsGy_Group_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:54</publishTime> </File> <File Include="Web References/WebS/ClsGy_Item30JiTai_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:53</publishTime> </File> <File Include="Web References/WebS/ClsGy_Source_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:56</publishTime> </File> <File Include="Web References/WebS/ClsGy_StockPlace_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:54</publishTime> </File> <File Include="Web References/WebS/ClsGy_Supplier_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:55</publishTime> </File> <File Include="Web References/WebS/ClsGy_Warehouse_Model.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:54</publishTime> </File> <File Include="Web References/WebS/ClsKf_ICStockBill_Mould.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:56</publishTime> </File> <File Include="Web References/WebS/ClsKf_ICStockBill_WMS.datasource"> <publishTime>04/06/2023 15:57:02</publishTime> <publishTime>04/10/2023 09:23:51</publishTime> </File> <File Include="Web References/WebS/Reference.cs"> <publishTime>12/20/2021 13:19:56</publishTime> </File> <File Include="Web References/WebS/Reference.map"> <publishTime>02/26/2023 19:50:00</publishTime> <publishTime>04/10/2023 09:23:45</publishTime> </File> <File Include="Web References/WebS/WebService1.disco"> <publishTime>12/20/2021 13:19:56</publishTime> @@ -500,7 +500,7 @@ <File Include="Web.config"> <publishTime>11/14/2022 11:24:08</publishTime> <publishTime>11/02/2022 22:03:20</publishTime> <publishTime>04/26/2023 09:38:59</publishTime> <publishTime>04/12/2023 16:25:24</publishTime> </File> </ItemGroup> </Project> WebAPI/Properties/Settings.Designer.cs
@@ -26,17 +26,7 @@ [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] [global::System.Configuration.DefaultSettingValueAttribute("http://localhost:8098/WebService1.asmx")] public string WebAPI_WebS2_WebService1 { get { return ((string)(this["WebAPI_WebS2_WebService1"])); } } [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] [global::System.Configuration.DefaultSettingValueAttribute("http://localhost:8098/WebService1.asmx")] [global::System.Configuration.DefaultSettingValueAttribute("http://192.168.63.3/WEBS-WMS/WebService1.asmx")] public string WebAPI_WebS_WebService1 { get { return ((string)(this["WebAPI_WebS_WebService1"])); WebAPI/Properties/Settings.settings
@@ -2,11 +2,8 @@ <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="WebAPI.Properties" GeneratedClassName="Settings"> <Profiles /> <Settings> <Setting Name="WebAPI_WebS2_WebService1" Type="(Web Service URL)" Scope="Application"> <Value Profile="(Default)">http://localhost:8098/WebService1.asmx</Value> </Setting> <Setting Name="WebAPI_WebS_WebService1" Type="(Web Service URL)" Scope="Application"> <Value Profile="(Default)">http://localhost:8098/WebService1.asmx</Value> <Value Profile="(Default)">http://192.168.63.3/WEBS-WMS/WebService1.asmx</Value> </Setting> </Settings> </SettingsFile> WebAPI/Web References/WebS/Reference.cs
Diff too large WebAPI/Web References/WebS/Reference.map
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Results> <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://122.227.133.186:8090/WEBS/WebService1.asmx?disco" filename="WebService1.disco" /> <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://122.227.133.186:8090/WEBS/WebService1.asmx?wsdl" filename="WebService1.wsdl" /> <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://192.168.63.3/WEBS-WMS/WebService1.asmx?wsdl" filename="WebService1.wsdl" /> <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://192.168.63.3/WEBS-WMS/WebService1.asmx?disco" filename="WebService1.disco" /> </Results> </DiscoveryClientResultsFile> WebAPI/Web References/WebS/WebService1.disco
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/"> <contractRef ref="http://122.227.133.186:8090/WEBS/WebService1.asmx?wsdl" docRef="http://122.227.133.186:8090/WEBS/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> <soap address="http://122.227.133.186:8090/WEBS/WebService1.asmx" xmlns:q1="http://tempuri.org/" binding="q1:WebService1Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> <soap address="http://122.227.133.186:8090/WEBS/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> <contractRef ref="http://192.168.63.3/WEBS-WMS/WebService1.asmx?wsdl" docRef="http://192.168.63.3/WEBS-WMS/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> <soap address="http://192.168.63.3/WEBS-WMS/WebService1.asmx" xmlns:q1="http://tempuri.org/" binding="q1:WebService1Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> <soap address="http://192.168.63.3/WEBS-WMS/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> </discovery> WebAPI/Web References/WebS/WebService1.wsdl
@@ -2,21 +2,144 @@ <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="get_BillBarCode_BillCheck"> <s:element name="get_SNBarCode_PackUnionCarryUp"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <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="HOWNERID" type="s:long" /> <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_BillBarCode_BillCheckResponse"> <s:element name="get_SNBarCode_PackUnionCarryUpResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_BillCheckResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="1" maxOccurs="1" name="get_SNBarCode_PackUnionCarryUpResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetBillEntry_TmpList_PackUnionCarryUp"> <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_PackUnionCarryUpResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetBillEntry_TmpList_PackUnionCarryUpResult"> <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_SavePackUnionCarryUpBill_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="HStockOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackUnionCarryUpBill_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePackUnionCarryUpBill_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_DelPackUnionBill_Temp"> <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_DelPackUnionBill_TempResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_DelPackUnionBill_TempResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetSc_PackUnionBill_TempList"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HBillType" 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:sequence> </s:complexType> </s:element> <s:element name="GetSc_PackUnionBill_TempListResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetSc_PackUnionBill_TempListResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="DeleteTemp_PackUnionBill"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="DeleteTemp_PackUnionBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="DeleteTemp_PackUnionBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetSourceBillList_BillCheck"> <s:complexType> <s:sequence> <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="GetSourceBillList_BillCheckResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetSourceBillList_BillCheckResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -60,6 +183,25 @@ <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> </s:sequence> </s:complexType> <s:element name="get_BillBarCode_BillCheck"> <s:complexType> <s:sequence> <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="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="get_BillBarCode_BillCheckResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_BillCheckResult" 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_BillBarCode_MateOutCheck"> <s:complexType> <s:sequence> @@ -484,6 +626,8 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBackBill_MaterWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBackBill_SourceWHSPCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBackBill_SimpleMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_PackUnionBill_SourceBillTypeCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_PackUnionBill_SourceBillNoCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="WMS_ERPStockCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="WMS_WMSStockCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="WMS_WMSStockCtl_ERPMode" type="s:string" /> @@ -507,6 +651,7 @@ <s:element minOccurs="0" maxOccurs="1" name="BarCode_AutoPOStockInBillWMS" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="BarCode_AutoMateOutBackBillWMS" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="BarCode_AutoSellOutBackBillWMS" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOBill_AutoProcExchBill" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ProcessExchangeBill_AutoBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_FIFOCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_FullMoveCtl" type="s:string" /> @@ -519,6 +664,7 @@ <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_AutoFindSNO" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_ShowUSERProcess" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_DeleteRelationCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyPreQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyNextQtyCtl" type="s:string" /> @@ -532,6 +678,7 @@ <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_AutoFindSNO" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_ShowUSERProcess" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_SaveAutoAddnew" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_DeleteRelationCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_QtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_BadReasonQtyCtrl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_DeleteCtl" type="s:string" /> @@ -1034,6 +1181,30 @@ <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_ServerCon2"> <s:complexType /> </s:element> <s:element name="get_ServerCon2Response"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_ServerCon2Result" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SubDisplay"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBillType" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SubDisplayResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="get_SubDisplayResult" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> @@ -3137,6 +3308,113 @@ </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="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetBillEntry_Tmp_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_Tmp_PackResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetBillEntry_Tmp_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_DelPackUnionBill_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_DelPackUnionBill_Temp_PackResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_DelPackUnionBill_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="set_SavePackUnionBill_Add"> <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="HStockOrgID" 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_AddResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePackUnionBill_AddResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_BarCode_PackUnionCarryUp"> <s:complexType> <s:sequence> @@ -3158,144 +3436,42 @@ </s:sequence> </s:complexType> </s:element> <s:element name="get_SNBarCode_PackUnionCarryUp"> <s:element name="set_SaveOtherInBill_CLD"> <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="oMain" type="tns:ClsKf_OtherInBillMain" /> <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="get_SNBarCode_PackUnionCarryUpResponse"> <s:complexType name="ClsKf_OtherInBillMain"> <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="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="0" maxOccurs="1" name="HStockStyle" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> </s:sequence> </s:extension> </s:complexContent> </s:complexType> <s:element name="set_SaveOtherInBill_CLDResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="get_SNBarCode_PackUnionCarryUpResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetBillEntry_TmpList_PackUnionCarryUp"> <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_PackUnionCarryUpResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetBillEntry_TmpList_PackUnionCarryUpResult"> <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_SavePackUnionCarryUpBill_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="HStockOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePackUnionCarryUpBill_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePackUnionCarryUpBill_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_DelPackUnionBill_Temp"> <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_DelPackUnionBill_TempResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_DelPackUnionBill_TempResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetSc_PackUnionBill_TempList"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HBillType" 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:sequence> </s:complexType> </s:element> <s:element name="GetSc_PackUnionBill_TempListResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetSc_PackUnionBill_TempListResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="DeleteTemp_PackUnionBill"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="DeleteTemp_PackUnionBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="DeleteTemp_PackUnionBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetSourceBillList_BillCheck"> <s:complexType> <s:sequence> <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="GetSourceBillList_BillCheckResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetSourceBillList_BillCheckResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_CLDResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -4894,30 +5070,6 @@ </s:sequence> </s:complexType> </s:element> <s:element name="get_ServerCon2"> <s:complexType /> </s:element> <s:element name="get_ServerCon2Response"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_ServerCon2Result" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SubDisplay"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBillType" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SubDisplayResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="get_SubDisplayResult" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveOtherOutBill_New"> <s:complexType> <s:sequence> @@ -5842,28 +5994,6 @@ </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsKf_OtherInBillMain"> <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="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="0" maxOccurs="1" name="HStockStyle" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> </s:sequence> </s:extension> </s:complexContent> </s:complexType> <s:element name="set_SaveOtherInBillResponse"> <s:complexType> <s:sequence> @@ -6051,24 +6181,6 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveMouldProdInBill_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_SaveOtherInBill_CLD"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain" /> <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_SaveOtherInBill_CLDResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_CLDResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -13125,6 +13237,48 @@ </s:element> </s:schema> </wsdl:types> <wsdl:message name="get_SNBarCode_PackUnionCarryUpSoapIn"> <wsdl:part name="parameters" element="tns:get_SNBarCode_PackUnionCarryUp" /> </wsdl:message> <wsdl:message name="get_SNBarCode_PackUnionCarryUpSoapOut"> <wsdl:part name="parameters" element="tns:get_SNBarCode_PackUnionCarryUpResponse" /> </wsdl:message> <wsdl:message name="GetBillEntry_TmpList_PackUnionCarryUpSoapIn"> <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_PackUnionCarryUp" /> </wsdl:message> <wsdl:message name="GetBillEntry_TmpList_PackUnionCarryUpSoapOut"> <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_PackUnionCarryUpResponse" /> </wsdl:message> <wsdl:message name="set_SavePackUnionCarryUpBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePackUnionCarryUpBill_New" /> </wsdl:message> <wsdl:message name="set_SavePackUnionCarryUpBill_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePackUnionCarryUpBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_DelPackUnionBill_TempSoapIn"> <wsdl:part name="parameters" element="tns:set_DelPackUnionBill_Temp" /> </wsdl:message> <wsdl:message name="set_DelPackUnionBill_TempSoapOut"> <wsdl:part name="parameters" element="tns:set_DelPackUnionBill_TempResponse" /> </wsdl:message> <wsdl:message name="GetSc_PackUnionBill_TempListSoapIn"> <wsdl:part name="parameters" element="tns:GetSc_PackUnionBill_TempList" /> </wsdl:message> <wsdl:message name="GetSc_PackUnionBill_TempListSoapOut"> <wsdl:part name="parameters" element="tns:GetSc_PackUnionBill_TempListResponse" /> </wsdl:message> <wsdl:message name="DeleteTemp_PackUnionBillSoapIn"> <wsdl:part name="parameters" element="tns:DeleteTemp_PackUnionBill" /> </wsdl:message> <wsdl:message name="DeleteTemp_PackUnionBillSoapOut"> <wsdl:part name="parameters" element="tns:DeleteTemp_PackUnionBillResponse" /> </wsdl:message> <wsdl:message name="GetSourceBillList_BillCheckSoapIn"> <wsdl:part name="parameters" element="tns:GetSourceBillList_BillCheck" /> </wsdl:message> <wsdl:message name="GetSourceBillList_BillCheckSoapOut"> <wsdl:part name="parameters" element="tns:GetSourceBillList_BillCheckResponse" /> </wsdl:message> <wsdl:message name="get_BillBarCode_BillCheckSoapIn"> <wsdl:part name="parameters" element="tns:get_BillBarCode_BillCheck" /> </wsdl:message> @@ -13286,6 +13440,18 @@ </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MouldResponse" /> </wsdl:message> <wsdl:message name="get_ServerCon2SoapIn"> <wsdl:part name="parameters" element="tns:get_ServerCon2" /> </wsdl:message> <wsdl:message name="get_ServerCon2SoapOut"> <wsdl:part name="parameters" element="tns:get_ServerCon2Response" /> </wsdl:message> <wsdl:message name="get_SubDisplaySoapIn"> <wsdl:part name="parameters" element="tns:get_SubDisplay" /> </wsdl:message> <wsdl:message name="get_SubDisplaySoapOut"> <wsdl:part name="parameters" element="tns:get_SubDisplayResponse" /> </wsdl:message> <wsdl:message name="get_SubDisplayByOwnerSoapIn"> <wsdl:part name="parameters" element="tns:get_SubDisplayByOwner" /> @@ -13749,53 +13915,47 @@ <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> <wsdl:message name="GetBillEntry_Tmp_PackSoapOut"> <wsdl:part name="parameters" element="tns:GetBillEntry_Tmp_PackResponse" /> </wsdl:message> <wsdl:message name="set_DelPackUnionBill_Temp_PackSoapIn"> <wsdl:part name="parameters" element="tns:set_DelPackUnionBill_Temp_Pack" /> </wsdl:message> <wsdl:message name="set_DelPackUnionBill_Temp_PackSoapOut"> <wsdl:part name="parameters" element="tns:set_DelPackUnionBill_Temp_PackResponse" /> </wsdl:message> <wsdl:message name="set_SavePackUnionBill_AddSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePackUnionBill_Add" /> </wsdl:message> <wsdl:message name="set_SavePackUnionBill_AddSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePackUnionBill_AddResponse" /> </wsdl:message> <wsdl:message name="get_BarCode_PackUnionCarryUpSoapIn"> <wsdl:part name="parameters" element="tns:get_BarCode_PackUnionCarryUp" /> </wsdl:message> <wsdl:message name="get_BarCode_PackUnionCarryUpSoapOut"> <wsdl:part name="parameters" element="tns:get_BarCode_PackUnionCarryUpResponse" /> </wsdl:message> <wsdl:message name="get_SNBarCode_PackUnionCarryUpSoapIn"> <wsdl:part name="parameters" element="tns:get_SNBarCode_PackUnionCarryUp" /> <wsdl:message name="set_SaveOtherInBill_CLDSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD" /> </wsdl:message> <wsdl:message name="get_SNBarCode_PackUnionCarryUpSoapOut"> <wsdl:part name="parameters" element="tns:get_SNBarCode_PackUnionCarryUpResponse" /> </wsdl:message> <wsdl:message name="GetBillEntry_TmpList_PackUnionCarryUpSoapIn"> <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_PackUnionCarryUp" /> </wsdl:message> <wsdl:message name="GetBillEntry_TmpList_PackUnionCarryUpSoapOut"> <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_PackUnionCarryUpResponse" /> </wsdl:message> <wsdl:message name="set_SavePackUnionCarryUpBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePackUnionCarryUpBill_New" /> </wsdl:message> <wsdl:message name="set_SavePackUnionCarryUpBill_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePackUnionCarryUpBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_DelPackUnionBill_TempSoapIn"> <wsdl:part name="parameters" element="tns:set_DelPackUnionBill_Temp" /> </wsdl:message> <wsdl:message name="set_DelPackUnionBill_TempSoapOut"> <wsdl:part name="parameters" element="tns:set_DelPackUnionBill_TempResponse" /> </wsdl:message> <wsdl:message name="GetSc_PackUnionBill_TempListSoapIn"> <wsdl:part name="parameters" element="tns:GetSc_PackUnionBill_TempList" /> </wsdl:message> <wsdl:message name="GetSc_PackUnionBill_TempListSoapOut"> <wsdl:part name="parameters" element="tns:GetSc_PackUnionBill_TempListResponse" /> </wsdl:message> <wsdl:message name="DeleteTemp_PackUnionBillSoapIn"> <wsdl:part name="parameters" element="tns:DeleteTemp_PackUnionBill" /> </wsdl:message> <wsdl:message name="DeleteTemp_PackUnionBillSoapOut"> <wsdl:part name="parameters" element="tns:DeleteTemp_PackUnionBillResponse" /> </wsdl:message> <wsdl:message name="GetSourceBillList_BillCheckSoapIn"> <wsdl:part name="parameters" element="tns:GetSourceBillList_BillCheck" /> </wsdl:message> <wsdl:message name="GetSourceBillList_BillCheckSoapOut"> <wsdl:part name="parameters" element="tns:GetSourceBillList_BillCheckResponse" /> <wsdl:message name="set_SaveOtherInBill_CLDSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLDResponse" /> </wsdl:message> <wsdl:message name="set_SaveProcReportMoveBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_New" /> @@ -14253,18 +14413,6 @@ <wsdl:message name="get_ServerConSoapOut"> <wsdl:part name="parameters" element="tns:get_ServerConResponse" /> </wsdl:message> <wsdl:message name="get_ServerCon2SoapIn"> <wsdl:part name="parameters" element="tns:get_ServerCon2" /> </wsdl:message> <wsdl:message name="get_ServerCon2SoapOut"> <wsdl:part name="parameters" element="tns:get_ServerCon2Response" /> </wsdl:message> <wsdl:message name="get_SubDisplaySoapIn"> <wsdl:part name="parameters" element="tns:get_SubDisplay" /> </wsdl:message> <wsdl:message name="get_SubDisplaySoapOut"> <wsdl:part name="parameters" element="tns:get_SubDisplayResponse" /> </wsdl:message> <wsdl:message name="set_SaveOtherOutBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_New" /> </wsdl:message> @@ -14558,12 +14706,6 @@ </wsdl:message> <wsdl:message name="set_SaveMouldProdInBill_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveMouldProdInBill_NewResponse" /> </wsdl:message> <wsdl:message name="set_SaveOtherInBill_CLDSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD" /> </wsdl:message> <wsdl:message name="set_SaveOtherInBill_CLDSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLDResponse" /> </wsdl:message> <wsdl:message name="set_SaveSellOutBackBillSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveSellOutBackBill" /> @@ -16312,6 +16454,34 @@ <wsdl:part name="parameters" element="tns:GetSc_ICMOBillListResponse" /> </wsdl:message> <wsdl:portType name="WebService1Soap"> <wsdl:operation name="get_SNBarCode_PackUnionCarryUp"> <wsdl:input message="tns:get_SNBarCode_PackUnionCarryUpSoapIn" /> <wsdl:output message="tns:get_SNBarCode_PackUnionCarryUpSoapOut" /> </wsdl:operation> <wsdl:operation name="GetBillEntry_TmpList_PackUnionCarryUp"> <wsdl:input message="tns:GetBillEntry_TmpList_PackUnionCarryUpSoapIn" /> <wsdl:output message="tns:GetBillEntry_TmpList_PackUnionCarryUpSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePackUnionCarryUpBill_New"> <wsdl:input message="tns:set_SavePackUnionCarryUpBill_NewSoapIn" /> <wsdl:output message="tns:set_SavePackUnionCarryUpBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_DelPackUnionBill_Temp"> <wsdl:input message="tns:set_DelPackUnionBill_TempSoapIn" /> <wsdl:output message="tns:set_DelPackUnionBill_TempSoapOut" /> </wsdl:operation> <wsdl:operation name="GetSc_PackUnionBill_TempList"> <wsdl:input message="tns:GetSc_PackUnionBill_TempListSoapIn" /> <wsdl:output message="tns:GetSc_PackUnionBill_TempListSoapOut" /> </wsdl:operation> <wsdl:operation name="DeleteTemp_PackUnionBill"> <wsdl:input message="tns:DeleteTemp_PackUnionBillSoapIn" /> <wsdl:output message="tns:DeleteTemp_PackUnionBillSoapOut" /> </wsdl:operation> <wsdl:operation name="GetSourceBillList_BillCheck"> <wsdl:input message="tns:GetSourceBillList_BillCheckSoapIn" /> <wsdl:output message="tns:GetSourceBillList_BillCheckSoapOut" /> </wsdl:operation> <wsdl:operation name="get_BillBarCode_BillCheck"> <wsdl:input message="tns:get_BillBarCode_BillCheckSoapIn" /> <wsdl:output message="tns:get_BillBarCode_BillCheckSoapOut" /> @@ -16419,6 +16589,14 @@ <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut" /> </wsdl:operation> <wsdl:operation name="get_ServerCon2"> <wsdl:input message="tns:get_ServerCon2SoapIn" /> <wsdl:output message="tns:get_ServerCon2SoapOut" /> </wsdl:operation> <wsdl:operation name="get_SubDisplay"> <wsdl:input message="tns:get_SubDisplaySoapIn" /> <wsdl:output message="tns:get_SubDisplaySoapOut" /> </wsdl:operation> <wsdl:operation name="get_SubDisplayByOwner"> <wsdl:input message="tns:get_SubDisplayByOwnerSoapIn" /> @@ -16728,37 +16906,33 @@ <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" /> </wsdl:operation> <wsdl:operation name="set_DelPackUnionBill_Temp_Pack"> <wsdl:input message="tns:set_DelPackUnionBill_Temp_PackSoapIn" /> <wsdl:output message="tns:set_DelPackUnionBill_Temp_PackSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePackUnionBill_Add"> <wsdl:input message="tns:set_SavePackUnionBill_AddSoapIn" /> <wsdl:output message="tns:set_SavePackUnionBill_AddSoapOut" /> </wsdl:operation> <wsdl:operation name="get_BarCode_PackUnionCarryUp"> <wsdl:input message="tns:get_BarCode_PackUnionCarryUpSoapIn" /> <wsdl:output message="tns:get_BarCode_PackUnionCarryUpSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SNBarCode_PackUnionCarryUp"> <wsdl:input message="tns:get_SNBarCode_PackUnionCarryUpSoapIn" /> <wsdl:output message="tns:get_SNBarCode_PackUnionCarryUpSoapOut" /> </wsdl:operation> <wsdl:operation name="GetBillEntry_TmpList_PackUnionCarryUp"> <wsdl:input message="tns:GetBillEntry_TmpList_PackUnionCarryUpSoapIn" /> <wsdl:output message="tns:GetBillEntry_TmpList_PackUnionCarryUpSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePackUnionCarryUpBill_New"> <wsdl:input message="tns:set_SavePackUnionCarryUpBill_NewSoapIn" /> <wsdl:output message="tns:set_SavePackUnionCarryUpBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_DelPackUnionBill_Temp"> <wsdl:input message="tns:set_DelPackUnionBill_TempSoapIn" /> <wsdl:output message="tns:set_DelPackUnionBill_TempSoapOut" /> </wsdl:operation> <wsdl:operation name="GetSc_PackUnionBill_TempList"> <wsdl:input message="tns:GetSc_PackUnionBill_TempListSoapIn" /> <wsdl:output message="tns:GetSc_PackUnionBill_TempListSoapOut" /> </wsdl:operation> <wsdl:operation name="DeleteTemp_PackUnionBill"> <wsdl:input message="tns:DeleteTemp_PackUnionBillSoapIn" /> <wsdl:output message="tns:DeleteTemp_PackUnionBillSoapOut" /> </wsdl:operation> <wsdl:operation name="GetSourceBillList_BillCheck"> <wsdl:input message="tns:GetSourceBillList_BillCheckSoapIn" /> <wsdl:output message="tns:GetSourceBillList_BillCheckSoapOut" /> <wsdl:operation name="set_SaveOtherInBill_CLD"> <wsdl:input message="tns:set_SaveOtherInBill_CLDSoapIn" /> <wsdl:output message="tns:set_SaveOtherInBill_CLDSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveProcReportMoveBill_New"> <wsdl:input message="tns:set_SaveProcReportMoveBill_NewSoapIn" /> @@ -17064,14 +17238,6 @@ <wsdl:input message="tns:get_ServerConSoapIn" /> <wsdl:output message="tns:get_ServerConSoapOut" /> </wsdl:operation> <wsdl:operation name="get_ServerCon2"> <wsdl:input message="tns:get_ServerCon2SoapIn" /> <wsdl:output message="tns:get_ServerCon2SoapOut" /> </wsdl:operation> <wsdl:operation name="get_SubDisplay"> <wsdl:input message="tns:get_SubDisplaySoapIn" /> <wsdl:output message="tns:get_SubDisplaySoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBill_New"> <wsdl:input message="tns:set_SaveOtherOutBill_NewSoapIn" /> <wsdl:output message="tns:set_SaveOtherOutBill_NewSoapOut" /> @@ -17267,10 +17433,6 @@ <wsdl:operation name="set_SaveMouldProdInBill_New"> <wsdl:input message="tns:set_SaveMouldProdInBill_NewSoapIn" /> <wsdl:output message="tns:set_SaveMouldProdInBill_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveOtherInBill_CLD"> <wsdl:input message="tns:set_SaveOtherInBill_CLDSoapIn" /> <wsdl:output message="tns:set_SaveOtherInBill_CLDSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveSellOutBackBill"> <wsdl:input message="tns:set_SaveSellOutBackBillSoapIn" /> @@ -18439,6 +18601,69 @@ </wsdl:portType> <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="get_SNBarCode_PackUnionCarryUp"> <soap:operation soapAction="http://tempuri.org/get_SNBarCode_PackUnionCarryUp" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetBillEntry_TmpList_PackUnionCarryUp"> <soap:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_PackUnionCarryUp" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackUnionCarryUpBill_New"> <soap:operation soapAction="http://tempuri.org/set_SavePackUnionCarryUpBill_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_DelPackUnionBill_Temp"> <soap:operation soapAction="http://tempuri.org/set_DelPackUnionBill_Temp" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetSc_PackUnionBill_TempList"> <soap:operation soapAction="http://tempuri.org/GetSc_PackUnionBill_TempList" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteTemp_PackUnionBill"> <soap:operation soapAction="http://tempuri.org/DeleteTemp_PackUnionBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetSourceBillList_BillCheck"> <soap:operation soapAction="http://tempuri.org/GetSourceBillList_BillCheck" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BillBarCode_BillCheck"> <soap:operation soapAction="http://tempuri.org/get_BillBarCode_BillCheck" style="document" /> <wsdl:input> @@ -18675,6 +18900,24 @@ </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_ServerCon2"> <soap:operation soapAction="http://tempuri.org/get_ServerCon2" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SubDisplay"> <soap:operation soapAction="http://tempuri.org/get_SubDisplay" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -19375,6 +19618,51 @@ <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> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_DelPackUnionBill_Temp_Pack"> <soap:operation soapAction="http://tempuri.org/set_DelPackUnionBill_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="set_SavePackUnionBill_Add"> <soap:operation soapAction="http://tempuri.org/set_SavePackUnionBill_Add" 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_PackUnionCarryUp"> <soap:operation soapAction="http://tempuri.org/get_BarCode_PackUnionCarryUp" style="document" /> <wsdl:input> @@ -19384,62 +19672,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SNBarCode_PackUnionCarryUp"> <soap:operation soapAction="http://tempuri.org/get_SNBarCode_PackUnionCarryUp" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetBillEntry_TmpList_PackUnionCarryUp"> <soap:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_PackUnionCarryUp" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackUnionCarryUpBill_New"> <soap:operation soapAction="http://tempuri.org/set_SavePackUnionCarryUpBill_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_DelPackUnionBill_Temp"> <soap:operation soapAction="http://tempuri.org/set_DelPackUnionBill_Temp" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetSc_PackUnionBill_TempList"> <soap:operation soapAction="http://tempuri.org/GetSc_PackUnionBill_TempList" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteTemp_PackUnionBill"> <soap:operation soapAction="http://tempuri.org/DeleteTemp_PackUnionBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetSourceBillList_BillCheck"> <soap:operation soapAction="http://tempuri.org/GetSourceBillList_BillCheck" style="document" /> <wsdl:operation name="set_SaveOtherInBill_CLD"> <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -20131,24 +20365,6 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_ServerCon2"> <soap:operation soapAction="http://tempuri.org/get_ServerCon2" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SubDisplay"> <soap:operation soapAction="http://tempuri.org/get_SubDisplay" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBill_New"> <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_New" style="document" /> <wsdl:input> @@ -20583,15 +20799,6 @@ </wsdl:operation> <wsdl:operation name="set_SaveMouldProdInBill_New"> <soap:operation soapAction="http://tempuri.org/set_SaveMouldProdInBill_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_SaveOtherInBill_CLD"> <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -23221,6 +23428,69 @@ </wsdl:binding> <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="get_SNBarCode_PackUnionCarryUp"> <soap12:operation soapAction="http://tempuri.org/get_SNBarCode_PackUnionCarryUp" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetBillEntry_TmpList_PackUnionCarryUp"> <soap12:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_PackUnionCarryUp" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackUnionCarryUpBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SavePackUnionCarryUpBill_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_DelPackUnionBill_Temp"> <soap12:operation soapAction="http://tempuri.org/set_DelPackUnionBill_Temp" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetSc_PackUnionBill_TempList"> <soap12:operation soapAction="http://tempuri.org/GetSc_PackUnionBill_TempList" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteTemp_PackUnionBill"> <soap12:operation soapAction="http://tempuri.org/DeleteTemp_PackUnionBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetSourceBillList_BillCheck"> <soap12:operation soapAction="http://tempuri.org/GetSourceBillList_BillCheck" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BillBarCode_BillCheck"> <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_BillCheck" style="document" /> <wsdl:input> @@ -23457,6 +23727,24 @@ </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_ServerCon2"> <soap12:operation soapAction="http://tempuri.org/get_ServerCon2" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SubDisplay"> <soap12:operation soapAction="http://tempuri.org/get_SubDisplay" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24157,6 +24445,51 @@ <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> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_DelPackUnionBill_Temp_Pack"> <soap12:operation soapAction="http://tempuri.org/set_DelPackUnionBill_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="set_SavePackUnionBill_Add"> <soap12:operation soapAction="http://tempuri.org/set_SavePackUnionBill_Add" 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_PackUnionCarryUp"> <soap12:operation soapAction="http://tempuri.org/get_BarCode_PackUnionCarryUp" style="document" /> <wsdl:input> @@ -24166,62 +24499,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SNBarCode_PackUnionCarryUp"> <soap12:operation soapAction="http://tempuri.org/get_SNBarCode_PackUnionCarryUp" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetBillEntry_TmpList_PackUnionCarryUp"> <soap12:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_PackUnionCarryUp" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePackUnionCarryUpBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SavePackUnionCarryUpBill_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_DelPackUnionBill_Temp"> <soap12:operation soapAction="http://tempuri.org/set_DelPackUnionBill_Temp" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetSc_PackUnionBill_TempList"> <soap12:operation soapAction="http://tempuri.org/GetSc_PackUnionBill_TempList" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteTemp_PackUnionBill"> <soap12:operation soapAction="http://tempuri.org/DeleteTemp_PackUnionBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetSourceBillList_BillCheck"> <soap12:operation soapAction="http://tempuri.org/GetSourceBillList_BillCheck" style="document" /> <wsdl:operation name="set_SaveOtherInBill_CLD"> <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24913,24 +25192,6 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_ServerCon2"> <soap12:operation soapAction="http://tempuri.org/get_ServerCon2" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SubDisplay"> <soap12:operation soapAction="http://tempuri.org/get_SubDisplay" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_New" style="document" /> <wsdl:input> @@ -25365,15 +25626,6 @@ </wsdl:operation> <wsdl:operation name="set_SaveMouldProdInBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveMouldProdInBill_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_SaveOtherInBill_CLD"> <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -28003,10 +28255,10 @@ </wsdl:binding> <wsdl:service name="WebService1"> <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap"> <soap:address location="http://122.227.133.186:8090/WEBS/WebService1.asmx" /> <soap:address location="http://192.168.63.3/WEBS-WMS/WebService1.asmx" /> </wsdl:port> <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12"> <soap12:address location="http://122.227.133.186:8090/WEBS/WebService1.asmx" /> <soap12:address location="http://192.168.63.3/WEBS-WMS/WebService1.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> WebAPI/Web References/WebS2/Reference.cs
File was deleted WebAPI/Web References/WebS2/Reference.map
File was deleted WebAPI/Web References/WebS2/WebService1.disco
File was deleted WebAPI/Web References/WebS2/WebService1.wsdl
File was deleted WebAPI/Web.config
@@ -8,10 +8,10 @@ <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <section name="WebAPI.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </sectionGroup> </configSections> <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <section name="WebAPI.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </sectionGroup> </configSections> <connectionStrings> <add name="YqnConn" connectionString="Data Source=192.168.0.175;Initial Catalog=HX_LimsSys;User Id=HX_USER,Password=lc@841022;Integrated Security=True" /> @@ -22,7 +22,7 @@ <!--<add key="FileIP" value="http://localhost:8082/LuBaoAPI"/>--> <!--<add key="FileIP" value="http://localhost:8080/" />--> <!--<add key="sUrl" value="http://183.129.128.86:9090/WEBS-WMSTest/WebService1.asmx"/> --> <!--<add key="sUrl" value="http://192.168.80.90:9090/WEBS/WebService1.asmx"/> é¢å°å¼æº--> <add key="sUrl" value="http://192.168.63.3/WEBS-WMS/WebService1.asmx"/> <!--é¢å°å¼æº--> <!--<add key="sUrl" value="http://60.190.4.42:9003/WebService/WebService1.asmx" /> å¤å®--> <!--<add key="sUrl" value="http://60.190.4.42:9003/WebService/WebService1.asmx" /> --> <!--<add key="sUrl" value="http://10.10.130.181/WEBS-WMS/WebService1.asmx"/> åæ¥ç§æ--> @@ -30,7 +30,7 @@ <!--<add key="sUrl" value="http://60.191.27.141:8090/WEBS-WMS/WebService1.asmx"/> 森楷--> <add key="sUrl" value="http://47.96.97.237/WEBS-WMS/WebService1.asmx"/> <!--<add key="sUrl" value="http://192.168.80.90:9090/WEBS/WebService1.asmx"/> å®çæå¡å¨--> <!--<add key="sUrl" value="http://122.227.133.186:8090/WEBS/WebService1.asmx"/>--> <!--<add key="sUrl" value="http://122.227.133.186:8090/WEBS/WebService1.asmx"/> --> <!--<add key="sUrl" value="http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx"/> å®çæå¡å¨--> <!--<add key="sUrl" value="http://47.96.97.237/WEBS-WMS/WebService1.asmx"/> æµè¯æå¡å¨--> <!--<add key="sUrl" value="http://localhost:8082/WEBS/WebService1.asmx"/> --><!--æ¬å°--> WebAPI/WebAPI.csproj
@@ -256,12 +256,6 @@ <Content Include="Views\Scripts\jquery.validate.unobtrusive.js" /> <Content Include="Views\Scripts\jquery.validate.unobtrusive.min.js" /> <Content Include="Views\Scripts\modernizr-2.6.2.js" /> <Content Include="Web References\WebS2\Reference.map"> <Generator>MSDiscoCodeGenerator</Generator> <LastGenOutput>Reference.cs</LastGenOutput> </Content> <None Include="Web References\WebS2\WebService1.disco" /> <None Include="Web References\WebS2\WebService1.wsdl" /> <Content Include="Web References\WebS\ClsCLD_Customer_Model.datasource"> <DependentUpon>Reference.map</DependentUpon> </Content> @@ -281,6 +275,9 @@ <DependentUpon>Reference.map</DependentUpon> </Content> <Content Include="Web References\WebS\ClsGy_BadReason_Model.datasource"> <DependentUpon>Reference.map</DependentUpon> </Content> <Content Include="Web References\WebS\ClsGy_BarCodeBill_WMS_Model.datasource"> <DependentUpon>Reference.map</DependentUpon> </Content> <Content Include="Web References\WebS\ClsGy_BarCodeBill_WMS_Model_View.datasource"> @@ -319,13 +316,10 @@ <Content Include="Web References\WebS\ClsKf_ICStockBill_WMS.datasource"> <DependentUpon>Reference.map</DependentUpon> </Content> <Content Include="Web References\WebS\ClsGy_BarCodeBill_WMS_Model.datasource"> <DependentUpon>Reference.map</DependentUpon> </Content> <None Include="Web References\WebS\Reference.map"> <Content Include="Web References\WebS\Reference.map"> <Generator>MSDiscoCodeGenerator</Generator> <LastGenOutput>Reference.cs</LastGenOutput> </None> </Content> <None Include="Web References\WebS\WebService1.disco" /> <Content Include="Web.config"> <SubType>Designer</SubType> @@ -470,6 +464,7 @@ <Compile Include="Controllers\ä»å管ç\æ¡ç åºå ¥åºè®°å½\Kf_ICStockInOutBillController.cs" /> <Compile Include="Controllers\ä»å管ç\æ¡ç åºå\KF_ICInventoryList_WMSBillController.cs" /> <Compile Include="Controllers\ä»å管ç\æ¡ç çæ\Gy_BarCodeBill_OutController.cs" /> <Compile Include="Controllers\ä»å管ç\æ¡ç çæ\Gy_SplitBarCodeController.cs" /> <Compile Include="Controllers\ä»å管ç\æ¡ç çæ\KF_BarCodeStatusChangeBillController.cs" /> <Compile Include="Controllers\ä»å管ç\æ¡ç çæ\Sc_BarCodeController.cs" /> <Compile Include="Controllers\ä»å管ç\è°æ¨çç¹\Kf_MoveStockRequestBillController.cs" /> @@ -889,11 +884,6 @@ <Compile Include="Models\JsonResult.cs" /> <Compile Include="Models\Pensen.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Web References\WebS2\Reference.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Reference.map</DependentUpon> </Compile> <Compile Include="Web References\WebS\Reference.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> @@ -957,6 +947,7 @@ <Folder Include="Views\Gy_RoutingGroup\" /> <Folder Include="Views\Gy_SettleStyle\" /> <Folder Include="Views\Gy_SOPBill\" /> <Folder Include="Views\Gy_SplitBarCode\" /> <Folder Include="Views\Gy_Staff\" /> <Folder Include="Views\Gy_StdMinPickQty\" /> <Folder Include="Views\Gy_StockPlace_\" /> @@ -1056,27 +1047,16 @@ </ProjectReference> </ItemGroup> <ItemGroup> <WebReferenceUrl Include="http://122.227.133.186:8090/WEBS/WebService1.asmx"> <WebReferenceUrl Include="http://192.168.63.3/WEBS-WMS/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS\</RelPath> <UpdateFromURL>http://122.227.133.186:8090/WEBS/WebService1.asmx</UpdateFromURL> <UpdateFromURL>http://192.168.63.3/WEBS-WMS/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> </CachedDynamicPropName> <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName> <CachedSettingsPropName>WebAPI_WebS_WebService1</CachedSettingsPropName> </WebReferenceUrl> <WebReferenceUrl Include="http://localhost:9099/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS2\</RelPath> <UpdateFromURL>http://localhost:9099/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> </CachedDynamicPropName> <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName> <CachedSettingsPropName>WebAPI_WebS2_WebService1</CachedSettingsPropName> </WebReferenceUrl> </ItemGroup> <PropertyGroup> WorkM/WorkM.csproj
@@ -227,6 +227,12 @@ <Compile Include="æ¥è¡¨åæ\Sc_WareHouseReport.Designer.cs"> <DependentUpon>Sc_WareHouseReport.cs</DependentUpon> </Compile> <Compile Include="æ¥è¡¨åæ\Sc_OverProdReport.cs"> <SubType>Form</SubType> </Compile> <Compile Include="æ¥è¡¨åæ\Sc_OverProdReport.Designer.cs"> <DependentUpon>Sc_OverProdReport.cs</DependentUpon> </Compile> <Compile Include="æ¥è¡¨åæ\Sc_WorkShopReport.cs"> <SubType>Form</SubType> </Compile> @@ -986,6 +992,9 @@ <EmbeddedResource Include="æ¥è¡¨åæ\Sc_WareHouseReport.resx"> <DependentUpon>Sc_WareHouseReport.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="æ¥è¡¨åæ\Sc_OverProdReport.resx"> <DependentUpon>Sc_OverProdReport.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="æ¥è¡¨åæ\Sc_WorkShopReport.resx"> <DependentUpon>Sc_WorkShopReport.cs</DependentUpon> </EmbeddedResource> WorkM/±¨±í·ÖÎö/Sc_OverProdReport.Designer.cs
New file @@ -0,0 +1,532 @@ namespace WorkM { partial class Sc_OverProdReport { /// <summary> /// å¿ éç设计å¨åéã /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// æ¸ çæææ£å¨ä½¿ç¨çèµæºã /// </summary> /// <param name="disposing">妿åºéæ¾æç®¡èµæºï¼ä¸º trueï¼å¦å为 falseã</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows çªä½è®¾è®¡å¨çæç代ç /// <summary> /// è®¾è®¡å¨æ¯ææéçæ¹æ³ - ä¸è¦ /// 使ç¨ä»£ç ç¼è¾å¨ä¿®æ¹æ¤æ¹æ³çå 容ã /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_ProcExchListReport)); this.timer1 = new System.Windows.Forms.Timer(this.components); this.Tool = new System.Windows.Forms.ToolStrip(); this.yl = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.dy = new System.Windows.Forms.ToolStripButton(); this.view = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.cx = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.mrlk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.bclk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.pPic = new System.Windows.Forms.Panel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); //this.cmdHEDeptID = new System.Windows.Forms.Button(); //this.cmdHBDeptID = new System.Windows.Forms.Button(); //this.label6 = new System.Windows.Forms.Label(); //this.txtHEDeptID = new System.Windows.Forms.TextBox(); //this.txtHBDeptID = new System.Windows.Forms.TextBox(); //this.label1 = new System.Windows.Forms.Label(); //this.dtpHEDate = new System.Windows.Forms.DateTimePicker(); //this.label3 = new System.Windows.Forms.Label(); //this.dtpHBDate = new System.Windows.Forms.DateTimePicker(); //this.label4 = new System.Windows.Forms.Label(); this.lblCaption = new System.Windows.Forms.Label(); this.timer2 = new System.Windows.Forms.Timer(this.components); this.grdMain = new System.Windows.Forms.DataGridView(); this.grdSum = new System.Windows.Forms.DataGridView(); this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton(); this.eXCELToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.Tool.SuspendLayout(); this.pPic.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Tool // this.Tool.AutoSize = false; this.Tool.BackColor = System.Drawing.SystemColors.Control; this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage"))); this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripDropDownButton1, this.yl, this.toolStripSeparator4, this.dy, this.view, this.toolStripSeparator2, this.cx, this.toolStripSeparator1, this.tc, this.toolStripSeparator3, this.toolStripSeparator8, this.mrlk, this.toolStripSeparator7, this.bclk, this.toolStripSeparator9}); this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(1257, 59); this.Tool.Stretch = true; this.Tool.TabIndex = 16; this.Tool.Text = "toolStrip1"; // // yl // this.yl.AutoSize = false; this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image"))); this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.yl.ImageTransparentColor = System.Drawing.Color.Magenta; this.yl.Name = "yl"; this.yl.Size = new System.Drawing.Size(35, 42); this.yl.Text = "å¼åº"; this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.yl.Visible = false; this.yl.Click += new System.EventHandler(this.yc_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 59); this.toolStripSeparator4.Visible = false; // // dy // this.dy.AutoSize = false; this.dy.Image = ((System.Drawing.Image)(resources.GetObject("dy.Image"))); this.dy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.dy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.dy.ImageTransparentColor = System.Drawing.Color.Magenta; this.dy.Name = "dy"; this.dy.Size = new System.Drawing.Size(35, 42); this.dy.Text = "æå°"; this.dy.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.dy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.dy.Visible = false; this.dy.Click += new System.EventHandler(this.dy_Click); // // view // this.view.AutoSize = false; this.view.Image = ((System.Drawing.Image)(resources.GetObject("view.Image"))); this.view.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.view.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.view.ImageTransparentColor = System.Drawing.Color.Magenta; this.view.Name = "view"; this.view.Size = new System.Drawing.Size(35, 42); this.view.Text = "é¢è§"; this.view.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.view.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.view.Visible = false; this.view.Click += new System.EventHandler(this.view_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 59); // // cx // this.cx.AutoSize = false; this.cx.Image = ((System.Drawing.Image)(resources.GetObject("cx.Image"))); this.cx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.cx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.cx.ImageTransparentColor = System.Drawing.Color.White; this.cx.Name = "cx"; this.cx.Size = new System.Drawing.Size(35, 42); this.cx.Text = "æ¥è¯¢"; this.cx.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.cx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cx.Click += new System.EventHandler(this.cx_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 59); // // tc // this.tc.AutoSize = false; this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tc.ImageTransparentColor = System.Drawing.Color.White; this.tc.Name = "tc"; this.tc.Size = new System.Drawing.Size(35, 42); this.tc.Text = "éåº"; this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tc.Click += new System.EventHandler(this.tc_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 59); // // toolStripSeparator8 // this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(6, 59); // // mrlk // this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image"))); this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mrlk.ImageTransparentColor = System.Drawing.Color.White; this.mrlk.Name = "mrlk"; this.mrlk.Size = new System.Drawing.Size(73, 56); this.mrlk.Text = "é»è®¤å宽"; this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mrlk.Click += new System.EventHandler(this.mrlk_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 59); // // bclk // this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image"))); this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.bclk.ImageTransparentColor = System.Drawing.Color.White; this.bclk.Name = "bclk"; this.bclk.Size = new System.Drawing.Size(73, 56); this.bclk.Text = "ä¿åå宽"; this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.bclk.Click += new System.EventHandler(this.bclk_Click); // // toolStripSeparator9 // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 59); // // pPic // this.pPic.BackColor = System.Drawing.Color.White; this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage"))); this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pPic.Controls.Add(this.dataGridView1); //this.pPic.Controls.Add(this.cmdHEDeptID); //this.pPic.Controls.Add(this.cmdHBDeptID); //this.pPic.Controls.Add(this.label6); //this.pPic.Controls.Add(this.txtHEDeptID); //this.pPic.Controls.Add(this.txtHBDeptID); //this.pPic.Controls.Add(this.label1); //this.pPic.Controls.Add(this.dtpHEDate); //this.pPic.Controls.Add(this.label3); //this.pPic.Controls.Add(this.dtpHBDate); //this.pPic.Controls.Add(this.label4); this.pPic.Controls.Add(this.lblCaption); this.pPic.Dock = System.Windows.Forms.DockStyle.Top; this.pPic.Location = new System.Drawing.Point(0, 59); this.pPic.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pPic.Name = "pPic"; this.pPic.Size = new System.Drawing.Size(1257, 69); this.pPic.TabIndex = 17; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(1217, 6); this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(36, 19); this.dataGridView1.TabIndex = 68; this.dataGridView1.Visible = false; //// //// cmdHEDeptID //// //this.cmdHEDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEDeptID.Image"))); //this.cmdHEDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight; //this.cmdHEDeptID.Location = new System.Drawing.Point(733, 32); //this.cmdHEDeptID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); //this.cmdHEDeptID.Name = "cmdHEDeptID"; //this.cmdHEDeptID.Size = new System.Drawing.Size(29, 28); //this.cmdHEDeptID.TabIndex = 67; //this.cmdHEDeptID.UseVisualStyleBackColor = true; //this.cmdHEDeptID.Click += new System.EventHandler(this.cmdHEDeptID_Click); //// //// cmdHBDeptID //// //this.cmdHBDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHBDeptID.Image"))); //this.cmdHBDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight; //this.cmdHBDeptID.Location = new System.Drawing.Point(733, 4); //this.cmdHBDeptID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); //this.cmdHBDeptID.Name = "cmdHBDeptID"; //this.cmdHBDeptID.Size = new System.Drawing.Size(29, 28); //this.cmdHBDeptID.TabIndex = 66; //this.cmdHBDeptID.UseVisualStyleBackColor = true; //this.cmdHBDeptID.Click += new System.EventHandler(this.cmdHBDeptID_Click); //// //// label6 //// //this.label6.AutoSize = true; //this.label6.BackColor = System.Drawing.Color.Transparent; //this.label6.Location = new System.Drawing.Point(543, 39); //this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); //this.label6.Name = "label6"; //this.label6.Size = new System.Drawing.Size(22, 15); //this.label6.TabIndex = 65; //this.label6.Text = "è³"; //// //// txtHEDeptID //// //this.txtHEDeptID.Location = new System.Drawing.Point(579, 34); //this.txtHEDeptID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); //this.txtHEDeptID.Name = "txtHEDeptID"; //this.txtHEDeptID.Size = new System.Drawing.Size(160, 25); //this.txtHEDeptID.TabIndex = 64; //// //// txtHBDeptID //// //this.txtHBDeptID.Location = new System.Drawing.Point(579, 5); //this.txtHBDeptID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); //this.txtHBDeptID.Name = "txtHBDeptID"; //this.txtHBDeptID.Size = new System.Drawing.Size(160, 25); //this.txtHBDeptID.TabIndex = 63; //// //// label1 //// //this.label1.AutoSize = true; //this.label1.BackColor = System.Drawing.Color.Transparent; //this.label1.Location = new System.Drawing.Point(512, 10); //this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); //this.label1.Name = "label1"; //this.label1.Size = new System.Drawing.Size(61, 15); //this.label1.TabIndex = 62; //this.label1.Text = "é¨ é¨"; //// //// dtpHEDate //// //this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; //this.dtpHEDate.Location = new System.Drawing.Point(352, 35); //this.dtpHEDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); //this.dtpHEDate.Name = "dtpHEDate"; //this.dtpHEDate.Size = new System.Drawing.Size(147, 25); //this.dtpHEDate.TabIndex = 61; //// //// label3 //// //this.label3.AutoSize = true; //this.label3.BackColor = System.Drawing.Color.Transparent; //this.label3.Location = new System.Drawing.Point(276, 39); //this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); //this.label3.Name = "label3"; //this.label3.Size = new System.Drawing.Size(67, 15); //this.label3.TabIndex = 60; //this.label3.Text = "ç»ææ¥æ"; //// //// dtpHBDate //// //this.dtpHBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; //this.dtpHBDate.Location = new System.Drawing.Point(352, 6); //this.dtpHBDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); //this.dtpHBDate.Name = "dtpHBDate"; //this.dtpHBDate.Size = new System.Drawing.Size(147, 25); //this.dtpHBDate.TabIndex = 59; //// //// label4 //// //this.label4.AutoSize = true; //this.label4.BackColor = System.Drawing.Color.Transparent; //this.label4.Location = new System.Drawing.Point(276, 10); //this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); //this.label4.Name = "label4"; //this.label4.Size = new System.Drawing.Size(67, 15); //this.label4.TabIndex = 58; //this.label4.Text = "å¼å§æ¥æ"; // // lblCaption // this.lblCaption.AutoSize = true; this.lblCaption.BackColor = System.Drawing.Color.Transparent; this.lblCaption.Cursor = System.Windows.Forms.Cursors.No; this.lblCaption.Font = new System.Drawing.Font("å®ä½", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCaption.Location = new System.Drawing.Point(16, 20); this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(179, 24); this.lblCaption.TabIndex = 4; this.lblCaption.Text = "ReportTemplet"; // // timer2 // this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; this.grdMain.BackgroundColor = System.Drawing.Color.White; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.Location = new System.Drawing.Point(0, 128); this.grdMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(1257, 414); this.grdMain.TabIndex = 54; this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); // // grdSum // this.grdSum.AllowUserToAddRows = false; this.grdSum.AllowUserToDeleteRows = false; this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; this.grdSum.Location = new System.Drawing.Point(0, 542); this.grdSum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; this.grdSum.Size = new System.Drawing.Size(1257, 24); this.grdSum.TabIndex = 55; // // toolStripDropDownButton1 // this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.eXCELToolStripMenuItem, this.cSVToolStripMenuItem}); this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image"))); this.toolStripDropDownButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripDropDownButton1.Name = "toolStripDropDownButton1"; this.toolStripDropDownButton1.Size = new System.Drawing.Size(52, 56); this.toolStripDropDownButton1.Text = "å¼åº"; this.toolStripDropDownButton1.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.toolStripDropDownButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // eXCELToolStripMenuItem // this.eXCELToolStripMenuItem.Name = "eXCELToolStripMenuItem"; this.eXCELToolStripMenuItem.Size = new System.Drawing.Size(152, 24); this.eXCELToolStripMenuItem.Text = "EXCEL"; this.eXCELToolStripMenuItem.Click += new System.EventHandler(this.eXCELToolStripMenuItem_Click); // // cSVToolStripMenuItem // this.cSVToolStripMenuItem.Name = "cSVToolStripMenuItem"; this.cSVToolStripMenuItem.Size = new System.Drawing.Size(152, 24); this.cSVToolStripMenuItem.Text = "CSV"; this.cSVToolStripMenuItem.Click += new System.EventHandler(this.cSVToolStripMenuItem_Click); // // Sc_ProcExchListReport // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1257, 566); this.Controls.Add(this.grdMain); this.Controls.Add(this.grdSum); this.Controls.Add(this.pPic); this.Controls.Add(this.Tool); this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Sc_ProcExchListReport"; this.Text = "ReportTemplet"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Frm_EasyReport_Load); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Sc_ProcExchListReport_KeyUp); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Sc_ProcExchListReport_KeyDown); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); this.pPic.ResumeLayout(false); this.pPic.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); this.ResumeLayout(false); } #endregion public System.Windows.Forms.Timer timer1; private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton yl; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton dy; private System.Windows.Forms.ToolStripButton view; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton cx; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripButton mrlk; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripButton bclk; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.Panel pPic; private System.Windows.Forms.Label lblCaption; private System.Windows.Forms.DateTimePicker dtpHEDate; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker dtpHBDate; private System.Windows.Forms.Label label4; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.DataGridView grdMain; private System.Windows.Forms.DataGridView grdSum; private System.Windows.Forms.Button cmdHEDeptID; private System.Windows.Forms.Button cmdHBDeptID; private System.Windows.Forms.Label label6; public System.Windows.Forms.TextBox txtHEDeptID; public System.Windows.Forms.TextBox txtHBDeptID; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1; private System.Windows.Forms.ToolStripMenuItem eXCELToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cSVToolStripMenuItem; } } WorkM/±¨±í·ÖÎö/Sc_OverProdReport.cs
New file @@ -0,0 +1,342 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; using gregn6Lib; using DBUtility; using SQLHelper; namespace WorkM { public partial class Sc_OverProdReport : Form { public Sc_OverProdReport() { InitializeComponent(); } public string ModName = ""; public string ModCaption = "è¶ äº§æ¥è¡¨"; Pub_Class.ClsGridListSum oSumGrid = new Pub_Class.ClsGridListSum(); #region åºå®ä»£ç private void initGrid() { DBUtility.Xt_BaseBillFun.initGridRpt(grdMain, this.Name); } //å¾å°å¯¹åºå private Int32 Fun_GetCol(string sCol) { return DBUtility.Xt_BaseBillFun.Fun_GetCol(sCol, grdMain); } private void tc_Click(object sender, EventArgs e) { this.Close(); } private void TotalAll() { if (grdMain.Rows.Count > 0 && grdMain.ColumnCount > 0) { oSumGrid.SetGridsum(); oSumGrid.TotalAll(); } } //Sc_ProcExchListReportDlg oDlg = new Sc_ProcExchListReportDlg(); private void cx_Click(object sender, EventArgs e) { //oDlg.ShowDialog(); //if (oDlg.IsOk == 1) //{ timer1.Enabled = true; //} } //设置æ¥è¡¨åç§° private void SetFormCaption() { this.Text = ModCaption; lblCaption.Text = this.Text; initGrid();//ç½æ ¼æ é¢åå§å initHeadCaption();//表头åå§å } private void Frm_EasyReport_Load(object sender, EventArgs e) { SetFormCaption(); oSumGrid.ogrdMain = grdMain; //åå§å new oSumGrid.oGridsum = grdSum; } private void timer1_Tick(object sender, EventArgs e) { timer1.Enabled = false; if (Fun_AllowQuery()) { initGrid(); Xt_Wait oFrm = new Xt_Wait(); oFrm.Show(); System.Windows.Forms.Application.DoEvents(); Display(); System.Windows.Forms.Application.DoEvents(); oFrm.Close(); oFrm.Dispose(); } } private void Sc_ProcExchListReport_KeyUp(object sender, KeyEventArgs e) { if (e.KeyValue == 13) timer1.Enabled = true; } private void mrlk_Click(object sender, EventArgs e) { DBUtility.Xt_BaseBillFun.DefaultGridView(grdMain, this.Name); } private void bclk_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); } //æå° private void dy_Click(object sender, EventArgs e) { Sub_SetReport(); Report.Print(true); } //é¢è§ private void view_Click(object sender, EventArgs e) { Sub_SetReport(); Report.PrintPreview(true); } #endregion #region çé¢å¤ç //åå§å表头æ¾ç¤º private void initHeadCaption() { //dtpHBDate.Value = DateTime.Today; //dtpHEDate.Value = DateTime.Today; } private bool Fun_AllowQuery()//å®¡æ ¸æ¥è¯¢æ¡ä»¶ { //if (txtHBDeptID.Text.Trim().Length == 0) //{ // MessageBox.Show(this, "è¯·éæ©å¼å§é¨é¨ï¼", "æç¤º"); // return false; //} return true; } private void Display() { ClsCN SubCn = new ClsCN(); DataSet DSet; DataSet DsHead; DataSet DsQty; int BCol = 7; long HDeptID = 0; long HMaterID = 0; long HEmpID = 0; long HProcID = 0; //æ¾ç¤ºæ¥è¡¨å¤´ æ é¢ //忢GRIDå·æ° å å¿«é度 //è¿æ»¤æ¡ä»¶Dlg //string sDlgWhere = ""; //sDlgWhere = sDlgWhere + ",'" + txtHBDeptID.Text.Trim() + "'"; //if (sDlgWhere.Trim().Length > 0) //{ // sDlgWhere = sDlgWhere.Substring(1, sDlgWhere.Length - 1); //} // DSet = SubCn.RunProcReturn("exec h_p_CCBB " , "Gy_Czygl"); //çæé¦è¡æ é¢ if (DSet == null) { MessageBox.Show("没æè¿åä»»ä½ç»æ,å°è¯å次æ¥è¯¢ï¼" + DBUtility.ClsPub.sExeReturnInfo); return; } // grdMain.DataSource = DSet.Tables[0].DefaultView; //è·å卿å ï¼ç©æä¿¡æ¯ï¼ //DsHead = SubCn.RunProcReturn("exec h_p_Sc_GetProcExchReportHead " + sDlgWhere, "Gy_Czygl"); //for (int a = 0; a < DsHead.Tables[0].Rows.Count; a++) //{ // if (ClsPub.isLong(DsHead.Tables[0].Rows[a]["HMaterID"]) != 0) // { // grdMain.Columns.Add(ClsPub.isStrNull(DsHead.Tables[0].Rows[a]["HMaterID"]), ClsPub.isStrNull(DsHead.Tables[0].Rows[a]["HName"])); // grdMain.Columns[BCol].Tag = ClsPub.isLong(DsHead.Tables[0].Rows[a]["HMaterID"]); // BCol = BCol + 1; // } //} BCol = 7; //è·å卿å 容 ï¼æ°éä¿¡æ¯ï¼ for (int row = 0; row <= grdMain.RowCount - 1; row++) { for (int col = BCol; col <= grdMain.ColumnCount - 1; col++) { //HDeptID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HDeptID")].Value); //HMaterID = DBUtility.ClsPub.isLong(grdMain.Columns[col].Tag); //HEmpID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HEmpID")].Value); //HProcID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HProcID")].Value); DsQty = SubCn.RunProcReturn("exec h_p_CCBB", "Gy_Czygl"); if (DsQty != null && DsQty.Tables[0].Rows.Count > 0) { //grdMain.Rows[row].Cells[col].Value = DBUtility.ClsPub.isDoule(DsQty.Tables[0].Rows[0]["HQty"], 2); } } } //设置å计å string sTotalCol = ""; sTotalCol = DBUtility.Gy_BaseFun.GetTotalCols(DSet); string[] sT; sT = sTotalCol.Split(Convert.ToChar(",")); oSumGrid.BuildTotalCols(sT); // DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, "æ¯", 0); // DBUtility.Xt_BaseBillFun.GetGrid(grdMain, this.Name); Total(); } #endregion #region æå°è®¾ç½® //æå°è®¾ç½® GridppReport Report; //设置æå°æ¨¡çè·¯å¾ private void Sub_SetReport() { Report = new GridppReport(); Report.LoadFromFile(ClsPub.AppPath + @"\Report\åºæ¶æ¬¾æç»è¡¨.grf"); //here . Report.BeforePostRecord += new _IGridppReportEvents_BeforePostRecordEventHandler(ReportBeforePostRecord); Report.FetchRecord += new _IGridppReportEvents_FetchRecordEventHandler(ReportFetchRecordByDataTable); } //å¡«å ¥åæ®è¡¨å¤´ä¿¡æ¯ private void ReportBeforePostRecord()//your report?kao { //Report.FieldByName("HDateItemID").AsString = lblHDateItemID.Text; //Report.FieldByName("CusNumber").AsString = lblHCusNumber.Text; //Report.FieldByName("CusName").AsString = lblHCusName.Text; //Report.FieldByName("BeginBalance").AsString = lblHBeginBalance.Text; } //å¡«å ¥åæ®æç»ä¿¡æ¯ private void ReportFetchRecordByDataTable() { //Utility.FillRecordToReport(Report, grdMain, false); } #endregion #region æ°æ®å¯¼åº private void yc_Click(object sender, EventArgs e) { //DBUtility.Gy_BaseFun.DataToExcel(this.Text, grdMain); //DBUtility.Gy_BaseFun.Data2Excel(this.Text, grdMain, this.Name); DBUtility.Gy_BaseFun.DataToExcel(this.Text, grdMain); } #endregion private void timer2_Tick(object sender, EventArgs e) { timer2.Enabled = false; //oDlg.ShowDialog(); //if (oDlg.IsOk == 1) //{ timer1.Enabled = true; //} } private void Total() { if (grdMain.Rows.Count > 0 && grdMain.ColumnCount > 0) { oSumGrid.SetGridsum(); oSumGrid.Total(); } } private void grdMain_CellMouseUp(object sender, DataGridViewCellMouseEventArgs e) { Total(); } private void grdMain_ColumnWidthChanged(object sender, DataGridViewColumnEventArgs e) { Total(); } private void grdMain_Paint(object sender, PaintEventArgs e) { DBUtility.Xt_BaseBillFun.GraphicsGrid(grdMain); } private void cmdHBDeptID_Click(object sender, EventArgs e) { BLL.ClsBaseSelect.SetTextByDept(txtHBDeptID, true); if (txtHEDeptID.Text.Trim() == "") { txtHEDeptID.Text = txtHBDeptID.Text; } } private void cmdHEDeptID_Click(object sender, EventArgs e) { BLL.ClsBaseSelect.SetTextByDept(txtHEDeptID, true); } private void yc_Click_1(object sender, EventArgs e) { BLL.Gy_GridView_Hide oHide = new BLL.Gy_GridView_Hide(); oHide.KeyItem = this.Name; oHide.oGrd = grdMain; oHide.ShowDialog(); // DBUtility.ClsPub.HideGridView(grdMain, Name, DBUtility.ClsPub.AppPath);//设置éèå } private void Sc_ProcExchListReport_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.F7) { TotalAll(); } } private void eXCELToolStripMenuItem_Click(object sender, EventArgs e) { //DBUtility.Gy_BaseFun.Data2Excel(this.Text, grdMain, this.Name); DBUtility.Gy_BaseFun.DataToExcel(this.Text, grdMain); } private void cSVToolStripMenuItem_Click(object sender, EventArgs e) { DBUtility.Gy_BaseFun.DataGridViewToExcel2(grdMain, this.Text, this.Text); } } } WorkM/±¨±í·ÖÎö/Sc_OverProdReport.resx
New file @@ -0,0 +1,129 @@ <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> <metadata name="Tool.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>122, 17</value> </metadata> <metadata name="timer2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>211, 17</value> </metadata> </root> WorkM/±¨±í·ÖÎö/Sc_WareHouseReport.cs
@@ -20,7 +20,7 @@ } public string ModName = ""; public string ModCaption = "è¶ äº§æ¥è¡¨"; public string ModCaption = "ä»åºæ¥è¡¨"; Pub_Class.ClsGridListSum oSumGrid = new Pub_Class.ClsGridListSum(); @@ -167,7 +167,7 @@ // sDlgWhere = sDlgWhere.Substring(1, sDlgWhere.Length - 1); //} // DSet = SubCn.RunProcReturn("exec h_p_CCBB " , "Gy_Czygl"); DSet = SubCn.RunProcReturn("exec h_p_CKBB", "h_p_CKBB"); //çæé¦è¡æ é¢ if (DSet == null) { @@ -199,10 +199,10 @@ //HMaterID = DBUtility.ClsPub.isLong(grdMain.Columns[col].Tag); //HEmpID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HEmpID")].Value); //HProcID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HProcID")].Value); DsQty = SubCn.RunProcReturn("exec h_p_CCBB", "Gy_Czygl"); DsQty = SubCn.RunProcReturn("exec h_p_CKBB", "h_p_CKBB"); if (DsQty != null && DsQty.Tables[0].Rows.Count > 0) { grdMain.Rows[row].Cells[col].Value = DBUtility.ClsPub.isDoule(DsQty.Tables[0].Rows[0]["HQty"], 2); //grdMain.Rows[row].Cells[col].Value = DBUtility.ClsPub.isDoule(DsQty.Tables[0].Rows[0]["HQty"], 2); } } }