ch
2022-05-24 20d4fc36c96d40b9e90ee0f6f8ca86c5251a2428
新增了根据配置文件去判断刷卡按钮是否显示
4个文件已修改
19 ■■■■ 已修改文件
BLL/公用模块/FrmLogin.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LMES/obj/x86/Release/LMES.csprojAssemblyReference.cache 补丁 | 查看 | 原始文档 | blame | 历史
Model/obj/x86/Release/Model.csprojAssemblyReference.cache 补丁 | 查看 | 原始文档 | blame | 历史
WarM/条码打印/Sc_ICMOToBarCode.cs 8 ●●●● 补丁 | 查看 | 原始文档 | 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.cache
Binary files differ
Model/obj/x86/Release/Model.csprojAssemblyReference.cache
Binary 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))
                {