Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
1个文件已删除
28个文件已修改
16个文件已添加
| | |
| | | /WebAPI/Sc_MouldProdOutBill/Log |
| | | /PayM/bin/Debug |
| | | /PayM/obj/x86/Debug |
| | | /APSM/bin/Release |
| | | /BaseSet/bin/Release |
| | | /BLL/bin/Release |
| | | /DBUtility/obj/Release |
| | | /EAM/bin/Release |
| | | /Kanban/bin/Release |
| | | /Model/obj/Release |
| | | /PlanM/bin/Release |
| | | /ProM/bin/Release |
| | | /SCM/bin/Release |
| | | /SelM/bin/Release |
| | | /SQLHelper/obj/Release |
| | | /WorkM/bin/Release |
| | | /WarM/bin/Release |
| | | /OAM/bin/Release |
| | | /LMES/bin/Release |
| | | /PayM/bin/Release |
| | | /SQLHelper/obj/x86/Release |
| | | /Model/obj/x86/Release |
| | | /LMES/bin/x86/æ¯è«å°æ¡é¢ç¨åº_old/a |
| | | /LMES/bin/x86/æ¯è«å°æ¡é¢ç¨åº_old |
| | | /LMES/bin/x86/æ¯è«å°æ¡é¢ç¨åº_test |
| | | /LMES/bin/x86/æ¯è«å°æ¡é¢ç¨åº.7z |
| | |
| | | Process p = new Process(); |
| | | p.StartInfo.FileName = sHPath; |
| | | p.Start(); |
| | | p.WaitForExit(); |
| | | File.Delete(sHPath); |
| | | //p.WaitForExit(); |
| | | //File.Delete(sHPath); |
| | | } |
| | | private Int32 Fun_GetCol(string sCol) |
| | | { |
| | |
| | | <Compile Include="人äºç®¡ç\ClsHR_EmpFosterBill.cs" /> |
| | | <Compile Include="人äºç®¡ç\ClsHR_EmpUpChangeBill.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\æ¡ç 管ç\ClsGy_BarCodeBill_ChaiMa.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\æ¡ç 管ç\ClsKF_BarCodeStatusChangeBill.cs" /> |
| | | <Compile Include="åºç¡èµæ\InterFaceåºç¡èµæ\ClsIF_ORGANIZATIONS_View.cs" /> |
| | | <Compile Include="åºç¡èµæ\å
¬ç¨åºç¡èµæ\ClsGy_CustLocation_Ctl.cs" /> |
| | | <Compile Include="åºç¡èµæ\å
¬ç¨åºç¡èµæ\ClsGy_Operator_Ctl.cs" /> |
| | |
| | | <Compile Include="ç产管ç\模å
·ç®¡ç\ClsSc_MouldProdOutInBill.cs" /> |
| | | <Compile Include="ç产管ç\模å
·ç®¡ç\ClsSc_MouldRepairInBill.cs" /> |
| | | <Compile Include="ç产管ç\模å
·ç®¡ç\ClsSc_MouldRepairOutBill.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSb_EquipSparepartsBill.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSb_EquipSparepartsChangeBill.cs" /> |
| | | <Compile Include="è´¨æ£ç®¡ç\ClsQC_FirstPieceCheckBill.cs" /> |
| | | <Compile Include="è´¨æ£ç®¡ç\ClsQC_LastPieceCheckBill.cs" /> |
| | | <Compile Include="è´¨æ£ç®¡ç\ClsQC_NoPassProdCheckBill.cs" /> |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Linq; |
| | | using System.Text; |
| | | |
| | | namespace DAL |
| | | { |
| | | public class ClsKF_BarCodeStatusChangeBill : DBUtility.ClsXt_BaseBill |
| | | { |
| | | public Model.ClsKF_BarCodeStatusChangeBillMain omodel = new Model.ClsKF_BarCodeStatusChangeBillMain(); |
| | | public List<Model.ClsKF_BarCodeStatusChangeBillSub> DetailColl = new List<Model.ClsKF_BarCodeStatusChangeBillSub>(); |
| | | |
| | | public ClsKF_BarCodeStatusChangeBill() |
| | | { |
| | | base.MvarItemKeySub = "KF_BarCodeStatusChangeBillSub"; |
| | | base.MvarItemKeySub2 = ""; |
| | | base.MvarItemKeySub3 = ""; |
| | | base.MvarItemKeySub4 = ""; |
| | | base.MvarItemKey = "KF_BarCodeStatusChangeBillMain"; |
| | | base.MvarReportTitle = "æ¡ç ç¶æåæ´å"; |
| | | base.BillType = "1288"; |
| | | base.HBillSubType = "1288"; |
| | | } |
| | | |
| | | //ä¿®æ¹åæ® |
| | | public override bool ModifyBill(Int64 lngBillKey, ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | // |
| | | oCn.BeginTran(); |
| | | //æ´æ°ä¸»è¡¨ |
| | | oCn.RunProc("UpDate KF_BarCodeStatusChangeBillMain set " + |
| | | " HBillNo='" + omodel.HBillNo + "'" + //åºå®èµå¼=============== |
| | | ",HDate='" + omodel.HDate + "'" + |
| | | ",HYear='" + omodel.HYear.ToString() + "'" + |
| | | ",HPeriod='" + omodel.HPeriod.ToString() + "'" + |
| | | ",HBillStatus=" + omodel.HBillStatus.ToString() + |
| | | ",HRemark='" + omodel.HRemark + "'" + |
| | | ",HUpDater='" + DBUtility.ClsPub.CurUserName + "'" + |
| | | ",HUpDateDate=getdate()" + |
| | | //======================================== |
| | | ",HEmpID=" + omodel.HEmpID.ToString() + |
| | | ",HDeptID=" + omodel.HDeptID.ToString() + |
| | | " where HInterID=" + lngBillKey.ToString()); |
| | | //å é¤å
³è |
| | | DeleteRelation(ref sReturn, lngBillKey); |
| | | //å é¤å表 |
| | | DeleteBillSub(lngBillKey); |
| | | //æå
¥å表 |
| | | omodel.HInterID = lngBillKey; |
| | | foreach (Model.ClsKF_BarCodeStatusChangeBillSub oSub in DetailColl) |
| | | { |
| | | oCn.RunProc("Insert into KF_BarCodeStatusChangeBillSub " + |
| | | " (HInterID,HEntryID,HCloseMan,HEntryCloseDate,HCloseType,HRemark,HBillNo_bak" + |
| | | ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + |
| | | ",HBarCode,HBarCodeStatus_Old,HBarCodeStatus_New,HAuxPropID_Old,HAuxPropID_New,HMTONo_Old,HMTONo_New" + |
| | | ") values(" |
| | | + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + oSub.HCloseMan + "','" + oSub.HEntryCloseDate.ToShortDateString() + "'," + Convert.ToString(oSub.HCloseType ? 1 : 0) + ",'" + oSub.HRemark + "','" + omodel.HBillNo + "'" + |
| | | "," + oSub.HSourceInterID.ToString() + "," + oSub.HSourceEntryID.ToString() + ",'" + oSub.HSourceBillNo + "','" + oSub.HSourceBillType + "'," + oSub.HRelationQty.ToString() + "," + oSub.HRelationMoney.ToString() + |
| | | ",'" + oSub.HBarCode + "','" + oSub.HBarCodeStatus_Old + "','" + oSub.HBarCodeStatus_New + "'," + oSub.HAuxPropID_Old.ToString() + "," + oSub.HAuxPropID_New.ToString() + ",'" + oSub.HMTONo_Old + |
| | | "','" + oSub.HMTONo_New + "'" + ") "); |
| | | } |
| | | sReturn = "ä¿®æ¹åæ®æåï¼"; |
| | | oCn.Commit(); |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sReturn = e.Message; |
| | | oCn.RollBack(); |
| | | throw (e); |
| | | } |
| | | } |
| | | |
| | | //æ°å¢åæ® |
| | | public override bool AddBill(ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | //å¾å°mainid |
| | | omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); |
| | | omodel.HBillNo = DBUtility.ClsPub.CreateBillCode(BillType, ref DBUtility.ClsPub.sExeReturnInfo, true); |
| | | //è¥MAINDIéå¤åéæ°è·å |
| | | if (IsExistBillNo(ref DBUtility.ClsPub.sExeReturnInfo, omodel.HBillNo, Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew, omodel.HInterID)) |
| | | { |
| | | omodel.HBillNo = DBUtility.ClsPub.CreateBillCode(BillType, ref DBUtility.ClsPub.sExeReturnInfo, true); |
| | | } |
| | | if (IsExistMainID(ref DBUtility.ClsPub.sExeReturnInfo, omodel.HInterID, Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew)) |
| | | { |
| | | omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); |
| | | } |
| | | // |
| | | oCn.BeginTran(); |
| | | //主表 |
| | | oCn.RunProc("Insert Into KF_BarCodeStatusChangeBillMain " + |
| | | "(HBillType,HBillSubType,HInterID,HBillNo,HDate" + |
| | | ",HYear,HPeriod,HRemark,HMaker,HMakeDate,HEmpID,HDeptID" + |
| | | ",HBillStatus,HBackRemark,HMaker,HMakeDate,HMainSourceBillType" + |
| | | ",HMainSourceInterID,HMainSourceEntryID,HMainSourceBillNo,HPrintQty" + |
| | | ") " + |
| | | " values('" + this.BillType + "','" + this.HBillSubType + "'," + omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "'" + |
| | | ", " + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + DBUtility.ClsPub.CurUserName + "',getdate()" + |
| | | ", " + omodel.HEmpID.ToString() + "," + omodel.HDeptID.ToString() + "," + 1 + ",'" + omodel.HBackRemark + |
| | | "','" + omodel.HMaker + "','" + omodel.HMakeDate + "','" + omodel.HMainSourceBillType + "'," + omodel.HMainSourceInterID + |
| | | "," + omodel.HMainSourceEntryID + ",'" + omodel.HMainSourceBillNo + "'," + omodel.HPrintQty + ") "); |
| | | //æå
¥å表 |
| | | foreach (Model.ClsKF_BarCodeStatusChangeBillSub oSub in DetailColl) |
| | | { |
| | | oCn.RunProc("Insert into KF_BarCodeStatusChangeBillSub " + |
| | | " (HInterID,HEntryID,HCloseMan,HEntryCloseDate,HCloseType,HRemark,HBillNo_bak" + |
| | | ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + |
| | | ",HHBarCode,HBarCodeStatus_Old,HBarCodeStatus_New,HAuxPropID_Old,HAuxPropID_New,HMTONo_Old,HMTONo_New" + |
| | | ") values(" |
| | | + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + oSub.HCloseMan + "','" + oSub.HEntryCloseDate.ToShortDateString() + "'," + Convert.ToString(oSub.HCloseType ? 1 : 0) + ",'" + oSub.HRemark + "','" + omodel.HBillNo + "'" + |
| | | "," + oSub.HSourceInterID.ToString() + "," + oSub.HSourceEntryID.ToString() + ",'" + oSub.HSourceBillNo + "','" + oSub.HSourceBillType + "'," + oSub.HRelationQty.ToString() + "," + oSub.HRelationMoney.ToString() + |
| | | ",'" + oSub.HBarCode + "','" + oSub.HBarCodeStatus_Old + "','" + oSub.HBarCodeStatus_New + "'," + oSub.HAuxPropID_Old.ToString() + "," + oSub.HAuxPropID_New.ToString() + ",'" + oSub.HMTONo_Old + |
| | | "','" + oSub.HMTONo_New + "'" + ") "); |
| | | } |
| | | sReturn = "æ°å¢åæ®æåï¼"; |
| | | oCn.Commit(); |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sReturn = e.Message; |
| | | oCn.RollBack(); |
| | | throw (e); |
| | | } |
| | | } |
| | | |
| | | //æ¾ç¤ºåæ® |
| | | public override bool ShowBill(Int64 lngBillKey, ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | //æ¥è¯¢ä¸»è¡¨ |
| | | DataSet Ds; |
| | | Ds = oCn.RunProcReturn("Select * from KF_BarCodeStatusChangeBillMain Where HInterID=" + lngBillKey.ToString(), "KF_BarCodeStatusChangeBillMain"); |
| | | if (Ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | sReturn = "åæ®æªæ¾å°ï¼"; |
| | | return false; |
| | | } |
| | | //åºå®èµå¼=========================================== |
| | | omodel.HYear = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HYear"]); |
| | | omodel.HPeriod = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HPeriod"]); |
| | | omodel.HBillType = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBillType"]); |
| | | omodel.HBillSubType = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBillSubType"]); |
| | | omodel.HInterID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HInterID"]); |
| | | omodel.HDate = DBUtility.ClsPub.isDate(Ds.Tables[0].Rows[0]["HDate"]); |
| | | omodel.HBillNo = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBillNo"]); |
| | | omodel.HBillStatus = 1; |
| | | omodel.HCheckItemNowID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCheckItemNowID"]); |
| | | omodel.HCheckItemNextID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCheckItemNextID"]); |
| | | omodel.HCheckFlowID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCheckFlowID"]); |
| | | omodel.HRemark = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HRemark"]); |
| | | omodel.HBackDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBackDate"]); |
| | | omodel.HBacker = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBacker"]); |
| | | omodel.HCheckDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HCheckDate"]); |
| | | omodel.HChecker = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HChecker"]); |
| | | omodel.HMaker = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMaker"]); |
| | | omodel.HMakeDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMakeDate"]); |
| | | omodel.HUpDateDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HUpDateDate"]); |
| | | omodel.HUpDater = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HUpDater"]); |
| | | omodel.HCloseDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HCloseDate"]); |
| | | omodel.HCloseMan = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HCloseMan"]); |
| | | omodel.HCloseType = DBUtility.ClsPub.isBool(Ds.Tables[0].Rows[0]["HCloseType"]); |
| | | omodel.HDeleteDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HDeleteDate"]); |
| | | omodel.HDeleteMan = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HDeleteMan"]); |
| | | omodel.HMainSourceBillType = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMainSourceBillType"]); |
| | | omodel.HMainSourceInterID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HMainSourceInterID"]); |
| | | omodel.HMainSourceEntryID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HMainSourceEntryID"]); |
| | | omodel.HMainSourceBillNo = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMainSourceBillNo"]); |
| | | omodel.HPrintQty = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HPrintQty"]); |
| | | //======================================================== |
| | | omodel.HEmpID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HEmpID"]); |
| | | omodel.HDeptID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HDeptID"]); |
| | | |
| | | //å¾ªç¯ |
| | | DataSet DsSub; |
| | | DsSub = oCn.RunProcReturn("Select * from KF_BarCodeStatusChangeBillSub Where HInterID=" + lngBillKey.ToString(), "KF_BarCodeStatusChangeBillSub"); |
| | | DetailColl.Clear();//æ¸
空 |
| | | for (int i = 0; i < DsSub.Tables[0].Rows.Count; i++) |
| | | { |
| | | Model.ClsKF_BarCodeStatusChangeBillSub oSub = new Model.ClsKF_BarCodeStatusChangeBillSub(); |
| | | // åºå®èµå¼=============================================== |
| | | oSub.HInterID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HInterID"]); |
| | | oSub.HEntryID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HEntryID"]); |
| | | oSub.HSourceInterID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HSourceInterID"]); |
| | | oSub.HSourceEntryID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HSourceEntryID"]); |
| | | oSub.HSourceBillType = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HSourceBillType"]); |
| | | oSub.HSourceBillNo = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HSourceBillNo"]); |
| | | oSub.HRelationQty = DBUtility.ClsPub.isDoule(DsSub.Tables[0].Rows[i]["HRelationQty"]); |
| | | oSub.HRelationMoney = DBUtility.ClsPub.isDoule(DsSub.Tables[0].Rows[i]["HRelationMoney"]); |
| | | oSub.HCloseMan = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HCloseMan"]); |
| | | oSub.HCloseType = DBUtility.ClsPub.isBool(DsSub.Tables[0].Rows[i]["HCloseType"]); |
| | | oSub.HEntryCloseDate = DBUtility.ClsPub.isDate(DsSub.Tables[0].Rows[i]["HEntryCloseDate"]); |
| | | oSub.HRemark = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HRemark"]); |
| | | oSub.HBillNo_bak = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HBillNo_bak"]); |
| | | //=================================================== |
| | | oSub.HBarCode = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HBarCode"]); |
| | | oSub.HBarCodeStatus_Old = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HBarCodeStatus_Old"]); |
| | | oSub.HBarCodeStatus_New = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HBarCodeStatus_New"]); |
| | | oSub.HAuxPropID_Old = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HAuxPropID_Old"]); |
| | | oSub.HAuxPropID_New = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HAuxPropID_New"]); |
| | | oSub.HMTONo_Old = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HMTONo_Old"]); |
| | | oSub.HMTONo_New = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HMTONo_New"]); |
| | | |
| | | DetailColl.Add(oSub); |
| | | } |
| | | sReturn = "æ¾ç¤ºåæ®æåï¼"; |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sReturn = e.Message; |
| | | throw (e); |
| | | } |
| | | } |
| | | |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Linq; |
| | | using System.Text; |
| | | |
| | | namespace DAL |
| | | { |
| | | public class ClsSb_EquipSparepartsBill : DBUtility.ClsXt_BaseBill |
| | | { |
| | | public Model.ClsSb_EquipSparepartsBillMain omodel = new Model.ClsSb_EquipSparepartsBillMain(); |
| | | public List<Model.ClsSb_EquipSparepartsBillSub> DetailColl = new List<Model.ClsSb_EquipSparepartsBillSub>(); |
| | | |
| | | public ClsSb_EquipSparepartsBill() |
| | | { |
| | | base.MvarItemKeySub = "Sb_EquipSparepartsBillSub"; |
| | | base.MvarItemKeySub2 = ""; |
| | | base.MvarItemKeySub3 = ""; |
| | | base.MvarItemKeySub4 = ""; |
| | | base.MvarItemKey = "Sb_EquipSparepartsBillMain"; |
| | | base.MvarReportTitle = "设å¤å¤åå¤ä»¶"; |
| | | base.BillType = "3980"; |
| | | base.HBillSubType = "3980"; |
| | | } |
| | | |
| | | //ä¿®æ¹åæ® |
| | | public override bool ModifyBill(Int64 lngBillKey, ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | // |
| | | oCn.BeginTran(); |
| | | //æ´æ°ä¸»è¡¨ |
| | | oCn.RunProc("UpDate Sb_EquipSparepartsBillMain set " + |
| | | " HBillNo='" + omodel.HBillNo + "'" + //åºå®èµå¼=============== |
| | | ",HDate='" + omodel.HDate + "'" + |
| | | ",HYear='" + omodel.HYear.ToString() + "'" + |
| | | ",HPeriod='" + omodel.HPeriod.ToString() + "'" + |
| | | ",HBillStatus=" + omodel.HBillStatus.ToString() + |
| | | ",HRemark='" + omodel.HRemark + "'" + |
| | | ",HUpDater='" + DBUtility.ClsPub.CurUserName + "'" + |
| | | ",HUpDateDate=getdate()" + |
| | | //======================================== |
| | | ",HEmpID=" + omodel.HEmpID.ToString() + |
| | | ",HDeptID=" + omodel.HDeptID.ToString() + |
| | | ",HEquipID=" + omodel.HEquipID.ToString() + |
| | | ",HOrgID=" + omodel.HOrgID.ToString() + |
| | | " where HInterID=" + lngBillKey.ToString()); |
| | | //å é¤å
³è |
| | | DeleteRelation(ref sReturn, lngBillKey); |
| | | //å é¤å表 |
| | | DeleteBillSub(lngBillKey); |
| | | //æå
¥å表 |
| | | omodel.HInterID = lngBillKey; |
| | | foreach (Model.ClsSb_EquipSparepartsBillSub oSub in DetailColl) |
| | | { |
| | | oCn.RunProc("Insert into Sb_EquipSparepartsBillSub " + |
| | | " (HInterID,HEntryID,HCloseMan,HCloseType,HRemark,HBillNo_bak" + |
| | | ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + |
| | | ",HItemSubID,HMaterID,HQty,HPartAddr,HSNFlag,HBeginDate,HEndDate" + |
| | | ") values(" |
| | | + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + oSub.HCloseMan + "','" + oSub.HEntryCloseDate.ToShortDateString() + "'," + Convert.ToString(oSub.HCloseType ? 1 : 0) + ",'" + oSub.HRemark + "','" + omodel.HBillNo + "'" + |
| | | "," + oSub.HSourceInterID.ToString() + "," + oSub.HSourceEntryID.ToString() + ",'" + oSub.HSourceBillNo + "','" + oSub.HSourceBillType + "'," + oSub.HRelationQty.ToString() + "," + oSub.HRelationMoney.ToString() + |
| | | "," + 0 + "," + oSub.HMaterID + "," + oSub.HQty + ",'" + oSub.HPartAddr + "'," + 0 + ",'" + oSub.HBeginDate + |
| | | "','" + oSub.HEndDate + "'" + ") "); |
| | | } |
| | | sReturn = "ä¿®æ¹åæ®æåï¼"; |
| | | oCn.Commit(); |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sReturn = e.Message; |
| | | oCn.RollBack(); |
| | | throw (e); |
| | | } |
| | | } |
| | | |
| | | //æ°å¢åæ® |
| | | public override bool AddBill(ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | //å¾å°mainid |
| | | omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); |
| | | omodel.HBillNo = DBUtility.ClsPub.CreateBillCode(BillType, ref DBUtility.ClsPub.sExeReturnInfo, true); |
| | | //è¥MAINDIéå¤åéæ°è·å |
| | | if (IsExistBillNo(ref DBUtility.ClsPub.sExeReturnInfo, omodel.HBillNo, Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew, omodel.HInterID)) |
| | | { |
| | | omodel.HBillNo = DBUtility.ClsPub.CreateBillCode(BillType, ref DBUtility.ClsPub.sExeReturnInfo, true); |
| | | } |
| | | if (IsExistMainID(ref DBUtility.ClsPub.sExeReturnInfo, omodel.HInterID, Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew)) |
| | | { |
| | | omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); |
| | | } |
| | | // |
| | | oCn.BeginTran(); |
| | | //主表 |
| | | oCn.RunProc("Insert Into Sb_EquipSparepartsBillMain " + |
| | | "(HBillType,HBillSubType,HInterID,HBillNo,HDate" + |
| | | ",HYear,HPeriod,HRemark,HMaker,HMakeDate,HEmpID,HDeptID" + |
| | | ",HBillStatus,HBackRemark,HMaker,HMakeDate,HMainSourceBillType" + |
| | | ",HMainSourceInterID,HMainSourceEntryID,HMainSourceBillNo,HPrintQty" + |
| | | ",HCheckItemNowID,HCheckItemNextID,HCheckFlowID,HBacker,HChecker,HUpDater,HCloseMan,HCloseType,HDeleteMan,HEquipID,HOrgID" + |
| | | ") " + |
| | | " values('" + this.BillType + "','" + this.HBillSubType + "'," + omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "'" + |
| | | ", " + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + DBUtility.ClsPub.CurUserName + "',getdate()" + |
| | | ", " + omodel.HEmpID.ToString() + "," + omodel.HDeptID.ToString() + "," + 1 + ",'" + omodel.HBackRemark + |
| | | "','" + omodel.HMaker + "','" + omodel.HMakeDate + "','" + omodel.HMainSourceBillType + "'," + omodel.HMainSourceInterID + |
| | | "," + omodel.HMainSourceEntryID + ",'" + omodel.HMainSourceBillNo + "'," + omodel.HPrintQty + ",0,0,0" + ",'" + omodel.HBacker + |
| | | "','" + omodel.HChecker + "','" + omodel.HUpDater + "','" + omodel.HCloseMan + "'," + 0 + ",'" + omodel.HDeleteMan + |
| | | "'," + omodel.HEquipID + "," + omodel.HOrgID + ") "); |
| | | //æå
¥å表 |
| | | foreach (Model.ClsSb_EquipSparepartsBillSub oSub in DetailColl) |
| | | { |
| | | oCn.RunProc("Insert into Sb_EquipSparepartsBillSub " + |
| | | " (HInterID,HEntryID,HCloseMan,HCloseType,HRemark,HBillNo_bak" + |
| | | ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + |
| | | ",HItemSubID,HMaterID,HQty,HPartAddr,HSNFlag,HBeginDate,HEndDate" + |
| | | ") values(" |
| | | + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + oSub.HCloseMan + "','" + oSub.HEntryCloseDate.ToShortDateString() + "'," + Convert.ToString(oSub.HCloseType ? 1 : 0) + ",'" + oSub.HRemark + "','" + omodel.HBillNo + "'" + |
| | | "," + oSub.HSourceInterID.ToString() + "," + oSub.HSourceEntryID.ToString() + ",'" + oSub.HSourceBillNo + "','" + oSub.HSourceBillType + "'," + oSub.HRelationQty.ToString() + "," + oSub.HRelationMoney.ToString() + |
| | | "," + 0 + "," + oSub.HMaterID + "," + oSub.HQty + ",'" + oSub.HPartAddr + "'," + 0 + ",'" + oSub.HBeginDate + |
| | | "','" + oSub.HEndDate + "'" + ") "); |
| | | } |
| | | sReturn = "æ°å¢åæ®æåï¼"; |
| | | oCn.Commit(); |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sReturn = e.Message; |
| | | oCn.RollBack(); |
| | | throw (e); |
| | | } |
| | | } |
| | | |
| | | //æ¾ç¤ºåæ® |
| | | public override bool ShowBill(Int64 lngBillKey, ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | //æ¥è¯¢ä¸»è¡¨ |
| | | DataSet Ds; |
| | | Ds = oCn.RunProcReturn("Select * from Sb_EquipSparepartsBillMain Where HInterID=" + lngBillKey.ToString(), "Sb_EquipSparepartsBillMain"); |
| | | if (Ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | sReturn = "åæ®æªæ¾å°ï¼"; |
| | | return false; |
| | | } |
| | | //åºå®èµå¼=========================================== |
| | | omodel.HYear = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HYear"]); |
| | | omodel.HPeriod = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HPeriod"]); |
| | | omodel.HBillType = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBillType"]); |
| | | omodel.HBillSubType = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBillSubType"]); |
| | | omodel.HInterID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HInterID"]); |
| | | omodel.HDate = DBUtility.ClsPub.isDate(Ds.Tables[0].Rows[0]["HDate"]); |
| | | omodel.HBillNo = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBillNo"]); |
| | | omodel.HBillStatus = 1; |
| | | omodel.HCheckItemNowID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCheckItemNowID"]); |
| | | omodel.HCheckItemNextID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCheckItemNextID"]); |
| | | omodel.HCheckFlowID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCheckFlowID"]); |
| | | omodel.HRemark = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HRemark"]); |
| | | omodel.HBackDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBackDate"]); |
| | | omodel.HBacker = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBacker"]); |
| | | omodel.HCheckDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HCheckDate"]); |
| | | omodel.HChecker = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HChecker"]); |
| | | omodel.HMaker = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMaker"]); |
| | | omodel.HMakeDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMakeDate"]); |
| | | omodel.HUpDateDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HUpDateDate"]); |
| | | omodel.HUpDater = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HUpDater"]); |
| | | omodel.HCloseDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HCloseDate"]); |
| | | omodel.HCloseMan = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HCloseMan"]); |
| | | omodel.HCloseType = DBUtility.ClsPub.isBool(Ds.Tables[0].Rows[0]["HCloseType"]); |
| | | omodel.HDeleteDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HDeleteDate"]); |
| | | omodel.HDeleteMan = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HDeleteMan"]); |
| | | omodel.HMainSourceBillType = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMainSourceBillType"]); |
| | | omodel.HMainSourceInterID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HMainSourceInterID"]); |
| | | omodel.HMainSourceEntryID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HMainSourceEntryID"]); |
| | | omodel.HMainSourceBillNo = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMainSourceBillNo"]); |
| | | omodel.HPrintQty = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HPrintQty"]); |
| | | //======================================================== |
| | | omodel.HEmpID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HEmpID"]); |
| | | omodel.HDeptID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HDeptID"]); |
| | | omodel.HEquipID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HEquipID"]); |
| | | omodel.HOrgID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HOrgID"]); |
| | | |
| | | //å¾ªç¯ |
| | | DataSet DsSub; |
| | | DsSub = oCn.RunProcReturn("Select * from Sb_EquipSparepartsBillSub Where HInterID=" + lngBillKey.ToString(), "Sb_EquipSparepartsBillSub"); |
| | | DetailColl.Clear();//æ¸
空 |
| | | for (int i = 0; i < DsSub.Tables[0].Rows.Count; i++) |
| | | { |
| | | Model.ClsSb_EquipSparepartsBillSub oSub = new Model.ClsSb_EquipSparepartsBillSub(); |
| | | // åºå®èµå¼=============================================== |
| | | oSub.HInterID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HInterID"]); |
| | | oSub.HEntryID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HEntryID"]); |
| | | oSub.HSourceInterID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HSourceInterID"]); |
| | | oSub.HSourceEntryID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HSourceEntryID"]); |
| | | oSub.HSourceBillType = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HSourceBillType"]); |
| | | oSub.HSourceBillNo = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HSourceBillNo"]); |
| | | oSub.HRelationQty = DBUtility.ClsPub.isDoule(DsSub.Tables[0].Rows[i]["HRelationQty"]); |
| | | oSub.HRelationMoney = DBUtility.ClsPub.isDoule(DsSub.Tables[0].Rows[i]["HRelationMoney"]); |
| | | oSub.HCloseMan = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HCloseMan"]); |
| | | oSub.HCloseType = DBUtility.ClsPub.isBool(DsSub.Tables[0].Rows[i]["HCloseType"]); |
| | | oSub.HEntryCloseDate = DBUtility.ClsPub.isDate(DsSub.Tables[0].Rows[i]["HEntryCloseDate"]); |
| | | oSub.HRemark = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HRemark"]); |
| | | oSub.HBillNo_bak = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HBillNo_bak"]); |
| | | //=================================================== |
| | | oSub.HMaterID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HMaterID"]); |
| | | oSub.HQty = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HQty"]); |
| | | oSub.HPartAddr = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HPartAddr"]); |
| | | oSub.HSNFlag = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HSNFlag"]); |
| | | oSub.HBeginDate = DBUtility.ClsPub.isDate(DsSub.Tables[0].Rows[i]["HBeginDate"]); |
| | | oSub.HEndDate = DBUtility.ClsPub.isDate(DsSub.Tables[0].Rows[i]["HEndDate"]); |
| | | |
| | | DetailColl.Add(oSub); |
| | | } |
| | | sReturn = "æ¾ç¤ºåæ®æåï¼"; |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sReturn = e.Message; |
| | | throw (e); |
| | | } |
| | | } |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Linq; |
| | | using System.Text; |
| | | |
| | | namespace DAL |
| | | { |
| | | public class ClsSb_EquipSparepartsChangeBill : DBUtility.ClsXt_BaseBill |
| | | { |
| | | public Model.ClsSb_EquipSparepartsChangeBillMain omodel = new Model.ClsSb_EquipSparepartsChangeBillMain(); |
| | | public List<Model.ClsSb_EquipSparepartsChangeBillSub> DetailColl = new List<Model.ClsSb_EquipSparepartsChangeBillSub>(); |
| | | |
| | | public ClsSb_EquipSparepartsChangeBill() |
| | | { |
| | | base.MvarItemKeySub = "Sb_EquipSparepartsChangeBillSub"; |
| | | base.MvarItemKeySub2 = ""; |
| | | base.MvarItemKeySub3 = ""; |
| | | base.MvarItemKeySub4 = ""; |
| | | base.MvarItemKey = "Sb_EquipSparepartsChangeBillMain"; |
| | | base.MvarReportTitle = "设å¤å¤åå¤ä»¶åæ´å"; |
| | | base.BillType = "3981"; |
| | | base.HBillSubType = "3981"; |
| | | } |
| | | |
| | | //ä¿®æ¹åæ® |
| | | public override bool ModifyBill(Int64 lngBillKey, ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | // |
| | | oCn.BeginTran(); |
| | | //æ´æ°ä¸»è¡¨ |
| | | oCn.RunProc("UpDate Sb_EquipSparepartsChangeBillMain set " + |
| | | " HBillNo='" + omodel.HBillNo + "'" + //åºå®èµå¼=============== |
| | | ",HDate='" + omodel.HDate + "'" + |
| | | ",HYear='" + omodel.HYear.ToString() + "'" + |
| | | ",HPeriod='" + omodel.HPeriod.ToString() + "'" + |
| | | ",HBillStatus=" + omodel.HBillStatus.ToString() + |
| | | ",HRemark='" + omodel.HRemark + "'" + |
| | | ",HUpDater='" + DBUtility.ClsPub.CurUserName + "'" + |
| | | ",HUpDateDate=getdate()" + |
| | | //======================================== |
| | | ",HEmpID=" + omodel.HEmpID.ToString() + |
| | | ",HDeptID=" + omodel.HDeptID.ToString() + |
| | | ",HEquipID=" + omodel.HEquipID.ToString() + |
| | | ",HOrgID=" + omodel.HOrgID.ToString() + |
| | | " where HInterID=" + lngBillKey.ToString()); |
| | | //å é¤å
³è |
| | | DeleteRelation(ref sReturn, lngBillKey); |
| | | //å é¤å表 |
| | | DeleteBillSub(lngBillKey); |
| | | //æå
¥å表 |
| | | omodel.HInterID = lngBillKey; |
| | | foreach (Model.ClsSb_EquipSparepartsChangeBillSub oSub in DetailColl) |
| | | { |
| | | oCn.RunProc("Insert into Sb_EquipSparepartsChangeBillSub " + |
| | | " (HInterID,HEntryID,HCloseMan,HCloseType,HRemark,HBillNo_bak" + |
| | | ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + |
| | | ",HItemSubID,HMaterID_Old,HMaterID_New,HQty,HPartAddr,HSNFlag,HBeginDate,HEndDate" + |
| | | ") values(" |
| | | + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + oSub.HCloseMan + "','" + oSub.HEntryCloseDate.ToShortDateString() + "'," + Convert.ToString(oSub.HCloseType ? 1 : 0) + ",'" + oSub.HRemark + "','" + omodel.HBillNo + "'" + |
| | | "," + oSub.HSourceInterID.ToString() + "," + oSub.HSourceEntryID.ToString() + ",'" + oSub.HSourceBillNo + "','" + oSub.HSourceBillType + "'," + oSub.HRelationQty.ToString() + "," + oSub.HRelationMoney.ToString() + |
| | | "," + 0 + "," + oSub.HMaterID_Old + "," + oSub.HMaterID_New + "," + oSub.HQty + ",'" + oSub.HPartAddr + "'," + 0 + ",'" + oSub.HBeginDate + |
| | | "','" + oSub.HEndDate + "'" + ") "); |
| | | } |
| | | sReturn = "ä¿®æ¹åæ®æåï¼"; |
| | | oCn.Commit(); |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sReturn = e.Message; |
| | | oCn.RollBack(); |
| | | throw (e); |
| | | } |
| | | } |
| | | |
| | | //æ°å¢åæ® |
| | | public override bool AddBill(ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | //å¾å°mainid |
| | | omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); |
| | | omodel.HBillNo = DBUtility.ClsPub.CreateBillCode(BillType, ref DBUtility.ClsPub.sExeReturnInfo, true); |
| | | //è¥MAINDIéå¤åéæ°è·å |
| | | if (IsExistBillNo(ref DBUtility.ClsPub.sExeReturnInfo, omodel.HBillNo, Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew, omodel.HInterID)) |
| | | { |
| | | omodel.HBillNo = DBUtility.ClsPub.CreateBillCode(BillType, ref DBUtility.ClsPub.sExeReturnInfo, true); |
| | | } |
| | | if (IsExistMainID(ref DBUtility.ClsPub.sExeReturnInfo, omodel.HInterID, Pub_Class.ClsPub.Enum_BillStatus.BillStatus_AddNew)) |
| | | { |
| | | omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); |
| | | } |
| | | // |
| | | oCn.BeginTran(); |
| | | //主表 |
| | | oCn.RunProc("Insert Into Sb_EquipSparepartsChangeBillMain " + |
| | | "(HBillType,HBillSubType,HInterID,HBillNo,HDate" + |
| | | ",HYear,HPeriod,HRemark,HMaker,HMakeDate,HEmpID,HDeptID" + |
| | | ",HBillStatus,HBackRemark,HMaker,HMakeDate,HMainSourceBillType" + |
| | | ",HMainSourceInterID,HMainSourceEntryID,HMainSourceBillNo,HPrintQty" + |
| | | ",HCheckItemNowID,HCheckItemNextID,HCheckFlowID,HBacker,HChecker,HUpDater,HCloseMan,HCloseType,HDeleteMan,HEquipID,HOrgID" + |
| | | ") " + |
| | | " values('" + this.BillType + "','" + this.HBillSubType + "'," + omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "'" + |
| | | ", " + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + DBUtility.ClsPub.CurUserName + "',getdate()" + |
| | | ", " + omodel.HEmpID.ToString() + "," + omodel.HDeptID.ToString() + "," + 1 + ",'" + omodel.HBackRemark + |
| | | "','" + omodel.HMaker + "','" + omodel.HMakeDate + "','" + omodel.HMainSourceBillType + "'," + omodel.HMainSourceInterID + |
| | | "," + omodel.HMainSourceEntryID + ",'" + omodel.HMainSourceBillNo + "'," + omodel.HPrintQty + ",0,0,0" + ",'" + omodel.HBacker + |
| | | "','" + omodel.HChecker + "','" + omodel.HUpDater + "','" + omodel.HCloseMan + "'," + 0 + ",'" + omodel.HDeleteMan + |
| | | "'," + omodel.HEquipID + "," + omodel.HOrgID + ") "); |
| | | //æå
¥å表 |
| | | foreach (Model.ClsSb_EquipSparepartsChangeBillSub oSub in DetailColl) |
| | | { |
| | | oCn.RunProc("Insert into Sb_EquipSparepartsChangeBillSub " + |
| | | " (HInterID,HEntryID,HCloseMan,HCloseType,HRemark,HBillNo_bak" + |
| | | ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty,HRelationMoney" + |
| | | ",HItemSubID,HMaterID_Old,HMaterID_New,HQty,HPartAddr,HSNFlag,HBeginDate,HEndDate" + |
| | | ") values(" |
| | | + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + ",'" + oSub.HCloseMan + "','" + oSub.HEntryCloseDate.ToShortDateString() + "'," + Convert.ToString(oSub.HCloseType ? 1 : 0) + ",'" + oSub.HRemark + "','" + omodel.HBillNo + "'" + |
| | | "," + oSub.HSourceInterID.ToString() + "," + oSub.HSourceEntryID.ToString() + ",'" + oSub.HSourceBillNo + "','" + oSub.HSourceBillType + "'," + oSub.HRelationQty.ToString() + "," + oSub.HRelationMoney.ToString() + |
| | | "," + 0 + "," + oSub.HMaterID_Old + "," + oSub.HMaterID_New + "," + oSub.HQty + ",'" + oSub.HPartAddr + "'," + 0 + ",'" + oSub.HBeginDate + |
| | | "','" + oSub.HEndDate + "'" + ") "); |
| | | } |
| | | sReturn = "æ°å¢åæ®æåï¼"; |
| | | oCn.Commit(); |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sReturn = e.Message; |
| | | oCn.RollBack(); |
| | | throw (e); |
| | | } |
| | | } |
| | | |
| | | //æ¾ç¤ºåæ® |
| | | public override bool ShowBill(Int64 lngBillKey, ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | //æ¥è¯¢ä¸»è¡¨ |
| | | DataSet Ds; |
| | | Ds = oCn.RunProcReturn("Select * from Sb_EquipSparepartsChangeBillMain Where HInterID=" + lngBillKey.ToString(), "Sb_EquipSparepartsChangeBillMain"); |
| | | if (Ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | sReturn = "åæ®æªæ¾å°ï¼"; |
| | | return false; |
| | | } |
| | | //åºå®èµå¼=========================================== |
| | | omodel.HYear = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HYear"]); |
| | | omodel.HPeriod = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HPeriod"]); |
| | | omodel.HBillType = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBillType"]); |
| | | omodel.HBillSubType = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBillSubType"]); |
| | | omodel.HInterID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HInterID"]); |
| | | omodel.HDate = DBUtility.ClsPub.isDate(Ds.Tables[0].Rows[0]["HDate"]); |
| | | omodel.HBillNo = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBillNo"]); |
| | | omodel.HBillStatus = 1; |
| | | omodel.HCheckItemNowID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCheckItemNowID"]); |
| | | omodel.HCheckItemNextID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCheckItemNextID"]); |
| | | omodel.HCheckFlowID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HCheckFlowID"]); |
| | | omodel.HRemark = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HRemark"]); |
| | | omodel.HBackDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBackDate"]); |
| | | omodel.HBacker = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HBacker"]); |
| | | omodel.HCheckDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HCheckDate"]); |
| | | omodel.HChecker = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HChecker"]); |
| | | omodel.HMaker = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMaker"]); |
| | | omodel.HMakeDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMakeDate"]); |
| | | omodel.HUpDateDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HUpDateDate"]); |
| | | omodel.HUpDater = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HUpDater"]); |
| | | omodel.HCloseDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HCloseDate"]); |
| | | omodel.HCloseMan = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HCloseMan"]); |
| | | omodel.HCloseType = DBUtility.ClsPub.isBool(Ds.Tables[0].Rows[0]["HCloseType"]); |
| | | omodel.HDeleteDate = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HDeleteDate"]); |
| | | omodel.HDeleteMan = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HDeleteMan"]); |
| | | omodel.HMainSourceBillType = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMainSourceBillType"]); |
| | | omodel.HMainSourceInterID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HMainSourceInterID"]); |
| | | omodel.HMainSourceEntryID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HMainSourceEntryID"]); |
| | | omodel.HMainSourceBillNo = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HMainSourceBillNo"]); |
| | | omodel.HPrintQty = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HPrintQty"]); |
| | | //======================================================== |
| | | omodel.HEmpID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HEmpID"]); |
| | | omodel.HDeptID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HDeptID"]); |
| | | omodel.HEquipID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HEquipID"]); |
| | | omodel.HOrgID = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HOrgID"]); |
| | | |
| | | //å¾ªç¯ |
| | | DataSet DsSub; |
| | | DsSub = oCn.RunProcReturn("Select * from Sb_EquipSparepartsChangeBillSub Where HInterID=" + lngBillKey.ToString(), "Sb_EquipSparepartsChangeBillSub"); |
| | | DetailColl.Clear();//æ¸
空 |
| | | for (int i = 0; i < DsSub.Tables[0].Rows.Count; i++) |
| | | { |
| | | Model.ClsSb_EquipSparepartsChangeBillSub oSub = new Model.ClsSb_EquipSparepartsChangeBillSub(); |
| | | // åºå®èµå¼=============================================== |
| | | oSub.HInterID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HInterID"]); |
| | | oSub.HEntryID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HEntryID"]); |
| | | oSub.HSourceInterID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HSourceInterID"]); |
| | | oSub.HSourceEntryID = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HSourceEntryID"]); |
| | | oSub.HSourceBillType = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HSourceBillType"]); |
| | | oSub.HSourceBillNo = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HSourceBillNo"]); |
| | | oSub.HRelationQty = DBUtility.ClsPub.isDoule(DsSub.Tables[0].Rows[i]["HRelationQty"]); |
| | | oSub.HRelationMoney = DBUtility.ClsPub.isDoule(DsSub.Tables[0].Rows[i]["HRelationMoney"]); |
| | | oSub.HCloseMan = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HCloseMan"]); |
| | | oSub.HCloseType = DBUtility.ClsPub.isBool(DsSub.Tables[0].Rows[i]["HCloseType"]); |
| | | oSub.HEntryCloseDate = DBUtility.ClsPub.isDate(DsSub.Tables[0].Rows[i]["HEntryCloseDate"]); |
| | | oSub.HRemark = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HRemark"]); |
| | | oSub.HBillNo_bak = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HBillNo_bak"]); |
| | | //=================================================== |
| | | oSub.HMaterID_Old = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HMaterID_Old"]); |
| | | oSub.HMaterID_New = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HMaterID_New"]); |
| | | oSub.HQty = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HQty"]); |
| | | oSub.HPartAddr = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HPartAddr"]); |
| | | oSub.HSNFlag = DBUtility.ClsPub.isLong(DsSub.Tables[0].Rows[i]["HSNFlag"]); |
| | | oSub.HBeginDate = DBUtility.ClsPub.isDate(DsSub.Tables[0].Rows[i]["HBeginDate"]); |
| | | oSub.HEndDate = DBUtility.ClsPub.isDate(DsSub.Tables[0].Rows[i]["HEndDate"]); |
| | | |
| | | DetailColl.Add(oSub); |
| | | } |
| | | sReturn = "æ¾ç¤ºåæ®æåï¼"; |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sReturn = e.Message; |
| | | throw (e); |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_EntrustInBillSub.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_EntrustOutBillMain.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_EntrustOutBillSub.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_EntrustReplenishOutBillMain.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_MateReplenishOutBillMain.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_MateOutBillMain.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_MateOutBillScheme.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_EntrustReplenishOutBillSub.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_MateReplenishOutBillSub.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_MateOutBillSub.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_MateOutRequestBillMain.cs" /> |
| | |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_ICStockBillScheme.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\ClsKf_ICStockBillSub.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\æ¡ç 管ç\ClsGy_BarCodeEdit_Model.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\æ¡ç 管ç\ClsKF_BarCodeStatusChangeBillMain.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\æ¡ç 管ç\ClsKF_BarCodeStatusChangeBillSub.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\æ¡ç 管ç\Gy_BarCodeBill_Out.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\èä»ç®¡ç\ClsKf_VirtualStockInBillMain.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\èä»ç®¡ç\ClsKf_VirtualStockInBillScheme.cs" /> |
| | | <Compile Include="ä»åºç®¡ç\èä»ç®¡ç\ClsKf_VirtualStockInBillSub.cs" /> |
| | |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSb_EquipRepairSendWorkBillMain.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSb_EquipRepairSendWorkBillSub.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSb_EquipRepairWorkBillSub_Mater.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSb_EquipSparepartsBillMain.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSb_EquipSparepartsBillSub.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSb_EquipSparepartsChangeBillMain.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSb_EquipSparepartsChangeBillSub.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSc_EquipMaintainBillSub_Item.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSc_EquipMaintainPlanBillSub_Item.cs" /> |
| | | <Compile Include="ç产管ç\设å¤ç®¡ç\ClsSc_ICMOBillMain.cs" /> |
| | |
| | | public string HExplanation;// --ÕªÒª |
| | | public string HInnerBillNo;// --å
é¨åæ®å· |
| | | public bool HRedBlueFlag;// --红èå |
| | | public Int64 HSTOCKORGID; //int --åºåç»ç» |
| | | public Int64 HOWNERID; //int --货主 |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Model |
| | | { |
| | | public class ClsKf_EntrustReplenishOutBillMain : DBUtility.ClsXt_BaseBillMain |
| | | { |
| | | public Int64 HSupID; //int --ä¾åºå |
| | | public Int64 HWHID; //int --ä»åº |
| | | public Int64 HSCWHID; //int --è°åºä»åº |
| | | public Int64 HEmpID; //int --ä¸å¡å |
| | | public Int64 HManagerID; //int --è´è´£äºº |
| | | public Int64 HSecManagerID; //int --éªæ¶ |
| | | public Int64 HKeeperID; //int --ä¿ç®¡å |
| | | public Int64 HDeptID; //int --é¨é¨ |
| | | public string HExplanation; //varchar(200) --ÕªÒª |
| | | public string HInnerBillNo; //varchar(50) --å
é¨åæ®å· |
| | | public bool HRedBlueFlag; //bit --红èå |
| | | public Int64 HSTOCKORGID; //int --åºåç»ç» |
| | | public Int64 HOWNERID; //int --货主 |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Model |
| | | { |
| | | public class ClsKf_EntrustReplenishOutBillSub : DBUtility.ClsXt_BaseBillSub |
| | | { |
| | | public DateTime HEntryCloseDate;// datetime --è¡å
³é (é»è®¤ä¸º'') new |
| | | public string HRemark; // varchar(200)--夿³¨ |
| | | public Int64 HMaterID; // int --ç©æID |
| | | public Int64 HUnitID; // int --计éåä½ |
| | | public Int64 HPropertyID; // int --è¾
å©å±æ§ |
| | | public Int64 HSecUnitID; // int --è¾
å©è®¡éåä½ |
| | | public Single HSecUnitRate; // money --æ¢ç®ç |
| | | public double HQtyMust; // dec(18,8) --åºæ¶æ°é |
| | | public double HQty; // dec(18,8) --宿¶æ°é |
| | | public double HWasterQty; // dec(18,8) --æ¥åºæ°é |
| | | public double HPrice; // dec(18,8) --åä»· |
| | | public double HMoney; // dec(18,8) --éé¢ |
| | | public Int64 HWHID; // int --æ¶æä»åº |
| | | public Int64 HSCWHID; // int --è°åºä»åºID |
| | | public Int64 HSPID; // int --ä»ä½ID |
| | | public Int64 HSCSPID; // int --è°åºä»ä½ID |
| | | public Int64 HSPGroupID; // int --ä»ä½ç»ID(ä»åºéæ©å®èªå¨å¸¦åº) |
| | | public string HBatchNo; // varchar(50) --æ¹æ¬¡ |
| | | public Int64 HDeptSubID; // int --è½¦é´ |
| | | public Int64 HPOOrderInterID; // int --éè´è®¢å主å
ç |
| | | public Int64 HPOOrderEntryID; // int --éè´è®¢ååå
ç |
| | | public string HPOOrderBillNo; // varchar(50) --éè´è®¢åå· |
| | | public Int64 HSeOrderInterID; // int --éå®è®¢å主å
ç |
| | | public Int64 HSeOrderEntryID; // int --éå®è®¢ååå
ç |
| | | public string HSeOrderBillNo; // varchar(50) --éå®è®¢åå· |
| | | |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | namespace Model |
| | | { |
| | | public class ClsKF_BarCodeStatusChangeBillMain : DBUtility.ClsXt_BaseBillMain |
| | | { |
| | | |
| | | public Int64 HPrintQty; //æå°æ¬¡æ° |
| | | public Int64 HEmpID; //åæ´äºº(Gy_Employee) |
| | | public Int64 HDeptID; //è´è´£é¨é¨ï¼Gy_Departmentï¼ |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Model |
| | | { |
| | | public class ClsKF_BarCodeStatusChangeBillSub : DBUtility.ClsXt_BaseBillSub |
| | | { |
| | | public string HBillNo_bak; //åæ®å·ï¼å¤ä»½ï¼ä»¥å
å
ç ä¸¢å¤±ï¼æ¾ä¸å°å¯¹åºä¸»è¡¨ï¼ |
| | | public string HBarCode; //æ¡å½¢ç |
| | | public string HBarCodeStatus_Old; //åç¶æï¼æ£å¸¸ï¼å¨åºï¼åºåºï¼ä½åºï¼é离ï¼ä¸è¯ï¼æ¥åºï¼ |
| | | public string HBarCodeStatus_New; //æ°ç¶æï¼æ£å¸¸ï¼å¨åºï¼åºåºï¼ä½åºï¼é离ï¼ä¸è¯ï¼æ¥åºï¼ |
| | | public Int64 HAuxPropID_Old; //åè¾
å©å±æ§ |
| | | public Int64 HAuxPropID_New; //æ°è¾
å©å±æ§ |
| | | public string HMTONo_Old; //åMTOå· |
| | | public string HMTONo_New; //æ°MTOå· |
| | | public Int64 HItemSubID; |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Model |
| | | { |
| | | public class Gy_BarCodeBill_Out : DBUtility.ClsGy_Base_Model |
| | | { |
| | | public Int64 HItemID;//ï¼æ è¯åï¼ //æ è¯å |
| | | public Int64 HInterID; //主å
ç |
| | | public Int64 HEntryID; //åå
ç |
| | | public string HBillType; //ç±»å |
| | | public Int64 HProcID; //å·¥åº |
| | | public string HBarCode;//ï¼èéç´¢å¼ï¼ //æ¡å½¢ç |
| | | public string HBarCodeType; //æ¡ç ç±»åï¼ç©ææ¡ç ï¼ç®±å·æ¡ç ï¼æå·æ¡ç ï¼ |
| | | public Int64 HItemSubID; //å¯¹åºæ ¸ç®é¡¹ç® |
| | | public Int64 HMaterID; //对åºç©æå
ç |
| | | public Int64 HUnitID; //计éåä½ |
| | | public Int64 HPieceQty; //ä»¶æ° |
| | | public decimal HQty; //æ°é |
| | | public string HBatchNo; //æ¹æ¬¡å· |
| | | public Int64 HSupID; //徿¥åä½ |
| | | public Int64 HGroupID; //ç产çç»ï¼Gy_Groupï¼ |
| | | public Int64 HDeptID; //é¨é¨ |
| | | public Int64 HEmpID; //ä¸å¡å |
| | | public string HMaker; //å¶ä½äºº |
| | | public string HMakeDate; // å¶ä½æ¥æ |
| | | public Int64 HPrintQty; //æå°æ¬¡æ° |
| | | public Int64 HSourceInterID; //æºåID |
| | | public Int64 HSourceEntryID; //æºååID ï¼å¦ææDETAILID åå¡«DETAILIDï¼ |
| | | public string HSourceBillNo; //æºååå· |
| | | public string HSourceBillType; //æºåç±»å |
| | | public string HRemark; //夿³¨ |
| | | public string HUseFlag; //使ç¨ç¶æ |
| | | public string HEndQty; //尾箱æ°é |
| | | public string HWei; //尾箱æ è®° |
| | | public Int64 HStopflag; //æ¯å¦ä½åº |
| | | public string HBarCodeStatus; //æ¡ç ç¶æ |
| | | public decimal HReadyQty; // |
| | | public decimal HInitQty; //åå§åæ°é |
| | | public Int64 HBarcodeQtys; //æ»ææ° |
| | | public Int64 HBarcodeNo; //å½åæå· |
| | | public Int64 HInstructID; // |
| | | public string HInstructNo; // |
| | | public Int64 HSeOrderBillID; //éå®è®¢åå
ç |
| | | public string HSeOrderBillNo; //客æ·è®¢åå· |
| | | public Int64 HWhID; //é»è®¤ä»åº |
| | | public Int64 HSPID; //é»è®¤ä»ä½ |
| | | public Int64 HAuxPropID; //ç©æè¾
å©å±æ§ |
| | | public string HMaterName; //产åè§æ ¼åç§° |
| | | public string HMaterModel; //产åè§æ ¼åå· |
| | | public string HPinfan; //åçª |
| | | public string HMTONo; //MTOå· |
| | | public Int64 HSupflag; //ä¾åºåæ ç¾æ è®° |
| | | public DateTime HBeginDate; //å¼å§æ¥æ |
| | | public DateTime HEndDate; //ç»ææ¥æ |
| | | public Int64 HExpirationDateFlag; //ä¿è´¨ææ è®° |
| | | public Int64 HSourceID; //çäº§èµæº |
| | | public string HCusType; // |
| | | public string HWorkLineName; //ç产线 |
| | | public Int64 HCusID; //客æ·å
ç |
| | | public Int64 HSTOCKORGID; //åºåç»ç» |
| | | public Int64 HOWNERID; //货主 |
| | | public string HJiaYe; //å æ¶²ä»£ç |
| | | public string HPressModel; //åå·ï¼é©çµï¼ |
| | | public string HCusModel; //客æ·åå· |
| | | public string HMaterialModel; //产åè§æ ¼ |
| | | public string HColor; //é¢è² |
| | | public string HLogo; //åç |
| | | public string HPackageSize; //å
è£
尺寸 |
| | | public decimal HMaterialJQty; //åé |
| | | public decimal HMaterialMQty; //æ¯é |
| | | public string HCustomBatchNo; //å®¢æ·æ¹æ¬¡å· |
| | | public DateTime HBarCodeDate; //æ¡ç æ ç¾æ¥æ |
| | | public string HGBBarCode; //彿 ç |
| | | public Int64 HOldBarCodeFlag; //æ§æ¡ç æ è®° |
| | | public Int64 HOldSourceInterID; //èæºåå
ç |
| | | public Int64 HOldSourceEntryID; //èæºååå
ç |
| | | public string HOldSourceBillNo; //èæºååå· |
| | | public Int64 HOrderInterID; //订åå
ç |
| | | public Int64 HOrderEntryID; //订ååå
ç ï¼å¦ææDETAILID åå¡«DETAILIDï¼ |
| | | public string HOrderBillNo; //订ååå· |
| | | public string HOrderBillType; //订ååæ®ç±»å |
| | | public string HRelationNum;//对åºç¼å· |
| | | public decimal HLabelQty; //æå°æ ç¾æ°é |
| | | public decimal HMinQty; //æå°å
è£
æ°é |
| | | public decimal HNowQty; //å½åæ°é |
| | | public string HStopMan; //ç¦ç¨äºº |
| | | public string HStopManDate; //ç¦ç¨æ¥æ |
| | | public DateTime HInStockDate; |
| | | public DateTime HOutStockDate; |
| | | public string HInStockDate_XF; |
| | | public string HExpressNumber; |
| | | public string POOrderBillNo; |
| | | public string HICMOReportBillNo; |
| | | public DateTime HICMOReportDate; |
| | | public Int64 HInStockCounts; |
| | | public Int64 HReportCounts; |
| | | public Int64 HOutStockCounts; |
| | | public string HInStockBillNo; |
| | | public string HOutStockBillNo; |
| | | public string HSendGoodsBillNo; |
| | | public string HKFDate; |
| | | public Int64 HKFPeriod; |
| | | public string HKFDQDate; |
| | | public Int64 HServerItemID; |
| | | public string HBadReasonList; |
| | | public string HProdLev; |
| | | public Int64 HSeOrderInterID; |
| | | public Int64 HSeOrderEntryID; |
| | | public string HInnerBillNo; |
| | | public string HCusBarCode; |
| | | public string HStatus; |
| | | public Int64 HInitSourceEntryID; |
| | | public string HOldSourceBillType; |
| | | public decimal HMZ; |
| | | public Int64 HGiveAwayFlag; //èµ åæ è®° |
| | | public Int64 HSeOrderSEQ; |
| | | public Int64 HMaterID_OLD; |
| | | public string HDeleteMan; |
| | | public DateTime HDeleteDate; |
| | | public string HBarCode_Pack; |
| | | public Int64 HCustomQty1; |
| | | public DateTime HProduceDate; //çäº§æ¥æï¼ä¿è´¨æç¨ï¼ |
| | | public DateTime HExpiryDate; //ä¿è´¨æè³ï¼ä¿è´¨æç¨ï¼ |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Model |
| | | { |
| | | public class ClsSb_EquipSparepartsBillMain : DBUtility.ClsXt_BaseBillMain |
| | | { |
| | | public Int64 HPrintQty; //æå°æ¬¡æ° |
| | | public Int64 HEquipID; //设å¤ä¸»æ¡£(Gy_EquipFileBillMain) |
| | | public Int64 HOrgID; //使ç¨ç»ç»(Xt_ORGANIZATIONS) |
| | | public Int64 HDeptID; //使ç¨é¨é¨(Gy_Deparment) |
| | | public Int64 HEmpID; //è´è´£äººï¼Gy_Employeeï¼ |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Model |
| | | { |
| | | public class ClsSb_EquipSparepartsBillSub : DBUtility.ClsXt_BaseBillSub |
| | | { |
| | | public string HBillNo_bak; //åæ®å·ï¼å¤ä»½ï¼ä»¥å
å
ç ä¸¢å¤±ï¼æ¾ä¸å°å¯¹åºä¸»è¡¨ï¼ |
| | | public Int64 HItemSubID; //èªå¢å(GUID) |
| | | public Int64 HMaterID; //å¨å
·(Gy_MouldFileMain) |
| | | public decimal HQty; //æ°é |
| | | public string HPartAddr; //é¨ä½ |
| | | public Int64 HSNFlag; //SNç ç®¡æ§ |
| | | public DateTime HBeginDate; //å¼å§æ¶é´ |
| | | public DateTime HEndDate; //æææè³ |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Model |
| | | { |
| | | public class ClsSb_EquipSparepartsChangeBillMain : DBUtility.ClsXt_BaseBillMain |
| | | { |
| | | public Int64 HPrintQty; //æå°æ¬¡æ° |
| | | public Int64 HEquipID; //设å¤ä¸»æ¡£(Gy_EquipFileBillMain) |
| | | public Int64 HOrgID; //使ç¨ç»ç»(Xt_ORGANIZATIONS) |
| | | public Int64 HDeptID; //使ç¨é¨é¨(Gy_Deparment) |
| | | public Int64 HEmpID; //è´è´£äººï¼Gy_Employeeï¼ |
| | | } |
| | | } |
| New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | |
| | | namespace Model |
| | | { |
| | | public class ClsSb_EquipSparepartsChangeBillSub : DBUtility.ClsXt_BaseBillSub |
| | | { |
| | | public string HBillNo_bak; //åæ®å·ï¼å¤ä»½ï¼ä»¥å
å
ç ä¸¢å¤±ï¼æ¾ä¸å°å¯¹åºä¸»è¡¨ï¼ |
| | | public Int64 HItemSubID; //èªå¢å(GUID) |
| | | public Int64 HMaterID_Old; //åå¨å
·(Gy_MouldFileMain) |
| | | public Int64 HMaterID_New; //æ°å¨å
·(Gy_MouldFileMain) |
| | | public decimal HQty; //æ°é |
| | | public string HPartAddr; //é¨ä½ |
| | | public Int64 HSNFlag; //SNç ç®¡æ§ |
| | | public DateTime HBeginDate; //å¼å§æ¶é´ |
| | | public DateTime HEndDate; //æææè³ |
| | | } |
| | | } |
| | |
| | | { |
| | | omodel.Kf_EntrustOutBill_SimpleMode = 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"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_WHSPCtl") |
| | | { |
| | | omodel.Kf_EntrustOutBillCheck_WHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_MultilineCtl") |
| | | { |
| | | omodel.Kf_EntrustOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | |
| | | //ç产补æå |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBill_AutoCheck") |
| | |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBillCheck_MultilineCtl") |
| | | { |
| | | 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"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_ERPMode") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_MustQtyCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_MulSourceBill") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_MulSourceBill = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_BillTypeOneScan") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_BillTypeOneScan = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_BatchNoCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_BatchNoCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_MultilineCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_MaterWHSPCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_MaterWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_SourceWHSPCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_SourceWHSPCtl = 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"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_WHSPCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBillCheck_WHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_MultilineCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | |
| | | //ç´æ¥è°æ¨å |
| | |
| | | { |
| | | omodel.Kf_EntrustOutBill_SimpleMode = 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"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_WHSPCtl") |
| | | { |
| | | omodel.Kf_EntrustOutBillCheck_WHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_MultilineCtl") |
| | | { |
| | | 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_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"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_ERPMode") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_ERPMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_MustQtyCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_MustQtyCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_MulSourceBill") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_MulSourceBill = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_BillTypeOneScan") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_BillTypeOneScan = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_BatchNoCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_BatchNoCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_MultilineCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_MaterWHSPCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_MaterWHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_SourceWHSPCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBill_SourceWHSPCtl = 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"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_WHSPCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBillCheck_WHSPCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_MultilineCtl") |
| | | { |
| | | omodel.Kf_EntrustReplenishOutBillCheck_MultilineCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | |
| | | //ç´æ¥è°æ¨å |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBill_AutoCheck") |
| | | { |
| | |
| | | public string Kf_EntrustOutBill_FIFOList; //å
è¿å
åºä¸æ¶æ¸
å |
| | | public string Kf_EntrustOutBill_FIFOCtl; //å
è¿å
åºæ§å¶ |
| | | public string Kf_EntrustOutBill_SimpleMode; //ç®æ´æ¨¡å¼ï¼ä¸æ¾ç¤ºæºåå表ï¼åªæ¾ç¤ºæ«ç è®°å½ï¼ä½åå°ä»æ§å¶ï¼ |
| | | //å§å¤é¢æ æ ¡éª |
| | | public string Kf_EntrustOutBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ |
| | | public string Kf_EntrustOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ |
| | | public string Kf_EntrustOutBillCheck_MultilineCtl; //æ ¡éª-å¤è¡ç¸åç©æèªå¨æåæ¢è¡å¹é
|
| | | |
| | | //ç产补æ |
| | | public string Kf_MateReplenishOutBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ |
| | |
| | | public string Kf_MateReplenishOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ |
| | | public string Kf_MateReplenishOutBillCheck_MultilineCtl; //æ ¡éª-å¤è¡ç¸åç©æèªå¨æåæ¢è¡å¹é
|
| | | |
| | | //å§å¤è¡¥æ |
| | | public string Kf_EntrustReplenishOutBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ |
| | | public string Kf_EntrustReplenishOutBill_ERPMode; //WMSç³»ç»åæ¥è³ERPçç±»åï¼WISEãCLOUDï¼ |
| | | public string Kf_EntrustReplenishOutBill_MustQtyCtl; //åºæ¶æ°éæ§å¶ï¼å°äºçäºåºæ¶ãå®å
¨çäºåºæ¶ã䏿§å¶ï¼ |
| | | public string Kf_EntrustReplenishOutBill_MulSourceBill; //夿ºåæ¨¡å¼ |
| | | public string Kf_EntrustReplenishOutBill_BillTypeOneScan; //æ¬åæ®ç±»åå
åªå
è®¸ä¸æ¬¡æ«ç ï¼å¯ä¸ç ï¼å«ç¼ååè¡¨ï¼ |
| | | public string Kf_EntrustReplenishOutBill_BatchNoCtl; //æ¯å¦è¿è¡æ¹å·æ ¸å¯¹ï¼'Y'ä¸ºæ ¸å¯¹æ¹å·ï¼ |
| | | public string Kf_EntrustReplenishOutBill_MultilineCtl; //æ¯å¦åå¨å¤è¡ç¸åç©ææ¶èªå¨æåæ¢è¡ï¼'Y'为èªå¨æåï¼ |
| | | public string Kf_EntrustReplenishOutBill_MaterWHSPCtl; //æ¯å¦åç©æé»è®¤ä»åºä»ä½ï¼'Y'为æ¯ï¼ |
| | | public string Kf_EntrustReplenishOutBill_SourceWHSPCtl; //æ¯å¦åæºåä¸ä»åºä»ä½ï¼'Y'为æ¯ï¼ |
| | | //å§å¤è¡¥æ æ ¡éª |
| | | public string Kf_EntrustReplenishOutBillCheck_MustQtyCtl; //æ ¡éªæ°éæ§å¶ |
| | | public string Kf_EntrustReplenishOutBillCheck_WHSPCtl; //æ ¡éª-æ¯å¦æ ¡å¯¹ä»åºä»ä½ |
| | | public string Kf_EntrustReplenishOutBillCheck_MultilineCtl; //æ ¡éª-å¤è¡ç¸åç©æèªå¨æåæ¢è¡å¹é
|
| | | |
| | | //ç´æ¥è°æ¨ |
| | | public string Kf_MoveStockBill_AutoCheck; //æ¯å¦èªå¨å®¡æ ¸ |
| | | public string Kf_MoveStockBill_ERPMode; //WMSç³»ç»åæ¥è³ERPçç±»åï¼WISEãCLOUDï¼ |
| | |
| | | oCN.RunProc(sql); |
| | | oCN.RunProc("Insert into Gy_Warehouse " + |
| | | " (HItemID,HNumber,HName,HHelpCode,HShortNumber,HParentID" + |
| | | ",HLevel,HEndFlag,HStopflag,HRemark,HEmpID,HAddress,HPhone,HUSEORGID,HCREATEORGID) " + |
| | | ",HLevel,HEndFlag,HStopflag,HRemark,HEmpID,HAddress,HPhone,HUSEORGID,HCREATEORGID,HSPFlag,HSPGroupID,HUnderStock,HSTOCKPROPERTY) " + |
| | | " Values('" + list[0].HItemID + "','" + list[0].HNumber + "','" +list[0].HName + "','" + list[0].HHelpCode + "','" + list[0].HShortNumber + "'," + list[0].HParentID.ToString() + |
| | | "," + list[0].HLevel.ToString() + "," + Convert.ToString(list[0].HEndFlag ? 1 : 0) + "," + Convert.ToString(list[0].HStopFlag ? 1 : 0) + ",'" + list[0].HRemark + "'," + list[0].HEmpID.ToString() + ",'" + list[0].HAddress + "','" + list[0].HPhone + "','" + list[0].HUSEORGID + "','" + list[0].HCREATEORGID + "')", ref DBUtility.ClsPub.sExeReturnInfo); |
| | | "," + list[0].HLevel.ToString() + "," + Convert.ToString(list[0].HEndFlag ? 1 : 0) + "," + Convert.ToString(list[0].HStopFlag ? 1 : 0) + ",'" + list[0].HRemark + "'," + list[0].HEmpID.ToString() + ",'" + list[0].HAddress + "','" + list[0].HPhone + "','" + list[0].HUSEORGID + "','" + list[0].HCREATEORGID + "','" + list[0].HSPFlag + "','" + list[0].HSPGroupID + "','" + list[0].HUnderStock + "','" + list[0].HSTOCKPROPERTY + "')", ref DBUtility.ClsPub.sExeReturnInfo); |
| | | //ä¿®æ¹ä¸çº§ä¸ºéæ«çº§ä»£ç |
| | | sql = "set identity_insert Gy_Warehouse off"; |
| | | oCN.RunProc(sql); |
| New file |
| | |
| | | using DBUtility; |
| | | using Model; |
| | | using Newtonsoft.Json; |
| | | using Newtonsoft.Json.Converters; |
| | | using Newtonsoft.Json.Linq; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Linq; |
| | | using System.Net; |
| | | using System.Net.Http; |
| | | using System.Web.Http; |
| | | using WebAPI.Models; |
| | | |
| | | namespace WebAPI.Controllers.SBGL |
| | | { |
| | | public class Sb_EquipSparepartsBillController : ApiController |
| | | { |
| | | private json objJsonResult = new json(); |
| | | SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); |
| | | DataSet ds; |
| | | |
| | | #region [设å¤å¤åå¤ä»¶å表] |
| | | [Route("Sb_EquipSparepartsBill/list")] |
| | | [HttpGet] |
| | | public object list(string sWhere, string user) |
| | | { |
| | | try |
| | | { |
| | | if (sWhere == null || sWhere.Equals("")) |
| | | { |
| | | ds = oCN.RunProcReturn("select * from h_v_Sb_EquipSparepartsBillList order by HMainID asc", "h_v_Sb_EquipSparepartsBillList"); |
| | | } |
| | | else |
| | | { |
| | | string sql1 = "select * from h_v_Sb_EquipSparepartsBillList where 1 = 1 "; |
| | | string sql = sql1 + sWhere + " order by HMainID asc"; |
| | | ds = oCN.RunProcReturn(sql, "h_v_Sb_EquipSparepartsBillList"); |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "Sucessï¼"; |
| | | objJsonResult.data = ds.Tables[0]; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region [æ ¹æ®IDæ¥æ¾è®°å½] |
| | | [Route("Sb_EquipSparepartsBill/cx")] |
| | | [HttpGet] |
| | | public object cx(long HInterID) |
| | | { |
| | | try |
| | | { |
| | | |
| | | ds = oCN.RunProcReturn("select * from h_v_Sb_EquipSparepartsBillList where HMainID =" + HInterID, "h_v_Sb_EquipSparepartsBillList"); |
| | | if (ds == null || ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "falseï¼"; |
| | | objJsonResult.data = null; |
| | | 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; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region 设å¤å¤åå¤ä»¶ ä¿å/ç¼è¾åè½ |
| | | [Route("Sb_EquipSparepartsBill/EquipSparepartsBillEdit")] |
| | | [HttpPost] |
| | | public object EquipSparepartsBillEdit([FromBody] JObject sMainSub) |
| | | { |
| | | try |
| | | { |
| | | var _value = sMainSub["sMainSub"].ToString(); |
| | | string msg1 = _value.ToString(); |
| | | oCN.BeginTran(); |
| | | //ä¿å主表 |
| | | objJsonResult = AddBillMain(msg1); |
| | | if (objJsonResult.code == "0") |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = objJsonResult.Message; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | oCN.Commit(); |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "åæ®ä¿åæåï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "ä¿å失败ï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | public json AddBillMain(string msg1) |
| | | { |
| | | 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ä¿®æ¹ |
| | | string user = sArray[3].ToString(); |
| | | |
| | | try |
| | | { |
| | | msg2 = "[" + msg2.ToString() + "]"; |
| | | List<ClsSb_EquipSparepartsBillMain> mainList = Newtonsoft.Json.JsonConvert.DeserializeObject<List<ClsSb_EquipSparepartsBillMain>>(msg2); |
| | | |
| | | long HInterID = mainList[0].HInterID;//éå
¥typeå¾å°çåæ®ID |
| | | string HBillNo = mainList[0].HBillNo;//éå
¥typeå¾å°çåæ®å· |
| | | long HBillStatus = 1;//åæ®å· |
| | | long HPRDORGID = mainList[0].HPRDORGID;//ç»ç» |
| | | DateTime HDate = mainList[0].HDate;//æ¥æ |
| | | string HRemark = mainList[0].HRemark;//夿³¨ |
| | | long HEmpID = mainList[0].HEmpID;//åæ´äºº |
| | | long HDeptID = mainList[0].HDeptID;//é¨é¨ |
| | | long HEquipID = mainList[0].HEquipID;//设å¤ä¸»æ¡£ |
| | | long HOrgID = mainList[0].HOrgID;//使ç¨ç»ç» |
| | | string HMaker = user;//å¶å人 |
| | | |
| | | DateTime dt = DateTime.Now; |
| | | |
| | | |
| | | |
| | | //ds = oCN.RunProcReturn("select * from h_v_IF_POOrderBillList where hmainid=" + HInterID + " and åæ®å·='" + HBillNo + "'", "h_v_IF_POOrderBillList"); |
| | | |
| | | if ((OperationType == 1 || OperationType == 2))//æ°å¢ && ds.Tables[0].Rows.Count == 0 |
| | | { |
| | | //DataSet Ds; |
| | | //Int64 NewHInterID = 1; |
| | | //Ds = oCN.RunProcReturn("select MAX(HInterID)HInterID from Cg_POOrderBillMain", "Cg_POOrderBillMain"); |
| | | //if (Ds.Tables[0].Rows.Count != 0 && ClsPub.isLong(Ds.Tables[0].Rows[0]["HInterID"].ToString()) != 0) |
| | | //{ |
| | | // NewHInterID = ClsPub.isLong(Ds.Tables[0].Rows[0]["HInterID"].ToString()); |
| | | // NewHInterID += 1; |
| | | //} |
| | | //主表 |
| | | oCN.RunProc(@"Insert Into Sb_EquipSparepartsBillMain |
| | | (HInterID,HYear,HPeriod,HBillType,HBillSubType,HDate,HBillNo,HBillStatus |
| | | ,HRemark,HBackRemark,HMaker,HMakeDate,HMainSourceBillType,HMainSourceInterID |
| | | ,HMainSourceEntryID,HMainSourceBillNo,HPrintQty,HEmpID,HDeptID,HCheckItemNowID |
| | | ,HCheckItemNextID,HCheckFlowID,HBacker,HChecker,HUpDater,HCloseMan,HCloseType,HDeleteMan,HEquipID,HOrgID) |
| | | values(" + HInterID + "," + DateTime.Now.Year + "," + DateTime.Now.Month + ",'" + 3980 + "','" + |
| | | mainList[0].HBillSubType + "','" + HDate + "','" + HBillNo + "','" + HBillStatus + "','" + mainList[0].HRemark + |
| | | "','" + mainList[0].HBackRemark + "','" + mainList[0].HMaker + "','" + dt + "','" + mainList[0].HMainSourceBillType + "'," + mainList[0].HMainSourceInterID + |
| | | "," + mainList[0].HMainSourceEntryID + ",'" + mainList[0].HMainSourceBillNo + "'," + mainList[0].HPrintQty + "," + mainList[0].HEmpID + "," + mainList[0].HDeptID + ",0,0,0" + ",'" + mainList[0].HBacker + "','" + mainList[0].HChecker + "','" + mainList[0].HUpDater + "','" + mainList[0].HCloseMan + "'," + 0 + ",'" + mainList[0].HDeleteMan + "'," + HEquipID + "," + HOrgID + ")"); |
| | | } |
| | | else if (OperationType == 3)//|| ds.Tables[0].Rows.Count != 0 |
| | | { //ä¿®æ¹ |
| | | oCN.RunProc("update Sb_EquipSparepartsBillMain set " + |
| | | "HRemark='" + HRemark + "', HChecker='" + HMaker + "', HCheckDate=getdate()" + |
| | | ",HEmpID=" + HEmpID + ",HDeptID=" + HDeptID + ",HEquipID=" + HEquipID + |
| | | ",HOrgID=" + HOrgID + " where HInterID=" + HInterID); |
| | | |
| | | //å é¤å表 |
| | | oCN.RunProc("delete from Sb_EquipSparepartsBillSub where HInterID='" + HInterID + "'"); |
| | | } |
| | | //ä¿åå表 |
| | | objJsonResult = AddBillSub(msg3, HInterID, OperationType); |
| | | |
| | | if (objJsonResult.code == "0") |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = objJsonResult.Message; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = null; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | public json AddBillSub(string msg3, long HInterID, int OperationType) |
| | | { |
| | | List<ClsSb_EquipSparepartsBillSub> DetailColl = Newtonsoft.Json.JsonConvert.DeserializeObject<List<ClsSb_EquipSparepartsBillSub>>(msg3); |
| | | |
| | | |
| | | |
| | | int i = 0; |
| | | foreach (ClsSb_EquipSparepartsBillSub oSub in DetailColl) |
| | | { |
| | | i++; |
| | | |
| | | DataSet Cs; |
| | | Int64 NewHEntryID = 1; |
| | | Cs = oCN.RunProcReturn("select MAX(HEntryID)HEntryID from Sb_EquipSparepartsBillSub", "Sb_EquipSparepartsBillSub"); |
| | | if (Cs.Tables[0].Rows.Count != 0 && ClsPub.isLong(Cs.Tables[0].Rows[0]["HEntryID"].ToString()) != 0) |
| | | { |
| | | NewHEntryID = ClsPub.isLong(Cs.Tables[0].Rows[0]["HEntryID"].ToString()); |
| | | NewHEntryID += 1; |
| | | } |
| | | |
| | | oCN.RunProc($@"Insert into Sb_EquipSparepartsBillSub |
| | | (HInterID,HEntryID,HBillNo_bak,HRemark,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty |
| | | ,HRelationMoney,HCloseMan,HCloseType,HItemSubID,HMaterID,HQty,HPartAddr,HSNFlag,HBeginDate,HEndDate) |
| | | values({HInterID},{NewHEntryID},'{oSub.HBillNo_bak}','{oSub.HRemark}',{oSub.HSourceInterID} |
| | | ,{oSub.HSourceEntryID},'{oSub.HSourceBillNo}','{oSub.HSourceBillType}',{oSub.HRelationQty},{oSub.HRelationMoney},'{oSub.HCloseMan}',0,0,{oSub.HMaterID},{oSub.HQty},'{oSub.HPartAddr}', |
| | | {oSub.HSNFlag},'{oSub.HBeginDate}','{oSub.HEndDate}')"); |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = null; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | #endregion |
| | | |
| | | #region [å é¤] |
| | | [Route("Sb_EquipSparepartsBill/Delete")] |
| | | [HttpGet] |
| | | public object Delete(string HInterID, string user) |
| | | { |
| | | try |
| | | { |
| | | oCN.BeginTran(); |
| | | oCN.RunProc("Delete From Sb_EquipSparepartsBillMain where HInterID = " + HInterID); |
| | | oCN.RunProc("Delete From Sb_EquipSparepartsBillSub where HInterID = " + HInterID); |
| | | oCN.Commit(); |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "å 餿åï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | } |
| | | } |
| New file |
| | |
| | | using DBUtility; |
| | | using Model; |
| | | using Newtonsoft.Json; |
| | | using Newtonsoft.Json.Converters; |
| | | using Newtonsoft.Json.Linq; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Linq; |
| | | using System.Net; |
| | | using System.Net.Http; |
| | | using System.Web.Http; |
| | | using WebAPI.Models; |
| | | |
| | | namespace WebAPI.Controllers.SBGL |
| | | { |
| | | public class Sb_EquipSparepartsChangeBillController : ApiController |
| | | { |
| | | private json objJsonResult = new json(); |
| | | SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); |
| | | DataSet ds; |
| | | |
| | | #region [设å¤å¤åå¤ä»¶åæ´å表] |
| | | [Route("Sb_EquipSparepartsChangeBill/list")] |
| | | [HttpGet] |
| | | public object list(string sWhere, string user) |
| | | { |
| | | try |
| | | { |
| | | if (sWhere == null || sWhere.Equals("")) |
| | | { |
| | | ds = oCN.RunProcReturn("select * from h_v_Sb_EquipSparepartsChangeBillList order by HMainID asc", "h_v_Sb_EquipSparepartsChangeBillList"); |
| | | } |
| | | else |
| | | { |
| | | string sql1 = "select * from h_v_Sb_EquipSparepartsChangeBillList where 1 = 1 "; |
| | | string sql = sql1 + sWhere + " order by HMainID asc"; |
| | | ds = oCN.RunProcReturn(sql, "h_v_Sb_EquipSparepartsChangeBillList"); |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "Sucessï¼"; |
| | | objJsonResult.data = ds.Tables[0]; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region [æ ¹æ®IDæ¥æ¾è®°å½] |
| | | [Route("Sb_EquipSparepartsChangeBill/cx")] |
| | | [HttpGet] |
| | | public object cx(long HInterID) |
| | | { |
| | | try |
| | | { |
| | | |
| | | ds = oCN.RunProcReturn("select * from h_v_Sb_EquipSparepartsChangeBillList where HMainID =" + HInterID, "h_v_Sb_EquipSparepartsChangeBillList"); |
| | | if (ds == null || ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "falseï¼"; |
| | | objJsonResult.data = null; |
| | | 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; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region 设å¤å¤åå¤ä»¶åæ´ ä¿å/ç¼è¾åè½ |
| | | [Route("Sb_EquipSparepartsChangeBill/EquipSparepartsChangeBillEdit")] |
| | | [HttpPost] |
| | | public object EquipSparepartsBillEdit([FromBody] JObject sMainSub) |
| | | { |
| | | try |
| | | { |
| | | var _value = sMainSub["sMainSub"].ToString(); |
| | | string msg1 = _value.ToString(); |
| | | oCN.BeginTran(); |
| | | //ä¿å主表 |
| | | objJsonResult = AddBillMain(msg1); |
| | | if (objJsonResult.code == "0") |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = objJsonResult.Message; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | oCN.Commit(); |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "åæ®ä¿åæåï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "ä¿å失败ï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | public json AddBillMain(string msg1) |
| | | { |
| | | 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ä¿®æ¹ |
| | | string user = sArray[3].ToString(); |
| | | |
| | | try |
| | | { |
| | | msg2 = "[" + msg2.ToString() + "]"; |
| | | List<ClsSb_EquipSparepartsChangeBillMain> mainList = Newtonsoft.Json.JsonConvert.DeserializeObject<List<ClsSb_EquipSparepartsChangeBillMain>>(msg2); |
| | | |
| | | long HInterID = mainList[0].HInterID;//éå
¥typeå¾å°çåæ®ID |
| | | string HBillNo = mainList[0].HBillNo;//éå
¥typeå¾å°çåæ®å· |
| | | long HBillStatus = 1;//åæ®å· |
| | | long HPRDORGID = mainList[0].HPRDORGID;//ç»ç» |
| | | DateTime HDate = mainList[0].HDate;//æ¥æ |
| | | string HRemark = mainList[0].HRemark;//夿³¨ |
| | | long HEmpID = mainList[0].HEmpID;//åæ´äºº |
| | | long HDeptID = mainList[0].HDeptID;//é¨é¨ |
| | | long HEquipID = mainList[0].HEquipID;//设å¤ä¸»æ¡£ |
| | | long HOrgID = mainList[0].HOrgID;//使ç¨ç»ç» |
| | | string HMaker = user;//å¶å人 |
| | | |
| | | DateTime dt = DateTime.Now; |
| | | |
| | | |
| | | |
| | | //ds = oCN.RunProcReturn("select * from h_v_IF_POOrderBillList where hmainid=" + HInterID + " and åæ®å·='" + HBillNo + "'", "h_v_IF_POOrderBillList"); |
| | | |
| | | if ((OperationType == 1 || OperationType == 2))//æ°å¢ && ds.Tables[0].Rows.Count == 0 |
| | | { |
| | | //DataSet Ds; |
| | | //Int64 NewHInterID = 1; |
| | | //Ds = oCN.RunProcReturn("select MAX(HInterID)HInterID from Cg_POOrderBillMain", "Cg_POOrderBillMain"); |
| | | //if (Ds.Tables[0].Rows.Count != 0 && ClsPub.isLong(Ds.Tables[0].Rows[0]["HInterID"].ToString()) != 0) |
| | | //{ |
| | | // NewHInterID = ClsPub.isLong(Ds.Tables[0].Rows[0]["HInterID"].ToString()); |
| | | // NewHInterID += 1; |
| | | //} |
| | | //主表 |
| | | oCN.RunProc(@"Insert Into Sb_EquipSparepartsChangeBillMain |
| | | (HInterID,HYear,HPeriod,HBillType,HBillSubType,HDate,HBillNo,HBillStatus |
| | | ,HRemark,HBackRemark,HMaker,HMakeDate,HMainSourceBillType,HMainSourceInterID |
| | | ,HMainSourceEntryID,HMainSourceBillNo,HPrintQty,HEmpID,HDeptID,HCheckItemNowID |
| | | ,HCheckItemNextID,HCheckFlowID,HBacker,HChecker,HUpDater,HCloseMan,HCloseType,HDeleteMan,HEquipID,HOrgID) |
| | | values(" + HInterID + "," + DateTime.Now.Year + "," + DateTime.Now.Month + ",'" + 3981 + "','" + |
| | | mainList[0].HBillSubType + "','" + HDate + "','" + HBillNo + "','" + HBillStatus + "','" + mainList[0].HRemark + |
| | | "','" + mainList[0].HBackRemark + "','" + mainList[0].HMaker + "','" + dt + "','" + mainList[0].HMainSourceBillType + "'," + mainList[0].HMainSourceInterID + |
| | | "," + mainList[0].HMainSourceEntryID + ",'" + mainList[0].HMainSourceBillNo + "'," + mainList[0].HPrintQty + "," + mainList[0].HEmpID + "," + mainList[0].HDeptID + ",0,0,0" + ",'" + mainList[0].HBacker + "','" + mainList[0].HChecker + "','" + mainList[0].HUpDater + "','" + mainList[0].HCloseMan + "'," + 0 + ",'" + mainList[0].HDeleteMan + "'," + HEquipID + "," + HOrgID + ")"); |
| | | } |
| | | else if (OperationType == 3)//|| ds.Tables[0].Rows.Count != 0 |
| | | { //ä¿®æ¹ |
| | | oCN.RunProc("update Sb_EquipSparepartsChangeBillMain set " + |
| | | "HRemark='" + HRemark + "', HChecker='" + HMaker + "', HCheckDate=getdate()" + |
| | | ",HEmpID=" + HEmpID + ",HDeptID=" + HDeptID + ",HEquipID=" + HEquipID + |
| | | ",HOrgID=" + HOrgID + " where HInterID=" + HInterID); |
| | | |
| | | //å é¤å表 |
| | | oCN.RunProc("delete from Sb_EquipSparepartsChangeBillSub where HInterID='" + HInterID + "'"); |
| | | } |
| | | //ä¿åå表 |
| | | objJsonResult = AddBillSub(msg3, HInterID, OperationType); |
| | | |
| | | if (objJsonResult.code == "0") |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = objJsonResult.Message; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = null; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | public json AddBillSub(string msg3, long HInterID, int OperationType) |
| | | { |
| | | List<ClsSb_EquipSparepartsChangeBillSub> DetailColl = Newtonsoft.Json.JsonConvert.DeserializeObject<List<ClsSb_EquipSparepartsChangeBillSub>>(msg3); |
| | | |
| | | |
| | | |
| | | int i = 0; |
| | | foreach (ClsSb_EquipSparepartsChangeBillSub oSub in DetailColl) |
| | | { |
| | | i++; |
| | | |
| | | DataSet Cs; |
| | | Int64 NewHEntryID = 1; |
| | | Cs = oCN.RunProcReturn("select MAX(HEntryID)HEntryID from Sb_EquipSparepartsChangeBillSub", "Sb_EquipSparepartsChangeBillSub"); |
| | | if (Cs.Tables[0].Rows.Count != 0 && ClsPub.isLong(Cs.Tables[0].Rows[0]["HEntryID"].ToString()) != 0) |
| | | { |
| | | NewHEntryID = ClsPub.isLong(Cs.Tables[0].Rows[0]["HEntryID"].ToString()); |
| | | NewHEntryID += 1; |
| | | } |
| | | |
| | | oCN.RunProc($@"Insert into Sb_EquipSparepartsChangeBillSub |
| | | (HInterID,HEntryID,HBillNo_bak,HRemark,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty |
| | | ,HRelationMoney,HCloseMan,HCloseType,HItemSubID,HMaterID_Old,HMaterID_New,HQty,HPartAddr,HSNFlag,HBeginDate,HEndDate) |
| | | values({HInterID},{NewHEntryID},'{oSub.HBillNo_bak}','{oSub.HRemark}',{oSub.HSourceInterID} |
| | | ,{oSub.HSourceEntryID},'{oSub.HSourceBillNo}','{oSub.HSourceBillType}',{oSub.HRelationQty},{oSub.HRelationMoney},'{oSub.HCloseMan}',0,0,{oSub.HMaterID_Old},{oSub.HMaterID_New},{oSub.HQty},'{oSub.HPartAddr}', |
| | | {oSub.HSNFlag},'{oSub.HBeginDate}','{oSub.HEndDate}')"); |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = null; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | #endregion |
| | | |
| | | #region [å é¤] |
| | | [Route("Sb_EquipSparepartsChangeBill/Delete")] |
| | | [HttpGet] |
| | | public object Delete(string HInterID, string user) |
| | | { |
| | | try |
| | | { |
| | | oCN.BeginTran(); |
| | | oCN.RunProc("Delete From Sb_EquipSparepartsChangeBillMain where HInterID = " + HInterID); |
| | | oCN.RunProc("Delete From Sb_EquipSparepartsChangeBillSub where HInterID = " + HInterID); |
| | | oCN.Commit(); |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "å 餿åï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | } |
| | | } |
| | |
| | | "," + oSub.HICMOInterID.ToString() + ",'" + oSub.HICMOBillNo + "','" + oSub.HBarCode + "','" + oSub.HOWNERTYPEID + "'," + |
| | | oSub.HISENTRUST + "," + oSub.HSTOCKINORGID + "," + oSub.HOWNERID + "," + oSub.HCHECKPRODUCT + ",'" + oSub.HQAIP + "'," + |
| | | oSub.HCOSTRATE + "," + oSub.HISBACKFLUSH + ",'" + oSub.HREQSRC + "','" + oSub.HREQBILLNO + "'," + oSub.HREQBILLID + "," + |
| | | oSub.HREQENTRYSEQ + "," + oSub.HREQENTRYID + "," + oSub.HMOMAINENTRYID + "," + oSub.HSTOCKINQUASELQTY + "," + oSub.HPRODUCTTYPE + ",'" + oSub.HPROJECTNO + "'," + oSub.HICMOENTRYSEQ + "," + oSub.HSEQ + ",'" + oSub.HPRODUCEDATE + "','" + oSub.HEXPIRYDATE + "'," + oSub.HBASEUNITID + "," + oSub.HDEPTID + "," + oSub.HGroupID + ",'" + oSub.HDESCRIPTION + "','" + oSub.HSourceNumber + "'," + oSub.HQPQty + "," + oSub.HICMOEntryID + "," + oSub.HWhID + "," + oSub.HSPID + ",'" + oSub.HBatChNo + "'," + oSub.HAuxPropID + ",'" + oSub.HMTONo + "'," + oSub.HPlanMode + "," + oSub.HERPInterID + "," + oSub.HERPEntryID + |
| | | ") "; |
| | | oSub.HREQENTRYSEQ + "," + oSub.HREQENTRYID + "," + oSub.HMOMAINENTRYID + "," + oSub.HSTOCKINQUASELQTY + "," + oSub.HPRODUCTTYPE + ",'" + oSub.HPROJECTNO + "'," + oSub.HICMOENTRYSEQ + "," + oSub.HSEQ + ",'" + oSub.HPRODUCEDATE + "','" + oSub.HEXPIRYDATE + "'," + oSub.HBASEUNITID + "," + oSub.HDEPTID + "," + oSub.HGroupID + ",'" + oSub.HDESCRIPTION + "','" + oSub.HSourceNumber + "'," + oSub.HQPQty + "," + oSub.HICMOEntryID + "," + oSub.HWhID + "," + oSub.HSPID + ",'" + oSub.HBatChNo + "'," + oSub.HAuxPropID + ",'" + oSub.HMTONo + "'," + oSub.HPlanMode + "," + oSub.HERPInterID + "," + oSub.HERPEntryID + ") "; |
| | | oCN.RunProc(sql); |
| | | } |
| | | oCN.Commit(); |
| | |
| | | return objJsonResult; |
| | | } |
| | | |
| | | oCN.RunProc("update sc_stationoutbillmain set HBFFlag =1 where HProcExchBillNo = '" + BillNo + "'"); |
| | | oCN.Commit(); |
| | | oCN.RunProc("update sc_stationoutbillmain set HBFFlag =1 where HProcExchBillNo = '" + BillNo + "'"); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "ä¿åæåï¼"; |
| | |
| | | FentityModel.Add("FUnitID", new JObject() { ["Fnumber"] = HUnitNumber.ToString() });//计éåä½å
ç |
| | | FentityModel.Add("FInspectQty", HCheckQty.ToString());// æ£éªæ°é |
| | | FentityModel.Add("FQualifiedQty", HRightQty.ToString());// åæ ¼æ°é |
| | | FentityModel.Add("FUnqualifiedQty", HBadQty.ToString());// ä¸åæ ¼æ°é |
| | | FentityModel.Add("FInspectResult", HCheckResult.ToString());// æ£éªç»æ |
| | | FentityModel.Add("FQCStatus", "1");// è´¨æ£ç¶æ |
| | | FentityModel.Add("FIsRelated", false);// ä¸è¯åå
³èæ å¿ |
| | |
| | | FentityModel.Add("FBaseUnitId", new JObject() { ["Fnumber"] = HUnitNumber.ToString() });//åºæ¬åä½ |
| | | FentityModel.Add("FBaseInspectQty", HCheckQty.ToString());//åºæ¬å使£éªæ°é |
| | | FentityModel.Add("FSupplierId", new JObject() { ["Fnumber"] = HSupNumber.ToString() }); // ä¾åºå |
| | | FentityModel.Add("FStockId", new JObject() { ["Fnumber"] = HWHNumber.ToString() }); // ä»åº |
| | | //FentityModel.Add("FStockId", new JObject() { ["Fnumber"] = HWHNumber.ToString() }); // ä»åº |
| | | FentityModel.Add("FInspectTimes","1"); // æ£éªæ¬¡æ° |
| | | FentityModel.Add("FTimeUnit","24");//æ¶é´åä½ |
| | | FentityModel.Add("FSAMPLEDAMAGEBEARER","2");//æ ·æ¬ç ´åæ¿æ
æ¹ |
| | | FentityModel.Add("FISFIRSTINSPECT", false);//馿£ |
| | | FentityModel.Add("FBaseQualifiedQty", HRightQty.ToString());//åºæ¬åä½åæ ¼æ° |
| | | FentityModel.Add("FBaseAcceptQty", HRightQty.ToString());//åºæ¬å使¥æ¶æ° |
| | | FentityModel.Add("FCurrency", new JObject() { ["Fnumber"] = "PRE001" });//å¸å« |
| | | FentityModel.Add("FIsSplitRow ", false);// æ¯å¦æåè¡ |
| | | |
| | |
| | | FentityModel2.Add("FIsDefectProcess", false); //ä¸è¯å¤ç |
| | | FentityModel2.Add("FCanSale", false); //å¯éå® |
| | | FentityModel2.Add("FIsMRBReview", false); //MRPè¯å®¡ |
| | | FentityModel2.Add("FIsReturn", false); //å¤é |
| | | FentityModel2.Add("FIsReturn", true); //å¤é |
| | | FentityModel2.Add("FIsRelatedDefect", false); //ä¸è¯åå
³èæ å¿ |
| | | Fentity2.Add(FentityModel2); |
| | | FentityModel.Add("FPolicyDetail", Fentity2); |
| | |
| | | FentityModel4.Add("FEntity_Link_FSTableName", "T_PUR_RECEIVEENTRY"); //æ¶æéç¥åå表 |
| | | FentityModel4.Add("FEntity_Link_FSBillId", HSLInterID.ToString()); //æ¶æéç¥å主å
ç |
| | | FentityModel4.Add("FEntity_Link_FSId", HSLEntryID.ToString()); //æ¶æéç¥ååå
ç |
| | | FentityModel4.Add("FEntity_Link_FBaseAcceptQty", HRightQty.ToString()); // |
| | | FentityModel4.Add("FEntity_Link_FBaseAcceptQtyOld", HRightQty.ToString()); // |
| | | FentityModel4.Add("FEntity_Link_FBaseInspectQtyOld", HRightQty.ToString()); // |
| | | FentityModel4.Add("FEntity_Link_FInspectQtyOld", HRightQty.ToString()); // |
| | |
| | | FentityModel.Add("FUnitID", new JObject() { ["Fnumber"] = HUnitNumber.ToString() });//计éåä½å
ç |
| | | FentityModel.Add("FInspectQty", HCheckQty.ToString());// æ£éªæ°é |
| | | FentityModel.Add("FQualifiedQty", HRightQty.ToString());// åæ ¼æ°é |
| | | FentityModel.Add("FUnqualifiedQty", HBadQty.ToString());// ä¸åæ ¼æ°é |
| | | FentityModel.Add("FInspectResult", HCheckResult.ToString());// æ£éªç»æ |
| | | FentityModel.Add("FQCStatus", "1");// è´¨æ£ç¶æ |
| | | FentityModel.Add("FIsRelated", false);// ä¸è¯åå
³èæ å¿ |
| | |
| | | FentityModel.Add("FBaseUnitId", new JObject() { ["Fnumber"] = HUnitNumber.ToString() });//åºæ¬åä½ |
| | | FentityModel.Add("FBaseInspectQty", HCheckQty.ToString());//åºæ¬å使£éªæ°é |
| | | //FentityModel.Add("FSupplierId", new JObject() { ["Fnumber"] = HSupNumber.ToString() }); // ä¾åºå |
| | | FentityModel.Add("FStockId", new JObject() { ["Fnumber"] = HWHNumber.ToString() }); // ä»åº |
| | | //FentityModel.Add("FStockId", new JObject() { ["Fnumber"] = HWHNumber.ToString() }); // ä»åº |
| | | FentityModel.Add("FInspectTimes", "1"); // æ£éªæ¬¡æ° |
| | | FentityModel.Add("FTimeUnit", "24");//æ¶é´åä½ |
| | | FentityModel.Add("FSAMPLEDAMAGEBEARER", "2");//æ ·æ¬ç ´åæ¿æ
æ¹ |
| | |
| | | FentityModel2.Add("FIsDefectProcess", false); //ä¸è¯å¤ç |
| | | FentityModel2.Add("FCanSale", false); //å¯éå® |
| | | FentityModel2.Add("FIsMRBReview", false); //MRPè¯å®¡ |
| | | FentityModel2.Add("FIsReturn", false); //å¤é |
| | | FentityModel2.Add("FIsReturn", true); //å¤é |
| | | FentityModel2.Add("FIsRelatedDefect", false); //ä¸è¯åå
³èæ å¿ |
| | | Fentity2.Add(FentityModel2); |
| | | FentityModel.Add("FPolicyDetail", Fentity2); |
| | | |
| | | |
| | | |
| | | JArray Fentity3 = new JArray(); |
| | | JObject FentityModel3 = new JObject(); |
| | | FentityModel3.Add("FDetailID", "0");// |
| | | FentityModel3.Add("FSrcBillType", "SFC_OperationReport"); //æºåç±»å |
| | | FentityModel3.Add("FSrcBillNo", HSLBillNo.ToString()); //å·¥åºæ±æ¥ååå· |
| | | FentityModel3.Add("FSrcInterId", HSLInterID.ToString()); //å·¥åºæ±æ¥å主ID |
| | | FentityModel3.Add("FSrcEntryId", HSLEntryID.ToString()); //å·¥åºæ±æ¥ååID |
| | | FentityModel3.Add("FSrcEntrySeq", HSLSeQ.ToString()); //å·¥åºæ±æ¥åè¡å· |
| | | FentityModel3.Add("FOrderType", new JObject() { ["FID"] = "PRD_MO" }); // ç产订åç±»å |
| | | FentityModel3.Add("FOrderBillNo", HSourceBillNo.ToString()); //ç产订ååå· |
| | | FentityModel3.Add("FOrderId", HSourceInterID.ToString()); //ç产订å主ID |
| | | FentityModel3.Add("FOrderEntryId", HSourceEntryID.ToString()); //ç产订ååID |
| | | FentityModel3.Add("FOrderEntrySeq", HSeQ.ToString()); //ç产订åè¡å· |
| | | Fentity3.Add(FentityModel3); |
| | | FentityModel.Add("FReferDetail", Fentity3); |
| | | |
| | | |
| | | JArray Fentity4 = new JArray(); |
| | | JObject FentityModel4 = new JObject(); |
| | | FentityModel4.Add("FEntity_Link_FRuleId", "QM_OperRpt2Inspect"); //åæ®è½¬æ¢è§å |
| | | FentityModel4.Add("FEntity_Link_FSTableName", "T_SFC_OPTRPTENTRY"); //å·¥åºæ±æ¥åå表 |
| | | FentityModel4.Add("FEntity_Link_FSBillId", HSLInterID.ToString()); //å·¥åºæ±æ¥å主ID |
| | | FentityModel4.Add("FEntity_Link_FSId", HSLEntryID.ToString()); //å·¥åºæ±æ¥ååID |
| | | FentityModel4.Add("FEntity_Link_FBaseAcceptQty", HRightQty.ToString()); // |
| | | FentityModel4.Add("FEntity_Link_FBaseAcceptQtyOld", HRightQty.ToString()); // |
| | | FentityModel4.Add("FEntity_Link_FBaseInspectQtyOld", HRightQty.ToString()); // |
| | | FentityModel4.Add("FEntity_Link_FInspectQtyOld", HRightQty.ToString()); // |
| | | Fentity4.Add(FentityModel4); |
| | | FentityModel.Add("FEntity_Link", Fentity4); |
| | | |
| | | |
| | | //JArray Fentity3 = new JArray(); |
| | | //JObject FentityModel3 = new JObject(); |
| | | //FentityModel3.Add("FSrcBillType", "SFC_OperationReport"); //æºåç±»å |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è·å设å¤ä¸»æ¡£å表 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("Web/GetGy_EquipFileBillMainList_Json")] |
| | | [HttpGet] |
| | | public object GetGy_EquipFileBillMainList_Json(string EquipFileBill) |
| | | { |
| | | //sWhere = " Where HStopFlag=0 and HEndFlag=1"; |
| | | //sWhere = " Where HStopFlag=0 and HEndFlag=1 and HUSEORGID = " + DBUtility.ClsPub.HORGANIZATIONSID.ToString(); |
| | | if (EquipFileBill != "") |
| | | { |
| | | sWhere = sWhere + " and ( HEquipFileNumber like '%" + EquipFileBill + "%' or HName like '%" + EquipFileBill + "%' ) "; |
| | | } |
| | | try |
| | | { |
| | | SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); |
| | | if (sWhere == null || sWhere.Equals("")) |
| | | { |
| | | ds = oCN.RunProcReturn("Select HInterID,HEquipFileNumber,HName from Gy_EquipFileBillMain where 0=0 Order by HInterID ", "Gy_EquipFileBillMain"); |
| | | } |
| | | else |
| | | { |
| | | string sql1 = "Select HInterID,HEquipFileNumber,HName from Gy_EquipFileBillMain where 0=0 "; |
| | | string sql = sql1 + sWhere; |
| | | ds = oCN.RunProcReturn(sql, "Gy_EquipFileBillMain"); |
| | | } |
| | | |
| | | //ds = webserver.GetUnitList(sWhere, ref DBUtility.ClsPub.sErrInfo); |
| | | |
| | | |
| | | if (ds == null || ds.Tables[0].Rows.Count <= 0) |
| | | { |
| | | objjson.code = "0"; |
| | | objjson.count = 0; |
| | | objjson.Message = "è·å失败" + DBUtility.ClsPub.sErrInfo; |
| | | objjson.data = null; |
| | | return objjson; |
| | | } |
| | | else |
| | | { |
| | | objjson.code = "0"; |
| | | objjson.count = 1; |
| | | objjson.Message = "è·åæå!"; |
| | | objjson.data = ds.Tables[0]; |
| | | return objjson; |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | |
| | | objjson.code = "0"; |
| | | objjson.count = 0; |
| | | objjson.Message = "è·å失败" + ex.ToString(); |
| | | objjson.data = null; |
| | | return objjson; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è·åå¨å
·å表 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("Web/GetGy_MouldFileMainList_Json")] |
| | | [HttpGet] |
| | | public object GetGy_MouldFileMainList_Json(string MouldFileMain) |
| | | { |
| | | //sWhere = " Where HStopFlag=0 and HEndFlag=1"; |
| | | //sWhere = " Where HStopFlag=0 and HEndFlag=1 and HUSEORGID = " + DBUtility.ClsPub.HORGANIZATIONSID.ToString(); |
| | | if (MouldFileMain != "") |
| | | { |
| | | sWhere = sWhere + " and ( HNumber like '%" + MouldFileMain + "%' or HName like '%" + MouldFileMain + "%' ) "; |
| | | } |
| | | try |
| | | { |
| | | SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); |
| | | if (sWhere == null || sWhere.Equals("")) |
| | | { |
| | | ds = oCN.RunProcReturn("Select HInterID,HNumber,HName from Gy_MouldFileMain where 0=0 Order by HInterID ", "Gy_MouldFileMain"); |
| | | } |
| | | else |
| | | { |
| | | string sql1 = "Select HInterID,HNumber,HName from Gy_MouldFileMain where 0=0 "; |
| | | string sql = sql1 + sWhere; |
| | | ds = oCN.RunProcReturn(sql, "Gy_MouldFileMain"); |
| | | } |
| | | |
| | | //ds = webserver.GetUnitList(sWhere, ref DBUtility.ClsPub.sErrInfo); |
| | | |
| | | |
| | | if (ds == null || ds.Tables[0].Rows.Count <= 0) |
| | | { |
| | | objjson.code = "0"; |
| | | objjson.count = 0; |
| | | objjson.Message = "è·å失败" + DBUtility.ClsPub.sErrInfo; |
| | | objjson.data = null; |
| | | return objjson; |
| | | } |
| | | else |
| | | { |
| | | objjson.code = "0"; |
| | | objjson.count = 1; |
| | | objjson.Message = "è·åæå!"; |
| | | objjson.data = ds.Tables[0]; |
| | | return objjson; |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | |
| | | objjson.code = "0"; |
| | | objjson.count = 0; |
| | | objjson.Message = "è·å失败" + ex.ToString(); |
| | | objjson.data = null; |
| | | return objjson; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// è·åç¹æ£é¡¹ç®å表 |
| | | /// </summary> |
| | | /// <returns></returns> |
| New file |
| | |
| | | using DBUtility; |
| | | using Model; |
| | | using Newtonsoft.Json; |
| | | using Newtonsoft.Json.Converters; |
| | | using Newtonsoft.Json.Linq; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Linq; |
| | | using System.Net; |
| | | using System.Net.Http; |
| | | using System.Web.Http; |
| | | using WebAPI.Models; |
| | | |
| | | namespace WebAPI.Controllers.ä»å管ç.æ¡ç çæ |
| | | { |
| | | public class Gy_BarCodeBill_OutController : ApiController |
| | | { |
| | | private json objJsonResult = new json(); |
| | | SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); |
| | | DataSet ds; |
| | | |
| | | #region [æ¡ç 彿¡£å表] |
| | | [Route("Gy_BarCodeBill_Out/list")] |
| | | [HttpGet] |
| | | public object list(string sWhere, string user) |
| | | { |
| | | try |
| | | { |
| | | if (sWhere == null || sWhere.Equals("")) |
| | | { |
| | | ds = oCN.RunProcReturn("select * from h_v_Gy_BarCodeBill_OutList order by HMainID asc", "h_v_Gy_BarCodeBill_OutList"); |
| | | } |
| | | else |
| | | { |
| | | string sql1 = "select * from h_v_Gy_BarCodeBill_OutList where 1 = 1 "; |
| | | string sql = sql1 + sWhere + " order by HMainID asc"; |
| | | ds = oCN.RunProcReturn(sql, "h_v_Gy_BarCodeBill_OutList"); |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "Sucessï¼"; |
| | | objJsonResult.data = ds.Tables[0]; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region [æ ¹æ®IDæ¥æ¾è®°å½] |
| | | [Route("Gy_BarCodeBill_Out/cx")] |
| | | [HttpGet] |
| | | public object cx(long HInterID) |
| | | { |
| | | try |
| | | { |
| | | |
| | | ds = oCN.RunProcReturn("select * from h_v_Gy_BarCodeBill_OutList where HMainID =" + HInterID, "h_v_Gy_BarCodeBill_OutList"); |
| | | if (ds == null || ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "falseï¼"; |
| | | objJsonResult.data = null; |
| | | 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; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region [æ¡ç 彿¡£ä¿å/ç¼è¾] |
| | | [Route("Gy_BarCodeBill_Out/ModifyByID")] |
| | | [HttpPost] |
| | | public object ModifyByID([FromBody] JObject oMain) |
| | | { |
| | | try |
| | | { |
| | | DAL.ClsGy_Employee_Ctl oDept = new DAL.ClsGy_Employee_Ctl(); |
| | | DAL.ClsGy_Employee_View oDeptHlp = new DAL.ClsGy_Employee_View(); |
| | | |
| | | var _value = oMain["oMain"].ToString(); |
| | | string msg1 = _value.ToString(); |
| | | string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); |
| | | string msg2 = sArray[0].ToString(); |
| | | //string msg3 = sArray[1].ToString(); |
| | | //string msg4 = sArray[2].ToString(); |
| | | //string msg5 = sArray[3].ToString(); |
| | | |
| | | //ååºåå |
| | | msg2 = "[" + msg2.ToString() + "]"; |
| | | List<Gy_BarCodeBill_Out> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Gy_BarCodeBill_Out>>(msg2); |
| | | |
| | | long HItemID = list[0].HItemID; |
| | | string HNumber = list[0].HNumber; |
| | | string HName = list[0].HName; |
| | | string HShortNumber = list[0].HNumber; |
| | | long HParentID = list[0].HParentID; |
| | | long HLevel = 1; |
| | | string HHelpCode = list[0].HHelpCode ?? ""; |
| | | bool HEndFlag = list[0].HEndFlag; |
| | | long HStopflag = list[0].HStopflag; |
| | | string HRemark = list[0].HRemark; |
| | | string HUseFlag = list[0].HUseFlag ?? ""; |
| | | |
| | | long HInterID = list[0].HInterID; //主å
ç |
| | | long HEntryID = list[0].HEntryID; //åå
ç |
| | | string HBillType = list[0].HBillType; //ç±»å |
| | | long HProcID = list[0].HProcID; //å·¥åº |
| | | string HBarCode = list[0].HBarCode;//ï¼èéç´¢å¼ï¼ //æ¡å½¢ç |
| | | string HBarCodeType = list[0].HBarCodeType; //æ¡ç ç±»åï¼ç©ææ¡ç ï¼ç®±å·æ¡ç ï¼æå·æ¡ç ï¼ |
| | | long HItemSubID = list[0].HItemSubID; //å¯¹åºæ ¸ç®é¡¹ç® |
| | | long HMaterID = list[0].HMaterID; //对åºç©æå
ç |
| | | long HUnitID = list[0].HUnitID; //计éåä½ |
| | | long HPieceQty = list[0].HPieceQty; //ä»¶æ° |
| | | decimal HQty = list[0].HQty; //æ°é |
| | | string HBatchNo = list[0].HBatchNo; //æ¹æ¬¡å· |
| | | long HSupID = list[0].HSupID; //徿¥åä½ |
| | | long HGroupID = list[0].HGroupID; //ç产çç»ï¼Gy_Groupï¼ |
| | | long HDeptID = list[0].HDeptID; //é¨é¨ |
| | | long HEmpID = list[0].HEmpID; //ä¸å¡å |
| | | string HMaker = list[0].HMaker; //å¶ä½äºº |
| | | string HMakeDate = list[0].HMakeDate; // å¶ä½æ¥æ |
| | | long HPrintQty = list[0].HPrintQty; //æå°æ¬¡æ° |
| | | long HSourceInterID = list[0].HSourceInterID; //æºåID |
| | | long HSourceEntryID = list[0].HSourceEntryID; //æºååID ï¼å¦ææDETAILID åå¡«DETAILIDï¼ |
| | | string HSourceBillNo = list[0].HSourceBillNo; //æºååå· |
| | | string HSourceBillType = list[0].HSourceBillType; //æºåç±»å |
| | | string HEndQty = list[0].HEndQty; //尾箱æ°é |
| | | string HWei = list[0].HWei; //尾箱æ è®° |
| | | string HBarCodeStatus = list[0].HBarCodeStatus; //æ¡ç ç¶æ |
| | | decimal HReadyQty = list[0].HReadyQty; // |
| | | decimal HInitQty = list[0].HInitQty; //åå§åæ°é |
| | | long HBarcodeQtys = list[0].HBarcodeQtys; //æ»ææ° |
| | | long HBarcodeNo = list[0].HBarcodeNo; //å½åæå· |
| | | long HInstructID = list[0].HBarcodeNo; // |
| | | string HInstructNo = list[0].HInstructNo; // |
| | | long HSeOrderBillID = list[0].HSeOrderBillID; //éå®è®¢åå
ç |
| | | string HSeOrderBillNo = list[0].HSeOrderBillNo; //客æ·è®¢åå· |
| | | long HWhID = list[0].HWhID; //é»è®¤ä»åº |
| | | long HSPID = list[0].HSPID; //é»è®¤ä»ä½ |
| | | long HAuxPropID = list[0].HAuxPropID; //ç©æè¾
å©å±æ§ |
| | | string HMaterName = list[0].HMaterName; //产åè§æ ¼åç§° |
| | | string HMaterModel = list[0].HMaterModel; //产åè§æ ¼åå· |
| | | string HPinfan = list[0].HPinfan; //åçª |
| | | string HMTONo = list[0].HMTONo; //MTOå· |
| | | long HSupflag = list[0].HSupflag; //ä¾åºåæ ç¾æ è®° |
| | | DateTime HBeginDate = list[0].HBeginDate; //å¼å§æ¥æ |
| | | DateTime HEndDate = list[0].HEndDate; //ç»ææ¥æ |
| | | long HExpirationDateFlag = list[0].HExpirationDateFlag; //ä¿è´¨ææ è®° |
| | | long HSourceID = list[0].HSourceID; //çäº§èµæº |
| | | string HCusType = list[0].HCusType; // |
| | | string HWorkLineName = list[0].HWorkLineName; //ç产线 |
| | | long HCusID = list[0].HCusID; //客æ·å
ç |
| | | long HSTOCKORGID = list[0].HSTOCKORGID; //åºåç»ç» |
| | | long HOWNERID = list[0].HOWNERID; //货主 |
| | | string HJiaYe = list[0].HJiaYe; //å æ¶²ä»£ç |
| | | string HPressModel = list[0].HPressModel; //åå·ï¼é©çµï¼ |
| | | string HCusModel = list[0].HCusModel; //客æ·åå· |
| | | string HMaterialModel = list[0].HMaterialModel; //产åè§æ ¼ |
| | | string HColor = list[0].HColor; //é¢è² |
| | | string HLogo = list[0].HLogo; //åç |
| | | string HPackageSize = list[0].HPackageSize; //å
è£
尺寸 |
| | | decimal HMaterialJQty = list[0].HMaterialJQty; //åé |
| | | decimal HMaterialMQty = list[0].HMaterialMQty; //æ¯é |
| | | string HCustomBatchNo = list[0].HCustomBatchNo; //å®¢æ·æ¹æ¬¡å· |
| | | DateTime HBarCodeDate = list[0].HBarCodeDate; //æ¡ç æ ç¾æ¥æ |
| | | string HGBBarCode = list[0].HGBBarCode; //彿 ç |
| | | long HOldBarCodeFlag = list[0].HOldBarCodeFlag; //æ§æ¡ç æ è®° |
| | | long HOldSourceInterID = list[0].HOldSourceInterID; //èæºåå
ç |
| | | long HOldSourceEntryID = list[0].HOldSourceEntryID; //èæºååå
ç |
| | | string HOldSourceBillNo = list[0].HOldSourceBillNo; //èæºååå· |
| | | long HOrderInterID = list[0].HOrderInterID; //订åå
ç |
| | | long HOrderEntryID = list[0].HOrderEntryID; //订ååå
ç ï¼å¦ææDETAILID åå¡«DETAILIDï¼ |
| | | string HOrderBillNo = list[0].HOrderBillNo; //订ååå· |
| | | string HOrderBillType = list[0].HOrderBillType; //订ååæ®ç±»å |
| | | string HRelationNum = list[0].HRelationNum;//对åºç¼å· |
| | | decimal HLabelQty = list[0].HLabelQty; //æå°æ ç¾æ°é |
| | | decimal HMinQty = list[0].HMinQty; //æå°å
è£
æ°é |
| | | decimal HNowQty = list[0].HNowQty; //å½åæ°é |
| | | string HStopMan = list[0].HStopMan; //ç¦ç¨äºº |
| | | string HStopManDate = list[0].HStopManDate; //ç¦ç¨æ¥æ |
| | | DateTime HInStockDate = list[0].HInStockDate; |
| | | DateTime HOutStockDate = list[0].HOutStockDate; |
| | | string HInStockDate_XF = list[0].HInStockDate_XF; |
| | | string HExpressNumber = list[0].HExpressNumber; |
| | | string POOrderBillNo = list[0].POOrderBillNo; |
| | | string HICMOReportBillNo = list[0].HICMOReportBillNo; |
| | | DateTime HICMOReportDate = list[0].HICMOReportDate; |
| | | long HInStockCounts = list[0].HInStockCounts; |
| | | long HReportCounts = list[0].HReportCounts; |
| | | long HOutStockCounts = list[0].HOutStockCounts; |
| | | string HInStockBillNo = list[0].HInStockBillNo; |
| | | string HOutStockBillNo = list[0].HOutStockBillNo; |
| | | string HSendGoodsBillNo = list[0].HSendGoodsBillNo; |
| | | string HKFDate = list[0].HKFDate; |
| | | long HKFPeriod = list[0].HKFPeriod; |
| | | string HKFDQDate = list[0].HKFDQDate; |
| | | long HServerItemID = list[0].HServerItemID; |
| | | string HBadReasonList = list[0].HBadReasonList; |
| | | string HProdLev = list[0].HProdLev; |
| | | long HSeOrderInterID = list[0].HSeOrderInterID; |
| | | long HSeOrderEntryID = list[0].HSeOrderEntryID; |
| | | string HInnerBillNo = list[0].HInnerBillNo; |
| | | string HCusBarCode = list[0].HCusBarCode; |
| | | string HStatus = list[0].HStatus; |
| | | long HInitSourceEntryID = list[0].HInitSourceEntryID; |
| | | string HOldSourceBillType = list[0].HOldSourceBillType; |
| | | decimal HMZ = list[0].HMZ; |
| | | long HGiveAwayFlag = list[0].HGiveAwayFlag; //èµ åæ è®° |
| | | long HSeOrderSEQ = list[0].HSeOrderSEQ; |
| | | long HMaterID_OLD = list[0].HMaterID_OLD; |
| | | string HDeleteMan = list[0].HDeleteMan; |
| | | DateTime HDeleteDate = list[0].HDeleteDate; |
| | | string HBarCode_Pack = list[0].HBarCode_Pack; |
| | | long HCustomQty1 = list[0].HCustomQty1; |
| | | DateTime HProduceDate = list[0].HProduceDate; //çäº§æ¥æï¼ä¿è´¨æç¨ï¼ |
| | | DateTime HExpiryDate = list[0].HExpiryDate; //ä¿è´¨æè³ï¼ä¿è´¨æç¨ï¼ |
| | | |
| | | |
| | | ////夿æé |
| | | //if (!ClsPub.Security_Log(msg5, 1, false, msg4)) |
| | | //{ |
| | | // objJsonResult.code = "0"; |
| | | // objJsonResult.count = 0; |
| | | // objJsonResult.Message = "æ²¡ææ¾å°è¯¥åè½æ¨¡åï¼"; |
| | | // objJsonResult.data = null; |
| | | // return objJsonResult; |
| | | //} |
| | | |
| | | //if (!DBUtility.ClsPub.AllowNumber(HNumber)) |
| | | //{ |
| | | // objJsonResult.code = "0"; |
| | | // objJsonResult.count = 0; |
| | | // objJsonResult.Message = "代ç ä¸ä¸è½åºç°è¿ç»â.âå¹¶ä¸é¦ä½æ«ä½ä¸è½ä¸ºâ.âï¼"; |
| | | // objJsonResult.data = null; |
| | | // return objJsonResult; |
| | | //} |
| | | |
| | | //if (oDept.HavSameNumber(HItemID, HNumber)) |
| | | //{ |
| | | // objJsonResult.code = "0"; |
| | | // objJsonResult.count = 0; |
| | | // objJsonResult.Message = "代ç éå¤ï¼"; |
| | | // objJsonResult.data = null; |
| | | // return objJsonResult; |
| | | //} |
| | | //ä¿å |
| | | //ä¿å宿¯åå¤ç |
| | | if (HItemID == 0) |
| | | { |
| | | oCN.BeginTran(); |
| | | |
| | | DateTime dt = DateTime.Now; |
| | | //42 |
| | | oCN.RunProc(@"Insert into Gy_BarCodeBill_Out |
| | | (HInterID, HEntryID, HBillType, HProcID, HBarCode, HBarCodeType, HItemSubID, HMaterID, HUnitID, |
| | | HPieceQty, HQty, HBatchNo, HSupID, HGroupID, HDeptID, HEmpID, HMaker, HPrintQty, HSourceInterID, HSourceEntryID, |
| | | HSourceBillNo, HSourceBillType, HRemark, HUseFlag, HEndQty, HWei, HStopflag, HBarCodeStatus, HReadyQty, HInitQty, |
| | | HWhID, HSPID, HAuxPropID, HMTONo, HSupflag, HBeginDate, HEndDate, HExpirationDateFlag, HSourceID, HCusType, |
| | | HWorkLineName, HCusID, HSTOCKORGID, HOWNERID, HJiaYe, HPressModel, HCusModel, HMaterialModel, HColor, HLogo, |
| | | HPackageSize, HMaterialJQty, HMaterialMQty, HCustomBatchNo, HBarCodeDate, HGBBarCode, HOldBarCodeFlag, HOldSourceInterID, |
| | | HOldSourceEntryID, HOldSourceBillNo, HOrderInterID, HOrderEntryID, HOrderBillNo, HOrderBillType, HRelationNum, |
| | | HLabelQty, HMinQty, HNowQty, HStopMan, HInStockDate_XF, HExpressNumber, POOrderBillNo, HICMOReportBillNo, HInStockCounts, |
| | | HReportCounts, HOutStockCounts, HInStockBillNo, HOutStockBillNo, HSendGoodsBillNo, HServerItemID, HBadReasonList, HProdLev, |
| | | HInnerBillNo, HCusBarCode, HStatus, HInitSourceEntryID, HOldSourceBillType, HMZ, HGiveAwayFlag, HSeOrderSEQ, HMaterID_OLD, |
| | | HDeleteMan, HBarCode_Pack, HCustomQty1) |
| | | Values(" + 0 + "," + 0 + "," + 3330 + "," + HProcID + ",'" + HBarCode + |
| | | "','" + HBarCodeType + "'," + 0 + "," + HMaterID + "," + HUnitID + "," + HPieceQty + |
| | | "," + HQty + ",'" + HBatchNo + "'" + "," + HSupID + "," + HGroupID + |
| | | "," + HDeptID + "," + HEmpID + ",'" + HMaker + "'," + HPrintQty + "," + 0 + |
| | | "," + 0 + ",'" + HSourceBillNo + "','" + HSourceBillType + "','" + HRemark + "'" + |
| | | ",'" + HUseFlag + "','" + HEndQty + "','" + HWei + "'," + HStopflag + ",'" + HBarCodeStatus + |
| | | "'," + HReadyQty + "," + HInitQty + "," + HWhID + "," + HSPID + "," + HAuxPropID + |
| | | ",'" + HMTONo + "'," + HSupflag + ",'" + dt + "','" + dt + "'," + HExpirationDateFlag + |
| | | "," + HSourceID + ",'" + HCusType + "','" + HWorkLineName + "'," + HCusID + "," + HSTOCKORGID + |
| | | "," + HOWNERID + ",'" + HJiaYe + "','" + HPressModel + "','" + HCusModel + "','" + HMaterialModel + "','" + HColor + "','" + HLogo + "'" + |
| | | ",'" + HPackageSize + "'," + HMaterialJQty + "," + HMaterialMQty + ",'" + HCustomBatchNo + "','" + dt + "','" + HGBBarCode + "'" + |
| | | "," + HOldBarCodeFlag + "," + HOldSourceInterID + "," + HOldSourceEntryID + ",'" + HOldSourceBillNo + "'" + |
| | | "," + HOrderInterID + "," + HOrderEntryID + ",'" + HOrderBillNo + "','" + HOrderBillType + |
| | | "','" + HRelationNum + "'" + "," + HLabelQty + "," + HMinQty + "," + HNowQty + ",'" + HStopMan + "','" + dt + |
| | | "','" + HExpressNumber + "','" + POOrderBillNo + "','" + HICMOReportBillNo + "'," + HInStockCounts + "," + HReportCounts + |
| | | "," + HOutStockCounts + ",'" + HInStockBillNo + "','" + HOutStockBillNo + "','" + HSendGoodsBillNo + |
| | | "'," + HServerItemID + ",'" + HBadReasonList + "','" + HProdLev + "','" + HInnerBillNo + "','" + HCusBarCode + "','" + HStatus + "'," + HInitSourceEntryID + ",'" + HOldSourceBillType + "','" + HMZ + "'," + HGiveAwayFlag + "," + HSeOrderSEQ + |
| | | "," + HMaterID_OLD + ",'" + HDeleteMan + "','" + HBarCode_Pack + "'," + HCustomQty1 + ")", ref DBUtility.ClsPub.sExeReturnInfo); |
| | | |
| | | //ä¿®æ¹ä¸çº§ä¸ºéæ«çº§ä»£ç |
| | | oCN.RunProc("Update Gy_BarCodeBill_Out set HStopflag=0 where HItemID=" + HParentID, ref DBUtility.ClsPub.sExeReturnInfo); |
| | | oCN.Commit(); |
| | | } |
| | | else |
| | | { |
| | | //è¥MAINDIéå¤åéæ°è·å |
| | | oCN.BeginTran(); |
| | | oCN.RunProc("Update Gy_BarCodeBill_Out set " + |
| | | " HBarCode='" + HBarCode + "'" + |
| | | ",HProcID=" + HProcID + |
| | | ",HBarCodeType='" + HBarCodeType + "'" + |
| | | ",HMaterID=" + HMaterID + |
| | | ",HUnitID=" + HUnitID + |
| | | |
| | | ",HPieceQty=" + HPieceQty + |
| | | ",HQty=" + HQty + |
| | | ",HBatchNo='" + HBatchNo + "'" + |
| | | ",HSupID=" + HSupID + |
| | | ",HGroupID=" + HGroupID + |
| | | ",HDeptID=" + HDeptID + |
| | | ",HEmpID=" + HEmpID + |
| | | ",HEndQty=" + HEndQty + |
| | | ",HWhID=" + HWhID + |
| | | ",HSPID=" + HSPID + |
| | | ",HAuxPropID=" + HAuxPropID + |
| | | ",HCusID=" + HCusID + |
| | | ",HSTOCKORGID=" + HSTOCKORGID + |
| | | //",HEndflag=" + Convert.ToString(HEndFlag ? 1 : 0) + |
| | | ",HRemark= '" + HRemark.ToString() + "' Where HItemID=" + HItemID); |
| | | oCN.Commit(); |
| | | } |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "ä¿åæåï¼"; |
| | | //WebAPIController.Add_Log("éè´§å䏿¨", UserName, "çæéè´§å"); |
| | | objJsonResult.data = 1; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | //oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.Message; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region [å é¤] |
| | | [Route("Gy_BarCodeBill_Out/Delete")] |
| | | [HttpGet] |
| | | public object Delete(string HItemID, string user) |
| | | { |
| | | try |
| | | { |
| | | oCN.BeginTran(); |
| | | oCN.RunProc("Delete From Gy_BarCodeBill_Out where HItemID = " + HItemID); |
| | | oCN.Commit(); |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "å 餿åï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | } |
| | | } |
| New file |
| | |
| | | using DBUtility; |
| | | using Model; |
| | | using Newtonsoft.Json; |
| | | using Newtonsoft.Json.Converters; |
| | | using Newtonsoft.Json.Linq; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Linq; |
| | | using System.Net; |
| | | using System.Net.Http; |
| | | using System.Web.Http; |
| | | using WebAPI.Models; |
| | | |
| | | namespace WebAPI.Controllers.ä»å管ç.æ¡ç çæ |
| | | { |
| | | public class KF_BarCodeStatusChangeBillController : ApiController |
| | | { |
| | | private json objJsonResult = new json(); |
| | | SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); |
| | | DataSet ds; |
| | | |
| | | #region [æ¡ç ç¶æåæ´åå表] |
| | | [Route("KF_BarCodeStatusChangeBill/list")] |
| | | [HttpGet] |
| | | public object list(string sWhere, string user) |
| | | { |
| | | try |
| | | { |
| | | if (sWhere == null || sWhere.Equals("")) |
| | | { |
| | | ds = oCN.RunProcReturn("select * from h_v_KF_BarCodeStatusChangeBillList order by HMainID asc", "h_v_KF_BarCodeStatusChangeBillList"); |
| | | } |
| | | else |
| | | { |
| | | string sql1 = "select * from h_v_KF_BarCodeStatusChangeBillList where 1 = 1 "; |
| | | string sql = sql1 + sWhere + " order by HMainID asc"; |
| | | ds = oCN.RunProcReturn(sql, "h_v_KF_BarCodeStatusChangeBillList"); |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "Sucessï¼"; |
| | | objJsonResult.data = ds.Tables[0]; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region [æ ¹æ®IDæ¥æ¾è®°å½] |
| | | [Route("KF_BarCodeStatusChangeBill/cx")] |
| | | [HttpGet] |
| | | public object cx(long HInterID) |
| | | { |
| | | try |
| | | { |
| | | |
| | | ds = oCN.RunProcReturn("select * from h_v_KF_BarCodeStatusChangeBillList where HMainID =" + HInterID, "h_v_KF_BarCodeStatusChangeBillList"); |
| | | if (ds == null || ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "falseï¼"; |
| | | objJsonResult.data = null; |
| | | 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; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region æ¡ç ç¶æåæ´å ä¿å/ç¼è¾åè½ |
| | | [Route("KF_BarCodeStatusChangeBill/BarCodeStatusChangeBillEdit")] |
| | | [HttpPost] |
| | | public object BarCodeStatusChangeBillEdit([FromBody] JObject sMainSub) |
| | | { |
| | | try |
| | | { |
| | | var _value = sMainSub["sMainSub"].ToString(); |
| | | string msg1 = _value.ToString(); |
| | | oCN.BeginTran(); |
| | | //ä¿å主表 |
| | | objJsonResult = AddBillMain(msg1); |
| | | if (objJsonResult.code == "0") |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = objJsonResult.Message; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | oCN.Commit(); |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "åæ®ä¿åæåï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "ä¿å失败ï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | public json AddBillMain(string msg1) |
| | | { |
| | | 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ä¿®æ¹ |
| | | string user = sArray[3].ToString(); |
| | | |
| | | try |
| | | { |
| | | msg2 = "[" + msg2.ToString() + "]"; |
| | | List<ClsKF_BarCodeStatusChangeBillMain> mainList = Newtonsoft.Json.JsonConvert.DeserializeObject<List<ClsKF_BarCodeStatusChangeBillMain>>(msg2); |
| | | |
| | | long HInterID = mainList[0].HInterID;//éå
¥typeå¾å°çåæ®ID |
| | | string HBillNo = mainList[0].HBillNo;//éå
¥typeå¾å°çåæ®å· |
| | | long HBillStatus = 1;//åæ®å· |
| | | long HPRDORGID = mainList[0].HPRDORGID;//ç»ç» |
| | | DateTime HDate = mainList[0].HDate;//æ¥æ |
| | | string HRemark = mainList[0].HRemark;//夿³¨ |
| | | long HEmpID = mainList[0].HEmpID;//åæ´äºº |
| | | long HDeptID = mainList[0].HDeptID;//é¨é¨ |
| | | string HMaker = user;//å¶å人 |
| | | |
| | | DateTime dt = DateTime.Now; |
| | | |
| | | |
| | | |
| | | //ds = oCN.RunProcReturn("select * from h_v_IF_POOrderBillList where hmainid=" + HInterID + " and åæ®å·='" + HBillNo + "'", "h_v_IF_POOrderBillList"); |
| | | |
| | | if ((OperationType == 1 || OperationType == 2))//æ°å¢ && ds.Tables[0].Rows.Count == 0 |
| | | { |
| | | //DataSet Ds; |
| | | //Int64 NewHInterID = 1; |
| | | //Ds = oCN.RunProcReturn("select MAX(HInterID)HInterID from Cg_POOrderBillMain", "Cg_POOrderBillMain"); |
| | | //if (Ds.Tables[0].Rows.Count != 0 && ClsPub.isLong(Ds.Tables[0].Rows[0]["HInterID"].ToString()) != 0) |
| | | //{ |
| | | // NewHInterID = ClsPub.isLong(Ds.Tables[0].Rows[0]["HInterID"].ToString()); |
| | | // NewHInterID += 1; |
| | | //} |
| | | //主表 |
| | | oCN.RunProc(@"Insert Into KF_BarCodeStatusChangeBillMain |
| | | (HInterID,HYear,HPeriod,HBillType,HBillSubType,HDate,HBillNo,HBillStatus |
| | | ,HRemark,HBackRemark,HMaker,HMakeDate,HMainSourceBillType,HMainSourceInterID |
| | | ,HMainSourceEntryID,HMainSourceBillNo,HPrintQty,HEmpID,HDeptID) |
| | | values(" + HInterID + "," + DateTime.Now.Year + "," + DateTime.Now.Month + ",'" + 1288 + "','" + |
| | | mainList[0].HBillSubType + "','" + HDate + "','" + HBillNo + "','" + HBillStatus + "','" + mainList[0].HRemark + |
| | | "','" + mainList[0].HBackRemark + "','" + mainList[0].HMaker + "','" + dt + "','" + mainList[0].HMainSourceBillType + "'," + mainList[0].HMainSourceInterID + |
| | | "," + mainList[0].HMainSourceEntryID + ",'" + mainList[0].HMainSourceBillNo + "'," + mainList[0].HPrintQty + "," + mainList[0].HEmpID + "," + mainList[0].HDeptID + ")"); |
| | | } |
| | | else if (OperationType == 3)//|| ds.Tables[0].Rows.Count != 0 |
| | | { //ä¿®æ¹ |
| | | oCN.RunProc("update KF_BarCodeStatusChangeBillMain set " + |
| | | "HRemark='" + HRemark + "', HChecker='" + HMaker + "', HCheckDate=getdate()" + ",HBillStatus=" + HBillStatus + |
| | | ",HEmpID=" + HEmpID + ",HDeptID=" + HDeptID + " where HInterID=" + HInterID); |
| | | |
| | | //å é¤å表 |
| | | oCN.RunProc("delete from KF_BarCodeStatusChangeBillSub where HInterID='" + HInterID + "'"); |
| | | } |
| | | //ä¿åå表 |
| | | objJsonResult = AddBillSub(msg3, HInterID, OperationType); |
| | | |
| | | if (objJsonResult.code == "0") |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = objJsonResult.Message; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = null; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | public json AddBillSub(string msg3, long HInterID, int OperationType) |
| | | { |
| | | List<ClsKF_BarCodeStatusChangeBillSub> DetailColl = Newtonsoft.Json.JsonConvert.DeserializeObject<List<ClsKF_BarCodeStatusChangeBillSub>>(msg3); |
| | | |
| | | |
| | | |
| | | int i = 0; |
| | | foreach (ClsKF_BarCodeStatusChangeBillSub oSub in DetailColl) |
| | | { |
| | | i++; |
| | | |
| | | DataSet Cs; |
| | | Int64 NewHEntryID = 1; |
| | | Cs = oCN.RunProcReturn("select MAX(HEntryID)HEntryID from KF_BarCodeStatusChangeBillSub", "KF_BarCodeStatusChangeBillSub"); |
| | | if (Cs.Tables[0].Rows.Count != 0 && ClsPub.isLong(Cs.Tables[0].Rows[0]["HEntryID"].ToString()) != 0) |
| | | { |
| | | NewHEntryID = ClsPub.isLong(Cs.Tables[0].Rows[0]["HEntryID"].ToString()); |
| | | NewHEntryID += 1; |
| | | } |
| | | |
| | | oCN.RunProc($@"Insert into KF_BarCodeStatusChangeBillSub |
| | | (HInterID,HEntryID,HBillNo_bak,HRemark,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRelationQty |
| | | ,HRelationMoney,HBarCode,HBarCodeStatus_Old,HBarCodeStatus_New,HAuxPropID_Old,HAuxPropID_New,HMTONo_Old,HMTONo_New) |
| | | values({HInterID},{NewHEntryID},'{oSub.HBillNo_bak}','{oSub.HRemark}',{oSub.HSourceInterID} |
| | | ,{oSub.HSourceEntryID},'{oSub.HSourceBillNo}','{oSub.HSourceBillType}',{oSub.HRelationQty},{oSub.HRelationMoney},'{oSub.HBarCode}','{oSub.HBarCodeStatus_Old}','{oSub.HBarCodeStatus_New}','{oSub.HAuxPropID_Old}','{oSub.HAuxPropID_New}','{oSub.HMTONo_Old}','{oSub.HMTONo_New}')"); |
| | | } |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = null; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | #endregion |
| | | |
| | | #region [å é¤] |
| | | [Route("KF_BarCodeStatusChangeBill/Delete")] |
| | | [HttpGet] |
| | | public object Delete(string HInterID,string user) |
| | | { |
| | | try |
| | | { |
| | | oCN.BeginTran(); |
| | | oCN.RunProc("Delete From KF_BarCodeStatusChangeBillMain where HInterID = " + HInterID); |
| | | oCN.RunProc("Delete From KF_BarCodeStatusChangeBillSub where HInterID = " + HInterID); |
| | | oCN.Commit(); |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "å 餿åï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | oCN.RollBack(); |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | } |
| | | } |
| | |
| | | #endregion |
| | | |
| | | |
| | | #region å§å¤é¢æ ä¸ä¼ çå |
| | | |
| | | #region å§å¤é¢æ æ ¡éªæ¨¡å¼ |
| | | |
| | | /// <summary> |
| | | /// å§å¤é¢ææ ¡éªä¸ä¼ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("WEBSController/set_SaveEntrustOutBill_BillCheck_Json")] |
| | | [HttpPost] |
| | | public object set_SaveEntrustOutBill_BillCheck_Json([FromBody] JObject oMain) |
| | | { |
| | | var _value = oMain["oMain"].ToString(); |
| | | string msg1 = _value.ToString(); |
| | | |
| | | try |
| | | { |
| | | List<Model.ClsKf_EntrustOutBillMain> lsmain = new List<Model.ClsKf_EntrustOutBillMain>(); |
| | | ListModels oListModels = new ListModels(); |
| | | lsmain = oListModels.getEntrustOutBillMainByJson(msg1); |
| | | |
| | | WebAPI.WebS.ClsKf_EntrustOutBillMain websLsmain = new WebS.ClsKf_EntrustOutBillMain(); |
| | | |
| | | websLsmain.HInterID = lsmain[0].HInterID; |
| | | websLsmain.HBillNo = lsmain[0].HBillNo; |
| | | websLsmain.HBillType = "1211"; |
| | | websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; |
| | | |
| | | if (oWebs.set_SaveEntrustOutBill_BillCheck(websLsmain, 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 |
| | | |
| | | |
| | | #region ç产补æ ä¸ä¼ çå |
| | | |
| | | #region çäº§è¡¥æ æ ¡éªæ¨¡å¼ |
| | |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region å§å¤è¡¥æ ä¸ä¼ çå |
| | | |
| | | #region å§å¤è¡¥æ æ ¡éªæ¨¡å¼ |
| | | |
| | | /// <summary> |
| | | /// å§å¤è¡¥ææ ¡éªä¸ä¼ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("WEBSController/set_SaveEntrustReplenishOutBill_BillCheck_Json")] |
| | | [HttpPost] |
| | | public object set_SaveEntrustReplenishOutBill_BillCheck_Json([FromBody] JObject oMain) |
| | | { |
| | | var _value = oMain["oMain"].ToString(); |
| | | string msg1 = _value.ToString(); |
| | | |
| | | try |
| | | { |
| | | List<Model.ClsKf_EntrustReplenishOutBillMain> lsmain = new List<Model.ClsKf_EntrustReplenishOutBillMain>(); |
| | | ListModels oListModels = new ListModels(); |
| | | lsmain = oListModels.getEntrustReplenishOutBillMainByJson(msg1); |
| | | |
| | | WebAPI.WebS.ClsKf_EntrustReplenishOutBillMain websLsmain = new WebS.ClsKf_EntrustReplenishOutBillMain(); |
| | | |
| | | websLsmain.HInterID = lsmain[0].HInterID; |
| | | websLsmain.HBillNo = lsmain[0].HBillNo; |
| | | websLsmain.HBillType = "1255"; |
| | | websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; |
| | | |
| | | if (oWebs.set_SaveEntrustReplenishOutBill_BillCheck(websLsmain, 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 |
| | | |
| | |
| | | [HttpGet] |
| | | public Object get_BarCode_Json(string sBarCode, Int64 HInterID, string HBillType, string HBillNo, string HMaker, Int64 HWhID, Int64 HSPID, Double HQty, bool HRedBlueFlag, bool SourceFlag, string HSourceBillNo, string HSourceBillType, Int64 HStockOrgID, string HScanStyle, string HCustom1, string HCustom2) |
| | | { |
| | | //è·åç³»ç»åæ° |
| | | string sErrMsg = ""; |
| | | string sJXCode = ""; |
| | | if (oSystemParameter.ShowBill(ref sErrMsg) == true) |
| | | { |
| | | if (oSystemParameter.omodel.WMS_CampanyName == "å®ç") //ç³»ç»åæ° å®¢æ·å®å¶ååç§° 空ç½ä¸ºéç¨ |
| | | { |
| | | sJXCode = POStockInBillController.JX_Json(sBarCode, HInterID, HBillType, HStockOrgID, HBillNo, HMaker); |
| | | SourceFlag = true; |
| | | } |
| | | else |
| | | { |
| | | sJXCode = sBarCode; |
| | | } |
| | | try |
| | | { |
| | | var sJXCode = POStockInBillController.JX_Json(sBarCode, HInterID, HBillType, HStockOrgID, HBillNo,HMaker); |
| | | SourceFlag = true; |
| | | WebSoBar = oWebs.get_BarCode(sJXCode, HInterID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HStockOrgID, HScanStyle, HCustom1, HCustom2, ref DBUtility.ClsPub.sErrInfo); |
| | | if (WebSoBar == null) |
| | | { |
| | |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "æ«ææ¡ç 失败ï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | else |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "è·åç³»ç»åæ°å¤±è´¥ï¼ " + sErrMsg; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | |
| | | [HttpGet] |
| | | public Object get_CheckTypeByBarCode_BillCheck_Json(string sBarCode, Int64 HBillID, string HBillType, string HBillNo, string HMaker, Int64 HWhID, Int64 HSPID, Double HQty, Int64 HStockOrgID) |
| | | { |
| | | //è·åç³»ç»åæ° |
| | | string sErrMsg = ""; |
| | | string sJXCode = ""; |
| | | if (oSystemParameter.ShowBill(ref sErrMsg) == true) |
| | | { |
| | | if (oSystemParameter.omodel.WMS_CampanyName == "å®ç") //ç³»ç»åæ° å®¢æ·å®å¶ååç§° 空ç½ä¸ºéç¨ |
| | | { |
| | | sJXCode = POStockInBillController.JX_Json(sBarCode, HBillID, HBillType, HStockOrgID, HBillNo, HMaker); |
| | | } |
| | | else |
| | | { |
| | | sJXCode = sBarCode; |
| | | } |
| | | try |
| | | { |
| | | var sJXCode = POStockInBillController.JX_Json(sBarCode, HBillID, HBillType, HStockOrgID, HBillNo, HMaker); |
| | | WebSoBar = oWebs.get_CheckTypeByBarCode_BillCheck(sJXCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HStockOrgID, ref DBUtility.ClsPub.sErrInfo); |
| | | if (WebSoBar == null) |
| | | { |
| | |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | else |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "è·åç³»ç»åæ°å¤±è´¥ï¼ " + sErrMsg; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | #endregion |
| | | |
| | |
| | | (HBillType,HInterID,HBillNo,HDate,HPRDORGID |
| | | ,HYear,HPeriod,HRemark,HMaker,HMakeDate |
| | | ,HSeOrderBillNo,HSeOrderInterID,HSeOrderEntryID,HEmpID,HCusID |
| | | ,HCenterID,HPlanQty,HDeptID,HMaterID,HUnitID,HBomID,HPlanBeginDate,HPlanEndDate) |
| | | ,HCenterID,HPlanQty,HDeptID,HMaterID,HUnitID,HBomID,HPlanBeginDate,HPlanEndDate,HBillStatus) |
| | | values('3710'," + mainList[0].HInterID + ",'" + mainList[0].HBillNo + "','" + mainList[0].HDate + "'," + mainList[0].HPRDORGID + |
| | | "," + DateTime.Now.Year + "," + DateTime.Now.Month + ",'" + mainList[0].HRemark + "','" + mainList[0].HMaker + "',getdate()" + |
| | | ",'" + mainList[0].HSeOrderBillNo + "'," + mainList[0].HSeOrderInterID + "," + mainList[0].HSeOrderEntryID + "," + mainList[0].HEmpID + "," + mainList[0].HCusID + |
| | | "," + mainList[0].HCenterID + "," + mainList[0].HPlanQty + ",0,0,0,0,'','') "); |
| | | "," + mainList[0].HCenterID + "," + mainList[0].HPlanQty + ",0,0,0,0,'','',2) "); |
| | | //ä¿å主表 |
| | | foreach (var oSub in subList) |
| | | { |
| | |
| | | values({oSub.HInterID},{oSub.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.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.HMaterID},{oSub.HUnitID},'{oSub.HRemark}',{oSub.HSourceID},{oSub.HDeptID},{oSub.HSTATUS} |
| | | ,{oSub.HMaterID},{oSub.HUnitID},'{oSub.HRemark}',{oSub.HSourceID},{oSub.HDeptID},4 |
| | | ,0,0,'','',0,0)"); |
| | | } |
| | | oCN.Commit(); |
| | |
| | | ",HWhID,HRoutingID,HBomID,HSecUnitID,HSecUnitRate" + |
| | | ",HHighStock,HLowStock,HSafeStock,HOrderPrice,HSalePrice" + |
| | | ",HKeepDays,HPlanPrice,HstdPrice,HQtyMin,HQtyMax" + |
| | | ",HSubjoin,HSubjoin2,HColor,HVersion,HEngName,HEngModel,HPropertyTypeID,HSPGroupID,HSPID,HMinPickQty,HCREATEORGID,HUSEORGID,HERPItemID) " + |
| | | ",HSubjoin,HSubjoin2,HColor,HVersion,HEngName,HEngModel,HPropertyTypeID,HSPGroupID,HSPID,HMinPickQty,HCREATEORGID,HUSEORGID,HERPItemID,HBatchManager) " + |
| | | " Values('" + oModel.HItemID + "','" + 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.HCREATEORGID + "," + oModel.HUSEORGID + "," + oModel.HERPItemID + ")", 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.HCREATEORGID + "," + oModel.HUSEORGID + "," + oModel.HERPItemID + "," + oModel.HBatchManager + ")", ref DBUtility.ClsPub.sExeReturnInfo); |
| | | sql = "set identity_insert gy_material off"; |
| | | oCn.RunProc(sql); |
| | | //ä¿®æ¹ä¸çº§ä¸ºéæ«çº§ä»£ç |
| | |
| | | return list; |
| | | } |
| | | /// <summary> |
| | | /// å§å¤è¡¥æååºåå |
| | | /// </summary> |
| | | /// <param name="jsonString"></param> |
| | | /// <returns></returns> |
| | | public List<Model.ClsKf_EntrustReplenishOutBillMain> getEntrustReplenishOutBillMainByJson(string jsonString) |
| | | { |
| | | jsonString = "[" + jsonString.ToString() + "]"; |
| | | List<Model.ClsKf_EntrustReplenishOutBillMain> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsKf_EntrustReplenishOutBillMain>>(jsonString); |
| | | return list; |
| | | } |
| | | /// <summary> |
| | | /// å§å¤åºåºååºåå |
| | | /// </summary> |
| | | /// <param name="jsonString"></param> |
| | |
| | | public int HUSEORGID; |
| | | public int HERPItemID; |
| | | public int HCREATEORGID; |
| | | public int HBatchManager; |
| | | |
| | | public int HSALEUNITID; //éå®è®¡éåä½(gy_unit) |
| | | public int HSALEPRICEUNITID; //éå®è®¡ä»·è®¡éåä½(gy_unit) |
| | |
| | | public Int64 HOWNERID; //货主, |
| | | public Int64 HCHECKPRODUCT; //äº§åæ£éª, |
| | | public string HQAIP; //ç´§æ¥æ¾è¡, |
| | | public Int64 HCOSTRATE; //ææ¬æé |
| | | public decimal HCOSTRATE; //ææ¬æé |
| | | public Int64 HISBACKFLUSH; //åå²é¢æ |
| | | public string HREQSRC; //éæ±æ¥æº |
| | | public string HREQBILLNO; //éæ±åå· |
| | |
| | | public string HAddress { get; set; } |
| | | public string HPhone { get; set; } |
| | | public Int64 HSPGroupID { get; set; } |
| | | public Int64 HSPFlag { get; set; } |
| | | public Int64 HSTOCKPROPERTY { get; set; } |
| | | public Int64 HUnderStock { get; set; } |
| | | |
| | | public string HBarCode { get; set; } |
| | | public Int64 HUSEORGID { get; set; } |
| | | public Int64 HCREATEORGID { get; set; } |
| | |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <_PublishTargetUrl>D:\ç½ç«åå¸\æºäºMESWMS\API</_PublishTargetUrl> |
| | | <History>True|2022-11-30T00:24:02.9999976Z;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|2022-12-23T09:06:52.0688439Z;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"> |
| | |
| | | <File Include="bin/BLL.dll"> |
| | | <publishTime>11/09/2022 16:02:08</publishTime> |
| | | <publishTime>11/02/2022 22:03:01</publishTime> |
| | | <publishTime>11/30/2022 08:21:49</publishTime> |
| | | <publishTime>12/23/2022 17:06:23</publishTime> |
| | | </File> |
| | | <File Include="bin/BLL.pdb"> |
| | | <publishTime>11/09/2022 16:02:08</publishTime> |
| | | <publishTime>11/02/2022 22:03:01</publishTime> |
| | | <publishTime>11/30/2022 08:21:49</publishTime> |
| | | <publishTime>12/23/2022 17:06:23</publishTime> |
| | | </File> |
| | | <File Include="bin/BouncyCastle.Crypto.dll"> |
| | | <publishTime>12/17/2020 21:32:28</publishTime> |
| | |
| | | <File Include="bin/DAL.dll"> |
| | | <publishTime>11/09/2022 16:02:06</publishTime> |
| | | <publishTime>11/02/2022 22:02:58</publishTime> |
| | | <publishTime>11/30/2022 08:21:45</publishTime> |
| | | <publishTime>12/23/2022 17:06:19</publishTime> |
| | | </File> |
| | | <File Include="bin/DAL.pdb"> |
| | | <publishTime>11/09/2022 16:02:06</publishTime> |
| | | <publishTime>11/02/2022 22:02:58</publishTime> |
| | | <publishTime>11/30/2022 08:21:45</publishTime> |
| | | <publishTime>12/23/2022 17:06:19</publishTime> |
| | | </File> |
| | | <File Include="bin/Dapper.dll"> |
| | | <publishTime>07/22/2016 14:52:40</publishTime> |
| | |
| | | <File Include="bin/DBUtility.dll"> |
| | | <publishTime>11/02/2022 22:02:56</publishTime> |
| | | <publishTime>11/15/2022 13:55:23</publishTime> |
| | | <publishTime>11/30/2022 08:21:33</publishTime> |
| | | <publishTime>12/23/2022 17:06:06</publishTime> |
| | | </File> |
| | | <File Include="bin/DBUtility.pdb"> |
| | | <publishTime>11/09/2022 16:01:58</publishTime> |
| | | <publishTime>11/02/2022 22:02:56</publishTime> |
| | | <publishTime>11/30/2022 08:21:33</publishTime> |
| | | <publishTime>12/23/2022 17:06:06</publishTime> |
| | | </File> |
| | | <File Include="bin/Grpc.Core.Api.dll"> |
| | | <publishTime>03/22/2022 05:17:26</publishTime> |
| | |
| | | <File Include="bin/Model.dll"> |
| | | <publishTime>11/09/2022 16:02:01</publishTime> |
| | | <publishTime>11/02/2022 22:02:56</publishTime> |
| | | <publishTime>11/30/2022 08:21:34</publishTime> |
| | | <publishTime>12/23/2022 17:06:08</publishTime> |
| | | </File> |
| | | <File Include="bin/Model.pdb"> |
| | | <publishTime>11/09/2022 16:02:01</publishTime> |
| | | <publishTime>11/02/2022 22:02:56</publishTime> |
| | | <publishTime>11/30/2022 08:21:34</publishTime> |
| | | <publishTime>12/23/2022 17:06:08</publishTime> |
| | | </File> |
| | | <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> |
| | | <publishTime>08/19/2021 09:44:01</publishTime> |
| | |
| | | <File Include="bin/Pub_Class.dll"> |
| | | <publishTime>11/09/2022 16:01:56</publishTime> |
| | | <publishTime>11/02/2022 22:02:54</publishTime> |
| | | <publishTime>11/30/2022 08:21:24</publishTime> |
| | | <publishTime>12/23/2022 17:05:56</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>11/30/2022 08:21:24</publishTime> |
| | | <publishTime>12/23/2022 17:05:56</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>11/30/2022 08:21:26</publishTime> |
| | | <publishTime>12/23/2022 17:06:05</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>11/30/2022 08:21:26</publishTime> |
| | | <publishTime>12/23/2022 17:06:05</publishTime> |
| | | </File> |
| | | <File Include="bin/RestSharp.dll"> |
| | | <publishTime>08/30/2012 22:22:50</publishTime> |
| | | </File> |
| | | <File Include="bin/SQLHelper.dll"> |
| | | <publishTime>11/30/2022 08:21:27</publishTime> |
| | | <publishTime>12/23/2022 17:06:05</publishTime> |
| | | </File> |
| | | <File Include="bin/SQLHelper.pdb"> |
| | | <publishTime>11/09/2022 16:01:57</publishTime> |
| | | <publishTime>11/02/2022 22:02:55</publishTime> |
| | | <publishTime>11/30/2022 08:21:27</publishTime> |
| | | <publishTime>12/23/2022 17:06:05</publishTime> |
| | | </File> |
| | | <File Include="bin/stdole.dll"> |
| | | <publishTime>05/09/2021 13:35:37</publishTime> |
| | |
| | | <File Include="bin/WebAPI.dll"> |
| | | <publishTime>11/14/2022 11:23:59</publishTime> |
| | | <publishTime>11/02/2022 22:03:04</publishTime> |
| | | <publishTime>11/30/2022 08:22:01</publishTime> |
| | | <publishTime>12/23/2022 17:06:35</publishTime> |
| | | </File> |
| | | <File Include="bin/WebAPI.dll.config"> |
| | | <publishTime>12/15/2021 17:59:43</publishTime> |
| | |
| | | <File Include="bin/WebAPI.pdb"> |
| | | <publishTime>11/14/2022 11:23:59</publishTime> |
| | | <publishTime>11/02/2022 22:03:04</publishTime> |
| | | <publishTime>11/30/2022 08:22:01</publishTime> |
| | | <publishTime>12/23/2022 17:06:35</publishTime> |
| | | </File> |
| | | <File Include="bin/WebGrease.dll"> |
| | | <publishTime>07/17/2013 17:03:52</publishTime> |
| | |
| | | <publishTime>08/19/2021 09:44:01</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsCLD_Customer_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:25</publishTime> |
| | | <publishTime>12/23/2022 09:54:45</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsCLD_Department_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:24</publishTime> |
| | | <publishTime>12/23/2022 09:54:44</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsCLD_Employee_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:25</publishTime> |
| | | <publishTime>12/23/2022 09:54:45</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsCLD_StockPlace_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:24</publishTime> |
| | | <publishTime>12/23/2022 09:54:44</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsCLD_Supplier_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:25</publishTime> |
| | | <publishTime>12/23/2022 09:54:45</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsCLD_Warehouse_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:24</publishTime> |
| | | <publishTime>12/23/2022 09:54:44</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_BadReason_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:26</publishTime> |
| | | <publishTime>12/23/2022 09:54:46</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_BarCodeBill_WMS_Model_View.datasource"> |
| | | <publishTime>11/22/2022 10:33:29</publishTime> |
| | | <publishTime>12/23/2022 09:54:49</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_Customer_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:27</publishTime> |
| | | <publishTime>12/23/2022 09:54:47</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_Department_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:26</publishTime> |
| | | <publishTime>12/23/2022 09:54:46</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_Employee_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:28</publishTime> |
| | | <publishTime>12/23/2022 09:54:48</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_Group_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:27</publishTime> |
| | | <publishTime>12/23/2022 09:54:47</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_Item30JiTai_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:26</publishTime> |
| | | <publishTime>12/23/2022 09:54:46</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_Source_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:28</publishTime> |
| | | <publishTime>12/23/2022 09:54:48</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_StockPlace_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:27</publishTime> |
| | | <publishTime>12/23/2022 09:54:47</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_Supplier_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:28</publishTime> |
| | | <publishTime>12/23/2022 09:54:48</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsGy_Warehouse_Model.datasource"> |
| | | <publishTime>11/22/2022 10:33:26</publishTime> |
| | | <publishTime>12/23/2022 09:54:46</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsKf_ICStockBill_Mould.datasource"> |
| | | <publishTime>11/22/2022 10:33:23</publishTime> |
| | | <publishTime>12/23/2022 09:54:44</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/ClsKf_ICStockBill_WMS.datasource"> |
| | | <publishTime>11/22/2022 10:33:29</publishTime> |
| | | <publishTime>12/23/2022 09:54:49</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>11/28/2022 07:59:29</publishTime> |
| | | <publishTime>12/23/2022 09:54:38</publishTime> |
| | | </File> |
| | | <File Include="Web References/WebS/WebService1.disco"> |
| | | <publishTime>12/20/2021 13:19:56</publishTime> |
| | |
| | | <File Include="Web.config"> |
| | | <publishTime>11/14/2022 11:24:08</publishTime> |
| | | <publishTime>11/02/2022 22:03:20</publishTime> |
| | | <publishTime>11/30/2022 08:23:59</publishTime> |
| | | <publishTime>12/23/2022 17:06:49</publishTime> |
| | | </File> |
| | | </ItemGroup> |
| | | </Project> |
| | |
| | | |
| | | |
| | | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
| | | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] |
| | | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] |
| | | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
| | | |
| | | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
| | |
| | | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
| | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | | [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] |
| | | [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/WEBS/WebService1.asmx")] |
| | | [global::System.Configuration.DefaultSettingValueAttribute("http://192.168.63.7/WEBS-WMS/WebService1.asmx")] |
| | | public string WebAPI_WebS_WebService1 { |
| | | get { |
| | | return ((string)(this["WebAPI_WebS_WebService1"])); |
| | |
| | | <Profiles /> |
| | | <Settings> |
| | | <Setting Name="WebAPI_WebS_WebService1" Type="(Web Service URL)" Scope="Application"> |
| | | <Value Profile="(Default)">http://localhost/WEBS/WebService1.asmx</Value> |
| | | <Value Profile="(Default)">http://192.168.63.7/WEBS-WMS/WebService1.asmx</Value> |
| | | </Setting> |
| | | </Settings> |
| | | </SettingsFile> |
| | |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsGy_BarCodeBill_WMS_Model))] |
| | | public partial class WebService1 : System.Web.Services.Protocols.SoapHttpClientProtocol { |
| | | |
| | | private System.Threading.SendOrPostCallback getCheckOpenOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getGetDataBaseOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getCheckCzymcOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getSub_GetCurPeriodOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getDataSetBySQLOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getRunProcOperationCompleted; |
| | |
| | | private System.Threading.SendOrPostCallback DeleteMouldOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback GetICInventoryByBarCodeSP_ViewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback GetMaterByBarCodeSP_ViewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback SetFIFOPonderationBillMain_TempOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_CheckTypeByBarCodeOperationCompleted; |
| | | |
| | |
| | | |
| | | private System.Threading.SendOrPostCallback getDataSetByMasterSQLOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getCheckOpenOperationCompleted; |
| | | private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStockOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getGetDataBaseOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getCheckCzymcOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getSub_GetCurPeriodOperationCompleted; |
| | | private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_CheckPOInStockBill_NewOperationCompleted; |
| | | |
| | |
| | | |
| | | private System.Threading.SendOrPostCallback GetMaterByBarCode_ViewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback GetICInventoryByBarCodeSP_ViewOperationCompleted; |
| | | private System.Threading.SendOrPostCallback set_SaveOtherOutBill_CLDOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback GetMaterByBarCodeSP_ViewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback SetFIFOPonderationBillMain_TempOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted; |
| | | private System.Threading.SendOrPostCallback set_SaveOtherOutBill_BillCheckOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePOStockInBackBillOperationCompleted; |
| | | |
| | |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_CLD_NewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStockOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveSellOutBackBill_CLD_NewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveSellOutBackBill_CLDOperationCompleted; |
| | |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveMateReplenishOutBill_BillCheckOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveEntrustReplenishOutBill_BillCheckOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveEntrustInBackBill_CLDOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveEntrustOutBackBillOperationCompleted; |
| | |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveEntrustOutBill_CLDOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveEntrustOutBill_BillCheckOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveOtherOutBackBillOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveOtherOutBackBill_NewOperationCompleted; |
| | |
| | | private System.Threading.SendOrPostCallback set_SaveOtherOutBill_NewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveOtherOutBill_CLD_NewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveOtherOutBill_CLDOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveOtherOutBill_BillCheckOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_ChangGuiOperationCompleted; |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public event getCheckOpenCompletedEventHandler getCheckOpenCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getGetDataBaseCompletedEventHandler getGetDataBaseCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getCheckCzymcCompletedEventHandler getCheckCzymcCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getSub_GetCurPeriodCompletedEventHandler getSub_GetCurPeriodCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getDataSetBySQLCompletedEventHandler getDataSetBySQLCompleted; |
| | | |
| | | /// <remarks/> |
| | |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MouldCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event GetICInventoryByBarCodeSP_ViewCompletedEventHandler GetICInventoryByBarCodeSP_ViewCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event GetMaterByBarCodeSP_ViewCompletedEventHandler GetMaterByBarCodeSP_ViewCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event SetFIFOPonderationBillMain_TempCompletedEventHandler SetFIFOPonderationBillMain_TempCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_FastCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_CheckTypeByBarCodeCompletedEventHandler get_CheckTypeByBarCodeCompleted; |
| | |
| | | public event getDataSetByMasterSQLCompletedEventHandler getDataSetByMasterSQLCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getCheckOpenCompletedEventHandler getCheckOpenCompleted; |
| | | public event set_SaveProcReportMoveBill_MoveStockCompletedEventHandler set_SaveProcReportMoveBill_MoveStockCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getGetDataBaseCompletedEventHandler getGetDataBaseCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getCheckCzymcCompletedEventHandler getCheckCzymcCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getSub_GetCurPeriodCompletedEventHandler getSub_GetCurPeriodCompleted; |
| | | public event set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventHandler set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_CheckPOInStockBill_NewCompletedEventHandler set_CheckPOInStockBill_NewCompleted; |
| | |
| | | public event GetMaterByBarCode_ViewCompletedEventHandler GetMaterByBarCode_ViewCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event GetICInventoryByBarCodeSP_ViewCompletedEventHandler GetICInventoryByBarCodeSP_ViewCompleted; |
| | | public event set_SaveOtherOutBill_CLDCompletedEventHandler set_SaveOtherOutBill_CLDCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event GetMaterByBarCodeSP_ViewCompletedEventHandler GetMaterByBarCodeSP_ViewCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event SetFIFOPonderationBillMain_TempCompletedEventHandler SetFIFOPonderationBillMain_TempCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_FastCompleted; |
| | | public event set_SaveOtherOutBill_BillCheckCompletedEventHandler set_SaveOtherOutBill_BillCheckCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePOStockInBackBillCompletedEventHandler set_SavePOStockInBackBillCompleted; |
| | |
| | | public event set_SaveProcReportMoveBill_CLD_NewCompletedEventHandler set_SaveProcReportMoveBill_CLD_NewCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveProcReportMoveBill_MoveStockCompletedEventHandler set_SaveProcReportMoveBill_MoveStockCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventHandler set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveSellOutBackBill_CLD_NewCompletedEventHandler set_SaveSellOutBackBill_CLD_NewCompleted; |
| | | |
| | | /// <remarks/> |
| | |
| | | public event set_SaveMateReplenishOutBill_BillCheckCompletedEventHandler set_SaveMateReplenishOutBill_BillCheckCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveEntrustReplenishOutBill_BillCheckCompletedEventHandler set_SaveEntrustReplenishOutBill_BillCheckCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveEntrustInBackBill_CLDCompletedEventHandler set_SaveEntrustInBackBill_CLDCompleted; |
| | | |
| | | /// <remarks/> |
| | |
| | | public event set_SaveEntrustOutBill_CLDCompletedEventHandler set_SaveEntrustOutBill_CLDCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveEntrustOutBill_BillCheckCompletedEventHandler set_SaveEntrustOutBill_BillCheckCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveOtherOutBackBillCompletedEventHandler set_SaveOtherOutBackBillCompleted; |
| | | |
| | | /// <remarks/> |
| | |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveOtherOutBill_CLD_NewCompletedEventHandler set_SaveOtherOutBill_CLD_NewCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveOtherOutBill_CLDCompletedEventHandler set_SaveOtherOutBill_CLDCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveOtherOutBill_BillCheckCompletedEventHandler set_SaveOtherOutBill_BillCheckCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_ChangGuiCompletedEventHandler set_SavePonderationBillMain_Temp_ChangGuiCompleted; |
| | |
| | | public event GetSc_ICMOBillListCompletedEventHandler GetSc_ICMOBillListCompleted; |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckOpen", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool getCheckOpen() { |
| | | object[] results = this.Invoke("getCheckOpen", new object[0]); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getCheckOpenAsync() { |
| | | this.getCheckOpenAsync(null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getCheckOpenAsync(object userState) { |
| | | if ((this.getCheckOpenOperationCompleted == null)) { |
| | | this.getCheckOpenOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCheckOpenOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getCheckOpen", new object[0], this.getCheckOpenOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetCheckOpenOperationCompleted(object arg) { |
| | | if ((this.getCheckOpenCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getCheckOpenCompleted(this, new getCheckOpenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getGetDataBase", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public string getGetDataBase(string sItem, ref string sK3) { |
| | | object[] results = this.Invoke("getGetDataBase", new object[] { |
| | | sItem, |
| | | sK3}); |
| | | sK3 = ((string)(results[1])); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getGetDataBaseAsync(string sItem, string sK3) { |
| | | this.getGetDataBaseAsync(sItem, sK3, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getGetDataBaseAsync(string sItem, string sK3, object userState) { |
| | | if ((this.getGetDataBaseOperationCompleted == null)) { |
| | | this.getGetDataBaseOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetGetDataBaseOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getGetDataBase", new object[] { |
| | | sItem, |
| | | sK3}, this.getGetDataBaseOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetGetDataBaseOperationCompleted(object arg) { |
| | | if ((this.getGetDataBaseCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getGetDataBaseCompleted(this, new getGetDataBaseCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckCzymc", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet getCheckCzymc(string sUser, string sPsd) { |
| | | object[] results = this.Invoke("getCheckCzymc", new object[] { |
| | | sUser, |
| | | sPsd}); |
| | | return ((System.Data.DataSet)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getCheckCzymcAsync(string sUser, string sPsd) { |
| | | this.getCheckCzymcAsync(sUser, sPsd, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getCheckCzymcAsync(string sUser, string sPsd, object userState) { |
| | | if ((this.getCheckCzymcOperationCompleted == null)) { |
| | | this.getCheckCzymcOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCheckCzymcOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getCheckCzymc", new object[] { |
| | | sUser, |
| | | sPsd}, this.getCheckCzymcOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetCheckCzymcOperationCompleted(object arg) { |
| | | if ((this.getCheckCzymcCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getCheckCzymcCompleted(this, new getCheckCzymcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getSub_GetCurPeriod", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool getSub_GetCurPeriod(ref int sYear, ref int sPeriod) { |
| | | object[] results = this.Invoke("getSub_GetCurPeriod", new object[] { |
| | | sYear, |
| | | sPeriod}); |
| | | sYear = ((int)(results[1])); |
| | | sPeriod = ((int)(results[2])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getSub_GetCurPeriodAsync(int sYear, int sPeriod) { |
| | | this.getSub_GetCurPeriodAsync(sYear, sPeriod, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getSub_GetCurPeriodAsync(int sYear, int sPeriod, object userState) { |
| | | if ((this.getSub_GetCurPeriodOperationCompleted == null)) { |
| | | this.getSub_GetCurPeriodOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSub_GetCurPeriodOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getSub_GetCurPeriod", new object[] { |
| | | sYear, |
| | | sPeriod}, this.getSub_GetCurPeriodOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetSub_GetCurPeriodOperationCompleted(object arg) { |
| | | if ((this.getSub_GetCurPeriodCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getSub_GetCurPeriodCompleted(this, new getSub_GetCurPeriodCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getDataSetBySQL", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet getDataSetBySQL(string sSQL, string sTable, ref string sErrMsg) { |
| | | object[] results = this.Invoke("getDataSetBySQL", new object[] { |
| | |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetICInventoryByBarCodeSP_View", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet GetICInventoryByBarCodeSP_View(string sWhere, ref string sErr) { |
| | | object[] results = this.Invoke("GetICInventoryByBarCodeSP_View", new object[] { |
| | | sWhere, |
| | | sErr}); |
| | | sErr = ((string)(results[1])); |
| | | return ((System.Data.DataSet)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void GetICInventoryByBarCodeSP_ViewAsync(string sWhere, string sErr) { |
| | | this.GetICInventoryByBarCodeSP_ViewAsync(sWhere, sErr, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void GetICInventoryByBarCodeSP_ViewAsync(string sWhere, string sErr, object userState) { |
| | | if ((this.GetICInventoryByBarCodeSP_ViewOperationCompleted == null)) { |
| | | this.GetICInventoryByBarCodeSP_ViewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetICInventoryByBarCodeSP_ViewOperationCompleted); |
| | | } |
| | | this.InvokeAsync("GetICInventoryByBarCodeSP_View", new object[] { |
| | | sWhere, |
| | | sErr}, this.GetICInventoryByBarCodeSP_ViewOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnGetICInventoryByBarCodeSP_ViewOperationCompleted(object arg) { |
| | | if ((this.GetICInventoryByBarCodeSP_ViewCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.GetICInventoryByBarCodeSP_ViewCompleted(this, new GetICInventoryByBarCodeSP_ViewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetMaterByBarCodeSP_View", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet GetMaterByBarCodeSP_View(string sWhere, ref string sErr) { |
| | | object[] results = this.Invoke("GetMaterByBarCodeSP_View", new object[] { |
| | | sWhere, |
| | | sErr}); |
| | | sErr = ((string)(results[1])); |
| | | return ((System.Data.DataSet)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void GetMaterByBarCodeSP_ViewAsync(string sWhere, string sErr) { |
| | | this.GetMaterByBarCodeSP_ViewAsync(sWhere, sErr, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void GetMaterByBarCodeSP_ViewAsync(string sWhere, string sErr, object userState) { |
| | | if ((this.GetMaterByBarCodeSP_ViewOperationCompleted == null)) { |
| | | this.GetMaterByBarCodeSP_ViewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMaterByBarCodeSP_ViewOperationCompleted); |
| | | } |
| | | this.InvokeAsync("GetMaterByBarCodeSP_View", new object[] { |
| | | sWhere, |
| | | sErr}, this.GetMaterByBarCodeSP_ViewOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnGetMaterByBarCodeSP_ViewOperationCompleted(object arg) { |
| | | if ((this.GetMaterByBarCodeSP_ViewCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.GetMaterByBarCodeSP_ViewCompleted(this, new GetMaterByBarCodeSP_ViewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/SetFIFOPonderationBillMain_Temp", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool SetFIFOPonderationBillMain_Temp(string HBillNo, long HInterID, long HUserOrgID, ref string sErr) { |
| | | object[] results = this.Invoke("SetFIFOPonderationBillMain_Temp", new object[] { |
| | | HBillNo, |
| | | HInterID, |
| | | HUserOrgID, |
| | | sErr}); |
| | | sErr = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void SetFIFOPonderationBillMain_TempAsync(string HBillNo, long HInterID, long HUserOrgID, string sErr) { |
| | | this.SetFIFOPonderationBillMain_TempAsync(HBillNo, HInterID, HUserOrgID, sErr, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void SetFIFOPonderationBillMain_TempAsync(string HBillNo, long HInterID, long HUserOrgID, string sErr, object userState) { |
| | | if ((this.SetFIFOPonderationBillMain_TempOperationCompleted == null)) { |
| | | this.SetFIFOPonderationBillMain_TempOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetFIFOPonderationBillMain_TempOperationCompleted); |
| | | } |
| | | this.InvokeAsync("SetFIFOPonderationBillMain_Temp", new object[] { |
| | | HBillNo, |
| | | HInterID, |
| | | HUserOrgID, |
| | | sErr}, this.SetFIFOPonderationBillMain_TempOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnSetFIFOPonderationBillMain_TempOperationCompleted(object arg) { |
| | | if ((this.SetFIFOPonderationBillMain_TempCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.SetFIFOPonderationBillMain_TempCompleted(this, new SetFIFOPonderationBillMain_TempCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SavePonderationBillMain_Temp_BarCode_Fast( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | ref string sHSourceBillNo, |
| | | ref string sHSourceBillType, |
| | | ref long sHSupID, |
| | | ref string sHSupName, |
| | | ref long sHDeptID, |
| | | ref string sHDeptName, |
| | | ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_Fast", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HQty, |
| | | HRedBlueFlag, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HOWNERID, |
| | | sHSourceBillNo, |
| | | sHSourceBillType, |
| | | sHSupID, |
| | | sHSupName, |
| | | sHDeptID, |
| | | sHDeptName, |
| | | sErrMsg}); |
| | | sHSourceBillNo = ((string)(results[1])); |
| | | sHSourceBillType = ((string)(results[2])); |
| | | sHSupID = ((long)(results[3])); |
| | | sHSupName = ((string)(results[4])); |
| | | sHDeptID = ((long)(results[5])); |
| | | sHDeptName = ((string)(results[6])); |
| | | sErrMsg = ((string)(results[7])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_FastAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string sHSourceBillNo, |
| | | string sHSourceBillType, |
| | | long sHSupID, |
| | | string sHSupName, |
| | | long sHDeptID, |
| | | string sHDeptName, |
| | | string sErrMsg) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_FastAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, sHSourceBillNo, sHSourceBillType, sHSupID, sHSupName, sHDeptID, sHDeptName, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_FastAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string sHSourceBillNo, |
| | | string sHSourceBillType, |
| | | long sHSupID, |
| | | string sHSupName, |
| | | long sHDeptID, |
| | | string sHDeptName, |
| | | string sErrMsg, |
| | | object userState) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted == null)) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_Fast", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HQty, |
| | | HRedBlueFlag, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HOWNERID, |
| | | sHSourceBillNo, |
| | | sHSourceBillType, |
| | | sHSupID, |
| | | sHSupName, |
| | | sHDeptID, |
| | | sHDeptName, |
| | | sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted(object arg) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_FastCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_FastCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckOpen", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool getCheckOpen() { |
| | | object[] results = this.Invoke("getCheckOpen", new object[0]); |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveProcReportMoveBill_MoveStock", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveProcReportMoveBill_MoveStock(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveProcReportMoveBill_MoveStock", new object[] { |
| | | oMain, |
| | | HOutBillID, |
| | | HOutBillNo, |
| | | HPPBomBillNo, |
| | | HSCWHID, |
| | | HSCSPID, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getCheckOpenAsync() { |
| | | this.getCheckOpenAsync(null); |
| | | public void set_SaveProcReportMoveBill_MoveStockAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, string sErrMsg) { |
| | | this.set_SaveProcReportMoveBill_MoveStockAsync(oMain, HOutBillID, HOutBillNo, HPPBomBillNo, HSCWHID, HSCSPID, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getCheckOpenAsync(object userState) { |
| | | if ((this.getCheckOpenOperationCompleted == null)) { |
| | | this.getCheckOpenOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCheckOpenOperationCompleted); |
| | | public void set_SaveProcReportMoveBill_MoveStockAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, string sErrMsg, object userState) { |
| | | if ((this.set_SaveProcReportMoveBill_MoveStockOperationCompleted == null)) { |
| | | this.set_SaveProcReportMoveBill_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveProcReportMoveBill_MoveStockOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getCheckOpen", new object[0], this.getCheckOpenOperationCompleted, userState); |
| | | this.InvokeAsync("set_SaveProcReportMoveBill_MoveStock", new object[] { |
| | | oMain, |
| | | HOutBillID, |
| | | HOutBillNo, |
| | | HPPBomBillNo, |
| | | HSCWHID, |
| | | HSCSPID, |
| | | sErrMsg}, this.set_SaveProcReportMoveBill_MoveStockOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetCheckOpenOperationCompleted(object arg) { |
| | | if ((this.getCheckOpenCompleted != null)) { |
| | | private void Onset_SaveProcReportMoveBill_MoveStockOperationCompleted(object arg) { |
| | | if ((this.set_SaveProcReportMoveBill_MoveStockCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getCheckOpenCompleted(this, new getCheckOpenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | this.set_SaveProcReportMoveBill_MoveStockCompleted(this, new set_SaveProcReportMoveBill_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getGetDataBase", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public string getGetDataBase(string sItem, ref string sK3) { |
| | | object[] results = this.Invoke("getGetDataBase", new object[] { |
| | | sItem, |
| | | sK3}); |
| | | sK3 = ((string)(results[1])); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getGetDataBaseAsync(string sItem, string sK3) { |
| | | this.getGetDataBaseAsync(sItem, sK3, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getGetDataBaseAsync(string sItem, string sK3, object userState) { |
| | | if ((this.getGetDataBaseOperationCompleted == null)) { |
| | | this.getGetDataBaseOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetGetDataBaseOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getGetDataBase", new object[] { |
| | | sItem, |
| | | sK3}, this.getGetDataBaseOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetGetDataBaseOperationCompleted(object arg) { |
| | | if ((this.getGetDataBaseCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getGetDataBaseCompleted(this, new getGetDataBaseCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckCzymc", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet getCheckCzymc(string sUser, string sPsd) { |
| | | object[] results = this.Invoke("getCheckCzymc", new object[] { |
| | | sUser, |
| | | sPsd}); |
| | | return ((System.Data.DataSet)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getCheckCzymcAsync(string sUser, string sPsd) { |
| | | this.getCheckCzymcAsync(sUser, sPsd, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getCheckCzymcAsync(string sUser, string sPsd, object userState) { |
| | | if ((this.getCheckCzymcOperationCompleted == null)) { |
| | | this.getCheckCzymcOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCheckCzymcOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getCheckCzymc", new object[] { |
| | | sUser, |
| | | sPsd}, this.getCheckCzymcOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetCheckCzymcOperationCompleted(object arg) { |
| | | if ((this.getCheckCzymcCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getCheckCzymcCompleted(this, new getCheckCzymcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getSub_GetCurPeriod", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool getSub_GetCurPeriod(ref int sYear, ref int sPeriod) { |
| | | object[] results = this.Invoke("getSub_GetCurPeriod", new object[] { |
| | | sYear, |
| | | sPeriod}); |
| | | sYear = ((int)(results[1])); |
| | | sPeriod = ((int)(results[2])); |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveProcReportMoveBill_MoveStock_CLD_New(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveProcReportMoveBill_MoveStock_CLD_New", new object[] { |
| | | oMain, |
| | | HOutBillID, |
| | | HOutBillNo, |
| | | oSystemParameterMain, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getSub_GetCurPeriodAsync(int sYear, int sPeriod) { |
| | | this.getSub_GetCurPeriodAsync(sYear, sPeriod, null); |
| | | public void set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg) { |
| | | this.set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(oMain, HOutBillID, HOutBillNo, oSystemParameterMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getSub_GetCurPeriodAsync(int sYear, int sPeriod, object userState) { |
| | | if ((this.getSub_GetCurPeriodOperationCompleted == null)) { |
| | | this.getSub_GetCurPeriodOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSub_GetCurPeriodOperationCompleted); |
| | | public void set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg, object userState) { |
| | | if ((this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted == null)) { |
| | | this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getSub_GetCurPeriod", new object[] { |
| | | sYear, |
| | | sPeriod}, this.getSub_GetCurPeriodOperationCompleted, userState); |
| | | this.InvokeAsync("set_SaveProcReportMoveBill_MoveStock_CLD_New", new object[] { |
| | | oMain, |
| | | HOutBillID, |
| | | HOutBillNo, |
| | | oSystemParameterMain, |
| | | sErrMsg}, this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetSub_GetCurPeriodOperationCompleted(object arg) { |
| | | if ((this.getSub_GetCurPeriodCompleted != null)) { |
| | | private void Onset_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted(object arg) { |
| | | if ((this.set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getSub_GetCurPeriodCompleted(this, new getSub_GetCurPeriodCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | this.set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted(this, new set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetICInventoryByBarCodeSP_View", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet GetICInventoryByBarCodeSP_View(string sWhere, ref string sErr) { |
| | | object[] results = this.Invoke("GetICInventoryByBarCodeSP_View", new object[] { |
| | | sWhere, |
| | | sErr}); |
| | | sErr = ((string)(results[1])); |
| | | return ((System.Data.DataSet)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void GetICInventoryByBarCodeSP_ViewAsync(string sWhere, string sErr) { |
| | | this.GetICInventoryByBarCodeSP_ViewAsync(sWhere, sErr, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void GetICInventoryByBarCodeSP_ViewAsync(string sWhere, string sErr, object userState) { |
| | | if ((this.GetICInventoryByBarCodeSP_ViewOperationCompleted == null)) { |
| | | this.GetICInventoryByBarCodeSP_ViewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetICInventoryByBarCodeSP_ViewOperationCompleted); |
| | | } |
| | | this.InvokeAsync("GetICInventoryByBarCodeSP_View", new object[] { |
| | | sWhere, |
| | | sErr}, this.GetICInventoryByBarCodeSP_ViewOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnGetICInventoryByBarCodeSP_ViewOperationCompleted(object arg) { |
| | | if ((this.GetICInventoryByBarCodeSP_ViewCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.GetICInventoryByBarCodeSP_ViewCompleted(this, new GetICInventoryByBarCodeSP_ViewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetMaterByBarCodeSP_View", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet GetMaterByBarCodeSP_View(string sWhere, ref string sErr) { |
| | | object[] results = this.Invoke("GetMaterByBarCodeSP_View", new object[] { |
| | | sWhere, |
| | | sErr}); |
| | | sErr = ((string)(results[1])); |
| | | return ((System.Data.DataSet)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void GetMaterByBarCodeSP_ViewAsync(string sWhere, string sErr) { |
| | | this.GetMaterByBarCodeSP_ViewAsync(sWhere, sErr, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void GetMaterByBarCodeSP_ViewAsync(string sWhere, string sErr, object userState) { |
| | | if ((this.GetMaterByBarCodeSP_ViewOperationCompleted == null)) { |
| | | this.GetMaterByBarCodeSP_ViewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMaterByBarCodeSP_ViewOperationCompleted); |
| | | } |
| | | this.InvokeAsync("GetMaterByBarCodeSP_View", new object[] { |
| | | sWhere, |
| | | sErr}, this.GetMaterByBarCodeSP_ViewOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnGetMaterByBarCodeSP_ViewOperationCompleted(object arg) { |
| | | if ((this.GetMaterByBarCodeSP_ViewCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.GetMaterByBarCodeSP_ViewCompleted(this, new GetMaterByBarCodeSP_ViewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/SetFIFOPonderationBillMain_Temp", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool SetFIFOPonderationBillMain_Temp(string HBillNo, long HInterID, long HUserOrgID, ref string sErr) { |
| | | object[] results = this.Invoke("SetFIFOPonderationBillMain_Temp", new object[] { |
| | | HBillNo, |
| | | HInterID, |
| | | HUserOrgID, |
| | | sErr}); |
| | | sErr = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void SetFIFOPonderationBillMain_TempAsync(string HBillNo, long HInterID, long HUserOrgID, string sErr) { |
| | | this.SetFIFOPonderationBillMain_TempAsync(HBillNo, HInterID, HUserOrgID, sErr, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void SetFIFOPonderationBillMain_TempAsync(string HBillNo, long HInterID, long HUserOrgID, string sErr, object userState) { |
| | | if ((this.SetFIFOPonderationBillMain_TempOperationCompleted == null)) { |
| | | this.SetFIFOPonderationBillMain_TempOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetFIFOPonderationBillMain_TempOperationCompleted); |
| | | } |
| | | this.InvokeAsync("SetFIFOPonderationBillMain_Temp", new object[] { |
| | | HBillNo, |
| | | HInterID, |
| | | HUserOrgID, |
| | | sErr}, this.SetFIFOPonderationBillMain_TempOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnSetFIFOPonderationBillMain_TempOperationCompleted(object arg) { |
| | | if ((this.SetFIFOPonderationBillMain_TempCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.SetFIFOPonderationBillMain_TempCompleted(this, new SetFIFOPonderationBillMain_TempCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SavePonderationBillMain_Temp_BarCode_Fast( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | ref string sHSourceBillNo, |
| | | ref string sHSourceBillType, |
| | | ref long sHSupID, |
| | | ref string sHSupName, |
| | | ref long sHDeptID, |
| | | ref string sHDeptName, |
| | | ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_Fast", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HQty, |
| | | HRedBlueFlag, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HOWNERID, |
| | | sHSourceBillNo, |
| | | sHSourceBillType, |
| | | sHSupID, |
| | | sHSupName, |
| | | sHDeptID, |
| | | sHDeptName, |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBill_CLD", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveOtherOutBill_CLD(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveOtherOutBill_CLD", new object[] { |
| | | oMain, |
| | | sHSourceType, |
| | | oSystemParameterMain, |
| | | sErrMsg}); |
| | | sHSourceBillNo = ((string)(results[1])); |
| | | sHSourceBillType = ((string)(results[2])); |
| | | sHSupID = ((long)(results[3])); |
| | | sHSupName = ((string)(results[4])); |
| | | sHDeptID = ((long)(results[5])); |
| | | sHDeptName = ((string)(results[6])); |
| | | sErrMsg = ((string)(results[7])); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_FastAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string sHSourceBillNo, |
| | | string sHSourceBillType, |
| | | long sHSupID, |
| | | string sHSupName, |
| | | long sHDeptID, |
| | | string sHDeptName, |
| | | string sErrMsg) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_FastAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, sHSourceBillNo, sHSourceBillType, sHSupID, sHSupName, sHDeptID, sHDeptName, sErrMsg, null); |
| | | public void set_SaveOtherOutBill_CLDAsync(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg) { |
| | | this.set_SaveOtherOutBill_CLDAsync(oMain, sHSourceType, oSystemParameterMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_FastAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string sHSourceBillNo, |
| | | string sHSourceBillType, |
| | | long sHSupID, |
| | | string sHSupName, |
| | | long sHDeptID, |
| | | string sHDeptName, |
| | | string sErrMsg, |
| | | object userState) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted == null)) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted); |
| | | public void set_SaveOtherOutBill_CLDAsync(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg, object userState) { |
| | | if ((this.set_SaveOtherOutBill_CLDOperationCompleted == null)) { |
| | | this.set_SaveOtherOutBill_CLDOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveOtherOutBill_CLDOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_Fast", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HQty, |
| | | HRedBlueFlag, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HOWNERID, |
| | | sHSourceBillNo, |
| | | sHSourceBillType, |
| | | sHSupID, |
| | | sHSupName, |
| | | sHDeptID, |
| | | sHDeptName, |
| | | sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted, userState); |
| | | this.InvokeAsync("set_SaveOtherOutBill_CLD", new object[] { |
| | | oMain, |
| | | sHSourceType, |
| | | oSystemParameterMain, |
| | | sErrMsg}, this.set_SaveOtherOutBill_CLDOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted(object arg) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_FastCompleted != null)) { |
| | | private void Onset_SaveOtherOutBill_CLDOperationCompleted(object arg) { |
| | | if ((this.set_SaveOtherOutBill_CLDCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_FastCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | this.set_SaveOtherOutBill_CLDCompleted(this, new set_SaveOtherOutBill_CLDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBill_BillCheck", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveOtherOutBill_BillCheck(ClsKf_OtherOutBillMain oMain, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveOtherOutBill_BillCheck", new object[] { |
| | | oMain, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveOtherOutBill_BillCheckAsync(ClsKf_OtherOutBillMain oMain, string sErrMsg) { |
| | | this.set_SaveOtherOutBill_BillCheckAsync(oMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveOtherOutBill_BillCheckAsync(ClsKf_OtherOutBillMain oMain, string sErrMsg, object userState) { |
| | | if ((this.set_SaveOtherOutBill_BillCheckOperationCompleted == null)) { |
| | | this.set_SaveOtherOutBill_BillCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveOtherOutBill_BillCheckOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SaveOtherOutBill_BillCheck", new object[] { |
| | | oMain, |
| | | sErrMsg}, this.set_SaveOtherOutBill_BillCheckOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SaveOtherOutBill_BillCheckOperationCompleted(object arg) { |
| | | if ((this.set_SaveOtherOutBill_BillCheckCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SaveOtherOutBill_BillCheckCompleted(this, new set_SaveOtherOutBill_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveProcReportMoveBill_MoveStock", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveProcReportMoveBill_MoveStock(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveProcReportMoveBill_MoveStock", new object[] { |
| | | oMain, |
| | | HOutBillID, |
| | | HOutBillNo, |
| | | HPPBomBillNo, |
| | | HSCWHID, |
| | | HSCSPID, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveProcReportMoveBill_MoveStockAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, string sErrMsg) { |
| | | this.set_SaveProcReportMoveBill_MoveStockAsync(oMain, HOutBillID, HOutBillNo, HPPBomBillNo, HSCWHID, HSCSPID, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveProcReportMoveBill_MoveStockAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, string sErrMsg, object userState) { |
| | | if ((this.set_SaveProcReportMoveBill_MoveStockOperationCompleted == null)) { |
| | | this.set_SaveProcReportMoveBill_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveProcReportMoveBill_MoveStockOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SaveProcReportMoveBill_MoveStock", new object[] { |
| | | oMain, |
| | | HOutBillID, |
| | | HOutBillNo, |
| | | HPPBomBillNo, |
| | | HSCWHID, |
| | | HSCSPID, |
| | | sErrMsg}, this.set_SaveProcReportMoveBill_MoveStockOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SaveProcReportMoveBill_MoveStockOperationCompleted(object arg) { |
| | | if ((this.set_SaveProcReportMoveBill_MoveStockCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SaveProcReportMoveBill_MoveStockCompleted(this, new set_SaveProcReportMoveBill_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveProcReportMoveBill_MoveStock_CLD_New(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveProcReportMoveBill_MoveStock_CLD_New", new object[] { |
| | | oMain, |
| | | HOutBillID, |
| | | HOutBillNo, |
| | | oSystemParameterMain, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg) { |
| | | this.set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(oMain, HOutBillID, HOutBillNo, oSystemParameterMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg, object userState) { |
| | | if ((this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted == null)) { |
| | | this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SaveProcReportMoveBill_MoveStock_CLD_New", new object[] { |
| | | oMain, |
| | | HOutBillID, |
| | | HOutBillNo, |
| | | oSystemParameterMain, |
| | | sErrMsg}, this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted(object arg) { |
| | | if ((this.set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted(this, new set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveSellOutBackBill_CLD_New", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveSellOutBackBill_CLD_New(ClsKf_ICStockBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveSellOutBackBill_CLD_New", new object[] { |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustReplenishOutBill_BillCheck", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveEntrustReplenishOutBill_BillCheck(ClsKf_EntrustReplenishOutBillMain oMain, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveEntrustReplenishOutBill_BillCheck", new object[] { |
| | | oMain, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveEntrustReplenishOutBill_BillCheckAsync(ClsKf_EntrustReplenishOutBillMain oMain, string sErrMsg) { |
| | | this.set_SaveEntrustReplenishOutBill_BillCheckAsync(oMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveEntrustReplenishOutBill_BillCheckAsync(ClsKf_EntrustReplenishOutBillMain oMain, string sErrMsg, object userState) { |
| | | if ((this.set_SaveEntrustReplenishOutBill_BillCheckOperationCompleted == null)) { |
| | | this.set_SaveEntrustReplenishOutBill_BillCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustReplenishOutBill_BillCheckOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SaveEntrustReplenishOutBill_BillCheck", new object[] { |
| | | oMain, |
| | | sErrMsg}, this.set_SaveEntrustReplenishOutBill_BillCheckOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SaveEntrustReplenishOutBill_BillCheckOperationCompleted(object arg) { |
| | | if ((this.set_SaveEntrustReplenishOutBill_BillCheckCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SaveEntrustReplenishOutBill_BillCheckCompleted(this, new set_SaveEntrustReplenishOutBill_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustInBackBill_CLD", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveEntrustInBackBill_CLD(ClsKf_EntrustInBackBillMain_CLD oMain, string sHSourceType, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveEntrustInBackBill_CLD", new object[] { |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustOutBill_BillCheck", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveEntrustOutBill_BillCheck(ClsKf_EntrustOutBillMain oMain, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveEntrustOutBill_BillCheck", new object[] { |
| | | oMain, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveEntrustOutBill_BillCheckAsync(ClsKf_EntrustOutBillMain oMain, string sErrMsg) { |
| | | this.set_SaveEntrustOutBill_BillCheckAsync(oMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveEntrustOutBill_BillCheckAsync(ClsKf_EntrustOutBillMain oMain, string sErrMsg, object userState) { |
| | | if ((this.set_SaveEntrustOutBill_BillCheckOperationCompleted == null)) { |
| | | this.set_SaveEntrustOutBill_BillCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustOutBill_BillCheckOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SaveEntrustOutBill_BillCheck", new object[] { |
| | | oMain, |
| | | sErrMsg}, this.set_SaveEntrustOutBill_BillCheckOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SaveEntrustOutBill_BillCheckOperationCompleted(object arg) { |
| | | if ((this.set_SaveEntrustOutBill_BillCheckCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SaveEntrustOutBill_BillCheckCompleted(this, new set_SaveEntrustOutBill_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBackBill", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveOtherOutBackBill(ClsKf_ICStockBillMain oMain, string sHSourceType, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveOtherOutBackBill", new object[] { |
| | |
| | | if ((this.set_SaveOtherOutBill_CLD_NewCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SaveOtherOutBill_CLD_NewCompleted(this, new set_SaveOtherOutBill_CLD_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBill_CLD", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveOtherOutBill_CLD(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveOtherOutBill_CLD", new object[] { |
| | | oMain, |
| | | sHSourceType, |
| | | oSystemParameterMain, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveOtherOutBill_CLDAsync(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg) { |
| | | this.set_SaveOtherOutBill_CLDAsync(oMain, sHSourceType, oSystemParameterMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveOtherOutBill_CLDAsync(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg, object userState) { |
| | | if ((this.set_SaveOtherOutBill_CLDOperationCompleted == null)) { |
| | | this.set_SaveOtherOutBill_CLDOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveOtherOutBill_CLDOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SaveOtherOutBill_CLD", new object[] { |
| | | oMain, |
| | | sHSourceType, |
| | | oSystemParameterMain, |
| | | sErrMsg}, this.set_SaveOtherOutBill_CLDOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SaveOtherOutBill_CLDOperationCompleted(object arg) { |
| | | if ((this.set_SaveOtherOutBill_CLDCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SaveOtherOutBill_CLDCompleted(this, new set_SaveOtherOutBill_CLDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBill_BillCheck", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SaveOtherOutBill_BillCheck(ClsKf_OtherOutBillMain oMain, ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SaveOtherOutBill_BillCheck", new object[] { |
| | | oMain, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveOtherOutBill_BillCheckAsync(ClsKf_OtherOutBillMain oMain, string sErrMsg) { |
| | | this.set_SaveOtherOutBill_BillCheckAsync(oMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SaveOtherOutBill_BillCheckAsync(ClsKf_OtherOutBillMain oMain, string sErrMsg, object userState) { |
| | | if ((this.set_SaveOtherOutBill_BillCheckOperationCompleted == null)) { |
| | | this.set_SaveOtherOutBill_BillCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveOtherOutBill_BillCheckOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SaveOtherOutBill_BillCheck", new object[] { |
| | | oMain, |
| | | sErrMsg}, this.set_SaveOtherOutBill_BillCheckOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SaveOtherOutBill_BillCheckOperationCompleted(object arg) { |
| | | if ((this.set_SaveOtherOutBill_BillCheckCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SaveOtherOutBill_BillCheckCompleted(this, new set_SaveOtherOutBill_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_QualityReportBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_ICMOReportBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_DoorOutCheckBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_OtherOutBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_EntrustOutBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_EntrustInBackBillMain_CLD))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_EntrustReplenishOutBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_MateReplenishOutBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_MateOutBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_StdWorkQtyBillMain))] |
| | |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ProductInBillMain_K3))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_AGVRequestBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ProductInBillMain_CLD))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ProductInBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_POStockInBillMain_K3))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_POStockInBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ICStockBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_OtherOutBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsQC_NoPassProdCheckBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsCg_POInStockBillMain_K3))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsCg_POInStockBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ProductInBillMain))] |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_MouldStockBillMain))] |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
| | | [System.SerializableAttribute()] |
| | |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] |
| | | public partial class ClsKf_OtherOutBillMain : ClsXt_BaseBillMain { |
| | | |
| | | private long hSupIDField; |
| | | |
| | | private long hWHIDField; |
| | | |
| | | private long hSCWHIDField; |
| | | |
| | | private long hEmpIDField; |
| | | |
| | | private long hManagerIDField; |
| | | |
| | | private long hSecManagerIDField; |
| | | |
| | | private long hKeeperIDField; |
| | | |
| | | private long hDeptIDField; |
| | | |
| | | private string hExplanationField; |
| | | |
| | | private string hInnerBillNoField; |
| | | |
| | | private bool hRedBlueFlagField; |
| | | |
| | | private string hStockStyleField; |
| | | |
| | | private long hSTOCKORGIDField; |
| | | |
| | | private long hOWNERIDField; |
| | | |
| | | /// <remarks/> |
| | | public long HSupID { |
| | | get { |
| | | return this.hSupIDField; |
| | | } |
| | | set { |
| | | this.hSupIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HWHID { |
| | | get { |
| | | return this.hWHIDField; |
| | | } |
| | | set { |
| | | this.hWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSCWHID { |
| | | get { |
| | | return this.hSCWHIDField; |
| | | } |
| | | set { |
| | | this.hSCWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HEmpID { |
| | | get { |
| | | return this.hEmpIDField; |
| | | } |
| | | set { |
| | | this.hEmpIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HManagerID { |
| | | get { |
| | | return this.hManagerIDField; |
| | | } |
| | | set { |
| | | this.hManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSecManagerID { |
| | | get { |
| | | return this.hSecManagerIDField; |
| | | } |
| | | set { |
| | | this.hSecManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HKeeperID { |
| | | get { |
| | | return this.hKeeperIDField; |
| | | } |
| | | set { |
| | | this.hKeeperIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HDeptID { |
| | | get { |
| | | return this.hDeptIDField; |
| | | } |
| | | set { |
| | | this.hDeptIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HExplanation { |
| | | get { |
| | | return this.hExplanationField; |
| | | } |
| | | set { |
| | | this.hExplanationField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HInnerBillNo { |
| | | get { |
| | | return this.hInnerBillNoField; |
| | | } |
| | | set { |
| | | this.hInnerBillNoField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool HRedBlueFlag { |
| | | get { |
| | | return this.hRedBlueFlagField; |
| | | } |
| | | set { |
| | | this.hRedBlueFlagField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HStockStyle { |
| | | get { |
| | | return this.hStockStyleField; |
| | | } |
| | | set { |
| | | this.hStockStyleField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSTOCKORGID { |
| | | get { |
| | | return this.hSTOCKORGIDField; |
| | | } |
| | | set { |
| | | this.hSTOCKORGIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HOWNERID { |
| | | get { |
| | | return this.hOWNERIDField; |
| | | } |
| | | set { |
| | | this.hOWNERIDField = value; |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
| | | [System.SerializableAttribute()] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] |
| | | public partial class ClsKf_EntrustOutBillMain : ClsXt_BaseBillMain { |
| | | |
| | | private long hSupIDField; |
| | |
| | | } |
| | | set { |
| | | this.hORGANIZATIONSNOField = value; |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
| | | [System.SerializableAttribute()] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] |
| | | public partial class ClsKf_EntrustReplenishOutBillMain : ClsXt_BaseBillMain { |
| | | |
| | | private long hSupIDField; |
| | | |
| | | private long hWHIDField; |
| | | |
| | | private long hSCWHIDField; |
| | | |
| | | private long hEmpIDField; |
| | | |
| | | private long hManagerIDField; |
| | | |
| | | private long hSecManagerIDField; |
| | | |
| | | private long hKeeperIDField; |
| | | |
| | | private long hDeptIDField; |
| | | |
| | | private string hExplanationField; |
| | | |
| | | private string hInnerBillNoField; |
| | | |
| | | private bool hRedBlueFlagField; |
| | | |
| | | private long hSTOCKORGIDField; |
| | | |
| | | private long hOWNERIDField; |
| | | |
| | | /// <remarks/> |
| | | public long HSupID { |
| | | get { |
| | | return this.hSupIDField; |
| | | } |
| | | set { |
| | | this.hSupIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HWHID { |
| | | get { |
| | | return this.hWHIDField; |
| | | } |
| | | set { |
| | | this.hWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSCWHID { |
| | | get { |
| | | return this.hSCWHIDField; |
| | | } |
| | | set { |
| | | this.hSCWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HEmpID { |
| | | get { |
| | | return this.hEmpIDField; |
| | | } |
| | | set { |
| | | this.hEmpIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HManagerID { |
| | | get { |
| | | return this.hManagerIDField; |
| | | } |
| | | set { |
| | | this.hManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSecManagerID { |
| | | get { |
| | | return this.hSecManagerIDField; |
| | | } |
| | | set { |
| | | this.hSecManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HKeeperID { |
| | | get { |
| | | return this.hKeeperIDField; |
| | | } |
| | | set { |
| | | this.hKeeperIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HDeptID { |
| | | get { |
| | | return this.hDeptIDField; |
| | | } |
| | | set { |
| | | this.hDeptIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HExplanation { |
| | | get { |
| | | return this.hExplanationField; |
| | | } |
| | | set { |
| | | this.hExplanationField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HInnerBillNo { |
| | | get { |
| | | return this.hInnerBillNoField; |
| | | } |
| | | set { |
| | | this.hInnerBillNoField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool HRedBlueFlag { |
| | | get { |
| | | return this.hRedBlueFlagField; |
| | | } |
| | | set { |
| | | this.hRedBlueFlagField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSTOCKORGID { |
| | | get { |
| | | return this.hSTOCKORGIDField; |
| | | } |
| | | set { |
| | | this.hSTOCKORGIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HOWNERID { |
| | | get { |
| | | return this.hOWNERIDField; |
| | | } |
| | | set { |
| | | this.hOWNERIDField = value; |
| | | } |
| | | } |
| | | } |
| | |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] |
| | | public partial class ClsKf_ProductInBillMain : ClsXt_BaseBillMain { |
| | | |
| | | private string hDateForWebField; |
| | | |
| | | private long hSupIDField; |
| | | |
| | | private long hWHIDField; |
| | | |
| | | private long hSCWHIDField; |
| | | |
| | | private long hEmpIDField; |
| | | |
| | | private long hManagerIDField; |
| | | |
| | | private long hSecManagerIDField; |
| | | |
| | | private long hKeeperIDField; |
| | | |
| | | private long hDeptIDField; |
| | | |
| | | private string hExplanationField; |
| | | |
| | | private string hInnerBillNoField; |
| | | |
| | | private bool hRedBlueFlagField; |
| | | |
| | | private long hSTOCKORGIDField; |
| | | |
| | | private long hOWNERIDField; |
| | | |
| | | /// <remarks/> |
| | | public string HDateForWeb { |
| | | get { |
| | | return this.hDateForWebField; |
| | | } |
| | | set { |
| | | this.hDateForWebField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSupID { |
| | | get { |
| | | return this.hSupIDField; |
| | | } |
| | | set { |
| | | this.hSupIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HWHID { |
| | | get { |
| | | return this.hWHIDField; |
| | | } |
| | | set { |
| | | this.hWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSCWHID { |
| | | get { |
| | | return this.hSCWHIDField; |
| | | } |
| | | set { |
| | | this.hSCWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HEmpID { |
| | | get { |
| | | return this.hEmpIDField; |
| | | } |
| | | set { |
| | | this.hEmpIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HManagerID { |
| | | get { |
| | | return this.hManagerIDField; |
| | | } |
| | | set { |
| | | this.hManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSecManagerID { |
| | | get { |
| | | return this.hSecManagerIDField; |
| | | } |
| | | set { |
| | | this.hSecManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HKeeperID { |
| | | get { |
| | | return this.hKeeperIDField; |
| | | } |
| | | set { |
| | | this.hKeeperIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HDeptID { |
| | | get { |
| | | return this.hDeptIDField; |
| | | } |
| | | set { |
| | | this.hDeptIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HExplanation { |
| | | get { |
| | | return this.hExplanationField; |
| | | } |
| | | set { |
| | | this.hExplanationField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HInnerBillNo { |
| | | get { |
| | | return this.hInnerBillNoField; |
| | | } |
| | | set { |
| | | this.hInnerBillNoField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool HRedBlueFlag { |
| | | get { |
| | | return this.hRedBlueFlagField; |
| | | } |
| | | set { |
| | | this.hRedBlueFlagField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSTOCKORGID { |
| | | get { |
| | | return this.hSTOCKORGIDField; |
| | | } |
| | | set { |
| | | this.hSTOCKORGIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HOWNERID { |
| | | get { |
| | | return this.hOWNERIDField; |
| | | } |
| | | set { |
| | | this.hOWNERIDField = value; |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
| | | [System.SerializableAttribute()] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] |
| | | public partial class ClsKf_POStockInBillMain_K3 : ClsXt_BaseBillMain { |
| | | |
| | | private long hCussentAcctIDField; |
| | |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] |
| | | public partial class ClsKf_OtherOutBillMain : ClsXt_BaseBillMain { |
| | | |
| | | private long hSupIDField; |
| | | |
| | | private long hWHIDField; |
| | | |
| | | private long hSCWHIDField; |
| | | |
| | | private long hEmpIDField; |
| | | |
| | | private long hManagerIDField; |
| | | |
| | | private long hSecManagerIDField; |
| | | |
| | | private long hKeeperIDField; |
| | | |
| | | private long hDeptIDField; |
| | | |
| | | private string hExplanationField; |
| | | |
| | | private string hInnerBillNoField; |
| | | |
| | | private bool hRedBlueFlagField; |
| | | |
| | | private string hStockStyleField; |
| | | |
| | | private long hSTOCKORGIDField; |
| | | |
| | | private long hOWNERIDField; |
| | | |
| | | /// <remarks/> |
| | | public long HSupID { |
| | | get { |
| | | return this.hSupIDField; |
| | | } |
| | | set { |
| | | this.hSupIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HWHID { |
| | | get { |
| | | return this.hWHIDField; |
| | | } |
| | | set { |
| | | this.hWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSCWHID { |
| | | get { |
| | | return this.hSCWHIDField; |
| | | } |
| | | set { |
| | | this.hSCWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HEmpID { |
| | | get { |
| | | return this.hEmpIDField; |
| | | } |
| | | set { |
| | | this.hEmpIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HManagerID { |
| | | get { |
| | | return this.hManagerIDField; |
| | | } |
| | | set { |
| | | this.hManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSecManagerID { |
| | | get { |
| | | return this.hSecManagerIDField; |
| | | } |
| | | set { |
| | | this.hSecManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HKeeperID { |
| | | get { |
| | | return this.hKeeperIDField; |
| | | } |
| | | set { |
| | | this.hKeeperIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HDeptID { |
| | | get { |
| | | return this.hDeptIDField; |
| | | } |
| | | set { |
| | | this.hDeptIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HExplanation { |
| | | get { |
| | | return this.hExplanationField; |
| | | } |
| | | set { |
| | | this.hExplanationField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HInnerBillNo { |
| | | get { |
| | | return this.hInnerBillNoField; |
| | | } |
| | | set { |
| | | this.hInnerBillNoField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool HRedBlueFlag { |
| | | get { |
| | | return this.hRedBlueFlagField; |
| | | } |
| | | set { |
| | | this.hRedBlueFlagField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HStockStyle { |
| | | get { |
| | | return this.hStockStyleField; |
| | | } |
| | | set { |
| | | this.hStockStyleField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSTOCKORGID { |
| | | get { |
| | | return this.hSTOCKORGIDField; |
| | | } |
| | | set { |
| | | this.hSTOCKORGIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HOWNERID { |
| | | get { |
| | | return this.hOWNERIDField; |
| | | } |
| | | set { |
| | | this.hOWNERIDField = value; |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
| | | [System.SerializableAttribute()] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] |
| | | public partial class ClsQC_NoPassProdCheckBillMain : ClsXt_BaseBillMain { |
| | | |
| | | private long hPrintQtyField; |
| | |
| | | } |
| | | set { |
| | | this.hInnerBillNoField = value; |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] |
| | | [System.SerializableAttribute()] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] |
| | | public partial class ClsKf_ProductInBillMain : ClsXt_BaseBillMain { |
| | | |
| | | private string hDateForWebField; |
| | | |
| | | private long hSupIDField; |
| | | |
| | | private long hWHIDField; |
| | | |
| | | private long hSCWHIDField; |
| | | |
| | | private long hEmpIDField; |
| | | |
| | | private long hManagerIDField; |
| | | |
| | | private long hSecManagerIDField; |
| | | |
| | | private long hKeeperIDField; |
| | | |
| | | private long hDeptIDField; |
| | | |
| | | private string hExplanationField; |
| | | |
| | | private string hInnerBillNoField; |
| | | |
| | | private bool hRedBlueFlagField; |
| | | |
| | | private long hSTOCKORGIDField; |
| | | |
| | | private long hOWNERIDField; |
| | | |
| | | /// <remarks/> |
| | | public string HDateForWeb { |
| | | get { |
| | | return this.hDateForWebField; |
| | | } |
| | | set { |
| | | this.hDateForWebField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSupID { |
| | | get { |
| | | return this.hSupIDField; |
| | | } |
| | | set { |
| | | this.hSupIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HWHID { |
| | | get { |
| | | return this.hWHIDField; |
| | | } |
| | | set { |
| | | this.hWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSCWHID { |
| | | get { |
| | | return this.hSCWHIDField; |
| | | } |
| | | set { |
| | | this.hSCWHIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HEmpID { |
| | | get { |
| | | return this.hEmpIDField; |
| | | } |
| | | set { |
| | | this.hEmpIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HManagerID { |
| | | get { |
| | | return this.hManagerIDField; |
| | | } |
| | | set { |
| | | this.hManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSecManagerID { |
| | | get { |
| | | return this.hSecManagerIDField; |
| | | } |
| | | set { |
| | | this.hSecManagerIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HKeeperID { |
| | | get { |
| | | return this.hKeeperIDField; |
| | | } |
| | | set { |
| | | this.hKeeperIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HDeptID { |
| | | get { |
| | | return this.hDeptIDField; |
| | | } |
| | | set { |
| | | this.hDeptIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HExplanation { |
| | | get { |
| | | return this.hExplanationField; |
| | | } |
| | | set { |
| | | this.hExplanationField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string HInnerBillNo { |
| | | get { |
| | | return this.hInnerBillNoField; |
| | | } |
| | | set { |
| | | this.hInnerBillNoField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool HRedBlueFlag { |
| | | get { |
| | | return this.hRedBlueFlagField; |
| | | } |
| | | set { |
| | | this.hRedBlueFlagField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HSTOCKORGID { |
| | | get { |
| | | return this.hSTOCKORGIDField; |
| | | } |
| | | set { |
| | | this.hSTOCKORGIDField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long HOWNERID { |
| | | get { |
| | | return this.hOWNERIDField; |
| | | } |
| | | set { |
| | | this.hOWNERIDField = value; |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | private string kf_EntrustOutBill_SimpleModeField; |
| | | |
| | | private string kf_EntrustOutBillCheck_MustQtyCtlField; |
| | | |
| | | private string kf_EntrustOutBillCheck_WHSPCtlField; |
| | | |
| | | private string kf_EntrustOutBillCheck_MultilineCtlField; |
| | | |
| | | private string kf_MateReplenishOutBill_AutoCheckField; |
| | | |
| | | private string kf_MateReplenishOutBill_ERPModeField; |
| | |
| | | private string kf_MateReplenishOutBillCheck_WHSPCtlField; |
| | | |
| | | private string kf_MateReplenishOutBillCheck_MultilineCtlField; |
| | | |
| | | private string kf_EntrustReplenishOutBill_AutoCheckField; |
| | | |
| | | private string kf_EntrustReplenishOutBill_ERPModeField; |
| | | |
| | | private string kf_EntrustReplenishOutBill_MustQtyCtlField; |
| | | |
| | | private string kf_EntrustReplenishOutBill_MulSourceBillField; |
| | | |
| | | private string kf_EntrustReplenishOutBill_BillTypeOneScanField; |
| | | |
| | | private string kf_EntrustReplenishOutBill_BatchNoCtlField; |
| | | |
| | | private string kf_EntrustReplenishOutBill_MultilineCtlField; |
| | | |
| | | private string kf_EntrustReplenishOutBill_MaterWHSPCtlField; |
| | | |
| | | private string kf_EntrustReplenishOutBill_SourceWHSPCtlField; |
| | | |
| | | private string kf_EntrustReplenishOutBillCheck_MustQtyCtlField; |
| | | |
| | | private string kf_EntrustReplenishOutBillCheck_WHSPCtlField; |
| | | |
| | | private string kf_EntrustReplenishOutBillCheck_MultilineCtlField; |
| | | |
| | | private string kf_MoveStockBill_AutoCheckField; |
| | | |
| | |
| | | private string wMS_UserByOrgRelationField; |
| | | |
| | | private string wMS_MouldManagerCtlField; |
| | | |
| | | private string wMS_CloudModeField; |
| | | |
| | | private string barCode_SourceQtyCtlField; |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustOutBillCheck_MustQtyCtl { |
| | | get { |
| | | return this.kf_EntrustOutBillCheck_MustQtyCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustOutBillCheck_MustQtyCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustOutBillCheck_WHSPCtl { |
| | | get { |
| | | return this.kf_EntrustOutBillCheck_WHSPCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustOutBillCheck_WHSPCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustOutBillCheck_MultilineCtl { |
| | | get { |
| | | return this.kf_EntrustOutBillCheck_MultilineCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustOutBillCheck_MultilineCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_MateReplenishOutBill_AutoCheck { |
| | | get { |
| | | return this.kf_MateReplenishOutBill_AutoCheckField; |
| | |
| | | } |
| | | set { |
| | | this.kf_MateReplenishOutBillCheck_MultilineCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBill_AutoCheck { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBill_AutoCheckField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBill_AutoCheckField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBill_ERPMode { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBill_ERPModeField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBill_ERPModeField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBill_MustQtyCtl { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBill_MustQtyCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBill_MustQtyCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBill_MulSourceBill { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBill_MulSourceBillField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBill_MulSourceBillField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBill_BillTypeOneScan { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBill_BillTypeOneScanField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBill_BillTypeOneScanField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBill_BatchNoCtl { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBill_BatchNoCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBill_BatchNoCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBill_MultilineCtl { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBill_MultilineCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBill_MultilineCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBill_MaterWHSPCtl { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBill_MaterWHSPCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBill_MaterWHSPCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBill_SourceWHSPCtl { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBill_SourceWHSPCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBill_SourceWHSPCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBillCheck_MustQtyCtl { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBillCheck_MustQtyCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBillCheck_MustQtyCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBillCheck_WHSPCtl { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBillCheck_WHSPCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBillCheck_WHSPCtlField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Kf_EntrustReplenishOutBillCheck_MultilineCtl { |
| | | get { |
| | | return this.kf_EntrustReplenishOutBillCheck_MultilineCtlField; |
| | | } |
| | | set { |
| | | this.kf_EntrustReplenishOutBillCheck_MultilineCtlField = value; |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string WMS_CloudMode { |
| | | get { |
| | | return this.wMS_CloudModeField; |
| | | } |
| | | set { |
| | | this.wMS_CloudModeField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string BarCode_SourceQtyCtl { |
| | | get { |
| | | return this.barCode_SourceQtyCtlField; |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getCheckOpenCompletedEventHandler(object sender, getCheckOpenCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getCheckOpenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getCheckOpenCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getGetDataBaseCompletedEventHandler(object sender, getGetDataBaseCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getGetDataBaseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getGetDataBaseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sK3 { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getCheckCzymcCompletedEventHandler(object sender, getCheckCzymcCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getCheckCzymcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getCheckCzymcCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.Data.DataSet Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getSub_GetCurPeriodCompletedEventHandler(object sender, getSub_GetCurPeriodCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getSub_GetCurPeriodCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getSub_GetCurPeriodCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public int sYear { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((int)(this.results[1])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public int sPeriod { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((int)(this.results[2])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getDataSetBySQLCompletedEventHandler(object sender, getDataSetBySQLCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | |
| | | private object[] results; |
| | | |
| | | internal set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sHSourceBillNo { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sHSourceBillType { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[2])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long sHSupID { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((long)(this.results[3])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sHSupName { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[4])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long sHDeptID { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((long)(this.results[5])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sHDeptName { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[6])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[7])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void GetICInventoryByBarCodeSP_ViewCompletedEventHandler(object sender, GetICInventoryByBarCodeSP_ViewCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class GetICInventoryByBarCodeSP_ViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal GetICInventoryByBarCodeSP_ViewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.Data.DataSet Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErr { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void GetMaterByBarCodeSP_ViewCompletedEventHandler(object sender, GetMaterByBarCodeSP_ViewCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class GetMaterByBarCodeSP_ViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal GetMaterByBarCodeSP_ViewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.Data.DataSet Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErr { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void SetFIFOPonderationBillMain_TempCompletedEventHandler(object sender, SetFIFOPonderationBillMain_TempCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class SetFIFOPonderationBillMain_TempCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal SetFIFOPonderationBillMain_TempCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErr { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getCheckOpenCompletedEventHandler(object sender, getCheckOpenCompletedEventArgs e); |
| | | public delegate void set_SaveProcReportMoveBill_MoveStockCompletedEventHandler(object sender, set_SaveProcReportMoveBill_MoveStockCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getCheckOpenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | public partial class set_SaveProcReportMoveBill_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getCheckOpenCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | internal set_SaveProcReportMoveBill_MoveStockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getGetDataBaseCompletedEventHandler(object sender, getGetDataBaseCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getGetDataBaseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getGetDataBaseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sK3 { |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getCheckCzymcCompletedEventHandler(object sender, getCheckCzymcCompletedEventArgs e); |
| | | public delegate void set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventHandler(object sender, set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getCheckCzymcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | public partial class set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getCheckCzymcCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.Data.DataSet Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getSub_GetCurPeriodCompletedEventHandler(object sender, getSub_GetCurPeriodCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getSub_GetCurPeriodCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getSub_GetCurPeriodCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | internal set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public int sYear { |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((int)(this.results[1])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public int sPeriod { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((int)(this.results[2])); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void GetICInventoryByBarCodeSP_ViewCompletedEventHandler(object sender, GetICInventoryByBarCodeSP_ViewCompletedEventArgs e); |
| | | public delegate void set_SaveOtherOutBill_CLDCompletedEventHandler(object sender, set_SaveOtherOutBill_CLDCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class GetICInventoryByBarCodeSP_ViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | public partial class set_SaveOtherOutBill_CLDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal GetICInventoryByBarCodeSP_ViewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.Data.DataSet Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErr { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void GetMaterByBarCodeSP_ViewCompletedEventHandler(object sender, GetMaterByBarCodeSP_ViewCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class GetMaterByBarCodeSP_ViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal GetMaterByBarCodeSP_ViewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.Data.DataSet Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErr { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void SetFIFOPonderationBillMain_TempCompletedEventHandler(object sender, SetFIFOPonderationBillMain_TempCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class SetFIFOPonderationBillMain_TempCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal SetFIFOPonderationBillMain_TempCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | internal set_SaveOtherOutBill_CLDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErr { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sHSourceBillNo { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sHSourceBillType { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[2])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long sHSupID { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((long)(this.results[3])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sHSupName { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[4])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public long sHDeptID { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((long)(this.results[5])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sHDeptName { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[6])); |
| | | } |
| | | } |
| | | |
| | |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[7])); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveOtherOutBill_BillCheckCompletedEventHandler(object sender, set_SaveOtherOutBill_BillCheckCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SaveOtherOutBill_BillCheckCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SaveOtherOutBill_BillCheckCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveProcReportMoveBill_MoveStockCompletedEventHandler(object sender, set_SaveProcReportMoveBill_MoveStockCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SaveProcReportMoveBill_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SaveProcReportMoveBill_MoveStockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventHandler(object sender, set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveSellOutBackBill_CLD_NewCompletedEventHandler(object sender, set_SaveSellOutBackBill_CLD_NewCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveEntrustReplenishOutBill_BillCheckCompletedEventHandler(object sender, set_SaveEntrustReplenishOutBill_BillCheckCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SaveEntrustReplenishOutBill_BillCheckCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SaveEntrustReplenishOutBill_BillCheckCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveEntrustInBackBill_CLDCompletedEventHandler(object sender, set_SaveEntrustInBackBill_CLDCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveEntrustOutBill_BillCheckCompletedEventHandler(object sender, set_SaveEntrustOutBill_BillCheckCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SaveEntrustOutBill_BillCheckCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SaveEntrustOutBill_BillCheckCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveOtherOutBackBillCompletedEventHandler(object sender, set_SaveOtherOutBackBillCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | |
| | | private object[] results; |
| | | |
| | | internal set_SaveOtherOutBill_CLD_NewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveOtherOutBill_CLDCompletedEventHandler(object sender, set_SaveOtherOutBill_CLDCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SaveOtherOutBill_CLDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SaveOtherOutBill_CLDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void set_SaveOtherOutBill_BillCheckCompletedEventHandler(object sender, set_SaveOtherOutBill_BillCheckCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SaveOtherOutBill_BillCheckCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SaveOtherOutBill_BillCheckCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | |
| | | <?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.ContractReference" url="http://localhost/WEBS/WebService1.asmx?wsdl" filename="WebService1.wsdl" /> |
| | | <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://localhost/WEBS/WebService1.asmx?disco" filename="WebService1.disco" /> |
| | | <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://192.168.63.7/WEBS-WMS/WebService1.asmx?disco" filename="WebService1.disco" /> |
| | | <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://192.168.63.7/WEBS-WMS/WebService1.asmx?wsdl" filename="WebService1.wsdl" /> |
| | | </Results> |
| | | </DiscoveryClientResultsFile> |
| | |
| | | <?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://localhost/WEBS/WebService1.asmx?wsdl" docRef="http://localhost/WEBS/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> |
| | | <soap address="http://localhost/WEBS/WebService1.asmx" xmlns:q1="http://tempuri.org/" binding="q1:WebService1Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> |
| | | <soap address="http://localhost/WEBS/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> |
| | | <contractRef ref="http://192.168.63.7/WEBS-WMS/WebService1.asmx?wsdl" docRef="http://192.168.63.7/WEBS-WMS/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> |
| | | <soap address="http://192.168.63.7/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.7/WEBS-WMS/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> |
| | | </discovery> |
| | |
| | | <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="getCheckOpen"> |
| | | <s:complexType /> |
| | | </s:element> |
| | | <s:element name="getCheckOpenResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="getCheckOpenResult" type="s:boolean" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getGetDataBase"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sItem" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getGetDataBaseResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="getGetDataBaseResult" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getCheckCzymc"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sUser" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sPsd" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getCheckCzymcResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="getCheckCzymcResult"> |
| | | <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="getSub_GetCurPeriod"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getSub_GetCurPeriodResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="getSub_GetCurPeriodResult" type="s:boolean" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getDataSetBySQL"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_MouldResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="GetICInventoryByBarCodeSP_View"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="GetICInventoryByBarCodeSP_ViewResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="GetICInventoryByBarCodeSP_ViewResult"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element ref="s:schema" /> |
| | | <s:any /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="GetMaterByBarCodeSP_View"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="GetMaterByBarCodeSP_ViewResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="GetMaterByBarCodeSP_ViewResult"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element ref="s:schema" /> |
| | | <s:any /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="SetFIFOPonderationBillMain_Temp"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HUserOrgID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="SetFIFOPonderationBillMain_TempResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="SetFIFOPonderationBillMain_TempResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SavePonderationBillMain_Temp_BarCode_Fast"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SavePonderationBillMain_Temp_BarCode_FastResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_FastResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> |
| | |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_FIFOList" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_FIFOCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_SimpleMode" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_MustQtyCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_WHSPCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_MultilineCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_AutoCheck" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_ERPMode" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_MustQtyCtl" type="s:string" /> |
| | |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_MustQtyCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_WHSPCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_MultilineCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_AutoCheck" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_ERPMode" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MustQtyCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MulSourceBill" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_BillTypeOneScan" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_BatchNoCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MultilineCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MaterWHSPCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_SourceWHSPCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_MustQtyCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_WHSPCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_MultilineCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_AutoCheck" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_ERPMode" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_MustQtyCtl" type="s:string" /> |
| | |
| | | <s:element minOccurs="0" maxOccurs="1" name="WMS_OneScanMode" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="WMS_UserByOrgRelation" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="WMS_MouldManagerCtl" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="WMS_CloudMode" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="BarCode_SourceQtyCtl" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="BarCode_PrintQty" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="BarCode_PrintQtyCtl" type="s:string" /> |
| | |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getCheckOpen"> |
| | | <s:complexType /> |
| | | </s:element> |
| | | <s:element name="getCheckOpenResponse"> |
| | | <s:element name="set_SaveProcReportMoveBill_MoveStock"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="getCheckOpenResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HPPBomBillNo" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getGetDataBase"> |
| | | <s:complexType name="ClsKf_ProductInBillMain"> |
| | | <s:complexContent mixed="false"> |
| | | <s:extension base="tns:ClsXt_BaseBillMain"> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HDateForWeb" type="s:string" /> |
| | | <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="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_SaveProcReportMoveBill_MoveStockResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sItem" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStockResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getGetDataBaseResponse"> |
| | | <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="getGetDataBaseResult" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" 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="getCheckCzymc"> |
| | | <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sUser" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sPsd" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getCheckCzymcResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="getCheckCzymcResult"> |
| | | <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="getSub_GetCurPeriod"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="getSub_GetCurPeriodResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="getSub_GetCurPeriodResult" type="s:boolean" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStock_CLD_NewResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="GetICInventoryByBarCodeSP_View"> |
| | | <s:element name="set_SaveOtherOutBill_CLD"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="GetICInventoryByBarCodeSP_ViewResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="GetICInventoryByBarCodeSP_ViewResult"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element ref="s:schema" /> |
| | | <s:any /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="GetMaterByBarCodeSP_View"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="GetMaterByBarCodeSP_ViewResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="GetMaterByBarCodeSP_ViewResult"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element ref="s:schema" /> |
| | | <s:any /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="SetFIFOPonderationBillMain_Temp"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HUserOrgID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="SetFIFOPonderationBillMain_TempResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="SetFIFOPonderationBillMain_TempResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SavePonderationBillMain_Temp_BarCode_Fast"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> |
| | | <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_SavePonderationBillMain_Temp_BarCode_FastResponse"> |
| | | <s:complexType name="ClsKf_OtherOutBillMain"> |
| | | <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_SaveOtherOutBill_CLDResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_FastResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_CLDResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveOtherOutBill_BillCheck"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveOtherOutBill_BillCheckResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_BillCheckResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:complexType name="ClsKf_ProductInBillMain"> |
| | | <s:complexContent mixed="false"> |
| | | <s:extension base="tns:ClsXt_BaseBillMain"> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HDateForWeb" type="s:string" /> |
| | | <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="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_SaveProductInBill_MulSource_CLDResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveProcReportMoveBill_MoveStock"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HPPBomBillNo" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveProcReportMoveBill_MoveStockResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStockResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" 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_SaveProcReportMoveBill_MoveStock_CLD_NewResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStock_CLD_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_SaveSellOutBackBill_CLD_New"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveEntrustReplenishOutBill_BillCheck"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustReplenishOutBillMain" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:complexType name="ClsKf_EntrustReplenishOutBillMain"> |
| | | <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="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_SaveEntrustReplenishOutBill_BillCheckResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustReplenishOutBill_BillCheckResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveEntrustInBackBill_CLD"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveEntrustOutBill_BillCheck"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustOutBillMain" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveEntrustOutBill_BillCheckResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustOutBill_BillCheckResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveOtherOutBackBill"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:complexType name="ClsKf_OtherOutBillMain"> |
| | | <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_SaveOtherOutBillResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_CLD_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_SaveOtherOutBill_CLD"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> |
| | | <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_SaveOtherOutBill_CLDResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_CLDResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveOtherOutBill_BillCheck"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SaveOtherOutBill_BillCheckResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_BillCheckResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | |
| | | </s:element> |
| | | </s:schema> |
| | | </wsdl:types> |
| | | <wsdl:message name="getCheckOpenSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:getCheckOpen" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getCheckOpenSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:getCheckOpenResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getGetDataBaseSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:getGetDataBase" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getGetDataBaseSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:getGetDataBaseResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getCheckCzymcSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:getCheckCzymc" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getCheckCzymcSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:getCheckCzymcResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getSub_GetCurPeriodSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:getSub_GetCurPeriod" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getSub_GetCurPeriodSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:getSub_GetCurPeriodResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getDataSetBySQLSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:getDataSetBySQL" /> |
| | | </wsdl:message> |
| | |
| | | </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="GetICInventoryByBarCodeSP_ViewSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_View" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_ViewResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="GetMaterByBarCodeSP_ViewSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_View" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="GetMaterByBarCodeSP_ViewSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_ViewResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="SetFIFOPonderationBillMain_TempSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_Temp" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="SetFIFOPonderationBillMain_TempSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_TempResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Fast" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_FastResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_CheckTypeByBarCodeSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode" /> |
| | |
| | | <wsdl:message name="getDataSetByMasterSQLSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:getDataSetByMasterSQLResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getCheckOpenSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:getCheckOpen" /> |
| | | <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getCheckOpenSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:getCheckOpenResponse" /> |
| | | <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStockResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getGetDataBaseSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:getGetDataBase" /> |
| | | <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_New" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getGetDataBaseSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:getGetDataBaseResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getCheckCzymcSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:getCheckCzymc" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getCheckCzymcSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:getCheckCzymcResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getSub_GetCurPeriodSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:getSub_GetCurPeriod" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="getSub_GetCurPeriodSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:getSub_GetCurPeriodResponse" /> |
| | | <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_CheckPOInStockBill_NewSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_New" /> |
| | |
| | | <wsdl:message name="GetMaterByBarCode_ViewSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:GetMaterByBarCode_ViewResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_View" /> |
| | | <wsdl:message name="set_SaveOtherOutBill_CLDSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLD" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_ViewResponse" /> |
| | | <wsdl:message name="set_SaveOtherOutBill_CLDSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLDResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="GetMaterByBarCodeSP_ViewSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_View" /> |
| | | <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheck" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="GetMaterByBarCodeSP_ViewSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_ViewResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="SetFIFOPonderationBillMain_TempSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_Temp" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="SetFIFOPonderationBillMain_TempSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_TempResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Fast" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_FastResponse" /> |
| | | <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheckResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePOStockInBackBillSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBill" /> |
| | |
| | | <wsdl:message name="set_SaveProcReportMoveBill_CLD_NewSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_CLD_NewResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStockResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_New" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveSellOutBackBill_CLD_NewSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveSellOutBackBill_CLD_New" /> |
| | | </wsdl:message> |
| | |
| | | <wsdl:message name="set_SaveMateReplenishOutBill_BillCheckSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveMateReplenishOutBill_BillCheckResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveEntrustReplenishOutBill_BillCheckSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveEntrustReplenishOutBill_BillCheck" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveEntrustReplenishOutBill_BillCheckSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveEntrustReplenishOutBill_BillCheckResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveEntrustInBackBill_CLDSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill_CLD" /> |
| | | </wsdl:message> |
| | |
| | | <wsdl:message name="set_SaveEntrustOutBill_CLDSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_CLDResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveEntrustOutBill_BillCheckSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_BillCheck" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveEntrustOutBill_BillCheckSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_BillCheckResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveOtherOutBackBillSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBill" /> |
| | | </wsdl:message> |
| | |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveOtherOutBill_CLD_NewSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLD_NewResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveOtherOutBill_CLDSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLD" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveOtherOutBill_CLDSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLDResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheck" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheckResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_ChangGuiSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_ChangGui" /> |
| | |
| | | <wsdl:part name="parameters" element="tns:GetSc_ICMOBillListResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:portType name="WebService1Soap"> |
| | | <wsdl:operation name="getCheckOpen"> |
| | | <wsdl:input message="tns:getCheckOpenSoapIn" /> |
| | | <wsdl:output message="tns:getCheckOpenSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getGetDataBase"> |
| | | <wsdl:input message="tns:getGetDataBaseSoapIn" /> |
| | | <wsdl:output message="tns:getGetDataBaseSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getCheckCzymc"> |
| | | <wsdl:input message="tns:getCheckCzymcSoapIn" /> |
| | | <wsdl:output message="tns:getCheckCzymcSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getSub_GetCurPeriod"> |
| | | <wsdl:input message="tns:getSub_GetCurPeriodSoapIn" /> |
| | | <wsdl:output message="tns:getSub_GetCurPeriodSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getDataSetBySQL"> |
| | | <wsdl:input message="tns:getDataSetBySQLSoapIn" /> |
| | | <wsdl:output message="tns:getDataSetBySQLSoapOut" /> |
| | |
| | | <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="GetICInventoryByBarCodeSP_View"> |
| | | <wsdl:input message="tns:GetICInventoryByBarCodeSP_ViewSoapIn" /> |
| | | <wsdl:output message="tns:GetICInventoryByBarCodeSP_ViewSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetMaterByBarCodeSP_View"> |
| | | <wsdl:input message="tns:GetMaterByBarCodeSP_ViewSoapIn" /> |
| | | <wsdl:output message="tns:GetMaterByBarCodeSP_ViewSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> |
| | | <wsdl:input message="tns:SetFIFOPonderationBillMain_TempSoapIn" /> |
| | | <wsdl:output message="tns:SetFIFOPonderationBillMain_TempSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> |
| | | <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapIn" /> |
| | | <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_CheckTypeByBarCode"> |
| | | <wsdl:input message="tns:get_CheckTypeByBarCodeSoapIn" /> |
| | |
| | | <wsdl:input message="tns:getDataSetByMasterSQLSoapIn" /> |
| | | <wsdl:output message="tns:getDataSetByMasterSQLSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getCheckOpen"> |
| | | <wsdl:input message="tns:getCheckOpenSoapIn" /> |
| | | <wsdl:output message="tns:getCheckOpenSoapOut" /> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> |
| | | <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStockSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStockSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getGetDataBase"> |
| | | <wsdl:input message="tns:getGetDataBaseSoapIn" /> |
| | | <wsdl:output message="tns:getGetDataBaseSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getCheckCzymc"> |
| | | <wsdl:input message="tns:getCheckCzymcSoapIn" /> |
| | | <wsdl:output message="tns:getCheckCzymcSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getSub_GetCurPeriod"> |
| | | <wsdl:input message="tns:getSub_GetCurPeriodSoapIn" /> |
| | | <wsdl:output message="tns:getSub_GetCurPeriodSoapOut" /> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> |
| | | <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_CheckPOInStockBill_New"> |
| | | <wsdl:input message="tns:set_CheckPOInStockBill_NewSoapIn" /> |
| | |
| | | <wsdl:input message="tns:GetMaterByBarCode_ViewSoapIn" /> |
| | | <wsdl:output message="tns:GetMaterByBarCode_ViewSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetICInventoryByBarCodeSP_View"> |
| | | <wsdl:input message="tns:GetICInventoryByBarCodeSP_ViewSoapIn" /> |
| | | <wsdl:output message="tns:GetICInventoryByBarCodeSP_ViewSoapOut" /> |
| | | <wsdl:operation name="set_SaveOtherOutBill_CLD"> |
| | | <wsdl:input message="tns:set_SaveOtherOutBill_CLDSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveOtherOutBill_CLDSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetMaterByBarCodeSP_View"> |
| | | <wsdl:input message="tns:GetMaterByBarCodeSP_ViewSoapIn" /> |
| | | <wsdl:output message="tns:GetMaterByBarCodeSP_ViewSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> |
| | | <wsdl:input message="tns:SetFIFOPonderationBillMain_TempSoapIn" /> |
| | | <wsdl:output message="tns:SetFIFOPonderationBillMain_TempSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> |
| | | <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapIn" /> |
| | | <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapOut" /> |
| | | <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> |
| | | <wsdl:input message="tns:set_SaveOtherOutBill_BillCheckSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveOtherOutBill_BillCheckSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePOStockInBackBill"> |
| | | <wsdl:input message="tns:set_SavePOStockInBackBillSoapIn" /> |
| | |
| | | <wsdl:input message="tns:set_SaveProcReportMoveBill_CLD_NewSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveProcReportMoveBill_CLD_NewSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> |
| | | <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStockSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStockSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> |
| | | <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveSellOutBackBill_CLD_New"> |
| | | <wsdl:input message="tns:set_SaveSellOutBackBill_CLD_NewSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveSellOutBackBill_CLD_NewSoapOut" /> |
| | |
| | | <wsdl:input message="tns:set_SaveMateReplenishOutBill_BillCheckSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveMateReplenishOutBill_BillCheckSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveEntrustReplenishOutBill_BillCheck"> |
| | | <wsdl:input message="tns:set_SaveEntrustReplenishOutBill_BillCheckSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveEntrustReplenishOutBill_BillCheckSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveEntrustInBackBill_CLD"> |
| | | <wsdl:input message="tns:set_SaveEntrustInBackBill_CLDSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveEntrustInBackBill_CLDSoapOut" /> |
| | |
| | | <wsdl:input message="tns:set_SaveEntrustOutBill_CLDSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveEntrustOutBill_CLDSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> |
| | | <wsdl:input message="tns:set_SaveEntrustOutBill_BillCheckSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveEntrustOutBill_BillCheckSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveOtherOutBackBill"> |
| | | <wsdl:input message="tns:set_SaveOtherOutBackBillSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveOtherOutBackBillSoapOut" /> |
| | |
| | | <wsdl:operation name="set_SaveOtherOutBill_CLD_New"> |
| | | <wsdl:input message="tns:set_SaveOtherOutBill_CLD_NewSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveOtherOutBill_CLD_NewSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveOtherOutBill_CLD"> |
| | | <wsdl:input message="tns:set_SaveOtherOutBill_CLDSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveOtherOutBill_CLDSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> |
| | | <wsdl:input message="tns:set_SaveOtherOutBill_BillCheckSoapIn" /> |
| | | <wsdl:output message="tns:set_SaveOtherOutBill_BillCheckSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_ChangGui"> |
| | | <wsdl:input message="tns:set_SavePonderationBillMain_Temp_ChangGuiSoapIn" /> |
| | |
| | | </wsdl:portType> |
| | | <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> |
| | | <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
| | | <wsdl:operation name="getCheckOpen"> |
| | | <soap:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getGetDataBase"> |
| | | <soap:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getCheckCzymc"> |
| | | <soap:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getSub_GetCurPeriod"> |
| | | <soap:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getDataSetBySQL"> |
| | | <soap:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" /> |
| | | <wsdl:input> |
| | |
| | | </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="GetICInventoryByBarCodeSP_View"> |
| | | <soap:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetMaterByBarCodeSP_View"> |
| | | <soap:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> |
| | | <soap:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getCheckOpen"> |
| | | <soap:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getGetDataBase"> |
| | | <soap:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getCheckCzymc"> |
| | | <soap:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getSub_GetCurPeriod"> |
| | | <soap:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetICInventoryByBarCodeSP_View"> |
| | | <soap:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> |
| | | <wsdl:operation name="set_SaveOtherOutBill_CLD"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetMaterByBarCodeSP_View"> |
| | | <soap:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> |
| | | <soap:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> |
| | | <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_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_SaveSellOutBackBill_CLD_New"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveSellOutBackBill_CLD_New" style="document" /> |
| | | <wsdl:input> |
| | |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveEntrustReplenishOutBill_BillCheck"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveEntrustReplenishOutBill_BillCheck" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveEntrustInBackBill_CLD"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_CLD" style="document" /> |
| | | <wsdl:input> |
| | |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveEntrustOutBill_BillCheck" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveOtherOutBackBill"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill" style="document" /> |
| | | <wsdl:input> |
| | |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveOtherOutBill_CLD_New"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD_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_SaveOtherOutBill_CLD"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | </wsdl:binding> |
| | | <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> |
| | | <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
| | | <wsdl:operation name="getCheckOpen"> |
| | | <soap12:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getGetDataBase"> |
| | | <soap12:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getCheckCzymc"> |
| | | <soap12:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getSub_GetCurPeriod"> |
| | | <soap12:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getDataSetBySQL"> |
| | | <soap12:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" /> |
| | | <wsdl:input> |
| | |
| | | </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="GetICInventoryByBarCodeSP_View"> |
| | | <soap12:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetMaterByBarCodeSP_View"> |
| | | <soap12:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> |
| | | <soap12:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getCheckOpen"> |
| | | <soap12:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getGetDataBase"> |
| | | <soap12:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getCheckCzymc"> |
| | | <soap12:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="getSub_GetCurPeriod"> |
| | | <soap12:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetICInventoryByBarCodeSP_View"> |
| | | <soap12:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> |
| | | <wsdl:operation name="set_SaveOtherOutBill_CLD"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetMaterByBarCodeSP_View"> |
| | | <soap12:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> |
| | | <soap12:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> |
| | | <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_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_SaveSellOutBackBill_CLD_New"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveSellOutBackBill_CLD_New" style="document" /> |
| | | <wsdl:input> |
| | |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveEntrustReplenishOutBill_BillCheck"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustReplenishOutBill_BillCheck" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveEntrustInBackBill_CLD"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_CLD" style="document" /> |
| | | <wsdl:input> |
| | |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustOutBill_BillCheck" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveOtherOutBackBill"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill" style="document" /> |
| | | <wsdl:input> |
| | |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveOtherOutBill_CLD_New"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD_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_SaveOtherOutBill_CLD"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | </wsdl:binding> |
| | | <wsdl:service name="WebService1"> |
| | | <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap"> |
| | | <soap:address location="http://localhost/WEBS/WebService1.asmx" /> |
| | | <soap:address location="http://192.168.63.7/WEBS-WMS/WebService1.asmx" /> |
| | | </wsdl:port> |
| | | <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12"> |
| | | <soap12:address location="http://localhost/WEBS/WebService1.asmx" /> |
| | | <soap12:address location="http://192.168.63.7/WEBS-WMS/WebService1.asmx" /> |
| | | </wsdl:port> |
| | | </wsdl:service> |
| | | </wsdl:definitions> |
| | |
| | | <!--<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.63.195/WEBS-WMS/WebService1.asmx"/> <!--é¢å°å¼æº--> |
| | | <add key="sUrl" value="http://192.168.63.7/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"/> åæ¥ç§æ--> |
| | |
| | | </basicHttpBinding> |
| | | </bindings> |
| | | <client> |
| | | <endpoint address="http://192.168.63.195/WEBS-WMS/WebService1.asmx" binding="basicHttpBinding" |
| | | <endpoint address="http://192.168.63.7/WEBS-WMS/WebService1.asmx" binding="basicHttpBinding" |
| | | bindingConfiguration="WebService1Soap" contract="Webs1.WebService1Soap" |
| | | name="WebService1Soap" /> |
| | | </client> |
| | |
| | | <applicationSettings> |
| | | <WebAPI.Properties.Settings> |
| | | <setting name="WebAPI_WebS_WebService1" serializeAs="String"> |
| | | <value>http://192.168.63.195/WEBS-WMS/WebService1.asmx</value> |
| | | <value>http://192.168.63.7/WEBS-WMS/WebService1.asmx</value> |
| | | </setting> |
| | | </WebAPI.Properties.Settings> |
| | | </applicationSettings> |
| | |
| | | <Compile Include="Controllers\Gy_MateMouldController.cs" /> |
| | | <Compile Include="Controllers\MJGL\Sc_MouldDotCheckRuleBillController.cs" /> |
| | | <Compile Include="Controllers\Pay_ReportController.cs" /> |
| | | <Compile Include="Controllers\SBGL\Sb_EquipSparepartsBillController.cs" /> |
| | | <Compile Include="Controllers\SBGL\Sb_EquipSparepartsChangeBillController.cs" /> |
| | | <Compile Include="Controllers\SCGL\Sc_ComplementGoodBill_ZXBZController.cs" /> |
| | | <Compile Include="Controllers\SCGL\æ¥è®¡å管ç\DataHelper.cs" /> |
| | | <Compile Include="Controllers\SCGL\æ¥è®¡å管ç\JIT_Cg_PODemandPlanBillController.cs" /> |
| | |
| | | <Compile Include="Controllers\ä»å管ç\æ«ç å¼å¸¸è®°å½\KF_PonderationBillController.cs" /> |
| | | <Compile Include="Controllers\ä»å管ç\æ¡ç åºå
¥åºè®°å½\Kf_ICStockInOutBillController.cs" /> |
| | | <Compile Include="Controllers\ä»å管ç\æ¡ç åºå\KF_ICInventoryList_WMSBillController.cs" /> |
| | | <Compile Include="Controllers\ä»å管ç\æ¡ç çæ\Gy_BarCodeBill_OutController.cs" /> |
| | | <Compile Include="Controllers\ä»å管ç\æ¡ç çæ\KF_BarCodeStatusChangeBillController.cs" /> |
| | | <Compile Include="Controllers\ä»å管ç\æ¡ç çæ\Sc_BarCodeController.cs" /> |
| | | <Compile Include="Controllers\ä»å管ç\è°æ¨çç¹\Kf_MoveStockRequestBillController.cs" /> |
| | | <Compile Include="Controllers\ä»å管ç\颿åè´§\apiController.cs" /> |
| | |
| | | <Folder Include="Views\Cj_CallGoodsBillMain\" /> |
| | | <Folder Include="Views\Cj_ComplementGoodsBill\" /> |
| | | <Folder Include="Views\Cj_SendGoodsBill\" /> |
| | | <Folder Include="Views\Gy_BarCodeBill_Out\" /> |
| | | <Folder Include="Views\Gy_COMMONCONTACTBill\" /> |
| | | <Folder Include="Views\Gy_ConkType\" /> |
| | | <Folder Include="Views\Gy_CustLocation\" /> |
| | |
| | | <Folder Include="Views\JIT_DayPlanPlatFormBill\" /> |
| | | <Folder Include="Views\JIT_DayPlanPlatFormImport\" /> |
| | | <Folder Include="Views\JIT_ICMOSortBillList\" /> |
| | | <Folder Include="Views\KF_BarCodeStatusChangeBill\" /> |
| | | <Folder Include="Views\KF_ICInventoryList_WMSBill\" /> |
| | | <Folder Include="Views\Kf_ICStockBillMain\" /> |
| | | <Folder Include="Views\Kf_ICStockInOutBill\" /> |
| | |
| | | <Folder Include="Views\ProductionReturnBill\" /> |
| | | <Folder Include="Views\QC_Management\" /> |
| | | <Folder Include="Views\Sb_EquipRepairSendWorkBill\" /> |
| | | <Folder Include="Views\Sb_EquipSparepartsBill\" /> |
| | | <Folder Include="Views\Sb_EquipSparepartsChangeBill\" /> |
| | | <Folder Include="Views\Sc_CallGoodsBackRequestBill\" /> |
| | | <Folder Include="Views\Sc_ComplementGoodBill\" /> |
| | | <Folder Include="Views\Sc_ComplementGoodBill_ZXBZ\" /> |
| | |
| | | </ProjectReference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <WebReferenceUrl Include="http://localhost/WEBS/WebService1.asmx"> |
| | | <WebReferenceUrl Include="http://192.168.63.7/WEBS-WMS/WebService1.asmx"> |
| | | <UrlBehavior>Dynamic</UrlBehavior> |
| | | <RelPath>Web References\WebS\</RelPath> |
| | | <UpdateFromURL>http://localhost/WEBS/WebService1.asmx</UpdateFromURL> |
| | | <UpdateFromURL>http://192.168.63.7/WEBS-WMS/WebService1.asmx</UpdateFromURL> |
| | | <ServiceLocationURL> |
| | | </ServiceLocationURL> |
| | | <CachedDynamicPropName> |