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
f1368752
Commit
f1368752
authored
Jan 02, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务日报详情 去掉成交报告ID
parent
74361698
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
daily_details.html
application/index/view/finance/daily_details.html
+2
-2
financial_manager_daily_list_template_tpl.html
...e/template/financial_manager_daily_list_template_tpl.html
+2
-2
No files found.
application/index/view/finance/daily_details.html
View file @
f1368752
...
@@ -274,7 +274,7 @@
...
@@ -274,7 +274,7 @@
<thead>
<thead>
<tr
class=
"maintable-tr-bar"
>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
收款ID
</th>
<th
class=
"text-center"
>
收款ID
</th>
<
th
class=
"text-center"
>
成交报告ID
</th
>
<
!--<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>
...
@@ -303,7 +303,7 @@
...
@@ -303,7 +303,7 @@
<thead>
<thead>
<tr
class=
"maintable-tr-bar"
>
<tr
class=
"maintable-tr-bar"
>
<th
class=
"text-center"
>
收款ID
</th>
<th
class=
"text-center"
>
收款ID
</th>
<
th
class=
"text-center"
>
成交报告ID
</th
>
<
!--<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 @
f1368752
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
tr
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'bargain_id'
]
%
]
<
/td
>
<
!--<
td
>
[
%=
it
[
item
][
'bargain_id'
]
%
]
<
/td>--
>
<
td
>
[
%=
it
[
item
][
'house_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_address'
]
%
]
<
/td
>
<
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
>
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
tr
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'bargain_id'
]
%
]
<
/td
>
<
!--<
td
>
[
%=
it
[
item
][
'bargain_id'
]
%
]
<
/td>--
>
<
td
>
[
%=
it
[
item
][
'house_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'price'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'price'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/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