Merge branch 'sprint/mastr_zhouxudong_54473' into 'master'

Sprint/mastr zhouxudong 54473

See merge request easycorp/zentaopms!3504
This commit is contained in:
孙广明
2022-05-19 02:34:45 +00:00
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ $lang->program->exRateNotNegative = 'The『exchange rate』should not be n
$lang->program->changePRJUnit = 'Update the budget unit of the project';
$lang->program->progress = 'Progress';
$lang->program->children = 'Child';
$lang->program->children = 'Add Child';
$lang->program->allInvest = 'Input';
$lang->program->teamCount = 'Team';
$lang->program->longTime = 'Long-Term';
+1 -1
View File
@@ -80,7 +80,7 @@ $lang->program->exRateNotNegative = '『汇率』不能是负数。';
$lang->program->changePRJUnit = '更新项目预算单位';
$lang->program->progress = '项目进度';
$lang->program->children = '子项目集';
$lang->program->children = '添加子项目集';
$lang->program->allInvest = '项目集总投入';
$lang->program->teamCount = '总人数';
$lang->program->longTime = '长期';
+6 -2
View File
@@ -44,13 +44,17 @@
<div id='mainContent' class='main-content'>
<div class='center-block'>
<div class='main-header'>
<h2><?php echo $lang->program->create;?></h2>
<h2><?php echo isset($parentProgram->id) ? $lang->program->children : $lang->program->create;?></h2>
</div>
<form class='form-indicator main-form form-ajax' method='post' target='hiddenwin' id='dataform'>
<table class='table table-form'>
<tr>
<th><?php echo $lang->program->parent;?></th>
<td><?php echo html::select('parent', $parents, isset($parentProgram->id) ? $parentProgram->id : 0, "class='form-control chosen' onchange=setBudgetTipsAndAclList(this.value)");?>
<td>
<?php $disabled = isset($parentProgram->id) ? 'disabled' : '';?>
<?php echo html::select('parent', $parents, isset($parentProgram->id) ? $parentProgram->id : 0, "class='form-control chosen' onchange=setBudgetTipsAndAclList(this.value) $disabled");?>
<?php if($disabled) echo html::hidden('parent', $parentProgram->id);?>
</td>
<td></td>
</tr>
<tr>