This commit is contained in:
wangyidong
2021-04-15 14:45:35 +08:00
parent c4454bb6d9
commit 04a5041611
5 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ js::set('systemMode' , $config->systemMode);
<td>
<div class='input-group'>
<?php echo html::select('product', $products, $productID, "onchange='loadAll(this.value)' class='form-control chosen'");?>
<?php if($this->session->currentProductType != 'normal') echo html::select('branch', $branches, $bug->branch, "onchange='loadBranch();' class='form-control'");?>
<?php if($product->type != 'normal') echo html::select('branch', $branches, $bug->branch, "onchange='loadBranch();' class='form-control'");?>
</div>
</td>
</tr>