|
|
@@ -397,6 +397,7 @@
|
|
|
this.colA.HeaderText = "期初数量";
|
|
|
this.colA.Name = "colA";
|
|
|
this.colA.ReadOnly = true;
|
|
|
+ this.colA.Visible = false;
|
|
|
//
|
|
|
// colB
|
|
|
//
|
|
|
@@ -415,6 +416,7 @@
|
|
|
this.colC.HeaderText = "干补+回收";
|
|
|
this.colC.Name = "colC";
|
|
|
this.colC.ReadOnly = true;
|
|
|
+ this.colC.Visible = false;
|
|
|
//
|
|
|
// colD
|
|
|
//
|
|
|
@@ -442,6 +444,7 @@
|
|
|
this.colF.HeaderText = "期末数量";
|
|
|
this.colF.Name = "colF";
|
|
|
this.colF.ReadOnly = true;
|
|
|
+ this.colF.Visible = false;
|
|
|
//
|
|
|
// GOODSID
|
|
|
//
|
|
|
@@ -466,7 +469,7 @@
|
|
|
this.Controls.Add(this.tsrOperate);
|
|
|
this.Controls.Add(this.gbSelect);
|
|
|
this.Name = "F_RPT_030111";
|
|
|
- this.Text = "工序收发存汇总表";
|
|
|
+ this.Text = "工序收发损汇总表";
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030110_FormClosed);
|
|
|
this.Load += new System.EventHandler(this.F_RPT_030110_Load);
|
|
|
this.gbSelect.ResumeLayout(false);
|