구매시 신규 sid 가능하게 함
This commit is contained in:
@@ -1305,7 +1305,7 @@ namespace FEQ0000
|
||||
{
|
||||
//state 가 ---인 데이터를 기준으로 함
|
||||
//chk2 ==false 인 자료를 기준으로 함
|
||||
var newlist = this.dsPurchase.EETGW_PurchaseCR.Where(t => t.Ischk2Null() && t.state.Equals("---")).ToList();
|
||||
var newlist = this.dsPurchase.EETGW_PurchaseCR.Where(t => (t.Ischk2Null() || t.chk2 == false) && t.state.Equals("---")).ToList();
|
||||
var f = new fSIDCheckNR(newlist);
|
||||
if (f.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user