作者 anyv
1 个管道 的构建 通过 耗费 8 秒

商品添加

... ... @@ -88,6 +88,26 @@
placeholder="请输入书号"></td>
</tr>
<tr>
<th>开本</th>
<td><input class="form-control" type="text" name="book_size" value=""
placeholder="请输入开本"></td>
</tr>
<tr>
<th>纸张</th>
<td><input class="form-control" type="text" name="paper" value=""
placeholder="请输入纸张"></td>
</tr>
<tr>
<th>印刷</th>
<td><input class="form-control" type="text" name="printing" value=""
placeholder="请输入印刷"></td>
</tr>
<tr>
<th>装订</th>
<td><input class="form-control" type="text" name="binding" value=""
placeholder="请输入装订"></td>
</tr>
<tr>
<th>作者</th>
<td><input class="form-control" type="text" name="author" value=""
placeholder="请输入作者"></td>
... ...