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
ab0fb461
Commit
ab0fb461
authored
Dec 14, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
timeline-pc
parent
25fa8003
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
timeline_pc.html
application/app_broker/view/index/timeline_pc.html
+15
-0
timeline_pc.js
public/app/js/timeline_pc.js
+2
-0
No files found.
application/app_broker/view/index/timeline_pc.html
View file @
ab0fb461
...
...
@@ -32,6 +32,16 @@
</h6>
<h6
v-else
>
{{switchTitle(item.step_name)}}
</h6>
<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' && 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>
<p
v-if=
"item.step_name==='adjustment' && item.type == 4"
>
调整类型:
<span>
保管金转中介费
</span></p>
<p
v-if=
"item.step_name==='adjustment' && item.type == 5"
>
调整类型:
<span>
保管金转案场费
</span></p>
<p
v-if=
"item.step_name==='adjustment' && item.type == 6"
>
调整类型:
<span>
保管金转保管金
</span></p>
<p
v-if=
"item.step_name==='adjustment'"
>
调整金额:
<span>
{{item.money}}元
</span></p>
<p
v-if=
"item.step_name==='report'"
>
{{item.house_title}}
</p>
<p
v-if=
"item.step_name==='report'"
>
客户:
<span>
{{item.user_name}}
</span></p>
<p
v-if=
"item.step_name==='report'"
>
客户电话:
<span>
{{hideTel(item.user_phone)}}
</span></p>
...
...
@@ -54,6 +64,10 @@
</div>
<p
v-if=
"item.step_name==='pay_log'"
>
商铺号:
<span>
{{item.list[0].house_number}}
</span></p>
<p
v-if=
"item.step_name==='pay_log'"
>
业态/品牌:
<span>
{{item.list[0].industry_type}}
</span></p>
<p
v-if=
"item.step_name==='pay_log' && item.list[0].source == 0"
>
来源:
<span>
APP
</span></p>
<p
v-if=
"item.step_name==='pay_log' && item.list[0].source == 1"
>
来源:
<span>
智能pos机
</span></p>
<p
v-if=
"item.step_name==='pay_log' && item.list[0].source == 2"
>
来源:
<span>
调整
</span></p>
<ol
v-if=
"item.step_name==='pay_log'"
class=
"li-img-list"
>
<li
v-for=
"(item2, idnex2) in item.img"
>
<a
href=
"javascript:;"
class=
"click-big-img-a"
><img
:src=
"item.img_path+item2.img_name"
></a>
...
...
@@ -99,6 +113,7 @@
<!--<p v-if="item.step_name==='financial' && item.status == '4' ">备注:<span>{{item.remark}}</span></p>-->
<p
v-if=
"item.step_name==='financial'"
class=
"li-caozuoren"
>
操作人:
<span>
{{item.audit_name}}
</span></p>
<p
v-if=
"item.step_name==='adjustment'"
class=
"li-caozuoren"
>
操作人:
<span>
{{item.name}}
</span></p>
</div>
</div>
...
...
public/app/js/timeline_pc.js
View file @
ab0fb461
...
...
@@ -69,6 +69,8 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
return
'退款'
;
case
'bargain'
:
return
'成交报告'
;
case
'adjustment'
:
return
"调整"
;
default
:
return
'未定义'
;
}
...
...
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