181210 chi NR구매등록시 이미지 표시 및 추가 기능
NR구매목록에서 권한 없는 사람이 더블클릭으로 편집할 수 있는 버그 수정
This commit is contained in:
		
							
								
								
									
										34
									
								
								SubProject/FCM0000/Inventory/RepInvStock.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								SubProject/FCM0000/Inventory/RepInvStock.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.ComponentModel; | ||||
| using System.Data; | ||||
| using System.Drawing; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Windows.Forms; | ||||
|  | ||||
| namespace FCM0000.Inventory | ||||
| { | ||||
|     public partial class RepInvStock : Form | ||||
|     { | ||||
|         string userid = string.Empty; | ||||
|         public RepInvStock(string uid) | ||||
|         { | ||||
|             InitializeComponent(); | ||||
|             this.userid = uid; | ||||
|         } | ||||
|  | ||||
|         private void RepInvStock_Load(object sender, EventArgs e) | ||||
|         { | ||||
|             try | ||||
|             { | ||||
|                 this.ta.Fill(this.dSReport.PersonInvStock, this.userid); | ||||
|                 this.reportViewer1.RefreshReport(); | ||||
|             }catch (Exception ex) | ||||
|             { | ||||
|                 FCOMMON.Util.MsgE(ex.Message); | ||||
|             } | ||||
|              | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim