|
|
@@ -69,6 +69,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
|
|
|
this.IDNRKONLYCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.CHARG = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.LGORT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.SCRAPREASON = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.CostCenter = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.CostCenterName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.errormessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -235,6 +236,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
|
|
|
this.IDNRKONLYCODE,
|
|
|
this.CHARG,
|
|
|
this.LGORT,
|
|
|
+ this.SCRAPREASON,
|
|
|
this.CostCenter,
|
|
|
this.CostCenterName,
|
|
|
this.errormessage,
|
|
|
@@ -516,6 +518,13 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
|
|
|
this.LGORT.Name = "LGORT";
|
|
|
this.LGORT.ReadOnly = true;
|
|
|
//
|
|
|
+ // SCRAPREASON
|
|
|
+ //
|
|
|
+ this.SCRAPREASON.DataPropertyName = "SCRAPREASON";
|
|
|
+ this.SCRAPREASON.HeaderText = "报损原因";
|
|
|
+ this.SCRAPREASON.Name = "SCRAPREASON";
|
|
|
+ this.SCRAPREASON.ReadOnly = true;
|
|
|
+ //
|
|
|
// CostCenter
|
|
|
//
|
|
|
this.CostCenter.DataPropertyName = "CostCenter";
|
|
|
@@ -651,6 +660,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IDNRKONLYCODE;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CHARG;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LGORT;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn SCRAPREASON;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CostCenter;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CostCenterName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn errormessage;
|