*Finish task #46100.

This commit is contained in:
songchenxuan
2021-12-22 14:28:28 +08:00
parent 1c8df7822a
commit a7258e471b
13 changed files with 99 additions and 65 deletions
+1 -1
View File
@@ -173,7 +173,7 @@
<td>
<div class='input-group'>
<?php echo html::select('product', $products, $productID, "onchange='loadAll(this.value)' class='form-control chosen'");?>
<?php if(isset($product->type) and $product->type != 'normal') echo html::select('branch', $branches, $case->branch, "onchange='loadBranch();' class='form-control'");?>
<?php if(isset($product->type) and $product->type != 'normal') echo html::select('branch', $branchTagOption, $case->branch, "onchange='loadBranch();' class='form-control'");?>
</div>
</td>
</tr>