10 lines
274 B
Java
10 lines
274 B
Java
<table>
|
|
{{#depotList}}
|
|
<tr>
|
|
<td style="width:100px;float:left;">{{name}}</td>
|
|
<td>
|
|
<input type="text" id="depot{{id}}" data-id="{{id}}" style="height: 20px;" value="{{stock}}"/>
|
|
</td>
|
|
</tr>
|
|
{{/depotList}}
|
|
</table> |