Merge branch 'bug_zhouxin_27810' into 'master'
* Fix bug #27810. See merge request easycorp/zentaopms!5496
This commit is contained in:
@@ -143,6 +143,16 @@ function setParentProgram(parentProgram)
|
||||
$('#plansBox .col-sm-4').prepend(planSelect);
|
||||
$('#plansBox .col-sm-4 select').chosen();
|
||||
}
|
||||
|
||||
if(parentProgram != 0)
|
||||
{
|
||||
$('.aclBox').html($('#programAcl').html());
|
||||
}
|
||||
else
|
||||
{
|
||||
$('.aclBox').html($('#projectAcl').html());
|
||||
}
|
||||
|
||||
budgetOverrunTips();
|
||||
outOfDateTip();
|
||||
refreshBudgetUnit(data);
|
||||
|
||||
Reference in New Issue
Block a user