비용절감에 sfi 항목 추가

This commit is contained in:
chi
2023-03-17 13:34:50 +09:00
parent a827bdb4e0
commit a8f6effede
16 changed files with 882 additions and 680 deletions

View File

@@ -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();
//품정보가 업데이트 되어있으면 해당 데이터의 이미지를 업데이트 한다.(크기비교)
//품정보가 없다면 그대로 생성을 해준다.