Commit 68512074 authored by agping's avatar agping

预约看铺优化

parent ee9c2da9
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<tr> <tr>
<td colspan="9"> <td colspan="9">
<form id="form_search"> <form id="form_search">
<span class="fore-span">提交时间:</span> <!--<span class="fore-span">提交时间:</span>
<div class="form-group"> <div class="form-group">
<div class="input-group date form_date " data-date="" <div class="input-group date form_date " data-date=""
data-date-format="yyyy-MM-dd" data-link-field="dtp_input2" data-date-format="yyyy-MM-dd" data-link-field="dtp_input2"
...@@ -46,18 +46,22 @@ ...@@ -46,18 +46,22 @@
<span class="input-group-addon"><span <span class="input-group-addon"><span
class="glyphicon glyphicon-calendar"></span></span> class="glyphicon glyphicon-calendar"></span></span>
</div> </div>
</div> </div>-->
<input class="form-control btn2" data-rule-phoneus="false" <span class="fore-span ld-Marheight">提交时间:</span>
<input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="start_date" name="start_date" type="date">
<span class="fore-span ld-Marheight">-</span>
<input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="end_date" name="end_date" type="date">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false"
data-rule-required="false" id="name" placeholder="客户姓名" data-rule-required="false" id="name" placeholder="客户姓名"
type="text" value=""> type="text" value="">
<input class="form-control btn2" data-rule-phoneus="false" <input class="form-control btn2 ld-Marheight" data-rule-phoneus="false"
data-rule-required="false" id="phone" placeholder="手机号" type="text" data-rule-required="false" id="phone" placeholder="手机号" type="text"
value=""> value="">
<input class="form-control btn2" data-rule-phoneus="false" <input class="form-control btn2 ld-Marheight" data-rule-phoneus="false"
data-rule-required="false" id="shop_name" placeholder="店铺名" data-rule-required="false" id="shop_name" placeholder="店铺名"
type="text" value=""> type="text" value="">
<span class="btn btn-default btn3" id="search">搜索</span> <span class="btn btn-default btn3 ld-Marheight" id="search">搜索</span>
<span class="btn btn-default btn3" id="form_search_reset">重置</span> <span class="btn btn-default btn3 ld-Marheight" id="form_search_reset">重置</span>
</form> </form>
</td> </td>
</tr> </tr>
......
...@@ -7,159 +7,142 @@ ...@@ -7,159 +7,142 @@
<!-- Page Content --> <!-- Page Content -->
<div id="page-content-wrapper"> <div id="page-content-wrapper">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-10 col-lg-offset-0"> <div class="col-lg-10 col-lg-offset-0">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
预约看铺列表 预约看铺列表
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed"> <table class="table table-striped table-bordered table-hover table-condensed">
<thead> <thead>
<tr> <tr>
<td colspan="9"> <td colspan="9">
<form id="form_search"> <form id="form_search">
<span class="fore-span">提交时间:</span> <span class="fore-span ld-Marheight">提交时间:</span>
<div class="form-group"> <input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="start_date" name="start_date" type="date">
<div class="input-group date form_date " data-date="" <span class="fore-span ld-Marheight">-</span>
data-date-format="yyyy-MM-dd" data-link-field="dtp_input2" <input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="end_date" name="end_date" type="date">
data-link-format="yyyy-mm-dd" style="width: 200px;float: left;"> <input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="name" placeholder="客户姓名" type="text" value="">
<input class="form-control" size="16" type="text" value="" <input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="phone" placeholder="手机号" type="text" value="">
id="start_date" <input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="house_title" placeholder="店铺名" type="text" value="">
readonly> <span class="btn btn-default btn3 ld-Marheight" id="search">搜索</span>
<span class="input-group-addon"><span <span class="btn btn-default btn3 ld-Marheight" id="form_search_reset">重置</span>
class="glyphicon glyphicon-remove"></span></span> </form>
<span class="input-group-addon"><span </td>
class="glyphicon glyphicon-calendar"></span></span> </tr>
</div> <tr>
<div class="input-group date form_date " data-date="" <th class="text-center">商铺编号</th>
data-date-format="yyyy-MM-dd" data-link-field="dtp_input2" <th class="text-center">商铺名称</th>
data-link-format="yyyy-mm-dd" style="width: 200px;float: left"> <th class="text-center">称呼</th>
<input class="form-control" size="16" type="text" value="" <th class="text-center">客户电话</th>
id="end_date" <th class="text-center">期待看铺时间</th>
readonly> <th class="text-center">其他看铺要求</th>
<span class="input-group-addon"><span <th class="text-center">提交时间</th>
class="glyphicon glyphicon-remove"></span></span> <th class="text-center">操作</th>
<span class="input-group-addon"><span </tr>
class="glyphicon glyphicon-calendar"></span></span> </thead>
</div> <tbody id="sublet_list" class="text-center">
</div> </tbody>
<input class="form-control btn2" data-rule-phoneus="false" data-rule-required="false" id="name" placeholder="客户姓名" type="text" value=""> </table>
<input class="form-control btn2" data-rule-phoneus="false" data-rule-required="false" id="phone" placeholder="手机号" type="text" value=""> </div>
<input class="form-control btn2" data-rule-phoneus="false" data-rule-required="false" id="house_title" placeholder="店铺名" type="text" value=""> <!-- /#page-content-wrapper -->
<span class="btn btn-default btn3" id="search">搜索</span> <div class="text-right" id="pagediv">
<span class="btn btn-default btn3" id="form_search_reset">重置</span>
</form>
</td>
</tr>
<tr>
<th class="text-center">商铺编号</th>
<th class="text-center">商铺名称</th>
<th class="text-center">称呼</th>
<th class="text-center">客户电话</th>
<th class="text-center">期待看铺时间</th>
<th class="text-center">其他看铺要求</th>
<th class="text-center">提交时间</th>
<th class="text-center">操作</th>
</tr>
</thead>
<tbody id="sublet_list" class="text-center">
</tbody>
</table>
</div>
<!-- /#page-content-wrapper -->
<div class="text-right" id="pagediv">
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<!-- /#wrapper --> <!-- /#wrapper -->
<!-- /#跟进模态框 --> <!-- /#跟进模态框 -->
<div class="modal fade" id="modal-process" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal fade" id="modal-process" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog"> <div class="modal-dialog">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
&times; &times;
</button> </button>
<h4 class="modal-title" id="myModalLabel"> <h4 class="modal-title" id="myModalLabel">
跟进 跟进
</h4> </h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<div class="table-responsive table-responsive1"> <div class="table-responsive table-responsive1">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<thead> <thead>
<tr> <tr>
<th>跟进内容</th> <th>跟进内容</th>
<th>跟进人</th> <th>跟进人</th>
<th>跟进时间</th> <th>跟进时间</th>
</tr> </tr>
</thead> </thead>
<tbody id="list_follow"> <tbody id="list_follow">
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="control-group"> <div class="control-group">
<label class="control-label">备注</label> <label class="control-label">备注</label>
<div class="controls"> <div class="controls">
<textarea class="form-control" rows="3" id="content"></textarea> <textarea class="form-control" rows="3" id="content"></textarea>
</div> </div>
</div> </div>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭 <button type="button" class="btn btn-default" data-dismiss="modal">关闭
</button> </button>
<button type="button" class="btn btn-primary" id="submit_follow"> <button type="button" class="btn btn-primary" id="submit_follow">
提交 提交
</button> </button>
</div> </div>
</div><!-- /.modal-content --> </div>
</div><!-- /.modal --> <!-- /.modal-content -->
</div>
<!-- /.modal -->
</div> </div>
<!-- /#wrapper --> <!-- /#wrapper -->
<!-- /#转为报备模态框 --> <!-- /#转为报备模态框 -->
<div class="modal fade" id="modal-watch" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal fade" id="modal-watch" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog"> <div class="modal-dialog">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
&times; &times;
</button> </button>
<h4 class="modal-title"> <h4 class="modal-title">
转为报备 转为报备
</h4> </h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<form class="form-horizontal" id="edit_user_form"> <form class="form-horizontal" id="edit_user_form">
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label">报备人:</label> <label class="col-sm-3 control-label">报备人:</label>
<div class="col-sm-9"> <div class="col-sm-9">
<input type="text" class="form-control btn6 phone_jia" name="phone" placeholder="请输入手机号"> <input type="text" class="form-control btn6 phone_jia" name="phone" placeholder="请输入手机号">
<div class="col-sm-9"> <div class="col-sm-9">
<ul class="list-unstyled" id="agents_list"></ul> <ul class="list-unstyled" id="agents_list"></ul>
</div> </div>
</div> </div>
</div> </div>
<input type="hidden" id="agents"> <input type="hidden" id="agents">
</form> </form>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭 <button type="button" class="btn btn-default" data-dismiss="modal">关闭
</button> </button>
<button type="button" class="btn btn-primary" id="submit_applies"> <button type="button" class="btn btn-primary" id="submit_applies">
提交 提交
</button> </button>
</div> </div>
</div><!-- /.modal-content --> </div>
</div><!-- /.modal --> <!-- /.modal-content -->
</div> </div>
<!-- /.modal -->
</div>
</div> </div>
\ No newline at end of file
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