BLL/公用模块/FrmLogin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
LMES/obj/x86/Release/LMES.csprojAssemblyReference.cache | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Model/obj/x86/Release/Model.csprojAssemblyReference.cache | 补丁 | 查看 | 原始文档 | blame | 历史 | |
WarM/条码打印/Sc_ICMOToBarCode.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
BLL/¹«ÓÃÄ£¿é/FrmLogin.cs
@@ -266,6 +266,17 @@ lblIPAddress.Text = "IP:" + Pub_Class.ClsPub.IPAddress + " " + Pub_Class.ClsPub.ComputerName; CheckUseOrgID(); textBox1.Focus(); string sCompName = ClsIni.ReadIni("Erp", "HCompName", DBUtility.ClsPub.AppPath + @"/HXErp.ini"); //ç³»ç»é ç½®æä»¶ 客æ·åç§° if (sCompName == "奥é¦") { textBox1.Visible = true; button1.Visible = true; } else { textBox1.Visible = false; button1.Visible = false; } } //æ ¡éªç»ç» LMES/obj/x86/Release/LMES.csprojAssemblyReference.cacheBinary files differ
Model/obj/x86/Release/Model.csprojAssemblyReference.cacheBinary files differ
WarM/ÌõÂë´òÓ¡/Sc_ICMOToBarCode.cs
@@ -238,7 +238,7 @@ } else { grdMain.DataSource = DSet.Tables[0].DefaultView; //grdMain.DataSource = DSet.Tables[0].DefaultView; //æå½ååæ®ID åå°ä¸ä¸ªæé®éé¢ å·æ°æ¶æ¯æ¬¡åä¸é if (DSet.Tables[0].Rows.Count > 0) { @@ -1757,11 +1757,11 @@ { Int64 HEmpID = 0; HEmpID = ClsPub.isLong(txtHEmpID.Tag); string HEmpName = ""; HEmpName = ClsPub.isStrNull(txtHEmpID.Text); //string HEmpName = ""; //HEmpName = ClsPub.isStrNull(txtHEmpID.Text); DAL.ClsGy_Source_View oSource = new DAL.ClsGy_Source_View(); if (HEmpName != "") if (HEmpID != 0) { if (oSource.GetInfoByID(HEmpID)) {