nr복사시 cr 값 복사 안하게

This commit is contained in:
chi
2021-08-23 11:06:55 +09:00
parent 6eeb1da673
commit 656791622b
3 changed files with 17 additions and 6 deletions

View File

@@ -787,6 +787,7 @@ namespace FEQ0000
//현재 데이터를 입력하여 신규 추가를 한다.
var newdr = this.dsPurchase.Purchase.NewPurchaseRow();
FCOMMON.Util.CopyData((System.Data.DataRow)dr, (System.Data.DataRow)newdr);
newdr.orderno = string.Empty; //CR값 복사 안하게 210823
newdr.pdate = DateTime.Now.ToShortDateString();
newdr.wdate = DateTime.Now;
newdr.wuid = FCOMMON.info.Login.no;