姜永辉 2 hónapja
szülő
commit
e10bc0c7c8

+ 4 - 1
DK.Client/ReportModule/R03/M01/F_RPT_030111.Designer.cs

@@ -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);

+ 5 - 1
DK.Client/ReportModule/R03/M01/F_RPT_030111.cs

@@ -41,7 +41,7 @@ namespace Dongke.IBOSS.PRD.Client.ReportModule
 		public F_RPT_030111()
 		{
 			InitializeComponent();
-			this.Text = "工序收发汇总表";
+			this.Text = "工序收发汇总表";
 			this.tsbtnAdaptive.Text = ButtonText.TSBTN_ADAPTIVE;
 			this.tsbtnClose.Text = ButtonText.TSBTN_CLOSE;
 			this.btnSearch.Text = ButtonText.BTN_SEARCH;
@@ -242,6 +242,10 @@ namespace Dongke.IBOSS.PRD.Client.ReportModule
 		{
 			try
 			{
+				//【成型】注浆明细的 收(注浆日期)、损(损坯日期)、发(交坯时间)
+				//【其他工序】   损 tp_pm_scrapproduct +  清除  (tp_pm_inproduction_tmp)
+				//【其他工序】 收 tp_pm_productiondata TP_MST_RPT_TransferSetting 入工艺部门
+				//【其他工序】 发 tp_pm_productiondata TP_MST_RPT_TransferSetting 出工艺部门
 				ServiceResultEntity resultEntity = ReportModuleProxy.Service.GetRPT030111SData(se);
 				if (resultEntity.Data == null || resultEntity.Data.Tables.Count == 0)
 				{