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
976e8407
Commit
976e8407
authored
Jun 28, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
94a72e65
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
leaderArrangement.vue
src/components/LeaderManagement/leaderArrangement.vue
+14
-7
No files found.
src/components/LeaderManagement/leaderArrangement.vue
View file @
976e8407
...
...
@@ -385,8 +385,9 @@
<div
v-loading=
"loading"
class=
"commonContent"
>
<div
class=
"topList clearfix"
>
<span>
{{
$t
(
'leader.leader_noTask'
)
}}
</span>
<span
class=
"noWork"
>
{{
$t
(
'ground.tuozhuaishezhi'
)
}}
<el-input
:placeholder=
"$t('rule.qsrname')"
v-model=
"noTaskLeaderMsg.LeaderName"
maxlength=
"50"
@
keyup
.
native
.
enter=
"noTaskLeaderMsg.pageIndex=1,getNoTaskLeader()"
class=
"w150"
>
</el-input>
<span
class=
"noWork"
>
{{
$t
(
'ground.tuozhuaishezhi'
)
}}
<el-input
:placeholder=
"$t('rule.qsrname')"
v-model=
"noTaskLeaderMsg.LeaderName"
maxlength=
"50"
@
keyup
.
native
.
enter=
"noTaskLeaderMsg.pageIndex=1,getNoTaskLeader()"
class=
"w150"
>
</el-input>
<input
type=
'button'
:value=
'$t("pub.searchBtn")'
class=
"hollowFixedBtn"
@
click=
"noTaskLeaderMsg.pageIndex=1,getNoTaskLeader()"
/>
</span>
<div
class=
"leaderList clearfix"
>
...
...
@@ -424,6 +425,9 @@
<div
class=
"leaderInfo afterfix"
v-for=
"item in dataList"
:key=
"item.subCode"
@
drop=
"drop($event,item.TCID,item.Id)"
@
dragover=
"allowDrop($event)"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"2"
>
<div
class=
"LtimeList"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</div>
</el-col>
<el-col
:span=
"4"
>
<div
class=
"_oll_line"
v-if=
"item.LeaderType==0"
></div>
<div
class=
"_oll_line _o_green"
v-if=
"item.LeaderType>0"
></div>
...
...
@@ -473,8 +477,10 @@
<img
v-else
:src=
"imgBeforeFile+item.GuidePhoto"
:onerror=
'defaultImg'
/>
</div>
<div
style=
"white-space:nowrap;"
>
{{
item
.
GuideName
}}
/
{{
$t
(
'leader.leader_Guide'
)
}}
</div>
<div
style=
"white-space:nowrap;margin:5px 0;"
>
{{
$t
(
'system.table_phone'
)
}}
:
{{
item
.
GuideMobilePhone
}}
</div>
<div
style=
"white-space:nowrap;"
v-if=
"item.SpareTel!=null&&item.SpareTel!=''"
>
{{
$t
(
'ground.jingwaihao'
)
}}
:
{{
item
.
SpareTel
}}
<div
style=
"white-space:nowrap;margin:5px 0;"
>
{{
$t
(
'system.table_phone'
)
}}
:
{{
item
.
GuideMobilePhone
}}
</div>
<div
style=
"white-space:nowrap;"
v-if=
"item.SpareTel!=null&&item.SpareTel!=''"
>
{{
$t
(
'ground.jingwaihao'
)
}}
:
{{
item
.
SpareTel
}}
</div>
</div>
</div>
...
...
@@ -668,12 +674,12 @@
resetForm
(
formName
)
{
this
.
$refs
[
formName
].
resetFields
();
},
getJourney
(
id
,
TCID
,
title
)
{
getJourney
(
id
,
TCID
,
title
)
{
//根据ID 获取行程内容
var
that
=
this
;
this
.
tripTitle
=
title
;
this
.
$nextTick
(()
=>
{
that
.
$refs
.
comTeam
.
GetTrip
(
id
,
TCID
);
that
.
$refs
.
comTeam
.
GetTrip
(
id
,
TCID
);
});
that
.
outerVisible
=
true
;
},
...
...
@@ -768,4 +774,5 @@
this
.
getList
();
}
};
</
script
>
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