焊接材料修改
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
LabelWidth="70px" LabelAlign="Right" Width="170px">
|
||||
</f:DropDownList>
|
||||
<f:TextBox runat="server" ID="txtMaterialCode" Label="材料编码" EmptyText="输入查询条件" Width="230px" LabelWidth="100px"></f:TextBox>
|
||||
<f:CheckBox runat="server" ID="cbIsItAPerfectMatch" Label="仅未完全匹配材料" LabelWidth="150px"></f:CheckBox>
|
||||
<f:Label runat="server" ID="lbRate"></f:Label>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
|
||||
@@ -47,7 +47,10 @@ namespace FineUIPro.Web.CLGL
|
||||
{
|
||||
lbRate.Text = "总体匹配率:0%";
|
||||
}
|
||||
|
||||
if (cbIsItAPerfectMatch.Checked)
|
||||
{
|
||||
tb = tb.Where(x => x.MatchRate < 1).ToList();
|
||||
}
|
||||
//tb = GetFilteredTable(Grid1.FilteredData, tb);
|
||||
Grid1.DataSource = tb;
|
||||
Grid1.DataBind();
|
||||
|
||||
@@ -77,6 +77,15 @@ namespace FineUIPro.Web.CLGL
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtMaterialCode;
|
||||
|
||||
/// <summary>
|
||||
/// cbIsItAPerfectMatch 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.CheckBox cbIsItAPerfectMatch;
|
||||
|
||||
/// <summary>
|
||||
/// lbRate 控件。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user