구매시 신규 sid 가능하게 함
This commit is contained in:
		| @@ -342,6 +342,7 @@ namespace FEQ0000 | ||||
|         { | ||||
|             this.Validate(); | ||||
|             this.bs.EndEdit(); | ||||
|              | ||||
|             try | ||||
|             { | ||||
|                 var cnt = this.tam.UpdateAll(this.dsPurchase); | ||||
| @@ -1304,7 +1305,7 @@ namespace FEQ0000 | ||||
|         { | ||||
|             //state 가 ---인 데이터를 기준으로 함 | ||||
|             //chk2 ==false 인 자료를 기준으로 함 | ||||
|             var newlist = this.dsPurchase.Purchase.Where(t => t.Ischk2Null() && t.state.Equals("---")).ToList(); | ||||
|             var newlist = this.dsPurchase.Purchase.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
	 chi
					chi