This commit is contained in:
chi
2021-07-16 13:53:52 +09:00
parent 7b7c5d1f4f
commit 9e64a0d603
37 changed files with 2215 additions and 140 deletions

View File

@@ -15,6 +15,7 @@ namespace FEQ0000
BindingSource bsModel;
dsPurchase.PurchaseRow dr;
public Boolean repeatAdd = false;
Boolean binit = false;
public fPurchase_Add(dsPurchase.PurchaseRow dr_)
{
InitializeComponent();
@@ -268,6 +269,7 @@ namespace FEQ0000
}
}
}
binit = true;
@@ -932,10 +934,11 @@ namespace FEQ0000
FCOMMON.Util.RunExplorer(path);
}
private void textBox1_TextChanged(object sender, EventArgs e)
private void tbDolloerPrice_TextChanged(object sender, EventArgs e)
{
//단가에 금액이 없는경우에는 환율을 곱해준다.
//if ( decimal.TryParse(tbPumPrice.Text, out decimal result) == false || result == 0)
if(binit)
{
if (decimal.TryParse(tbPumPriceD.Text, out decimal priced) == true)
{