|
|
@@ -93,6 +93,8 @@
|
|
|
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.STAFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.NUMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -110,7 +112,6 @@
|
|
|
this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.KilnCarPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.NUMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
@@ -575,6 +576,8 @@
|
|
|
this.GoodsName,
|
|
|
this.GoodsTypeName,
|
|
|
this.UserCode,
|
|
|
+ this.STAFNAME,
|
|
|
+ this.NUMS,
|
|
|
this.OrganizationID,
|
|
|
this.GroutingMouldCode,
|
|
|
this.GroutingDate,
|
|
|
@@ -591,8 +594,7 @@
|
|
|
this.KilnName,
|
|
|
this.KilnCarName,
|
|
|
this.KilnCarPosition,
|
|
|
- this.LogoCodeName,
|
|
|
- this.NUMS});
|
|
|
+ this.LogoCodeName});
|
|
|
this.dgvProduction.ColumnTreeView = null;
|
|
|
this.dgvProduction.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.dgvProduction.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
@@ -880,6 +882,20 @@
|
|
|
this.UserCode.ReadOnly = true;
|
|
|
this.UserCode.Width = 125;
|
|
|
//
|
|
|
+ // STAFNAME
|
|
|
+ //
|
|
|
+ this.STAFNAME.DataPropertyName = "STAFNAME";
|
|
|
+ this.STAFNAME.HeaderText = "员工姓名";
|
|
|
+ this.STAFNAME.Name = "STAFNAME";
|
|
|
+ this.STAFNAME.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // NUMS
|
|
|
+ //
|
|
|
+ this.NUMS.DataPropertyName = "NUMS";
|
|
|
+ this.NUMS.HeaderText = "数量";
|
|
|
+ this.NUMS.Name = "NUMS";
|
|
|
+ this.NUMS.ReadOnly = true;
|
|
|
+ //
|
|
|
// OrganizationID
|
|
|
//
|
|
|
this.OrganizationID.DataPropertyName = "OrganizationName";
|
|
|
@@ -1056,13 +1072,6 @@
|
|
|
this.LogoCodeName.ReadOnly = true;
|
|
|
this.LogoCodeName.Width = 125;
|
|
|
//
|
|
|
- // NUMS
|
|
|
- //
|
|
|
- this.NUMS.DataPropertyName = "NUMS";
|
|
|
- this.NUMS.HeaderText = "数量";
|
|
|
- this.NUMS.Name = "NUMS";
|
|
|
- this.NUMS.ReadOnly = true;
|
|
|
- //
|
|
|
// F_PM_3201
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -1072,7 +1081,7 @@
|
|
|
this.Controls.Add(this.gbxCondition);
|
|
|
this.Controls.Add(this.tsrOperate);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "F_PM_3201";
|
|
|
this.Text = "半检一览";
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3201_FormClosed);
|
|
|
@@ -1146,6 +1155,8 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn STAFNAME;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn NUMS;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
|
|
|
@@ -1163,6 +1174,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPosition;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn NUMS;
|
|
|
}
|
|
|
}
|