..
This commit is contained in:
@@ -1329,7 +1329,13 @@ namespace FEQ0000
|
||||
foreach (var idx in f.chklist)
|
||||
{
|
||||
var dr = newlist.Where(t => t.idx == idx).FirstOrDefault();
|
||||
if (dr != null) { cnt += 1; dr.chk2 = true; dr.EndEdit(); }
|
||||
if (dr != null)
|
||||
{
|
||||
cnt += 1;
|
||||
dr.chk2 = true;
|
||||
if (dr.IspumqtyNull() || dr.pumqty == 0) dr.pumqty = dr.pumqtyReq;
|
||||
dr.EndEdit();
|
||||
}
|
||||
}
|
||||
FCOMMON.Util.MsgI($"{cnt}건의 자료가 [구매담당확인] 되었습니다\n저장을 눌러야 최종 적용 됩니다");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user