..
This commit is contained in:
@@ -170,6 +170,8 @@ namespace Project.Dialog
|
||||
FCOMMON.info.Login.permission = 0;
|
||||
FCOMMON.info.Login.gpermission = int.Parse(gperm);
|
||||
FCOMMON.info.datapath = Pub.setting.SharedDataPath;
|
||||
FCOMMON.info.ShowBuyerror = Pub.setting.Showbuyerror; //210625
|
||||
|
||||
if (FCOMMON.info.datapath.isEmpty() && gCode == "EET1P") //210524
|
||||
FCOMMON.info.datapath = @"\\k4fs3201n\k4bpartcenter$";
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ namespace Project
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
[Description("시작 화면")]
|
||||
public eFormList startForm { get; set; }
|
||||
|
||||
@@ -55,6 +56,9 @@ namespace Project
|
||||
|
||||
public string SharedDataPath { get; set; }
|
||||
|
||||
[Category("구매"),DisplayName("오류항목표시")]
|
||||
public Boolean Showbuyerror { get; set; }
|
||||
|
||||
|
||||
[Category("Barcode"), DisplayName("Port Name")]
|
||||
public string Barcode { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user