* Modify the code.

This commit is contained in:
tianshujie
2021-11-19 11:27:36 +08:00
parent 3045b1a234
commit 53a34f1546
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -172,7 +172,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' style='width:65px'");?>
<?php if(isset($product->type) and $product->type != 'normal') echo html::select('branch', $branches, $case->branch, "onchange='loadBranch();' class='form-control'");?>
</div>
</td>
</tr>