|
|
@@ -90,6 +90,7 @@
|
|
|
this.mb_bgcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.AddBad = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
+ this.cm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_detail_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -99,7 +100,6 @@
|
|
|
this.cm_materialtype = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_maprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.cm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -184,6 +184,7 @@
|
|
|
this.mb_bgcode,
|
|
|
this.mb_badcode,
|
|
|
this.AddBad,
|
|
|
+ this.cm_makecode,
|
|
|
this.pr_detail_,
|
|
|
this.cm_soncode,
|
|
|
this.cm_barcode,
|
|
|
@@ -192,8 +193,7 @@
|
|
|
this.cm_maid,
|
|
|
this.cm_materialtype,
|
|
|
this.cm_maprodcode,
|
|
|
- this.cm_sncode,
|
|
|
- this.cm_makecode});
|
|
|
+ this.cm_sncode});
|
|
|
this.LabelDataGridView.Location = new System.Drawing.Point(12, 102);
|
|
|
this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
this.LabelDataGridView.RowHeadersVisible = false;
|
|
|
@@ -732,6 +732,12 @@
|
|
|
this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
this.AddBad.Width = 20;
|
|
|
//
|
|
|
+ // cm_makecode
|
|
|
+ //
|
|
|
+ this.cm_makecode.DataPropertyName = "cm_makecode";
|
|
|
+ this.cm_makecode.HeaderText = "上料工单号";
|
|
|
+ this.cm_makecode.Name = "cm_makecode";
|
|
|
+ //
|
|
|
// pr_detail_
|
|
|
//
|
|
|
this.pr_detail_.DataPropertyName = "pr_detail";
|
|
|
@@ -795,13 +801,6 @@
|
|
|
this.cm_sncode.Name = "cm_sncode";
|
|
|
this.cm_sncode.Visible = false;
|
|
|
//
|
|
|
- // cm_makecode
|
|
|
- //
|
|
|
- this.cm_makecode.DataPropertyName = "cm_makecode";
|
|
|
- this.cm_makecode.HeaderText = "";
|
|
|
- this.cm_makecode.Name = "cm_makecode";
|
|
|
- this.cm_makecode.Visible = false;
|
|
|
- //
|
|
|
// Make_Decompose
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -902,6 +901,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode;
|
|
|
private System.Windows.Forms.DataGridViewImageColumn AddBad;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn cm_makecode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail_;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
|
|
|
@@ -911,6 +911,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_materialtype;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_maprodcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_sncode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn cm_makecode;
|
|
|
}
|
|
|
}
|