代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
using BLL;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
{
|
||||
@@ -118,12 +114,12 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
{
|
||||
//类别
|
||||
this.drpType.DataValueField = "Value";
|
||||
this.drpType.DataTextField= "Text";
|
||||
this.drpType.DataSource= BLL.DropListService.drpQualityAssuranceTypeList();
|
||||
this.drpType.DataTextField = "Text";
|
||||
this.drpType.DataSource = BLL.DropListService.drpQualityAssuranceTypeList();
|
||||
this.drpType.DataBind();
|
||||
Funs.FineUIPleaseSelect(this.drpType);
|
||||
|
||||
Person_PersonsService.InitFlowOperateControlUserDropDownList(this.drpCompileMan, this.ProjectId,string.Empty, true);
|
||||
Person_PersonsService.InitFlowOperateControlUserDropDownList(this.drpCompileMan, this.ProjectId, string.Empty, true);
|
||||
this.drpCompileMan.SelectedValue = this.CurrUser.PersonId;
|
||||
}
|
||||
|
||||
@@ -135,7 +131,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
/// <param name="e"></param>
|
||||
protected void btnSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (this.drpType.SelectedValue==BLL.Const._Null)
|
||||
if (this.drpType.SelectedValue == BLL.Const._Null)
|
||||
{
|
||||
Alert.ShowInTop("请选择类别", MessageBoxIcon.Warning);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user