konghe hai 1 ano
pai
achega
18ff499ba9
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      DK.Client/PCModule/F_PC_0101_1_1.cs
  2. 2 2
      DK.Client/PCModule/F_PC_0101_1_2.cs

+ 1 - 1
DK.Client/PCModule/F_PC_0101_1_1.cs

@@ -1708,7 +1708,7 @@ namespace Dongke.IBOSS.PRD.Client.PCModule
                             dtNew.Rows[i]["RecordRemarks"] = "[甩模]";
                         }
                         dtNew.AcceptChanges();
-                        F_PC_0101_1_2 frmFPC0101 = new F_PC_0101_1_2(dtNew, this.Text + "-甩模", 7);
+                        F_PC_0101_1_2 frmFPC0101 = new F_PC_0101_1_2(dtNew, this.Text + "-甩模", 8);
                         DialogResult dialogresult = frmFPC0101.ShowDialog();
                         if (dialogresult.Equals(DialogResult.OK))
                         {

+ 2 - 2
DK.Client/PCModule/F_PC_0101_1_2.cs

@@ -149,7 +149,7 @@ namespace Dongke.IBOSS.PRD.Client.PCModule
                         return PCModuleProxy.Service.StopGroutingLineDetail(dtName);
                     }));
                 }
-                else if (this._GMouldStatus == 7)
+                else if (this._GMouldStatus == 8)
                 {
                     ClientRequestEntity cre = new ClientRequestEntity();
                     cre.NameSpace = "F_PC_0101_1_2";
@@ -263,7 +263,7 @@ namespace Dongke.IBOSS.PRD.Client.PCModule
                 // 设置可输入单元格的颜色
                 this.dgvGroutingLineDetail.IsSetInputColumnsColor = true;
 
-                if (this._GMouldStatus == 4 || this._GMouldStatus == 5 || this._GMouldStatus == 6 || this._GMouldStatus == 7)
+                if (this._GMouldStatus == 4 || this._GMouldStatus == 5 || this._GMouldStatus == 6 || this._GMouldStatus == 7 || this._GMouldStatus == 8)
                 {
                     DataRow[] dr = _dtBindSource.Select("MouldID is not null");
                     if (dr != null && dr.Length > 0)