11
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using BLL;
|
||||
using Microsoft.ReportingServices.ReportProcessing.ReportObjectModel;
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
@@ -52,6 +53,14 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
|
||||
{
|
||||
txtAmount.Text = Material.Amount.Value.ToString();
|
||||
}
|
||||
if (Material.IsUse.HasValue)
|
||||
{
|
||||
this.cbIsUse.Checked = Material.IsUse.Value;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.cbIsUse.Checked=false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -78,6 +87,7 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
|
||||
ProjectId = this.CurrUser.LoginProjectId,
|
||||
Coode = this.txtCoode.Text.Trim(),
|
||||
HeartNo = this.txtHeartNo.Text.Trim(),
|
||||
IsUse = this.cbIsUse.Checked,
|
||||
};
|
||||
if (this.txtAmount.Text != "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user