@ Ver 5.2.2 by LSJ
- 2024.08.28
 - Ver 5.2.1 Modify
 - Framework : SmartX Framework V3.1.1(update: 2019.03.21)
 - Part11 관련 수정
   OtherBackup() 시 헤더파일에 파라미터 누락
         header.EquipmentType = 103;
    - 2024.11.08
 - 로그인 Admin 비밀번호 변경 시 Level1로 변경되는 문제 수정
			
			
				Ver_522
			
			
		
							parent
							
								
									7b277d0ff9
								
							
						
					
					
						commit
						74247b9d7f
					
				|  | @ -358,6 +358,7 @@ namespace INT69DB_2A.Forms | |||
|                 header.LoginId = this.ParentForm.SystemConfig.CurrentUser.ID; | ||||
|                 header.SerialNumber = this.ParentForm.SystemConfig.SerialNumber; | ||||
|                 header.EquipmentColumns = this.ParentForm.SystemConfig.EquipmentColumns; | ||||
|                 header.EquipmentType = 103; | ||||
| 
 | ||||
|                 for (int i = 0; i < listSelectedFile.Count; i++) | ||||
|                     this.CreateHeaderFile(this.ParentForm.PathHeaderFolder, listSelectedFile[i], header); | ||||
|  |  | |||
|  | @ -107,7 +107,7 @@ namespace INT69DB_2A.Forms | |||
|         } | ||||
|         private void DefaultSetting() | ||||
|         { | ||||
|             this.labelDisplayVer.Text = "5.2.1"; | ||||
|             this.labelDisplayVer.Text = "5.2.2"; | ||||
|             this.labelUserMgerVer.Text = ""; | ||||
|             this.labelAes128Ver.Text = ""; | ||||
|             this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber; | ||||
|  |  | |||
|  | @ -290,8 +290,7 @@ namespace INT69DB_2A.Forms | |||
| 
 | ||||
|                 if (this.SelectedUserItem.Group == DataStore.UserGroup.Admin) | ||||
|                 { | ||||
|                     if (this.ParentForm.SystemConfig.IsPart11 == true) | ||||
|                         item.ActiveLevel = 9; | ||||
|                     item.ActiveLevel = 9; | ||||
|                 } | ||||
|                 else | ||||
|                 { | ||||
|  |  | |||
|  | @ -14,6 +14,16 @@ | |||
| 	멀티형 2~6열 스틱 계량기 | ||||
| */ | ||||
| 
 | ||||
| @ Ver 5.2.2 by LSJ | ||||
| 	- 2024.08.28 | ||||
| 	- Ver 5.2.1 Modify | ||||
| 	- Framework : SmartX Framework V3.1.1(update: 2019.03.21) | ||||
| 	- Part11 관련 수정 | ||||
| 	  OtherBackup() 시 헤더파일에 파라미터 누락 | ||||
|          header.EquipmentType = 103; | ||||
|     - 2024.11.08 | ||||
| 	- 로그인 Admin 비밀번호 변경 시 Level1로 변경되는 문제 수정 | ||||
| 
 | ||||
| @ Ver 5.2.1 by CJY | ||||
| 	- 2024.08.21 | ||||
| 	- Ver 5.2.0 Modify | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue