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
62302624
Commit
62302624
authored
Apr 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc 实收
parent
dab9578a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
daily_details.html
application/index/view/finance/daily_details.html
+4
-0
financial_manager_daily_list_template_tpl.html
...e/template/financial_manager_daily_list_template_tpl.html
+4
-0
No files found.
application/index/view/finance/daily_details.html
View file @
62302624
...
...
@@ -354,6 +354,7 @@
<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>
...
...
@@ -384,6 +385,7 @@
<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>
...
...
@@ -414,6 +416,7 @@
<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>
...
...
@@ -441,6 +444,7 @@
<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>
...
...
public/resource/template/financial_manager_daily_list_template_tpl.html
View file @
62302624
...
...
@@ -16,6 +16,7 @@
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'real_money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'transaction_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'received_money'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"type_ext"
]
==
0
)
{
%
]
...
...
@@ -60,6 +61,7 @@
<
td
>
[
%=
it
[
item
][
'house_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'price'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'real_money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'transaction_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'received_money'
]
%
]
<
/td
>
<
td
>
[
%=
sw
(
it
[
item
][
'pay_type'
])
%
]
<
/td
>
...
...
@@ -96,6 +98,7 @@
<
td
>
[
%=
it
[
item
][
'house_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'real_money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'transaction_fee'
]
%
]
<
/td
>
<
td
>
[
%=
sw
(
it
[
item
][
'pay_type'
])
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"transfer_name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"transfer_name"
]
%
]
[
%
}
%
]
<
/td
>
...
...
@@ -133,6 +136,7 @@
<
td
>
[
%=
it
[
item
][
'house_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'real_money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'transaction_fee'
]
%
]
<
/td
>
<
td
>
[
%=
sw
(
it
[
item
][
'pay_type'
])
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"transfer_name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"transfer_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