修改材料报验流程
This commit is contained in:
@@ -218,7 +218,7 @@ namespace FineUIPro.Web.CQMS.Material
|
||||
}
|
||||
else if (state.ToString() == BLL.Const.Inspection_Audit1)
|
||||
{
|
||||
return "总包专业工程师审核";
|
||||
return "总包专业工程师审批";
|
||||
}
|
||||
else if (state.ToString() == BLL.Const.Inspection_Audit2)
|
||||
{
|
||||
@@ -256,20 +256,12 @@ namespace FineUIPro.Web.CQMS.Material
|
||||
string State = BLL.CQMS_InspectionService.GetInspectionByInspectionId(this.InspectionId).State;
|
||||
if (this.RadioButtonList1.SelectedValue.Equals("true"))
|
||||
{
|
||||
if (State == Const.Inspection_Audit2)
|
||||
if (State == Const.Inspection_Audit1)
|
||||
{
|
||||
this.drpHandleMan.Enabled = false;
|
||||
}
|
||||
this.drpHandleType.SelectedIndex = 0;
|
||||
if (State == Const.Inspection_Audit1)
|
||||
{
|
||||
this.drpHandleMan.SelectedIndex = 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.drpHandleMan.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
this.drpHandleMan.SelectedIndex = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user