This commit is contained in:
tianshujie
2021-10-14 11:31:38 +08:00
parent 264a20d583
commit 993a02eb78
3 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -13,8 +13,7 @@
</th>
<td class='required'>
<div class='input-group'>
<?php $hidden = $type == 'noProject' ? '' : 'hidden';?>
<?php echo html::select("programs", $programs, $programID, "class='form-control $hidden pgm-exist' onchange='getProjectByProgram(this)'");?>
<?php echo html::select("programs", $programs, $programID, "class='form-control hidden pgm-exist' onchange='getProjectByProgram(this)'");?>
<?php if($type != 'noProject'):?>
<?php echo html::input("programName", '', "class='form-control pgm-no-exist'");?>
<span class='input-group-addon'>