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
b6338e27
Commit
b6338e27
authored
Jan 14, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
1281bd3f
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
24 additions
and
24 deletions
+24
-24
customerApr.vue
src/components/approval/customerApr.vue
+1
-1
Contacts.vue
src/components/businessManagement/Contacts.vue
+2
-2
businessManagement.vue
src/components/businessManagement/businessManagement.vue
+1
-1
clueComponent.vue
src/components/clueManagement/clueComponent.vue
+1
-1
Business.vue
src/components/contactsManagement/Business.vue
+1
-1
contactsManagement.vue
src/components/contactsManagement/contactsManagement.vue
+1
-1
contractManagement.vue
src/components/contractManagement/contractManagement.vue
+1
-1
customerManage.vue
src/components/customerManage/customerManage.vue
+1
-1
commissionPopUp.vue
src/components/dialogModel/commissionPopUp.vue
+1
-1
guestManagement.vue
src/components/guestManagement/guestManagement.vue
+1
-1
brithday.vue
src/components/sellevent/brithday.vue
+1
-1
emergency.vue
src/components/sellevent/emergency.vue
+1
-1
feedback.vue
src/components/sellevent/feedback.vue
+1
-1
festival.vue
src/components/sellevent/festival.vue
+1
-1
graduation.vue
src/components/sellevent/graduation.vue
+1
-1
happyPassbook.vue
src/components/sellevent/happyPassbook.vue
+1
-1
newfestival.vue
src/components/sellevent/newfestival.vue
+1
-1
newline.vue
src/components/sellevent/newline.vue
+1
-1
newseries.vue
src/components/sellevent/newseries.vue
+1
-1
nexttime.vue
src/components/sellevent/nexttime.vue
+1
-1
myClue.vue
src/components/waitMatter/myClue.vue
+1
-1
myCustomer.vue
src/components/waitMatter/myCustomer.vue
+1
-1
watersManagement.vue
src/components/watersManagement/watersManagement.vue
+1
-1
No files found.
src/components/approval/customerApr.vue
View file @
b6338e27
...
...
@@ -53,7 +53,7 @@
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"CustomerName"
...
...
src/components/businessManagement/Contacts.vue
View file @
b6338e27
...
...
@@ -31,7 +31,7 @@
style=
"width: 100%"
@
selection-change=
"handleSelectionChange"
row-class-name=
"font-size-12"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
prop=
"ContactName"
label=
"姓名"
...
...
@@ -197,7 +197,7 @@ export default {
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$message
.
success
(
'操作成功'
)
this
.
dialogTableVisible
=
false
;
this
.
getGLcustomerList
()
this
.
GetContactByBusinessID
()
}
})
}).
catch
(()
=>
{
...
...
src/components/businessManagement/businessManagement.vue
View file @
b6338e27
...
...
@@ -115,7 +115,7 @@
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
:selectable=
'checkboxT'
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
:selectable=
'checkboxT'
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"BusinessName"
...
...
src/components/clueManagement/clueComponent.vue
View file @
b6338e27
...
...
@@ -116,7 +116,7 @@
</el-table>
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
height=
"100%"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
v-if=
"!isDrawer"
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
v-if=
"!isDrawer"
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
prop=
"ClueState"
label=
"线索状态"
show-overflow-tooltip
width=
"80"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.ClueState==1"
>
...
...
src/components/contactsManagement/Business.vue
View file @
b6338e27
...
...
@@ -17,7 +17,7 @@
style=
"width: 100%"
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
prop=
"BusinessName"
label=
"商机名称"
...
...
src/components/contactsManagement/contactsManagement.vue
View file @
b6338e27
...
...
@@ -96,7 +96,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"ContactName"
label=
"联系人"
width=
"120"
v-if=
"queryType[0].show"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
...
...
src/components/contractManagement/contractManagement.vue
View file @
b6338e27
...
...
@@ -81,7 +81,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
height=
"660"
border
row-class-name=
"font-size-12"
>
<!-- @selection-change="handleSelectionChange" -->
<!--
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
-->
<!--
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
-->
<!--
<el-table-column
fixed
prop=
"ID"
...
...
src/components/customerManage/customerManage.vue
View file @
b6338e27
...
...
@@ -219,7 +219,7 @@
<el-table
v-loading=
"loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
sort-change=
"handleSortChange"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"CustomerName"
label=
"客户名称"
width=
"120"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<p
@
click=
"openDetails(scope)"
class=
"font-color-link cp"
>
{{
scope
.
row
.
CustomerName
}}
</p>
...
...
src/components/dialogModel/commissionPopUp.vue
View file @
b6338e27
...
...
@@ -58,7 +58,7 @@
style=
"width: 100%"
:height=
"dataList.length > 0 ? '400' : '400'"
row-class-name=
"font-size-12"
>
<!--
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
-->
<!--
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
-->
<el-table-column
label=
"类型"
show-overflow-tooltip
>
...
...
src/components/guestManagement/guestManagement.vue
View file @
b6338e27
...
...
@@ -104,7 +104,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
label=
"状态"
sortable
v-if=
"queryType[36].show"
width=
"100"
>
<template
slot-scope=
"scope"
>
<span
:style=
"
{color:scope.row.TOrderState==2||scope.row.TOrderState==3?'#20B559':'#F95A5A'}">
...
...
src/components/sellevent/brithday.vue
View file @
b6338e27
...
...
@@ -46,7 +46,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"GuestName"
label=
"客户名称"
width=
"120"
v-if=
"queryType[0].show"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
...
...
src/components/sellevent/emergency.vue
View file @
b6338e27
...
...
@@ -46,7 +46,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"GuestName"
label=
"客户名称"
width=
"120"
v-if=
"queryType[0].show"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
...
...
src/components/sellevent/feedback.vue
View file @
b6338e27
...
...
@@ -46,7 +46,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"GuestName"
label=
"客户名称"
width=
"120"
v-if=
"queryType[0].show"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
...
...
src/components/sellevent/festival.vue
View file @
b6338e27
...
...
@@ -51,7 +51,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"GuestName"
label=
"客户名称"
width=
"120"
v-if=
"queryType[0].show"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
...
...
src/components/sellevent/graduation.vue
View file @
b6338e27
...
...
@@ -53,7 +53,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"GuestName"
label=
"客户名称"
width=
"120"
v-if=
"queryType[0].show"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
...
...
src/components/sellevent/happyPassbook.vue
View file @
b6338e27
...
...
@@ -162,7 +162,7 @@
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"CustomerName"
...
...
src/components/sellevent/newfestival.vue
View file @
b6338e27
...
...
@@ -168,7 +168,7 @@
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"CustomerName"
...
...
src/components/sellevent/newline.vue
View file @
b6338e27
...
...
@@ -160,7 +160,7 @@
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"CustomerName"
...
...
src/components/sellevent/newseries.vue
View file @
b6338e27
...
...
@@ -164,7 +164,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"CustomerName"
label=
"客户名称"
width=
"120"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<p
@
click=
"openDetails(scope)"
class=
"font-color-link cp"
>
{{
scope
.
row
.
CustomerName
}}
</p>
...
...
src/components/sellevent/nexttime.vue
View file @
b6338e27
...
...
@@ -108,7 +108,7 @@
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
:height=
"sceneList.length > 0 ? '600' : '660'"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"GuestName"
label=
"客户名称"
width=
"120"
v-if=
"queryType[0].show"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
...
...
src/components/waitMatter/myClue.vue
View file @
b6338e27
...
...
@@ -53,7 +53,7 @@
<div>
<el-table
v-loading=
"loading"
stripe
ref=
"multipleTable"
:data=
"dataList"
tooltip-effect=
"dark"
style=
"width: 100%"
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
prop=
"CustomerName"
label=
"线索名称"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<p
@
click=
"openDetails(scope)"
class=
"font-color-link cp"
>
{{
scope
.
row
.
CustomerName
}}
</p>
...
...
src/components/waitMatter/myCustomer.vue
View file @
b6338e27
...
...
@@ -56,7 +56,7 @@
style=
"width: 100%"
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
prop=
"CustomerName"
label=
"客户名称"
...
...
src/components/watersManagement/watersManagement.vue
View file @
b6338e27
...
...
@@ -81,7 +81,7 @@
</el-table>
<el-table
v-if=
"!loading"
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
height=
"660"
border
row-class-name=
"font-size-12"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
fixed
type=
"selection"
width=
"
4
0"
></el-table-column>
<el-table-column
fixed
type=
"selection"
width=
"
5
0"
></el-table-column>
<el-table-column
fixed
prop=
"CustomerName"
label=
"客户名称"
width=
"120"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<p
@
click=
"openDetails(scope)"
class=
"font-color-link cp"
>
{{
scope
.
row
.
CustomerName
}}
</p>
...
...
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