This commit is contained in:
chi
2023-07-17 08:29:27 +09:00
parent 503fa8312b
commit 4a6bf3d0f0
10 changed files with 557 additions and 483 deletions

View File

@@ -1306,6 +1306,11 @@ namespace FEQ0000
//state 가 ---인 데이터를 기준으로 함
//chk2 ==false 인 자료를 기준으로 함
var newlist = this.dsPurchase.EETGW_PurchaseCR.Where(t => (t.Ischk2Null() || t.chk2 == false) && t.state.Equals("---")).ToList();
if (newlist.Any() == false)
{
FCOMMON.Util.MsgE($"신규 신청 데이터가 없습니다");
return;
}
var f = new fSIDCheckNR(newlist);
if (f.ShowDialog() == DialogResult.OK)
{