优化商品模块
This commit is contained in:
10
erp_web/pages/template/init_depot_list.html
Normal file
10
erp_web/pages/template/init_depot_list.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user