비용절감에 sfi 항목 추가
This commit is contained in:
@@ -707,7 +707,10 @@ namespace FEQ0000
|
||||
dr.po = tbPO.Text;
|
||||
dr.orderno = tbOrderNo.Text;
|
||||
dr.bigo = tbBigo.Text;
|
||||
dr.inqty = int.Parse(tbInQty.Text.Replace(",", ""));
|
||||
|
||||
if (chkInDate.Checked)
|
||||
dr.inqty = int.Parse(tbInQty.Text.Replace(",", ""));
|
||||
else dr.SetinqtyNull();
|
||||
|
||||
//품정보가 업데이트 되어있으면 해당 데이터의 이미지를 업데이트 한다.(크기비교)
|
||||
//품정보가 없다면 그대로 생성을 해준다.
|
||||
|
||||
Reference in New Issue
Block a user