Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
d18d6c09
Commit
d18d6c09
authored
Aug 21, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
5c4d9f56
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
332 additions
and
326 deletions
+332
-326
CustomerAnalysis.vue
src/components/SalesModule/CustomerAnalysis.vue
+314
-302
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+18
-24
No files found.
src/components/SalesModule/CustomerAnalysis.vue
View file @
d18d6c09
This diff is collapsed.
Click to expand it.
src/components/SalesModule/customerTransfer.vue
View file @
d18d6c09
...
...
@@ -6,9 +6,8 @@
<span>
<em>
{{
$t
(
'visaT.sale'
)
}}
</em>
</span>
<!--
<el-select
filterable
v-model=
"msg.CreateBy"
>
-->
<el-select
v-model=
"msg.CreateBy"
class=
"w150"
filterable
remote
reserve-keyword
:placeholder=
"$t('pub.PleaseKeyWords')"
:remote-method=
"GetClientAccountListByKeyWord"
>
<el-select
v-model=
"msg.CreateBy"
class=
"w150"
filterable
remote
reserve-keyword
:placeholder=
"$t('pub.PleaseKeyWords')"
:remote-method=
"GetClientAccountListByKeyWord"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
"-1"
></el-option>
<el-option
v-for=
"item in employeeList"
:label=
"item.name"
:value=
"item.empId"
:key=
"item.empId"
>
<div>
...
...
@@ -20,8 +19,6 @@
<
/el-option
>
<
/el-select
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'salesModule.keyWords'
)
}}
<
/em
>
...
...
@@ -59,39 +56,36 @@
<
el
-
option
label
=
"已审核"
:
value
=
"2"
><
/el-option
>
<
el
-
option
label
=
"已拒绝"
:
value
=
"3"
><
/el-option
>
<
el
-
option
label
=
"黑名单"
:
value
=
"4"
><
/el-option
>
<
/el-select
>
<
/li
>
<
li
>
<
span
>
<
em
>
是否异常
<
/em
>
<
/span
>
<
el
-
select
filterable
class
=
'multiple_input'
v
-
model
=
'msg.ExceptionCount '
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
select
filterable
class
=
'multiple_input'
v
-
model
=
'msg.ExceptionCount'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
option
:
label
=
"$t('pub.unlimitedSel')"
:
value
=
"0"
><
/el-option
>
<
el
-
option
label
=
"是"
:
value
=
"1"
><
/el-option
>
<
el
-
option
label
=
"否"
:
value
=
"2"
><
/el-option
>
<
/el-select
>
<
/li
>
<
li
>
<
span
class
=
"fl mt10"
>
<
em
>
{{
$t
(
'admin.admin_Department'
)
}}
<
/em
>
<
li
>
<
span
>
<
em
class
=
"fl"
style
=
"margin-top: 10px !important"
>
{{
$t
(
'admin.admin_Department'
)
}}
<
/em
>
<
treeselect
class
=
"w200 fl"
:
options
=
"departmentList"
@
select
=
"getEmployeeList"
v
-
model
=
"DepartmentId"
:
placeholder
=
"$t('pub.unlimitedSel')"
:
normalizer
=
"normalizer"
/>
<
/span
>
<
treeselect
class
=
"w200 fl"
:
options
=
"departmentList"
@
select
=
"getEmployeeList"
v
-
model
=
"DepartmentId"
:
placeholder
=
"$t('pub.unlimitedSel')"
:
normalizer
=
"normalizer"
/>
<
/li
>
<
li
>
<
span
class
=
"fl mt10"
>
<
em
><
el
-
switch
style
=
"display: block"
v
-
model
=
"msg.fanYong"
active
-
text
=
"特惠专案客户"
inactive
-
text
=
""
active
-
value
=
"1"
inactive
-
value
=
"0"
>
<
/el-switch></
em
>
<
span
>
<
em
>
特惠专案客户
<
/em
>
<
/span
>
<
el
-
select
filterable
class
=
'multiple_input'
v
-
model
=
'msg.fanYong'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
option
:
label
=
"$t('pub.unlimitedSel')"
:
value
=
"-1"
><
/el-option
>
<
el
-
option
label
=
"是"
:
value
=
"1"
><
/el-option
>
<
el
-
option
label
=
"否"
:
value
=
"2"
><
/el-option
>
<
/el-select
>
<
/li
>
<
li
style
=
"float:right;padding-top:10px;color:#111111"
>
{{
$t
(
'salesModule.JYETJ'
)
}}
:
{{
datainfo
.
sumMoney
}}
<
/li
>
<
li
>
...
...
@@ -458,7 +452,7 @@
rtsSort
:
''
,
orderBy
:
'TradeMoney desc'
,
ExceptionCount
:
0
,
fanYong
:
0
,
fanYong
:
-
1
,
}
,
RecipientMsg
:
{
CustomerIdArr
:
[],
...
...
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