|
|
@@ -57,6 +57,7 @@
|
|
|
this.GLAZETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.LOGONAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.KINGDEECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).BeginInit();
|
|
|
@@ -349,7 +350,8 @@
|
|
|
this.GoodsNames,
|
|
|
this.GLAZETYPE,
|
|
|
this.LOGONAME,
|
|
|
- this.KINGDEECODE});
|
|
|
+ this.KINGDEECODE,
|
|
|
+ this.CREATETIME});
|
|
|
this.dgvGoosKingdeecode.ColumnTreeView = null;
|
|
|
this.dgvGoosKingdeecode.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
|
|
|
this.dgvGoosKingdeecode.DynamicColumnName = "";
|
|
|
@@ -420,6 +422,13 @@
|
|
|
this.KINGDEECODE.ReadOnly = true;
|
|
|
this.KINGDEECODE.Width = 150;
|
|
|
//
|
|
|
+ // CREATETIME
|
|
|
+ //
|
|
|
+ this.CREATETIME.DataPropertyName = "CREATETIME";
|
|
|
+ this.CREATETIME.HeaderText = "创建时间";
|
|
|
+ this.CREATETIME.Name = "CREATETIME";
|
|
|
+ this.CREATETIME.ReadOnly = true;
|
|
|
+ //
|
|
|
// F_MST_1301
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -469,5 +478,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GLAZETYPE;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LOGONAME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KINGDEECODE;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
|
|
|
}
|
|
|
}
|