示例#1
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();
 }
示例#2
0
 protected void Page_Load(object sender, System.EventArgs e)
 {
     if (!base.IsPostBack)
     {
         TypeList.BindXmgroupDrop(this.dropImplDep);
         this.BindProject();
         if (!string.IsNullOrEmpty(this.reportId))
         {
             this.BindInfos();
         }
         else
         {
             this.hfldStartReportId.Value = System.Guid.NewGuid().ToString();
             this.hfldInputDate.Value     = System.DateTime.Now.ToString();
             this.hfldInputUser.Value     = base.UserCode;
         }
         this.FileUpload1.RecordCode = this.hfldStartReportId.Value;
     }
 }