...
|
...
|
@@ -3,14 +3,14 @@ |
|
|
<body>
|
|
|
<div class="wrap js-check-wrap">
|
|
|
<ul class="nav nav-tabs">
|
|
|
<li class="active"><a href="javascript:;">保证金说明列表</a></li>
|
|
|
<li><a href="{:url('UserNeed/add')}">添加保证金说明</a></li>
|
|
|
<li class="active"><a href=" ">保证金说明列表</a></li>
|
|
|
<li><a href="{:url('Need/add')}">添加保证金说明</a></li>
|
|
|
</ul>
|
|
|
<form class="well form-inline margin-top-20" method="post" action="{:url('UserNeed/index')}">
|
|
|
<form class="well form-inline margin-top-20" method="post" action="{:url('Need/index')}">
|
|
|
<!--分类:-->
|
|
|
<!--<select class="form-control" name="category" style="width: 140px;">-->
|
|
|
<!--<option value='0'>全部</option>-->
|
|
|
<!--{$category_tree|default=''}-->
|
|
|
<!--<option value='0'>全部</option>-->
|
|
|
<!--{$category_tree|default=''}-->
|
|
|
<!--</select> -->
|
|
|
时间:
|
|
|
<input type="text" class="form-control js-bootstrap-datetime" name="start_time"
|
...
|
...
|
@@ -23,32 +23,32 @@ |
|
|
<input type="text" class="form-control" name="keyword" style="width: 200px;"
|
|
|
value="{$keyword|default=''}" placeholder="请输入说明标题">
|
|
|
<input type="submit" class="btn btn-primary" value="搜索"/>
|
|
|
<a class="btn btn-danger" href="{:url('UserNeed/index')}">清空</a>
|
|
|
<a class="btn btn-danger" href="{:url('Need/index')}">清空</a>
|
|
|
</form>
|
|
|
<form class="js-ajax-form" action="" method="post">
|
|
|
<div class="table-actions">
|
|
|
<!--<notempty name="category">-->
|
|
|
<!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"-->
|
|
|
<!--data-action="{:url('AdminArticle/listOrder')}">{:lang('SORT')}-->
|
|
|
<!--</button>-->
|
|
|
<!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"-->
|
|
|
<!--data-action="{:url('AdminArticle/listOrder')}">{:lang('SORT')}-->
|
|
|
<!--</button>-->
|
|
|
<!--</notempty>-->
|
|
|
<!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"-->
|
|
|
<!--data-action="{:url('AdminArticle/publish',array('yes'=>1))}" data-subcheck="true">发布-->
|
|
|
<!--data-action="{:url('AdminArticle/publish',array('yes'=>1))}" data-subcheck="true">发布-->
|
|
|
<!--</button>-->
|
|
|
<!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"-->
|
|
|
<!--data-action="{:url('AdminArticle/publish',array('no'=>1))}" data-subcheck="true">取消发布-->
|
|
|
<!--data-action="{:url('AdminArticle/publish',array('no'=>1))}" data-subcheck="true">取消发布-->
|
|
|
<!--</button>-->
|
|
|
<!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"-->
|
|
|
<!--data-action="{:url('AdminArticle/top',array('yes'=>1))}" data-subcheck="true">置顶-->
|
|
|
<!--data-action="{:url('AdminArticle/top',array('yes'=>1))}" data-subcheck="true">置顶-->
|
|
|
<!--</button>-->
|
|
|
<!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"-->
|
|
|
<!--data-action="{:url('AdminArticle/top',array('no'=>1))}" data-subcheck="true">取消置顶-->
|
|
|
<!--data-action="{:url('AdminArticle/top',array('no'=>1))}" data-subcheck="true">取消置顶-->
|
|
|
<!--</button>-->
|
|
|
<!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"-->
|
|
|
<!--data-action="{:url('AdminArticle/recommend',array('yes'=>1))}" data-subcheck="true">推荐-->
|
|
|
<!--data-action="{:url('AdminArticle/recommend',array('yes'=>1))}" data-subcheck="true">推荐-->
|
|
|
<!--</button>-->
|
|
|
<!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"-->
|
|
|
<!--data-action="{:url('AdminArticle/recommend',array('no'=>1))}" data-subcheck="true">取消推荐-->
|
|
|
<!--data-action="{:url('AdminArticle/recommend',array('no'=>1))}" data-subcheck="true">取消推荐-->
|
|
|
<!--</button>-->
|
|
|
<!--
|
|
|
<notempty name="category">
|
...
|
...
|
@@ -57,7 +57,7 @@ |
|
|
<button class="btn btn-primary btn-sm js-articles-copy" type="button">批量复制</button>
|
|
|
-->
|
|
|
<button class="btn btn-danger btn-sm js-ajax-submit" type="submit"
|
|
|
data-action="{:url('UserNeed/del')}" data-subcheck="true" data-msg="您确定删除吗?">
|
|
|
data-action="{:url('Need/del')}" data-subcheck="true" data-msg="您确定删除吗?">
|
|
|
{:lang('DELETE')}
|
|
|
</button>
|
|
|
</div>
|
...
|
...
|
@@ -73,13 +73,17 @@ |
|
|
<th width="50">{:lang('SORT')}</th>
|
|
|
</notempty>
|
|
|
<th width="50">ID</th>
|
|
|
<th width="10%">标题</th>
|
|
|
<th>内容</th>
|
|
|
<th>排序</th>
|
|
|
<th width="130">更新时间</th>
|
|
|
<th width="130">发布时间</th>
|
|
|
<!--<th width="70">状态</th>-->
|
|
|
<th width="90">操作</th>
|
|
|
<th>用户名</th>
|
|
|
<th>手机号</th>
|
|
|
<th>城市</th>
|
|
|
<th>小区</th>
|
|
|
<th>联系人姓名</th>
|
|
|
<th>联系人电话</th>
|
|
|
<th>报价人数</th>
|
|
|
<th>保证金金额</th>
|
|
|
<th>状态</th>
|
|
|
<th>提交时间</th>
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<foreach name="list" item="list">
|
...
|
...
|
@@ -90,32 +94,39 @@ |
|
|
</td>
|
|
|
|
|
|
<td>{$list.id}</td>
|
|
|
<td>{$list.user_name}</td>
|
|
|
<td>{$list.user_tel}</td>
|
|
|
<td>{$list.city}</td>
|
|
|
<td>{$list.quarters}</td>
|
|
|
<td>{$list.name}</td>
|
|
|
<td>{$list.tel}</td>
|
|
|
<td>{$list.people}</td>
|
|
|
<td>{$list.pay_money}</td>
|
|
|
<td>
|
|
|
{$list.title}
|
|
|
</td>
|
|
|
<td>
|
|
|
{$list.content}
|
|
|
</td>
|
|
|
<td>
|
|
|
{$list.score}
|
|
|
</td>
|
|
|
<td>
|
|
|
{:date('Y-m-d H:i',$list['update_time'])}
|
|
|
<eq name="list.status" value="1">未交保证金</eq>
|
|
|
<eq name="list.status" value="2">待发布</eq>
|
|
|
<eq name="list.status" value="3">待报价</eq>
|
|
|
<eq name="list.status" value="4">报价人数不足</eq>
|
|
|
<eq name="list.status" value="5">待选择中介</eq>
|
|
|
<eq name="list.status" value="6">未选择中介</eq>
|
|
|
<eq name="list.status" value="7">待中介确认</eq>
|
|
|
<eq name="list.status" value="10">待评价</eq>
|
|
|
<eq name="list.status" value="11">已评价</eq>
|
|
|
</td>
|
|
|
<td>
|
|
|
{:date('Y-m-d H:i',$list['create_time'])}
|
|
|
<!--<empty name="vo.published_time">-->
|
|
|
<!--未发布-->
|
|
|
<!--<else/>-->
|
|
|
<!--{:date('Y-m-d H:i',$list['published_time'])}-->
|
|
|
<!--未发布-->
|
|
|
<!--<else/>-->
|
|
|
<!--{:date('Y-m-d H:i',$list['published_time'])}-->
|
|
|
<!--</empty>-->
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>
|
|
|
<a href="{:url('UserNeed/add',array('id'=>$list['id']))}">{:lang('EDIT')}</a>
|
|
|
<a href="{:url('UserNeed/del',array('id'=>$list['id']))}" class="js-ajax-delete">{:lang('DELETE')}</a>
|
|
|
</td>
|
|
|
<a href="{:url('Need/detail',array('id'=>$list['id']))}">查看详情</a>
|
|
|
<a href="{:url('Need/del',array('id'=>$list['id']))}" class="js-ajax-delete">{:lang('DELETE')}</a>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</foreach>
|
|
|
|
...
|
...
|
|