* finish task #6173,#6174,#6175,#6183,#6186,#6187.

This commit is contained in:
jinianlan
2019-08-12 08:23:00 +08:00
parent 506aaa3d74
commit c6cba5483e
8 changed files with 126 additions and 13 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
<?php if(isset($projectID)):?>
<tr>
<th class='w-80px'><?php echo $lang->testtask->product;?></th>
<td class='w-p35-f'><?php echo html::select('product', $products, $productID, "class='form-control chosen'");?></td><td></td>
<td class='w-p35-f'><?php echo html::select('product', $products, $productID, "class='form-control chosen' onchange='loadProductRelated(this.value)'");?></td><td></td>
</tr>
<?php else:?>
<tr class='hide'>