구매입력화면에서 목록 내보내기 기능 추가, 구매 목록에서 PO값을 입력하면 PR->PO 자동 전환
This commit is contained in:
@@ -1476,7 +1476,7 @@ namespace FEQ0000
|
||||
else if (fpSpread1_Sheet1.Columns["po"].Index == fpSpread1_Sheet1.ActiveColumnIndex)
|
||||
{
|
||||
var drv = this.bs.Current as DataRowView;
|
||||
var dr = drv.Row as dsPurchase.PurchaseRow;
|
||||
var dr = drv.Row as dsPurchase.EETGW_PurchaseCRRow;
|
||||
if (dr.state == "PR" && dr.po.isEmpty() == false)
|
||||
{
|
||||
dr.state = "PO";
|
||||
|
||||
Reference in New Issue
Block a user