18 lines
886 B
HTML
18 lines
886 B
HTML
<tr>
|
|
<td>
|
|
<a href="javascript:;" class="fa fa-move" title="拖动调整此显示顺序" ><i class="fa fa-arrows"></i></a>
|
|
<a href="javascript:;" onclick="deleteParam(this)" style="margin-top:10px;" title="删除"><i class='fa fa-times'></i></a>
|
|
</td>
|
|
<td colspan="2">
|
|
<input type="hidden" class="form-control" name="storeids[]" data-id="{$id}" data-name="storeids" value="" placeholder="按钮名称" style="width:200px;float:left" />
|
|
|
|
<input class="form-control" type="text" data-id="{$id}" data-name="storenames" placeholder="" value="" name="storenames[]" style="width:200px;float:left">
|
|
<span class="input-group-btn">
|
|
<button class="btn btn-default nav-link-store" type="button" data-id="{$id}" >选择门店</button>
|
|
</span>
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|