=====* ISBN 조회 *=====
Yes24 - 바뀐 예스 양식에 따라 수정 =====* unimarc *===== - 목록등록 - 머리글에 맞춰 숫자 입력기능 추가 - 목록집계 - 거래처명 엔터시 검색 추가 추가정보 표출창에 거래처 정보가 출력됨 - 송금내역 - 엑셀 반출작업 완료 - 입고작업 - gird3 isbn찍으면 책검색이 되어 자동으로 해당 isbn 책이 출력됨
This commit is contained in:
@@ -61,7 +61,7 @@ namespace WindowsFormsApp1
|
||||
if (result[3] == null) { }
|
||||
else {
|
||||
toolStripLabel2.Text = result[5];
|
||||
toolStripLabel1.Text = "이용자 : " + result[3];
|
||||
toolStripLabel1.Text = result[3];
|
||||
User = result[3];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user