10 lines
409 B
Java
10 lines
409 B
Java
<table>
|
|
{{#depotList}}
|
|
<tr>
|
|
<td style="width:100px;height:30px;line-height:30px;padding:5px;float:left;">{{name}}</td>
|
|
<td style="padding:5px">
|
|
<input type="text" id="depot{{id}}" data-id="{{id}}" class="depot" style="width: 250px;border: 1px solid #95B8E7;border-radius:5px;height: 30px" value="{{initStock}}"/>
|
|
</td>
|
|
</tr>
|
|
{{/depotList}}
|
|
</table> |