|
|
@@ -60,6 +60,8 @@
|
|
|
this.pd_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_description = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_speccs = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_custprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.codenum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.onlynumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -270,6 +272,8 @@
|
|
|
this.pd_outqty,
|
|
|
this.pr_detail,
|
|
|
this.pd_description,
|
|
|
+ this.pr_speccs,
|
|
|
+ this.pd_custprodcode,
|
|
|
this.pd_id,
|
|
|
this.codenum,
|
|
|
this.onlynumber,
|
|
|
@@ -420,6 +424,22 @@
|
|
|
this.pd_description.Name = "pd_description";
|
|
|
this.pd_description.Width = 150;
|
|
|
//
|
|
|
+ // pr_speccs
|
|
|
+ //
|
|
|
+ this.pr_speccs.DataPropertyName = "pr_speccs";
|
|
|
+ this.pr_speccs.HeaderText = "封装";
|
|
|
+ this.pr_speccs.MinimumWidth = 8;
|
|
|
+ this.pr_speccs.Name = "pr_speccs";
|
|
|
+ this.pr_speccs.Width = 150;
|
|
|
+ //
|
|
|
+ // pd_custprodcode
|
|
|
+ //
|
|
|
+ this.pd_custprodcode.DataPropertyName = "pd_custprodcode";
|
|
|
+ this.pd_custprodcode.HeaderText = "客户料号";
|
|
|
+ this.pd_custprodcode.MinimumWidth = 8;
|
|
|
+ this.pd_custprodcode.Name = "pd_custprodcode";
|
|
|
+ this.pd_custprodcode.Width = 150;
|
|
|
+ //
|
|
|
// pd_id
|
|
|
//
|
|
|
this.pd_id.DataPropertyName = "pd_id";
|
|
|
@@ -543,6 +563,8 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_outqty;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_description;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pr_speccs;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pd_custprodcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn codenum;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn onlynumber;
|