This commit is contained in:
chi
2021-06-25 15:55:26 +09:00
parent acc368d065
commit 48b67ec89d
7 changed files with 140 additions and 93 deletions

View File

@@ -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$";

View File

@@ -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; }