nr구매양식excel 출력 추가(박성민s) -

This commit is contained in:
chi
2021-02-04 10:25:04 +09:00
parent 6f2de421f4
commit 8fbee34f90
10 changed files with 1128 additions and 286 deletions

View File

@@ -1145,5 +1145,13 @@ namespace FEQ0000
}
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
//구매승인양식
var f = new fPurchaseNRList(this.dsPurchase.Purchase);
f.Show();
}
}
}