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
a31ca5d9
Commit
a31ca5d9
authored
May 22, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
652ee65d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
productOrderList.vue
src/components/SalesModule/Common/productOrderList.vue
+8
-4
No files found.
src/components/SalesModule/Common/productOrderList.vue
View file @
a31ca5d9
...
@@ -475,6 +475,10 @@
...
@@ -475,6 +475,10 @@
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
}
}
.line-down
:hover
{
text-decoration
:
underline
;
color
:
#333
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -497,9 +501,9 @@
...
@@ -497,9 +501,9 @@
<div
v-if=
"item.IsWarning === 1"
class=
"product_warning"
></div>
<div
v-if=
"item.IsWarning === 1"
class=
"product_warning"
></div>
<div
class=
"d12"
style=
"float: none; margin: auto"
<div
class=
"d12"
style=
"float: none; margin: auto"
:style=
"
{ width: pagesTitle == '跟团游产品' ? '200px' : 'auto' }">
:style=
"
{ width: pagesTitle == '跟团游产品' ? '200px' : 'auto' }">
<div
style=
"cursor: pointer"
@
click=
"goUrlT('productQuery',item.TCNUM,'产品查询')"
>
<div>
<p><i
class=
"iconfont icon-biaoti1"
></i>
{{
item
.
LineName
}}
</p>
<p><i
class=
"iconfont icon-biaoti1"
></i>
{{
item
.
LineName
}}
</p>
<p
class=
"d12TC"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</p>
<p
class=
"d12TC
line-down"
style=
"cursor: pointer"
@
click=
"goUrlT('productQuery',item.TCNUM,'产品查询')
"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</p>
<p>
{{
item
.
LtName
}}
</p></div>
<p>
{{
item
.
LtName
}}
</p></div>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.Title"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.Title"
placement=
"top-start"
popper-class=
"max-w250"
>
popper-class=
"max-w250"
>
...
@@ -520,7 +524,7 @@
...
@@ -520,7 +524,7 @@
</div>
</div>
</div>
</div>
<div
class=
"d5"
>
<div
class=
"d5"
>
<p
style=
"cursor: pointer"
@
click=
"goUrlT('RegistrationList',item.TCID,'报名清单')"
>
<p
class=
"line-down"
style=
"cursor: pointer"
@
click=
"goUrlT('RegistrationList',item.TCID,'报名清单')"
>
<span>
{{
$t
(
"visa.v_yibaoru"
)
}}
</span><i>
{{
item
.
Seat
==
""
?
"0"
:
item
.
Seat
<span>
{{
$t
(
"visa.v_yibaoru"
)
}}
</span><i>
{{
item
.
Seat
==
""
?
"0"
:
item
.
Seat
}}{{
$t
(
"salesModule.PeoPle"
)
}}
</i>
(
{{
$t
(
"Operation.Op_takeSeat"
)
}}
:
{{
item
.
Occupied
}}{{
$t
(
"salesModule.PeoPle"
)
}}
</i>
(
{{
$t
(
"Operation.Op_takeSeat"
)
}}
:
{{
item
.
Occupied
}}{{
$t
(
"salesModule.PeoPle"
)
}}
)
}}{{
$t
(
"salesModule.PeoPle"
)
}}
)
...
@@ -769,7 +773,7 @@ export default {
...
@@ -769,7 +773,7 @@ export default {
//根据当前员工所在部门获取该部门及子部门员工信息
//根据当前员工所在部门获取该部门及子部门员工信息
getEmployeeList
()
{
getEmployeeList
()
{
this
.
apipost
(
this
.
apipost
(
"admin_get_
EmployeeGet
List"
,
{},
"admin_get_
GetEmpByDepPostName
List"
,
{},
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
EmployeeList
=
res
.
data
.
data
;
this
.
EmployeeList
=
res
.
data
.
data
;
...
...
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