共检
This commit is contained in:
@@ -259,13 +259,13 @@ namespace FineUIPro.Web.CQMS.ProcessControl
|
||||
/// <param name="e"></param>
|
||||
protected void rblIsOnceQualified_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (this.rblIsOnceQualified.SelectedValue == "True")
|
||||
if (this.rblIsOnceQualified.SelectedValue == "Flase")
|
||||
{
|
||||
this.txtUnqualifiedReason.Hidden = true;
|
||||
this.txtUnqualifiedReason.Hidden = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.txtUnqualifiedReason.Hidden = false;
|
||||
this.txtUnqualifiedReason.Hidden = true;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user