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
7302b170
Commit
7302b170
authored
Jan 25, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6aa68ff9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+15
-10
No files found.
src/components/SalesModule/customerTransfer.vue
View file @
7302b170
...
...
@@ -6,7 +6,7 @@
<span>
<em>
{{
$t
(
'visaT.sale'
)
}}
</em>
</span>
<el-select
v-model=
"msg.CreateBy"
class=
"w150"
filterable
remote
reserve-keyword
<el-select
v-model=
"msg.CreateBy"
class=
"
h34
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"
>
...
...
@@ -23,13 +23,13 @@
<
span
>
<
em
>
{{
$t
(
'salesModule.keyWords'
)
}}
<
/em
>
<
/span
>
<
el
-
input
v
-
model
=
"msg.CustomerName"
:
placeholder
=
"$t('salesModule.InputPhone')"
><
/el-input
>
<
el
-
input
class
=
"h34"
v
-
model
=
"msg.CustomerName"
:
placeholder
=
"$t('salesModule.InputPhone')"
><
/el-input
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'salesModule.Belongbrand'
)
}}
<
/em
>
<
/span
>
<
el
-
select
filterable
class
=
'multiple_input'
v
-
model
=
'msg.Brand'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
select
filterable
class
=
'
h34
multiple_input'
v
-
model
=
'msg.Brand'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
option
:
label
=
"$t('pub.unlimitedSel')"
:
value
=
"-1"
><
/el-option
>
<
el
-
option
v
-
for
=
'item in CustomerBrandList'
:
label
=
'item.name'
:
value
=
'item.id'
:
key
=
'item.id'
>
<
/el-option
>
...
...
@@ -39,7 +39,7 @@
<
span
>
<
em
>
{{
$t
(
'objFill.v101.Rest.guanlianztai'
)
}}
<
/em
>
<
/span
>
<
el
-
select
filterable
class
=
'multiple_input'
v
-
model
=
'msg.OperationStatus '
<
el
-
select
filterable
class
=
'
h34
multiple_input'
v
-
model
=
'msg.OperationStatus '
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
option
:
label
=
"$t('pub.unlimitedSel')"
value
=
""
><
/el-option
>
<
el
-
option
:
label
=
"$t('pub.normalSel')"
:
value
=
"1"
><
/el-option
>
...
...
@@ -50,7 +50,7 @@
<
span
>
<
em
>
{{
$t
(
'salesModule.CustomerStatus'
)
}}
<
/em
>
<
/span
>
<
el
-
select
filterable
class
=
'multiple_input'
v
-
model
=
'msg.CustomerStatus'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
select
filterable
class
=
'
h34
multiple_input'
v
-
model
=
'msg.CustomerStatus'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
option
:
label
=
"$t('pub.unlimitedSel')"
value
=
""
><
/el-option
>
<
el
-
option
:
label
=
"$t('fnc.a_wshenhe')"
:
value
=
"1"
><
/el-option
>
<
el
-
option
:
label
=
"$t('fnc.a_yshenhe')"
:
value
=
"2"
><
/el-option
>
...
...
@@ -62,7 +62,7 @@
<
span
>
<
em
>
{{
$t
(
'objFill.v101.Rest.shifouyichan'
)
}}
<
/em
>
<
/span
>
<
el
-
select
filterable
class
=
'multiple_input'
v
-
model
=
'msg.ExceptionCount'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
select
filterable
class
=
'
h34
multiple_input'
v
-
model
=
'msg.ExceptionCount'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
option
:
label
=
"$t('pub.unlimitedSel')"
:
value
=
"0"
><
/el-option
>
<
el
-
option
:
label
=
"$t('pub.yes')"
:
value
=
"1"
><
/el-option
>
<
el
-
option
:
label
=
"$t('pub.no')"
:
value
=
"2"
><
/el-option
>
...
...
@@ -71,8 +71,10 @@
<
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"
/>
<
treeselect
class
=
"w200 fl"
:
options
=
"departmentList"
@
select
=
"getEmployeeList"
v
-
model
=
"DepartmentId"
style
=
"height: 25px;"
:
placeholder
=
"$t('pub.unlimitedSel')"
:
normalizer
=
"normalizer"
/>
<
/span
>
<
/li
>
<
li
>
...
...
@@ -81,7 +83,7 @@
{{
$t
(
'objFill.v101.Rest.tehuizankehu'
)
}}
<
/em
>
<
/span
>
<
el
-
select
filterable
class
=
'multiple_input'
v
-
model
=
'msg.fanYong'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
select
filterable
class
=
'
h34
multiple_input'
v
-
model
=
'msg.fanYong'
:
placeholder
=
"$t('pub.pleaseSel')"
>
<
el
-
option
:
label
=
"$t('pub.unlimitedSel')"
:
value
=
"-1"
><
/el-option
>
<
el
-
option
:
label
=
"$t('pub.yes')"
:
value
=
"1"
><
/el-option
>
<
el
-
option
:
label
=
"$t('pub.no')"
:
value
=
"2"
><
/el-option
>
...
...
@@ -110,7 +112,7 @@
<
li
style
=
"margin-left: 10px"
>
<
span
>
<
em
>
{{
$t
(
'objFill.v102.appjihuozhuant'
)
}}
:
<
/em
>
<
el
-
select
class
=
"w120"
:
placeholder
=
"$t('pub.pleaseSel')"
filterable
<
el
-
select
class
=
"
h34
w120"
:
placeholder
=
"$t('pub.pleaseSel')"
filterable
v
-
model
=
"msg.OpenIdStatus"
>
<
el
-
option
v
-
for
=
"item in OpenStatusList"
:
label
=
"item.Name"
:
value
=
"item.Id"
:
key
=
"item.Id"
><
/el-option
>
...
...
@@ -1405,6 +1407,9 @@
<
/script
>
<
style
>
/deep/
.
customerTransfer
.
vue
-
treeselect__control
{
height
:
24
px
;
}
.
customerTransferTable
{
width
:
100
%
;
font
-
size
:
14
px
;
...
...
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