SCM/SCM.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
SCM/公用类/ClsPub1.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
SCM/条码打印/Gy_BarCodeBill.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
SCM/源单/Cls_S_IF_ICMOReportBillList.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
SCM/SCM.csproj
@@ -407,6 +407,7 @@ <Compile Include="æ¥è¡¨\Kf_SellOutReturnedReport.designer.cs"> <DependentUpon>Kf_SellOutReturnedReport.cs</DependentUpon> </Compile> <Compile Include="æºå\Cls_S_IF_ICMOReportBillList.cs" /> <Compile Include="æºå\Cls_S_IFCLD_ICMOList.cs" /> <Compile Include="å ¬ç¨ç±»\Cls_S_K3_PoinStockList.cs" /> <Compile Include="å ¬ç¨ç±»\Cls_S_K3_POOrderBillList.cs" /> SCM/¹«ÓÃÀà/ClsPub1.cs
@@ -14,7 +14,7 @@ //public static string WEBSURL = "http://124.70.129.242/WEBS-WMS/WebService1.asmx"; //é çªè¯º //public static string WEBSURL = "http://192.168.1.29/WEBS-WMS/WebService1.asmx"; //å£é¾ å ç½ //public static string WEBSURL = "http://122.227.138.236/WEBS-WMS/WebService1.asmx"; //å£é¾(ä¸ç¨) //public static string WEBSURL = "http://220.189.218.154:8091/WEBS-WMS/WebService1.asmx"; //åç»´å° å¤ç½ public static string WEBSURL = "http://220.189.218.154:8091/WEBS-WMS/WebService1.asmx"; //åç»´å° å¤ç½ //public static string WEBSURL = "http://192.168.0.66/WEBS-WMS/WebService1.asmx"; //åç»´å° å ç½ //public static string WEBSURL = "http://220.189.218.154:8091/WEBS-WMS-TEST/WebService1.asmx"; //åç»´å°æµè¯ //public static string WEBSURL = "http://122.227.199.62:5050/LMESWEBS/WebService1.asmx"; //é©çµ å¤ç½JITï¼ä¸ç¨ï¼ @@ -24,7 +24,7 @@ //public static string WEBSURL = "http://192.192.192.13/WMSWEBS/WebService1.asmx"; //åå //public static string WEBSURL = "http://120.195.29.36:1230/WEBS-WMS/WebService1.asmx"; //æ±èé¾äº¨ //public static string WEBSURL = "http://192.168.63.139/WEBS-WMS/WebService1.asmx"; public static string WEBSURL = "http://192.168.2.18/WEBS-WMS/WebService1.asmx"; //å ¬å¸å°å¼æº //public static string WEBSURL = "http://192.168.2.18/WEBS-WMS/WebService1.asmx"; //å ¬å¸å°å¼æº //public static string WEBSURL = "http://192.168.0.108/WEBS-WMS/WebService1.asmx"; //å®¶ public static long HOrgID = 0; public static string HOrgNumber = ""; SCM/ÌõÂë´òÓ¡/Gy_BarCodeBill.cs
@@ -211,6 +211,7 @@ } // cmbSourceBillType.Items.Add("ç产订å"); cmbSourceBillType.Items.Add("çäº§æ±æ¥å"); cmbSourceBillType.Items.Add("éè´è®¢å"); cmbSourceBillType.Items.Add("æ¶æéç¥å"); cmbSourceBillType.Items.Add("å§å¤è®¢å"); @@ -2641,6 +2642,15 @@ FillSelectData(oIFCLD_ICMOList.oBillSelectColl); } } else if (cmbSourceBillType.Text.Trim() == "çäº§æ±æ¥å") { sWhere = " and HOrgID =" + sHOrgID.ToString(); SCM.Cls_S_IF_ICMOReportBillList oIF_ICMOReportBillList = new SCM.Cls_S_IF_ICMOReportBillList(); if (oIF_ICMOReportBillList.Refresh(sWhere)) //éæ©åå { FillSelectData(oIF_ICMOReportBillList.oBillSelectColl); } } else if (cmbSourceBillType.Text.Trim() == "æ¶æéç¥å") { sWhere = " and HOrgID =" + sHOrgID.ToString(); @@ -2708,6 +2718,16 @@ //åå ¥ä¿¡æ¯ Sub_WriteInForm(Ds.Tables[0], i); } //çäº§æ±æ¥å if (oSelectRow.BillType == "3711") { grdMain.Rows.Add(); grdMain.Rows[i].Cells[HTagCol].Value = "*"; //å¾å°ä¿¡æ¯ Ds = oWeb.getDataSetBySQL("select * from h_v_IF_ICMOReportList where hmainid=" + oSelectRow.BillMainID + " and hsubid=" + oSelectRow.BillSubID, "h_v_IF_ICMOReportList", ref DBUtility.ClsPub.sExeReturnInfo); //åå ¥ä¿¡æ¯ Sub_WriteInForm1(Ds.Tables[0], i); } //æ¶æéç¥å if (oSelectRow.BillType == "1103") { SCM/Ô´µ¥/Cls_S_IF_ICMOReportBillList.cs
New file @@ -0,0 +1,21 @@ using System; using System.Collections.Generic; using System.Text; using DBUtility; namespace SCM { public class Cls_S_IF_ICMOReportBillList : Cls_S_Xt_BaseBill { public Cls_S_IF_ICMOReportBillList() { base.ViewName = "h_v_IF_ICMOReportBillList_Source"; base.mvarReportTitle = "çäº§æ±æ¥å"; base.mvarItemKey = "3711"; base.sCondtion = " "; base.sOrderSql = " order by åæ®å· desc,HSubID "; base.sKeyCol = "é¨é¨"; } } }