잉여장비목록 화면 추가(최효준s)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user