提交 a7dc0cc9 编写于 作者: M megagao

修改了页面样式

上级 a805bfa3
......@@ -31,7 +31,7 @@
</tr>
<tr>
<td>单位:</td>
<td><input class="easyui-textbox" type="text" name="unit" data-options="required:true" style="width: 280px;"></input></td>
<td><input class="easyui-textbox" type="text" name="unit"></input></td>
</tr>
<tr>
<td>订单状态:</td>
......@@ -62,7 +62,7 @@
</td>
</tr>
<tr>
<td>商品描述:</td>
<td>订单要求:</td>
<td>
<textarea style="width:800px;height:300px;visibility:hidden;" name="note"></textarea>
</td>
......@@ -128,7 +128,7 @@
$.post("order/insert",$("#orderAddForm").serialize(), function(data){
if(data.status == 200){
$.messager.alert('提示','新增商品成功!');
clearForm()
clearForm();
}
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册