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
44c68012
Commit
44c68012
authored
Mar 12, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整 时间轴修改
parent
46c28d92
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
timeline_pc.html
application/app_broker/view/index/timeline_pc.html
+1
-0
daily_details.html
application/index/view/finance/daily_details.html
+2
-0
financial_manager_daily_list_template_tpl.html
...e/template/financial_manager_daily_list_template_tpl.html
+2
-0
No files found.
application/app_broker/view/index/timeline_pc.html
View file @
44c68012
...
...
@@ -38,6 +38,7 @@
<p
v-if=
"item.step_name==='adjustment'"
>
调整ID:
<span>
{{item.id}}
</span></p>
<p
v-if=
"item.step_name==='adjustment'"
>
调整前收款ID:
<span>
{{item.paylog_id}}
</span></p>
<p
v-if=
"item.step_name==='adjustment'"
>
调整后收款ID:
<span>
{{item.new_paylog_id}}
</span></p>
<p
v-if=
"item.step_name==='adjustment'"
>
带看ID:
<span>
{{item.order_id}}
</span></p>
<p
v-if=
"item.step_name==='adjustment' && item.type == 1"
>
调整类型:
<span>
意向金转中介费
</span></p>
<p
v-if=
"item.step_name==='adjustment' && item.type == 2"
>
调整类型:
<span>
意向金转案场费
</span></p>
<p
v-if=
"item.step_name==='adjustment' && item.type == 3"
>
调整类型:
<span>
意向金转意向金
</span></p>
...
...
application/index/view/finance/daily_details.html
View file @
44c68012
...
...
@@ -396,12 +396,14 @@
<thead>
<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"
>
调整前房源地址
</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"
>
调整后收款ID
</th>
<th
class=
"text-center"
>
附件
</th>
</tr>
</thead>
...
...
public/resource/template/financial_manager_daily_list_template_tpl.html
View file @
44c68012
...
...
@@ -153,12 +153,14 @@
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'pay_log_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_address'
]
%
]
<
/td
>
<
td
>
[
%=
swtype
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'income_time'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"receipt_number"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"receipt_number"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'new_paylog_id'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-info add-pic-liu"
href
=
"#modal-addPicLiu"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-info record-pic"
href
=
"#modal_financial"
data
-
recordid
=
"[%= it[item]['pay_log_id'] %]"
data
-
toggle
=
"modal"
>
资料
<
/a
>
...
...
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