示例#1
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.AspNetPager1.PageSize = NBasePage.pagesize;
         TypeList.BindDrop(this.dropPrjState, true, "所有", null, new System.Collections.Generic.List <int>
         {
             7,
             8,
             9,
             10,
             11,
             12,
             13
         });
         this.isCompletedApprove.Value = ConfigurationManager.AppSettings["IsCompletedApprove"].ToString();
         this.bindGv();
         int[] prjTypeCodes = new int[]
         {
             11,
             12,
             13
         };
         TypeList.BindDrop(this.dropModifyPrjState, prjTypeCodes, null, null);
         this.dropModifyPrjState.Items.RemoveAt(0);
     }
 }
示例#2
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.AspNetPager1.PageSize = NBasePage.pagesize;
         int[] prjTypeCodes = new int[]
         {
             5,
             17,
             7,
             8,
             9,
             10,
             11,
             12,
             13
         };
         TypeList.BindDrop(this.dropPrjState, prjTypeCodes, "", null);
         TypeList.BindDrop(this.dropModifyPrjState, true);
         this.dropModifyPrjState.Items.Remove(new ListItem("竣工", "10"));
         TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
         this.BindGv();
         string text = base.Request.UrlReferrer.ToString();
         if (text.Contains("/PrjManager/PrjInfoAdd.aspx?Action=Add") && !string.IsNullOrEmpty(base.Request["returnMsg"]))
         {
             string msg = base.Request["returnMsg"].ToString();
             base.RegisterShow("系统提示", msg);
         }
     }
 }
示例#3
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
         this.DataBindContract();
     }
 }
示例#4
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.hldfIsExamineApprove.Value = ConfigHelper.Get("IsIncomeContractApprove");
         TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
         this.BindGv();
     }
 }
示例#5
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.AspNetPager1.PageSize = NBasePage.pagesize;
         TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
         this.bindGv();
     }
 }
示例#6
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "所有", null, true);
         TypeList.BindDrop(this.dropPrjState, true, "所有", null);
         this.bindGv();
     }
 }
示例#7
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.hfldIsWBSRelevance.Value = this.isWBSRelevance;
         this.AspNetPager1.PageSize    = NBasePage.pagesize;
         TypeList.BindDrop(this.dropPrjState, this.types, "", null);
         this.ComputeTotal();
         this.BindGv();
     }
 }
示例#8
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.AspNetPager1.PageSize = NBasePage.pagesize;
         TypeList.BindDrop(this.ddlType, "ProjectType", "", null, true);
         TypeList.BindDrop(this.ddlPrjState, false);
         TypeList.BindDrop(this.dropPrjProperty, "ProjectProperty", "", null, true);
         this.ddlPrjState.Items.Insert(0, new ListItem("", ""));
         this.BindGv();
     }
 }
示例#9
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.AspNetPager1.PageSize = NBasePage.pagesize;
         TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
         TypeList.BindDrop(this.dropPrjState, false, "", null, new System.Collections.Generic.List <int>
         {
             5,
             6
         });
         this.bindGv();
     }
 }
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.AspNetPager1.PageSize = NBasePage.pagesize;
         TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
         TypeList.BindDrop(this.dropPrjState, false, "", null, new System.Collections.Generic.List <int>
         {
             int.Parse(ProjectParameter.Initiate),
             int.Parse(ProjectParameter.Prequalification)
         });
         this.hfldUserCode.Value = base.UserCode;
         this.bindGv();
     }
 }
示例#11
0
 protected void bindDrop()
 {
     TypeList.BindDrop(this.drpDLstState, false, "", null, new System.Collections.Generic.List <int>
     {
         1,
         2,
         3,
         4,
         5,
         6,
         15,
         16,
         19
     });
 }
示例#12
0
 protected void bindDrop()
 {
     TypeList.BindDrop(this.dropPrjState, false, "", null, new System.Collections.Generic.List <int>
     {
         1,
         2,
         3,
         4,
         6,
         14,
         15,
         16,
         19
     });
     TypeList.BindDrop(this.dropPrjType, "ProjectType", "", null, true);
 }
示例#13
0
 public void dropBind()
 {
     TypeList.BindDrop(this.dropBudgetWay, "ysType", "", null, true);
     TypeList.BindDrop(this.dropContractWay, "cbType", "", null, true);
     TypeList.BindDrop(this.dropKeyPart, "primaryGrade", "", null, true);
     TypeList.BindDrop(this.dropPayCondition, "payment", "", null, true);
     TypeList.BindDrop(this.dropPayWay, "jsType", "", null, true);
     TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
     TypeList.BindDrop(this.dropQualityClass, "ProjectQuality", "", null, true);
     TypeList.BindDrop(this.dropRank, "zzGrade", "", null, true);
     TypeList.BindDrop(this.dropTenderWay, "zbType", "", null, true);
     TypeList.BindDrop(this.dropProperty, "ProjectProperty", "", null, true);
     TypeList.BindBuildingTypeDrop(this.dropBuildingType_0);
     TypeList.BindXmgroupDrop(this.dropXmgroup);
     this.BindProvice();
 }
示例#14
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.AspNetPager1.PageSize = NBasePage.pagesize;
         TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
         TypeList.BindDrop(this.dropPrjProperty, "ProjectProperty", "", null, true);
         this.bindGv();
         string text = base.Request.UrlReferrer.ToString();
         if (text.Contains("/TenderManage/InfoAdd.aspx?Action=Add") && !string.IsNullOrEmpty(base.Request["returnMsg"]))
         {
             string msg = base.Request["returnMsg"].ToString();
             base.RegisterShow("系统提示", msg);
         }
     }
 }
示例#15
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.AspNetPager1.PageSize = NBasePage.pagesize;
         int[] prjTypeCodes = new int[]
         {
             5,
             7,
             17
         };
         TypeList.BindDrop(this.dropPrjState, prjTypeCodes, "", null);
         this.BindFlowState();
         this.bindGv();
     }
 }
示例#16
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         try
         {
             if (Request.QueryString["action"].ToString() == "ByProject")
             {
                 this.AspNetPager1.CurrentPageIndex = 1;
                 this.DataBindContract();
             }
         }
         catch
         {
             TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
             this.DataBindContract();
         }
     }
 }
示例#17
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         int[] prjTypeCodes = new int[]
         {
             5,
             17,
             7,
             8,
             9,
             10,
             11,
             12,
             13
         };
         TypeList.BindDrop(this.dropPrjState, prjTypeCodes, "", null);            //项目状态
         this.bindGv();
     }
 }
示例#18
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.AspNetPager1.PageSize = NBasePage.pagesize;
         int[] prjTypeCodes = new int[]
         {
             5,
             7,
             8,
             9,
             10,
             11,
             12,
             13
         };
         TypeList.BindDrop(this.dropPrjState, prjTypeCodes, "", null);
         TypeList.BindDrop(this.dropPrjKindClass, "ProjectType", "", null, true);
         this.bindGv();
     }
 }
示例#19
0
 private void BindDrop()
 {
     TypeList.BindDrop(this.dropTenderAppraiseMethod, "TenderAppraiseMethod", "", null, true);
     TypeList.BindDrop(this.dropTenderPayWay, "PaymentMethods", "", null, true);
 }