=====* UniMarc [0.0128] 버전 업데이트 내용 *=====
** ERP 작업 전면 중단 (마크우선) ** 1. 마크 목록 ㄴ> 마크 목록을 생성할 수 있게 추가. ㄴ> 마크 목록 생성폼(Mac_List_Add) 추가. 2. 마크 반출 ㄴ> 반출창 입장 시 오류표출되는 버그 수정. 3. ISBN조회 ㄴ> 모든 도서 마크ISBN으로 들어가게 수정.
This commit is contained in:
@@ -71,11 +71,16 @@ namespace WindowsFormsApp1
|
||||
User = result[3];
|
||||
}
|
||||
|
||||
if (result[7] != "관리자") { 마스터ToolStripMenuItem.Visible = false; }
|
||||
|
||||
cmd = _DB.DB_Select_Search("`idx`", "Comp", "comp_name", result[4]);
|
||||
com_idx = _DB.DB_Send_CMD_Search(cmd).Replace("|", "");
|
||||
|
||||
|
||||
if (com_idx != "1")
|
||||
{
|
||||
납품관리ToolStripMenuItem.Visible = false;
|
||||
회계ToolStripMenuItem.Visible = false;
|
||||
}
|
||||
if (result[7] != "관리자") { 마스터ToolStripMenuItem.Visible = false; }
|
||||
|
||||
Settings.Default.compidx = com_idx;
|
||||
Settings.Default.User = botUserLabel.Text;
|
||||
|
||||
@@ -90,7 +95,6 @@ namespace WindowsFormsApp1
|
||||
private void VersionInfo()
|
||||
{
|
||||
StreamReader sr = new StreamReader(Application.StartupPath + "\\update.inf");
|
||||
int i = -1;
|
||||
while (!sr.EndOfStream)
|
||||
{
|
||||
string line = sr.ReadLine();
|
||||
@@ -1361,5 +1365,6 @@ namespace WindowsFormsApp1
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user