전자실 구매관련 업데이트

This commit is contained in:
chi
2023-11-06 09:50:39 +09:00
parent adee51915b
commit f14de05f94
22 changed files with 2436 additions and 643 deletions

View File

@@ -34,7 +34,7 @@ namespace FEQ0000
LoadExcel();
//순번맥기기
var sumamt = ds1.Purchase.Where(t=>t.sc != "").Sum(t => t.pumamt);
var sumamt = ds1.EETGW_PurchaseEB.Where(t=>t.sc != "").Sum(t => t.pumamt);
for (int r = 0; r < this.fpSpread1.ActiveSheet.RowCount; r++)
{
fpSpread1.ActiveSheet.Cells[r, 0].Value = r + 1;