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
3fc9ebe0
Commit
3fc9ebe0
authored
Sep 27, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出境合同调整
parent
302ab272
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
TravelContractDetail.vue
src/components/TravelContractDetail.vue
+11
-8
No files found.
src/components/TravelContractDetail.vue
View file @
3fc9ebe0
...
...
@@ -381,6 +381,7 @@
font-size
:
12px
;
color
:
gray
;
}
.TD_MainContent
.TCbtn-info
{
color
:
#ffffff
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
...
...
@@ -404,12 +405,13 @@
outline
:
none
;
cursor
:
pointer
;
}
.TCbtn-info
:hover
,
.btn-warning
:hover
{
color
:
#ffffff
;
opacity
:
0.8
;
}
.TD_MainContent
.singeRowTable
{
width
:
100%
;
border-collapse
:
collapse
;
...
...
@@ -455,8 +457,8 @@
销售人员:
{{
dataList
.
saleName
}}
</
template
>
<span>
<
template
v-if=
"dataList.orderType==0"
>
<input
type=
"button"
class=
"TCbtn-info"
@
click=
"(dialogVisible = true), getGuestList()"
value=
"复制合同"
/>
</
template
>
<input
type=
"button"
class=
"TCbtn-info"
@
click=
"(dialogVisible = true), getGuestList()"
value=
"复制合同"
/>
</
template
>
<input
type=
"button"
class=
"TCbtn-info"
v-if=
"dataList.status==1"
@
click=
"getinvalid()"
value=
"作废"
/>
<input
type=
"button"
class=
"TCbtn-info"
v-if=
"dataList.companySignature==''"
@
click=
"isShowFade=true,GetQrCode()"
value=
"客户签字"
/>
...
...
@@ -1208,9 +1210,9 @@
dialogVisible
:
false
,
QRCodeStr
:
""
,
pdfLoading
:
false
,
//旅客名单
//旅客名单
backGuest
:
[],
//旅客名单
//旅客名单
guestList
:
[],
//线路名称
LineName
:
''
,
...
...
@@ -1295,8 +1297,8 @@
})
},
//点击合同获取旅客信息
getGuestList
()
{
//点击合同获取旅客信息
getGuestList
()
{
let
msg
=
{
orderId
:
this
.
msg
.
orderID
,
};
...
...
@@ -1378,7 +1380,7 @@
this
.
apipost
(
"travelcontract_post_GetContractInfoService"
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
dataList
=
res
.
data
.
data
;
this
.
guestList
=
this
.
dataList
.
allGuestList
;
this
.
guestList
=
this
.
dataList
.
allGuestList
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
@@ -1475,6 +1477,7 @@
TID
=
this
.
$route
.
query
.
Id
;
}
if
(
this
.
$route
.
query
.
ID
)
{
this
.
msg
.
Id
=
this
.
$route
.
query
.
ID
;
TID
=
this
.
$route
.
query
.
ID
;
}
this
.
getList
();
...
...
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