잉여장비목록 화면 추가(최효준s)

This commit is contained in:
chi
2021-03-02 13:09:57 +09:00
parent c5f6947344
commit 5ad9c18abf
52 changed files with 9483 additions and 3075 deletions

View File

@@ -51,6 +51,11 @@ namespace FEQ0000
taE.Fill(this.dsEQ.vEquStockME, this.pdate);
DsEQ.Value = this.dsEQ.vEquStockME;
break;
case fEquipment.eTabletype.ING:
this.rpv1.LocalReport.ReportEmbeddedResource = "FEQ0000.Equipment.ReportI.rdlc";
taI.Fill(this.dsEQ.vEquStockIng, this.pdate);
DsEQ.Value = this.dsEQ.vEquStockIng;
break;
}
this.rpv1.LocalReport.DataSources.Add(DsEQ);