.. 구매내역 엑셀 반입 추가

This commit is contained in:
chi
2020-05-12 11:45:34 +09:00
parent 91c2ddc961
commit af87afe05e
14 changed files with 2795 additions and 690 deletions

View File

@@ -897,5 +897,11 @@ namespace FEQ0000
var dr = drv.Row as dsPurchase.PurchaseRow;
this.label1.Text = string.Format("{0}",dr.bigo.Replace("\r","").Replace("\n",""));
}
private void toolStripButton4_Click(object sender, EventArgs e)
{
var f = new fPurchase_excelimport();
f.Show();
}
}
}