jinghz@oceic.com
2023-08-24 c5cfa2df88c6d2e5b31e87e1d5a8fe49d585f0bb
BaseSet/公用资料/其他基础资料/Gy_ProcPrice.cs
@@ -736,18 +736,6 @@
        private void cmdHCusID_Click(object sender, EventArgs e)
        {
            BLL.ClsBaseSelect_InterFace.SetTextByProc(txtHProcID,txtHProcName);
            //DAL.ClsGy_Process_View oProc = new DAL.ClsGy_Process_View();
            //if (oProc.RefreshView())
            //{
            //    txtHProcID.Tag = oProc.oModel.HItemID;
            //    txtHProcID.Text = oProc.oModel.HNumber;
            //    txtHProcName.Text = oProc.oModel.HName;
            //}
            //else
            //{
            //    txtHProcID.Text = "";
            //    txtHProcName.Text = "";
            //}
        }
        private void cmdHDeptID_Click(object sender, EventArgs e)
        {