타 부서 로그인 가능 상태 해제
This commit is contained in:
@@ -35,6 +35,8 @@ namespace Project._Common
|
||||
if (drGroupUser != null)
|
||||
this.tbProcess.Text = drGroupUser.Process;
|
||||
else this.tbProcess.Text = string.Empty;
|
||||
|
||||
this.tbDept.Text = FCOMMON.info.Login.dept;
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
@@ -77,7 +79,7 @@ namespace Project._Common
|
||||
this.Validate();
|
||||
|
||||
dr.name = tbNameK.Text;
|
||||
dr.dept = tbDept.Text;
|
||||
//dr.dept = tbDept.Text;
|
||||
dr.email = tbEmail.Text;
|
||||
dr.tel = tbTel.Text;
|
||||
dr.hp = tbHp.Text;
|
||||
|
||||
Reference in New Issue
Block a user