spm
This commit is contained in:
		| @@ -1306,6 +1306,11 @@ namespace FEQ0000 | ||||
|             //state 가 ---인 데이터를 기준으로 함 | ||||
|             //chk2 ==false 인 자료를 기준으로 함 | ||||
|             var newlist = this.dsPurchase.Purchase.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) | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi