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
141fcd4b
Commit
141fcd4b
authored
May 04, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退款修改
parent
3256dc6e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
55 additions
and
6 deletions
+55
-6
refundList.html
application/index/view/finance/refundList.html
+0
-0
statement_backout.html
application/index/view/finance/statement_backout.html
+1
-1
wait_backout.html
application/index/view/finance/wait_backout.html
+3
-4
refundList.js
public/resource/js/refundList.js
+0
-0
statementBackout.js
public/resource/js/statementBackout.js
+1
-1
waitBackout.js
public/resource/js/waitBackout.js
+0
-0
refund_template_tpl.html
public/resource/template/refund_template_tpl.html
+25
-0
wait_backout_template_tpl.html
public/resource/template/wait_backout_template_tpl.html
+25
-0
No files found.
application/index/view/finance/refundList.html
View file @
141fcd4b
This diff is collapsed.
Click to expand it.
application/index/view/finance/statement_backout.html
View file @
141fcd4b
{layout name="global/frame_tpl" /}
{layout name="global/frame_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"state
Men
t"
/>
<input
type=
"hidden"
class=
"page-load"
id=
"state
mentBackou
t"
/>
<style>
<style>
#note_text
{
#note_text
{
width
:
80%
;
width
:
80%
;
...
...
application/index/view/finance/wait_backout.html
View file @
141fcd4b
{layout name="global/frame_tpl" /}
{layout name="global/frame_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"
reportLis
t"
/>
<input
type=
"hidden"
class=
"page-load"
id=
"
waitBackou
t"
/>
<style>
<style>
#note_text
{
#note_text
{
width
:
80%
;
width
:
80%
;
...
@@ -72,13 +72,12 @@
...
@@ -72,13 +72,12 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<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>
<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>
<th
class=
"text-center"
>
实收佣金
</th>
<th
class=
"text-center"
>
操作
</th>
<th
class=
"text-center"
>
操作
</th>
</tr>
</tr>
</thead>
</thead>
...
...
public/resource/js/refundList.js
0 → 100644
View file @
141fcd4b
This diff is collapsed.
Click to expand it.
public/resource/js/statementBackout.js
View file @
141fcd4b
...
@@ -427,7 +427,7 @@ define (['doT', 'text!temp/statement_backout_template_tpl.html', 'css!style/home
...
@@ -427,7 +427,7 @@ define (['doT', 'text!temp/statement_backout_template_tpl.html', 'css!style/home
params
.
user_phone
=
$
(
'#user_phone'
)
.
val
();
//
params
.
user_phone
=
$
(
'#user_phone'
)
.
val
();
//
$
.
ajax
({
$
.
ajax
({
url
:
'/index/reportList
Statement/4
'
,
//获取列表
url
:
'/index/reportList
Undone/6
'
,
//获取列表
type
:
'GET'
,
type
:
'GET'
,
async
:
true
,
async
:
true
,
data
:
params
,
data
:
params
,
...
...
public/resource/js/waitBackout.js
0 → 100644
View file @
141fcd4b
This diff is collapsed.
Click to expand it.
public/resource/template/refund_template_tpl.html
0 → 100644
View file @
141fcd4b
<script
id=
"refund_list_tpl"
type=
"text/template"
>
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'internal_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'internal_title'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_phone'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'commission'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-success edit"
href
=
"#modal-edit"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
驳回
<
/a
>
<
a
class
=
"btn1 btn-success is_pass"
href
=
"#modal-pass"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
通过
<
/a
>
<
a
class
=
"btn1 btn-success timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
时间轴
<
/a
>
<
/td
>
<
/tr
>
[
%
}
%
]
[
%
}
else
{
%
]
<
tr
>
<
td
colspan
=
"8"
style
=
"text-align:center;"
>
暂无数据
<
/td
>
<
/tr
>
[
%
}
%
]
</script>
\ No newline at end of file
public/resource/template/wait_backout_template_tpl.html
0 → 100644
View file @
141fcd4b
<script
id=
"wait_backout_list_tpl"
type=
"text/template"
>
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'internal_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'internal_title'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_phone'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'content'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-success edit"
href
=
"#modal-edit"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
编辑
<
/a
>
<
a
class
=
"btn1 btn-success is_pass"
href
=
"#modal-pass"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
通过
<
/a
>
<
a
class
=
"btn1 btn-success genjing"
href
=
"#modal-follow"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
跟进
<
/a
>
<
a
class
=
"btn1 btn-success timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
时间轴
<
/a
>
<
/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