구매현황에서 pr/po 일괄 변경 가능ㅎ ㅏ게 함
This commit is contained in:
@@ -94,6 +94,9 @@ namespace FPJ0000
|
||||
|
||||
private void fPartList_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
|
||||
|
||||
//정렬방식 저장값 불러오기
|
||||
var SetFile = util.CurrentPath + "FormSetting.xml";
|
||||
arUtil.XMLHelper xml = new arUtil.XMLHelper(SetFile);
|
||||
@@ -356,6 +359,10 @@ namespace FPJ0000
|
||||
this.Validate();
|
||||
this.bs.EndEdit();
|
||||
this.bsPart.EndEdit();
|
||||
this.Validate();
|
||||
this.bs.EndEdit();
|
||||
this.bsPart.EndEdit();
|
||||
this.Focus();
|
||||
|
||||
//모든데이터의 공백을 제거(sid)
|
||||
foreach (var item in this.dsPRJ.ProjectsPart)
|
||||
@@ -371,8 +378,6 @@ namespace FPJ0000
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
|
||||
var cnt = this.tam.UpdateAll(this.dsPRJ);
|
||||
FCOMMON.Util.MsgI(cnt.ToString() + "건의 자료가 업데이트 되었습니다.");
|
||||
this.dsPRJ.AcceptChanges();
|
||||
|
||||
Reference in New Issue
Block a user