Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
96fa9ac3
Commit
96fa9ac3
authored
Mar 04, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全部约带看
parent
5a4c5eab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
reportList.html
application/index/view/report/reportList.html
+2
-2
inspectionRecordAll.js
public/resource/js/inspectionRecordAll.js
+3
-2
No files found.
application/index/view/report/reportList.html
View file @
96fa9ac3
...
@@ -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"
>
...
...
public/resource/js/inspectionRecordAll.js
View file @
96fa9ac3
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment