Commit 55f9f2b4 by 冷斌

add

parent c048856f
......@@ -7,10 +7,10 @@
<li class="active"><a >列表</a></li>
<li><a href="{:U('Welfare/add')}">添加</a></li>
</ul>
<form class="well form-search" method="post" action="{:U('Welfare/savePrice')}">
<form id="form" class="well form-search" method="post" action="{:U('Welfare/savePrice')}">
价格:
<input id="price" type="text" name="price" style="width: 200px;" value="" placeholder="">
<input type="submit" class="btn btn-primary" onclick="if(confirm('您确定要修改价格吗?')); return false" value="保存">
<input type="submit" class="btn btn-primary" onclick="if(confirm('您确定要修改价格吗?')){$('#form').submit()}; return false" value="保存">
</form>
<form method="post" class="js-ajax-form">
<table class="table table-hover table-bordered">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment