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
e483ddc3
Commit
e483ddc3
authored
Feb 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进场列表
parent
5525d547
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
marchin_list.html
application/index/view/marchin/marchin_list.html
+2
-0
marchinList.js
public/resource/js/marchinList.js
+3
-1
marchin_list_template_tpl.html
public/resource/template/marchin_list_template_tpl.html
+1
-0
No files found.
application/index/view/marchin/marchin_list.html
View file @
e483ddc3
...
@@ -86,6 +86,7 @@
...
@@ -86,6 +86,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-center"
>
带看ID
</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>
...
@@ -133,6 +134,7 @@
...
@@ -133,6 +134,7 @@
<!--主要列表模板-->
<!--主要列表模板-->
<script
id=
"marchin_list_tpl"
type=
"text/template"
>
<script
id=
"marchin_list_tpl"
type=
"text/template"
>
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
>
<
td
>
{
7
}
<
/td
>
<
td
>
{
0
}
<
/td
>
<
td
>
{
0
}
<
/td
>
<
td
>
{
1
}
<
/td
>
<
td
>
{
1
}
<
/td
>
<
td
>
{
2
}
<
/td
>
<
td
>
{
2
}
<
/td
>
...
...
public/resource/js/marchinList.js
View file @
e483ddc3
...
@@ -210,7 +210,9 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
...
@@ -210,7 +210,9 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
'3'
:
v
.
report_agent_name
,
'3'
:
v
.
report_agent_name
,
'4'
:
ba
,
'4'
:
ba
,
'5'
:
ServerHostImageLiu
+
"/static/chat_image/"
+
((
Array
.
isArray
(
v
.
march_in_img
)
&&
v
.
march_in_img
.
length
)?
v
.
march_in_img
[
0
].
img_name
:
''
),
'5'
:
ServerHostImageLiu
+
"/static/chat_image/"
+
((
Array
.
isArray
(
v
.
march_in_img
)
&&
v
.
march_in_img
.
length
)?
v
.
march_in_img
[
0
].
img_name
:
''
),
'6'
:
check_auth
(
'marchIn_timer_shaft'
)?
_aTemp
:
''
'6'
:
check_auth
(
'marchIn_timer_shaft'
)?
_aTemp
:
''
,
'7'
:
v
.
order_id
});
});
funTemp
(
++
count
);
funTemp
(
++
count
);
});
});
...
...
public/resource/template/marchin_list_template_tpl.html
View file @
e483ddc3
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
[
%
if
(
it
)
{
%
]
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'order_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_name'
]
%
]
<
/td
>
<
td
>
[
%=
hideTel
(
it
[
item
][
'user_phone'
])
%
]
<
/td
>
<
td
>
[
%=
hideTel
(
it
[
item
][
'user_phone'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
...
...
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