From 7eb2dbd2cd136c2c719281f6a6fc6884eb811c9e Mon Sep 17 00:00:00 2001 From: chi Date: Thu, 28 Mar 2024 10:09:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=EC=9E=90=EC=8B=A4=20=EA=B5=AC?= =?UTF-8?q?=EB=A7=A4=20=EA=B6=8C=ED=95=9C=20=EB=AF=B8=EC=A0=81=EC=9A=A9=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs b/SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs index 0682857..f752cbb 100644 --- a/SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs +++ b/SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs @@ -516,7 +516,7 @@ namespace FEQ0000 var drv = bs.Current as DataRowView; if (drv == null) return; - int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchase)); + int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchaseEB)); var dr = drv.Row as dsPurchase.EETGW_PurchaseEBRow;//.PurchaseRow; if (dr.sc != "") { @@ -1327,7 +1327,7 @@ namespace FEQ0000 var drv = this.bs.Current as DataRowView; var dr = drv.Row as dsPurchase.EETGW_PurchaseEBRow; - int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchase)); + int curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.purchaseEB)); if (curLevel < 5) //일반사용자 입고 여부 { if (dr.state != "PO" && dr.state != "PR")