Commit 96fa9ac3 authored by agping's avatar agping

全部约带看

parent 5a4c5eab
......@@ -54,13 +54,13 @@
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<!--同步app-->
<tr>
<!--<tr>
<td colspan="14" class="maintable-top-sub-tr">
<a class="btn btn-info liudan_pic_btn">全部</a>
<a class="btn btn-default liudan_pic_btn">部门</a>
<a class="btn btn-default liudan_pic_btn">门店</a>
</td>
</tr>
</tr>-->
<tr>
<td colspan="10">
<form id="form_search">
......
......@@ -129,7 +129,7 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
params.internal_title = $('#house_title').val();
params.user_phone = $('#report_agent_phone').val();
params.order_id = $('#report_id').val();//全部约带看记录 订单id搜索
// console.log(location.href);
// var start_ = $('#create_time_start').val()+" 00:00:00";
// date_start =new Date(Date.parse(start_.replace(/-/g, "/")));
......@@ -144,7 +144,8 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
params.pageSize = record.pageSize;
$.ajax({
type: 'GET',
url: record.switchUrl(), //约带看记录 对接接口(2.9.6 有权限的人 才能看到)
// url: record.switchUrl(), //约带看记录 对接接口(2.9.6 有权限的人 才能看到)
url: location.href, //约带看记录 对接接口(2.9.6 有权限的人 才能看到)
data: params,
timeout: 30000,
dataType: 'json',
......
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