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
2a402a91
Commit
2a402a91
authored
Jul 31, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
be15878d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
TravelContractNewRB.vue
src/components/TravelContractNewRB.vue
+9
-3
No files found.
src/components/TravelContractNewRB.vue
View file @
2a402a91
...
...
@@ -312,6 +312,9 @@
<input
type=
"button"
v-if=
"CtObj.auditContract!=2"
class=
"btn-warning"
@
click=
"submitForm('CtObj')"
value=
"保存"
/>
<template
v-if=
"CurrentUserInfo.EmployeeId==615"
>
<input
type=
"button"
class=
"btn-warning"
@
click=
"submitForm('CtObj')"
value=
"保存"
/>
</
template
>
</div>
</div>
<el-form
label-width=
"180px"
:model=
"CtObj"
:rules=
"rules"
ref=
"CtObj"
>
...
...
@@ -710,7 +713,8 @@
</tr>
<tr>
<td
colspan=
"7"
>
<el-input
v-model=
"CtObj.rbInfo"
placeholder=
"成团送往返国际机票、全程燃油税、机场税(因地接公司企划专案,如有机票自理者团费无减免,不便之处敬请见谅。"
>
</el-input>
<el-input
v-model=
"CtObj.rbInfo"
placeholder=
"成团送往返国际机票、全程燃油税、机场税(因地接公司企划专案,如有机票自理者团费无减免,不便之处敬请见谅。"
>
</el-input>
</td>
</tr>
</table>
...
...
@@ -953,7 +957,7 @@
contactsMobile
:
""
,
//紧急联系电话
templateType
:
1
,
serviceNum
:
''
,
rbInfo
:
""
,
rbInfo
:
""
,
},
//旅客名单
guestList
:
[],
...
...
@@ -1226,7 +1230,9 @@
}
if
(
this
.
CtObj
.
auditContract
==
2
)
{
this
.
goContract
()
if
(
this
.
CurrentUserInfo
.
EmployeeId
!=
615
)
{
this
.
goContract
()
}
}
}
else
{
this
.
Error
(
res
.
data
.
message
);
...
...
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