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