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
633b82f4
Commit
633b82f4
authored
Aug 29, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
罚款
parent
e24b3431
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
0 deletions
+64
-0
fineMoney.html
application/index/view/finance/fineMoney.html
+0
-0
fineMoney.js
public/resource/js/fineMoney.js
+0
-0
fineMoney_list_template_tpl.html
public/resource/template/fineMoney_list_template_tpl.html
+64
-0
No files found.
application/index/view/finance/fineMoney.html
View file @
633b82f4
This diff is collapsed.
Click to expand it.
public/resource/js/fineMoney.js
0 → 100644
View file @
633b82f4
This diff is collapsed.
Click to expand it.
public/resource/template/fineMoney_list_template_tpl.html
0 → 100644
View file @
633b82f4
<script
id=
"fine_tpl"
type=
"text/template"
>
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
data
-
groupname
=
"[%= it[item]['groupname'] %]"
class
=
"text-center"
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
"create_time"
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
"id"
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
<
input
type
=
"hidden"
value
=
'[%= it[item]["agent_img"] %]'
>
<
img
src
=
'[%= it[item]["agent_img"] %]'
class
=
"diagram-image J_preview no-scroll-page-img"
data
-
bimg
=
'[%= it[item]["agent_img"] %]'
>
<
/td
>
<
td
class
=
"text-center"
>
[
%
if
(
it
[
item
][
"level"
]
==
10
)
{
%
]
业务员
[
%
}
%
]
[
%
if
(
it
[
item
][
"level"
]
==
20
)
{
%
]
店长
[
%
}
%
]
[
%
if
(
it
[
item
][
"level"
]
==
30
)
{
%
]
总监
[
%
}
%
]
[
%
if
(
it
[
item
][
"level"
]
==
40
)
{
%
]
总监和店长
[
%
}
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
"district_name"
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
"store_name"
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
"phone"
]
%
]
[
%
if
(
it
[
item
][
"status"
]
==
3
)
{
%
]
<
span
class
=
"btn1 btn-warning btn-xs"
>
已转勤
<
/span
>
[
%
}
%
]
<
/td
>
<
td
class
=
"number-evaluation text-center"
data
-
id
=
'[%= it[item]["id"] %]'
>--<
/td
>
<
td
class
=
"score-evaluation text-center"
data
-
id
=
'[%= it[item]["id"] %]'
>--<
/td
>
<
td
class
=
"text-center"
>
<
a
class
=
"btn1 btn-success edit"
href
=
"#modal-edit"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
取消
<
/a
>
<
a
class
=
"btn1 btn-success edit"
href
=
"#modal-edit"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
编辑
<
/a
>
<
/td
>
<
/tr
>
[
%
}
%
]
[
%
}
else
{
%
]
<
tr
>
<
td
colspan
=
"8"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
/tr
>
[
%
}
%
]
</script>
<!--记录状态-->
<script
id=
"state_record_list_tpl"
type=
"text/template"
>
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'remark'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
/tr
>
[
%
}
%
]
[
%
}
else
{
%
]
<
tr
>
<
td
colspan
=
"8"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
/tr
>
[
%
}
%
]
</script>
\ No newline at end of file
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