Commit 96fa9ac3 authored by agping's avatar agping

全部约带看

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