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
d2725943
Commit
d2725943
authored
Jan 03, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款详情修改
parent
6c877a82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
getCollection.js
public/resource/js/getCollection.js
+2
-2
financial_manager_daily_list_template_tpl.html
...e/template/financial_manager_daily_list_template_tpl.html
+1
-1
No files found.
public/resource/js/getCollection.js
View file @
d2725943
...
@@ -1227,8 +1227,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -1227,8 +1227,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc
.
find
(
"#intoPrice"
).
val
(
data
.
money
);
doc
.
find
(
"#intoPrice"
).
val
(
data
.
money
);
doc
.
find
(
"#shouxu"
).
val
(
data
.
transaction_fee
);
doc
.
find
(
"#shouxu"
).
val
(
data
.
transaction_fee
);
doc
.
find
(
"#realPrice"
).
val
(
data
.
real_money
);
doc
.
find
(
"#realPrice"
).
val
(
data
.
real_money
);
doc
.
find
(
"#getPrice"
).
text
(
Math
.
floor
(((
data
.
price
-
0
)
*
0.
8
)
*
100
)
/
100
+
"元"
);
doc
.
find
(
"#getPrice"
).
text
(
Math
.
floor
(((
data
.
price
-
0
)
*
0.
7
)
*
100
)
/
100
+
"元"
);
doc
.
find
(
"#morePrice"
).
text
(
Math
.
floor
((
data
.
money
-
((
data
.
price
-
0
)
*
0.
8
))
*
100
)
/
100
+
"元"
);
doc
.
find
(
"#morePrice"
).
text
(
Math
.
floor
((
data
.
money
-
((
data
.
price
-
0
)
*
0.
7
))
*
100
)
/
100
+
"元"
);
$
(
"#person"
).
text
(
data
.
current_agent_name
);
$
(
"#person"
).
text
(
data
.
current_agent_name
);
$
(
"#belongT"
).
text
(
data
.
store_name
);
$
(
"#belongT"
).
text
(
data
.
store_name
);
doc
.
find
(
"#payType"
).
val
(
data
.
pay_type
);
doc
.
find
(
"#payType"
).
val
(
data
.
pay_type
);
...
...
public/resource/template/financial_manager_daily_list_template_tpl.html
View file @
d2725943
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<
td
>
[
%=
it
[
item
][
'price'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'price'
]
%
]
<
/td
>
<
td
>
[
%=
(
it
[
item
][
'price'
]
*
0.8
).
toFixed
(
2
)
%
]
<
/td
>
<
td
>
[
%=
(
it
[
item
][
'price'
]
*
0.8
).
toFixed
(
2
)
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
(
it
[
item
][
'money'
]
*
1
-
(
it
[
item
][
'price'
]
*
0.
8
)).
toFixed
(
2
)
%
]
<
/td
>
<
td
>
[
%=
(
it
[
item
][
'money'
]
*
1
-
(
it
[
item
][
'price'
]
*
0.
7
)).
toFixed
(
2
)
%
]
<
/td
>
<
td
>
[
%=
sw
(
it
[
item
][
'pay_type'
])
%
]
<
/td
>
<
td
>
[
%=
sw
(
it
[
item
][
'pay_type'
])
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"transfer_name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"transfer_name"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"transfer_name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"transfer_name"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'agent_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'agent_name'
]
%
]
<
/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