|
|
@@ -106,6 +106,7 @@
|
|
|
this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.SpecialRepairFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.CheckTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -590,6 +591,7 @@
|
|
|
this.IsPublicBody,
|
|
|
this.SpecialRepairFlag,
|
|
|
this.GroutingNum,
|
|
|
+ this.CheckTime,
|
|
|
this.CreateTime,
|
|
|
this.ProcedureModel,
|
|
|
this.ModelType,
|
|
|
@@ -951,6 +953,13 @@
|
|
|
this.GroutingNum.Name = "GroutingNum";
|
|
|
this.GroutingNum.ReadOnly = true;
|
|
|
//
|
|
|
+ // CheckTime
|
|
|
+ //
|
|
|
+ this.CheckTime.DataPropertyName = "CheckTime";
|
|
|
+ this.CheckTime.HeaderText = "质量登记时间";
|
|
|
+ this.CheckTime.Name = "CheckTime";
|
|
|
+ this.CheckTime.ReadOnly = true;
|
|
|
+ //
|
|
|
// CreateTime
|
|
|
//
|
|
|
this.CreateTime.DataPropertyName = "CreateTime";
|
|
|
@@ -1121,6 +1130,7 @@
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairFlag;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn CheckTime;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
|