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
05765f3d
Commit
05765f3d
authored
May 05, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
5695c088
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
guestManagement.vue
src/components/guestManagement/guestManagement.vue
+17
-5
No files found.
src/components/guestManagement/guestManagement.vue
View file @
05765f3d
...
@@ -73,6 +73,10 @@
...
@@ -73,6 +73,10 @@
<el-button
icon=
"iconfont iconshaixuan"
class=
"crm-btn query-btn crm-btn-mini margin-right0"
<el-button
icon=
"iconfont iconshaixuan"
class=
"crm-btn query-btn crm-btn-mini margin-right0"
@
click=
"MsgBus.$emit('sceneBoxShow', 5)"
>
高级筛选
</el-button>
@
click=
"MsgBus.$emit('sceneBoxShow', 5)"
>
高级筛选
</el-button>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-button
class=
"crm-btn query-btn crm-btn-mini margin-right0"
@
click=
"downloadGuest"
>
下载
</el-button>
</el-col>
</el-row>
</el-row>
<div
v-else
class=
"flex-center"
>
<div
v-else
class=
"flex-center"
>
<p
class=
"font-size-12"
>
已选
<span
class=
"font-color-link"
>
{{
multipleSelection
.
length
}}
</span>
项
</p>
<p
class=
"font-size-12"
>
已选
<span
class=
"font-color-link"
>
{{
multipleSelection
.
length
}}
</span>
项
</p>
...
@@ -105,8 +109,8 @@
...
@@ -105,8 +109,8 @@
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span
:style=
"
{color:scope.row.TOrderState==2||scope.row.TOrderState==3?'#20B559':'#F95A5A'}">
<span
:style=
"
{color:scope.row.TOrderState==2||scope.row.TOrderState==3?'#20B559':'#F95A5A'}">
<i
class=
"iconfont"
<i
class=
"iconfont"
:style=
"
{color:scope.row.TOrderState==2||scope.row.TOrderState==3?'#20B559':'#F95A5A'}"
:style=
"
{color:scope.row.TOrderState==2||scope.row.TOrderState==3?'#20B559':'#F95A5A'}"
:class="scope.row.TOrderState==1?'iconshibai':'iconchenggong'">
</i>
:class="scope.row.TOrderState==1?'iconshibai':'iconchenggong'">
</i>
{{
scope
.
row
.
TOrderState
==
1
?
"未成交"
:
{{
scope
.
row
.
TOrderState
==
1
?
"未成交"
:
(
scope
.
row
.
TOrderState
==
2
?
"成交"
:
(
scope
.
row
.
TOrderState
==
2
?
"成交"
:
scope
.
row
.
TOrderState
==
3
?
"多次成交"
:
scope
.
row
.
TOrderState
==
3
?
"多次成交"
:
...
@@ -183,7 +187,7 @@
...
@@ -183,7 +187,7 @@
<el-table-column
prop=
"MarriageStr"
label=
"是否结婚"
sortable
v-if=
"queryType[14].show"
<el-table-column
prop=
"MarriageStr"
label=
"是否结婚"
sortable
v-if=
"queryType[14].show"
show-overflow-tooltip
>
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"
Duty"
label=
"职务"
sortable
v-if=
"queryType[15].show"
show-overflow-tooltip
>
<el-table-column
prop=
"Duty"
label=
"职务"
sortable
v-if=
"queryType[15].show"
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"IsHightSchool"
label=
"是否高中生"
sortable
width=
"120"
v-if=
"queryType[16].show"
<el-table-column
prop=
"IsHightSchool"
label=
"是否高中生"
sortable
width=
"120"
v-if=
"queryType[16].show"
show-overflow-tooltip
>
show-overflow-tooltip
>
...
@@ -191,7 +195,7 @@
...
@@ -191,7 +195,7 @@
<p>
{{
scope
.
row
.
IsHightSchool
===
1
?
'是'
:
'否'
}}
</p>
<p>
{{
scope
.
row
.
IsHightSchool
===
1
?
'是'
:
'否'
}}
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"
IdCard"
label=
"身份证"
sortable
v-if=
"queryType[17].show"
show-overflow-tooltip
>
<el-table-column
prop=
"IdCard"
label=
"身份证"
sortable
v-if=
"queryType[17].show"
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"PassportNo"
label=
"护照号"
sortable
v-if=
"queryType[18].show"
show-overflow-tooltip
>
<el-table-column
prop=
"PassportNo"
label=
"护照号"
sortable
v-if=
"queryType[18].show"
show-overflow-tooltip
>
</el-table-column>
</el-table-column>
...
@@ -543,7 +547,7 @@
...
@@ -543,7 +547,7 @@
WhereType
:
1
,
WhereType
:
1
,
OrderBy
:
""
,
OrderBy
:
""
,
ID
:
37
,
ID
:
37
,
Q_TOrderState
:
"0"
Q_TOrderState
:
"0"
},
},
total
:
0
,
total
:
0
,
WhereTypeList
:
[{
WhereTypeList
:
[{
...
@@ -608,6 +612,14 @@
...
@@ -608,6 +612,14 @@
this
.
MsgBus
.
$off
(
"editScene"
);
this
.
MsgBus
.
$off
(
"editScene"
);
},
},
methods
:
{
methods
:
{
//下载直客信息
downloadGuest
()
{
var
fileName
=
"直客名单.xls"
;
this
.
loading
=
true
;
this
.
GetLocalFile
(
"/api/Customer/DownLoadGuest"
,
this
.
msg
,
fileName
,
res
=>
{
this
.
loading
=
false
;
})
},
handleCommand
(
command
)
{
handleCommand
(
command
)
{
this
.
$message
.
warning
(
"功能正在开发中~"
);
this
.
$message
.
warning
(
"功能正在开发中~"
);
},
},
...
...
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