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
cc7de4ea
Commit
cc7de4ea
authored
Dec 02, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
411c76c1
6288fff3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
123 additions
and
120 deletions
+123
-120
leaderManagement.vue
src/components/LeaderManagement/leaderManagement.vue
+32
-35
addPassenger.vue
src/components/SalesModule/addPassenger.vue
+63
-57
TravelMyTicket.vue
src/components/TravelManager/Ticket/TravelMyTicket.vue
+1
-2
Leader.vue
src/components/TravelManager/TravelLeader/Leader.vue
+27
-26
No files found.
src/components/LeaderManagement/leaderManagement.vue
View file @
cc7de4ea
...
...
@@ -517,8 +517,7 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('admin.admin_IDcard')"
prop=
"IdCard"
class=
"other_input"
v-if=
"addMsg.LeaderGuidClass==0"
>
<el-form-item
:label=
"$t('admin.admin_IDcard')"
class=
"other_input"
v-if=
"addMsg.LeaderGuidClass==0"
>
<el-input
type=
"text"
v-model=
"addMsg.IdCard"
:placeholder=
"$t('admin.admin_phIDcard')"
class=
"w210"
>
</el-input>
</el-form-item>
...
...
@@ -1067,38 +1066,34 @@
});
},
initAddMsg
()
{
//初始化创建、修改表单数据
let
newMsg
=
{
ID
:
"0"
,
Type
:
"3"
,
EmployeeId
:
""
,
Surname
:
""
,
Name
:
""
,
EnSurname
:
""
,
EnName
:
""
,
IdCard
:
""
,
BirthDate
:
""
,
BirthPlace
:
""
,
Sex
:
""
,
MobilePhone
:
""
,
Passport
:
""
,
IssuePlace
:
""
,
IssueDate
:
""
,
ExpiryDate
:
""
,
CountryID
:
""
,
LanguageId
:
""
,
Remarks
:
""
,
VisaNumber
:
""
,
LeaderGuidType
:
""
,
LeaderGuidClass
:
0
,
SpareTel
:
''
,
emRB_Department_Id
:
''
,
emRB_Post_Id
:
''
,
RB_Branch_id
:
''
,
EmAccount
:
''
,
EmPassword
:
''
};
this
.
addMsg
=
newMsg
;
this
.
addMsg
.
ID
=
"0"
;
this
.
addMsg
.
Type
=
"3"
;
this
.
addMsg
.
EmployeeId
=
""
;
this
.
addMsg
.
Surname
=
""
;
this
.
addMsg
.
Name
=
""
;
this
.
addMsg
.
EnSurname
=
""
;
this
.
addMsg
.
EnName
=
""
;
this
.
addMsg
.
IdCard
=
""
;
this
.
addMsg
.
BirthDate
=
""
;
this
.
addMsg
.
BirthPlace
=
""
;
this
.
addMsg
.
Sex
=
""
;
this
.
addMsg
.
MobilePhone
=
""
;
this
.
addMsg
.
Passport
=
""
;
this
.
addMsg
.
IssuePlace
=
""
;
this
.
addMsg
.
IssueDate
=
""
;
this
.
addMsg
.
ExpiryDate
=
""
;
this
.
addMsg
.
CountryID
=
""
;
this
.
addMsg
.
LanguageId
=
""
;
this
.
addMsg
.
Remarks
=
""
;
this
.
addMsg
.
VisaNumber
=
""
;
this
.
addMsg
.
LeaderGuidType
=
""
;
this
.
addMsg
.
LeaderGuidClass
=
0
;
this
.
addMsg
.
SpareTel
=
''
;
this
.
addMsg
.
emRB_Department_Id
=
''
;
this
.
addMsg
.
emRB_Post_Id
=
''
;
this
.
addMsg
.
RB_Branch_id
=
""
;
this
.
addMsg
.
EmAccount
=
""
;
this
.
addMsg
.
EmPassword
=
''
;
},
//翻页功能按钮
handleCurrentChange
(
val
)
{
...
...
@@ -1118,6 +1113,7 @@
ID
:
ID
},
res
=>
{
console
.
log
(
"leaderData"
,
res
.
data
.
data
);
let
LanguageIdArr
=
[];
this
.
addMsg
=
res
.
data
.
data
;
this
.
addMsg
.
LeaderGuidClass
=
this
.
addMsg
.
LeaderGuidClass
?
this
.
addMsg
.
LeaderGuidClass
:
0
;
...
...
@@ -1150,7 +1146,8 @@
},
//弹出框取消 初始化谈框内表单
resetForm
(
formName
)
{
this
.
$refs
[
formName
].
resetFields
();
// this.$refs[formName].resetFields();
this
.
initAddMsg
();
this
.
LanguageIdS
=
[];
}
},
...
...
src/components/SalesModule/addPassenger.vue
View file @
cc7de4ea
This diff is collapsed.
Click to expand it.
src/components/TravelManager/Ticket/TravelMyTicket.vue
View file @
cc7de4ea
...
...
@@ -1082,7 +1082,6 @@
},
//机票转出
setOut
()
{
if
(
this
.
outData
.
ReciveEmployeeId
==
0
)
{
this
.
Warning
(
this
.
$t
(
'objFill.v101.qingxzjsreny'
));
return
false
;
...
...
@@ -1094,7 +1093,7 @@
that
.
outData
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
Success
(
th
is
.
$t
(
'objFill.v101.zhuancjwcgo'
));
that
.
Success
(
th
at
.
$t
(
'objFill.v101.zhuancjwcgo'
));
that
.
isShowSet
=
false
;
that
.
outData
.
ReciveEmployeeId
=
0
;
that
.
outData
.
OutNum
=
""
;
...
...
src/components/TravelManager/TravelLeader/Leader.vue
View file @
cc7de4ea
...
...
@@ -297,7 +297,8 @@
<div
class=
"nainfo"
>
{{
$t
(
'admin.admin_xing'
)
}}
:
<span
class=
"naIn"
>
{{
item
.
Surname
}}
/
{{
item
.
EnSurname
}}
</span>
</div>
<div
class=
"nainfo"
>
{{
$t
(
'admin.admin_ming'
)
}}
:
<span
class=
"naIn"
>
{{
item
.
Name
}}
/
{{
item
.
EnName
}}
</span></div>
<div
class=
"midList"
>
{{
$t
(
'system.table_sex'
)
}}
:
{{
item
.
Sex
==
0
?
$t
(
'pub.man'
)
+
'/M'
:
$t
(
'pub.woman'
)
+
'/F'
}}
</div>
<div
class=
"midList"
>
{{
$t
(
'system.table_sex'
)
}}
:
{{
item
.
Sex
==
0
?
$t
(
'pub.man'
)
+
'/M'
:
$t
(
'pub.woman'
)
+
'/F'
}}
</div>
<div>
{{
$t
(
'system.query_company'
)
}}
:
{{
item
.
BranchName
}}
</div>
<div>
{{
$t
(
'system.query_goCoun'
)
}}
:
{{
item
.
CountryName
}}
</div>
<div>
{{
$t
(
'system.table_Passport'
)
}}
:
{{
item
.
Passport
}}
</div>
...
...
@@ -383,7 +384,7 @@
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('admin.admin_IDcard')"
prop=
"IdCard"
class=
"other_input"
>
<el-form-item
:label=
"$t('admin.admin_IDcard')"
class=
"other_input"
>
<el-input
type=
"text"
v-model=
"addMsg.IdCard"
:placeholder=
"$t('admin.admin_phIDcard')"
class=
"w210"
>
</el-input>
</el-form-item>
...
...
@@ -875,30 +876,30 @@
});
},
initAddMsg
()
{
//初始化创建、修改表单数据
let
newMsg
=
{
ID
:
"0"
,
Type
:
1
,
EmployeeId
:
""
,
Surname
:
""
,
Name
:
""
,
EnSurname
:
""
,
EnName
:
""
,
IdCard
:
""
,
BirthDate
:
""
,
BirthPlace
:
""
,
Sex
:
""
,
MobilePhone
:
""
,
Passport
:
""
,
IssuePlace
:
""
,
IssueDate
:
""
,
ExpiryDate
:
""
,
CountryID
:
""
,
LanguageId
:
""
,
Remarks
:
""
,
VisaNumber
:
""
}
;
this
.
addMsg
=
newMsg
;
this
.
addMsg
.
ID
=
"0"
;
this
.
addMsg
.
Type
=
1
;
this
.
addMsg
.
EmployeeId
=
""
;
this
.
addMsg
.
Surname
=
""
;
this
.
addMsg
.
Name
=
""
;
this
.
addMsg
.
EnSurname
=
""
;
this
.
addMsg
.
EnName
=
""
;
this
.
addMsg
.
IdCard
=
""
;
this
.
addMsg
.
BirthDate
=
""
;
this
.
addMsg
.
BirthPlace
=
""
;
this
.
addMsg
.
Sex
=
""
;
this
.
addMsg
.
MobilePhone
=
""
;
this
.
addMsg
.
SpareTel
=
""
;
this
.
addMsg
.
Passport
=
""
;
this
.
addMsg
.
IssuePlace
=
""
;
this
.
addMsg
.
IssueDate
=
""
;
this
.
addMsg
.
ExpiryDate
=
""
;
this
.
addMsg
.
CountryID
=
""
;
this
.
addMsg
.
LanguageId
=
""
;
this
.
addMsg
.
Remarks
=
""
;
this
.
addMsg
.
VisaNumber
=
""
;
this
.
addMsg
.
LeaderGuidType
=
""
;
this
.
addMsg
.
LeaderGuidClass
=
""
;
this
.
addMsg
.
ValidDate
=
""
;
},
//翻页功能按钮
handleCurrentChange
(
val
)
{
...
...
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