Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
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
华国豪
CRM
Commits
d7178e4e
Commit
d7178e4e
authored
May 05, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a3bdcbec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
App.vue
src/App.vue
+7
-3
clueManagement.vue
src/components/clueManagement/clueManagement.vue
+6
-6
No files found.
src/App.vue
View file @
d7178e4e
...
@@ -9,9 +9,13 @@ export default {
...
@@ -9,9 +9,13 @@ export default {
return
{};
return
{};
},
},
mounted
()
{
mounted
()
{
let
getData
=
JSON
.
stringify
(
this
.
$route
.
query
)
let
getData
getData
=
JSON
.
parse
(
getData
)
if
(
this
.
$route
.
query
){
getData
=
getData
&&
JSON
.
parse
(
getData
.
erpOrderObj
)
getData
=
JSON
.
stringify
(
this
.
$route
.
query
)
getData
=
JSON
.
parse
(
getData
)
getData
=
getData
&&
JSON
.
parse
(
getData
.
erpOrderObj
)
}
if
(
!
this
.
getLocalStorage
()
&&!
getData
)
{
if
(
!
this
.
getLocalStorage
()
&&!
getData
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
"/login"
,
path
:
"/login"
,
...
...
src/components/clueManagement/clueManagement.vue
View file @
d7178e4e
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"40"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"40"
></el-table-column>
<el-table-column
prop=
"ClueState"
label=
"线索状态"
show-overflow-tooltip
>
<el-table-column
prop=
"ClueState"
label=
"线索状态"
show-overflow-tooltip
width=
"80"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.ClueState==1"
>
<template
v-if=
"scope.row.ClueState==1"
>
正常
正常
...
@@ -126,14 +126,14 @@
...
@@ -126,14 +126,14 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CustomerSourceTypeStr"
label=
"线索来源"
v-if=
"queryType[1].show"
<el-table-column
prop=
"CustomerSourceTypeStr"
label=
"线索来源"
v-if=
"queryType[1].show"
show-overflow-tooltip
>
show-overflow-tooltip
width=
"80"
>
</el-table-column>
</el-table-column>
<!--CustomerSource其他的来源 -->
<!--CustomerSource其他的来源 -->
<el-table-column
prop=
"SourceAccountName"
label=
"来源细分"
<el-table-column
prop=
"SourceAccountName"
label=
"来源细分"
v-if=
"queryType[2].show && msg.CustomerType === 1"
show-overflow-tooltip
>
v-if=
"queryType[2].show && msg.CustomerType === 1"
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"ClueDemand"
label=
"需求"
v-if=
"queryType[3].show && msg.CustomerType === 1"
<el-table-column
prop=
"ClueDemand"
label=
"需求"
v-if=
"queryType[3].show && msg.CustomerType === 1"
show-overflow-tooltip
>
show-overflow-tooltip
width=
"260"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CustomerLevelStr"
label=
"客户级别"
sortable
width=
"100"
<el-table-column
prop=
"CustomerLevelStr"
label=
"客户级别"
sortable
width=
"100"
v-if=
"queryType[4].show && msg.CustomerType === 0"
show-overflow-tooltip
>
v-if=
"queryType[4].show && msg.CustomerType === 0"
show-overflow-tooltip
>
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
show-overflow-tooltip
>
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CustomerName"
label=
"联系人"
v-if=
"queryType[5].show&&msg.CustomerType===1"
<el-table-column
prop=
"CustomerName"
label=
"联系人"
v-if=
"queryType[5].show&&msg.CustomerType===1"
show-overflow-tooltip
>
show-overflow-tooltip
width=
"100"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"ContactNumber"
label=
"联系电话"
sortable
v-if=
"queryType[6].show"
<el-table-column
prop=
"ContactNumber"
label=
"联系电话"
sortable
v-if=
"queryType[6].show"
show-overflow-tooltip
>
show-overflow-tooltip
>
...
@@ -152,9 +152,9 @@
...
@@ -152,9 +152,9 @@
show-overflow-tooltip
>
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"PersonChargeStr"
label=
"负责人"
sortable
<el-table-column
prop=
"PersonChargeStr"
label=
"负责人"
sortable
v-if=
"queryType[8].show && msg.CustomerType === 1"
show-overflow-tooltip
>
v-if=
"queryType[8].show && msg.CustomerType === 1"
show-overflow-tooltip
width=
"90"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CreateByStr"
label=
"创建人"
sortable
v-if=
"queryType[9].show"
show-overflow-tooltip
>
<el-table-column
prop=
"CreateByStr"
label=
"创建人"
sortable
v-if=
"queryType[9].show"
show-overflow-tooltip
width=
"90"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"UpdateTime"
label=
"上次更新时间"
sortable
v-if=
"queryType[10].show"
<el-table-column
prop=
"UpdateTime"
label=
"上次更新时间"
sortable
v-if=
"queryType[10].show"
show-overflow-tooltip
>
show-overflow-tooltip
>
...
...
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