구매입력화면에서 목록 내보내기 기능 추가, 구매 목록에서 PO값을 입력하면 PR->PO 자동 전환

This commit is contained in:
chi
2024-03-20 09:21:37 +09:00
parent 7a01686f77
commit 67942e4b67
7 changed files with 785 additions and 668 deletions

View File

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