Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
225acd64
Commit
225acd64
authored
Dec 10, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟进列表中上级跟进记录编号可以查看其详情业务补充
parent
74984261
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
logListCommon.vue
src/views/ecw/offer/logListCommon.vue
+10
-6
logListCustomerCommon.vue
src/views/ecw/offer/logListCustomerCommon.vue
+5
-1
No files found.
src/views/ecw/offer/logListCommon.vue
View file @
225acd64
...
...
@@ -106,15 +106,19 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"followTime"
:label=
"$t('跟进时间')"
:formatter=
"(row, column, cellValue) => parseTime(cellValue)"
width=
"120"
></el-table-column>
<el-table-column
prop=
"purpose"
:label=
"$t('目的')"
width=
"240"
></el-table-column
>
<el-table-column
prop=
"feedback"
:label=
"$t('跟进情况')"
width=
"240"
></el-table-column
>
<el-table-column
prop=
"purpose"
:label=
"$t('目的')"
width=
"240"
/
>
<el-table-column
prop=
"feedback"
:label=
"$t('跟进情况')"
width=
"240"
/
>
<el-table-column
:label=
"$t('下次跟进时间')"
align=
"center"
width=
"120"
>
<
template
slot-scope=
"scope"
>
{{
parseTime
(
scope
.
row
.
nextTime
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"nextPlan"
:label=
"$t('下次计划')"
align=
"center"
width=
"240"
></el-table-column>
<el-table-column
:label=
"$t('关联跟进记录')"
align=
"center"
prop=
"parentNumber"
width=
"120"
></el-table-column>
<el-table-column
prop=
"nextPlan"
:label=
"$t('下次计划')"
align=
"center"
width=
"240"
/>
<el-table-column
:label=
"$t('关联跟进记录')"
align=
"center"
prop=
"parentNumber"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"handleCustomerFollowLink(scope.row.parentVO)"
class=
"link-type"
>
{{
scope
.
row
.
parentNumber
}}
</a>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('跟进状态')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
getDictDataLabel
(
DICT_TYPE
.
CUSTOMER_FOLLOWUP_STATUS
,
scope
.
row
.
status
)
}}
...
...
@@ -134,13 +138,13 @@
{{
parseTime
(
scope
.
row
.
customerCreateTime
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"creatorName"
:label=
"$t('创建人')"
align=
"center"
width=
"120"
></el-table-column
>
<el-table-column
prop=
"creatorName"
:label=
"$t('创建人')"
align=
"center"
width=
"120"
/
>
<el-table-column
:label=
"$t('创建时间')"
align=
"center"
width=
"120"
>
<
template
slot-scope=
"scope"
>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"updaterName"
:label=
"$t('最后更新人')"
align=
"center"
width=
"120"
></el-table-column
>
<el-table-column
prop=
"updaterName"
:label=
"$t('最后更新人')"
align=
"center"
width=
"120"
/
>
<el-table-column
:label=
"$t('最后更新时间')"
align=
"center"
width=
"120"
>
<
template
slot-scope=
"scope"
>
{{
parseTime
(
scope
.
row
.
updateTime
)
}}
...
...
src/views/ecw/offer/logListCustomerCommon.vue
View file @
225acd64
...
...
@@ -112,7 +112,11 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"nextPlan"
:label=
"$t('下次计划')"
align=
"center"
width=
"240"
></el-table-column>
<el-table-column
:label=
"$t('关联跟进记录')"
align=
"center"
prop=
"parentNumber"
width=
"120"
></el-table-column>
<el-table-column
:label=
"$t('关联跟进记录')"
align=
"center"
prop=
"parentNumber"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"handleCustomerFollowLink(scope.row.parentVO)"
class=
"link-type"
>
{{
scope
.
row
.
parentNumber
}}
</a>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('跟进状态')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
getDictDataLabel
(
DICT_TYPE
.
CUSTOMER_FOLLOWUP_STATUS
,
scope
.
row
.
status
)
}}
...
...
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