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
d88b562d
Commit
d88b562d
authored
Dec 25, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4dbdbaa1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
getCollection.html
application/index/view/finance/getCollection.html
+2
-2
getCollection.js
public/resource/js/getCollection.js
+3
-1
receivables_template_tpl.html
public/resource/template/receivables_template_tpl.html
+1
-1
No files found.
application/index/view/finance/getCollection.html
View file @
d88b562d
...
...
@@ -918,8 +918,8 @@
</div>
<div
class=
"col-xs-6"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
退款方式:
银行卡
</span></strong>
<span
id=
"back_price_type"
class=
"col-xs-6 ld-Marheight"
></span>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
退款方式:
</span></strong>
<span
id=
"back_price_type"
class=
"col-xs-6 ld-Marheight"
>
银行卡
</span>
</div>
</div>
<div
class=
"col-xs-6"
>
...
...
public/resource/js/getCollection.js
View file @
d88b562d
...
...
@@ -240,6 +240,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
var
report_id
=
e
.
target
.
dataset
.
report_id
;
var
agent_id
=
e
.
target
.
dataset
.
agent_id
;
var
agent_name
=
e
.
target
.
dataset
.
agent_name
;
var
type
=
e
.
target
.
dataset
.
type
;
that
.
back_addr
=
address
;
that
.
back_time
=
comity_time
;
that
.
back_money
=
real_money
;
...
...
@@ -248,7 +249,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
that
.
back_report_id
=
report_id
;
that
.
back_agent_name
=
agent_name
;
that
.
back_agent_id
=
agent_id
;
$
(
'#back_into_type'
).
text
(
type
);
$
(
'#back_shop_addr'
).
text
(
address
);
// that.getBack(id);
});
...
...
public/resource/template/receivables_template_tpl.html
View file @
d88b562d
...
...
@@ -41,7 +41,7 @@
data
-
income_time
=
'[%= it[item]['
income_time
'] %]'
data
-
real_money
=
'[%= it[item]['
real_money
'] %]'
data
-
addr
=
"[%= it[item]['address'] %]"
data
-
report_id
=
'[%= it[item]['
report_id
'] %]'
data
-
order_id
=
'[%= it[item]['
order_id
'] %]'
data
-
order_no
=
'[%= it[item]['
order_no
'] %]'
data
-
agent_id
=
'[%= it[item]['
agent_id
'] %]'
data
-
agent_name
=
'[%= it[item]['
agent_name
'] %]'
data
-
agent_id
=
'[%= it[item]['
agent_id
'] %]'
data
-
agent_name
=
'[%= it[item]['
agent_name
'] %]'
data
-
type
=
'[%= it[item]['
type
'] %]'
>
退款
<
/a
>
[
%
if
(
check_auth
(
'index/delPayLog'
))
{
%
]
...
...
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