| 12345678910111213141516171819 |
- <form id="add-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
- <input type="hidden" name="row[ids]" value="{$ids|htmlentities}">
- <div>
- <label class="col-xs-4 col-sm-2" style="text-align: right;">{:__('标签类型')}:</label>
- <select class="selectpicker" style="height: 30px;" name="row[type]" id="type">
- <option value="v010" >v010大件盒包装(10cmx15cm)</option>
- </select>
- </div>
- <div>
- <label class="col-xs-4 col-sm-2" style="text-align: right;">{:__('打印数量')}:</label>
- <input id="numn" style="width: 200px;margin-bottom: 2px;" name="row[numn]" type="text" value="4">
- </div>
- <div class="form-group layer-footer" >
- <div style="text-align: center">
- <button type="submit" id="btn" class="btn btn-primary btn-embossed">{:__('OK')}</button>
- <button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
- </div>
- </div>
- </form>
|