You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.2 KiB

<%--
Created by IntelliJ IDEA.
User: 33275
Date: 2025/4/7
Time: 20:16
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>添加类目信息</title>
</head>
<body>
<form action="sjh/Category" method="post">
<tr>
<td>商品属性</td>
<td width="20"></td>
<td><input type="text" name="ccgoods" placeholder="商品分类"></td>
</tr>
<tr>
<td>库存管理属性</td>
<td width="20"></td>
<td><input type="text" name="ccinventory" placeholder="商品数量"></td>
</tr>
<tr>
<td>销售属性</td>
<td width="20"></td>
<td><input type="text" name="ccsale" placeholder="销售渠道"></td>
</tr>
<tr>
<td>物流属性</td>
<td width="20"></td>
<td><input type="text" name="cclogistics" placeholder="物流方式"></td>
</tr>
<tr>
<td align="right"><input type="reset" value="重置信息"></td>
<td></td>
<td align="center">
<input type="submit" value="添加">
</td>
</tr>
</form>
</body>
</html>