구매수량없이 구매신청되지 않게 함
This commit is contained in:
@@ -857,6 +857,7 @@ namespace FEQ0000
|
||||
dr.pumqty = vqtyreal;// int.Parse(tbPumQty.Text);
|
||||
dr.pumqtyReq = vqtyreq;// int.Parse(tbpumqtyReq.Text);
|
||||
dr.pumprice = vpumprice;// decimal.Parse(tbPumPrice.Text);
|
||||
|
||||
dr.currency = cmbCurrency.Text.Trim();
|
||||
|
||||
var applyprice = dr.pumprice;
|
||||
@@ -872,8 +873,11 @@ namespace FEQ0000
|
||||
dr.pumprice = vpumprice;
|
||||
}
|
||||
}
|
||||
else dr.SetpumpriceDNull();
|
||||
|
||||
else
|
||||
{
|
||||
dr.SetpumpriceDNull();
|
||||
dr.currency = "KRW";
|
||||
}
|
||||
if (vqtyreal > 0) dr.pumamt = dr.pumqty * dr.pumprice;
|
||||
else dr.pumamt = dr.pumqtyReq * dr.pumprice;
|
||||
|
||||
@@ -1474,5 +1478,10 @@ namespace FEQ0000
|
||||
{
|
||||
FCOMMON.Util.MsgI("환율을 입력하려면 공용코드(68)의 Fvalue 에 값을 입력하세요");
|
||||
}
|
||||
|
||||
private void tbManager_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user