* Fix bug#28983

This commit is contained in:
zenggang
2022-10-26 08:38:23 +00:00
parent 624ea22524
commit f3f92631e3
7 changed files with 75 additions and 1 deletions
+6
View File
@@ -31,6 +31,12 @@
<th class='w-100px'><?php echo $lang->programplan->name;?> </th>
<td colspan='2'><?php echo html::input('name', $plan->name, "class='form-control'");?></td>
</tr>
<?php if(!isset($config->setCode) or $config->setCode == 1):?>
<tr>
<th class='w-100px'><?php echo $lang->execution->code;?> </th>
<td class='required' colspan='2'><?php echo html::input('code', $plan->code, "class='form-control'");?></td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->programplan->percent;?> </th>
<td colspan='2'>