* Finish task#8748.

This commit is contained in:
qiyu-xie
2020-12-23 11:16:00 +08:00
parent 0e13c3f8c7
commit fb93bb1267
14 changed files with 57 additions and 24 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
<div class='input-group'>
<?php echo html::input('budget', '', "class='form-control'" . (strpos($requiredFields, 'budget') !== false ? ' required' : ''));?>
<span class='input-group-addon'></span>
<?php echo html::select('budgetUnit', $lang->program->unitList, empty($parentProgram->budgetUnit) ? 'yuan' : $parentProgram->budgetUnit, "class='form-control'");?>
<?php echo html::select('budgetUnit', $lang->program->unitList, empty($parentProgram->budgetUnit) ? 'wanyuan' : $parentProgram->budgetUnit, "class='form-control'");?>
</div>
</td>
<td>