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
330f8b11
Commit
330f8b11
authored
Sep 06, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
38554c38
bc8b0bac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
16 deletions
+9
-16
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+9
-16
No files found.
src/components/confirmationOrderDownLoadNew.vue
View file @
330f8b11
...
...
@@ -82,7 +82,8 @@
<OrderNotice
:vshowG=
"vshowG"
:feature=
"feature"
></OrderNotice>
<!-- 签证信息 -->
<VisaInformation
:vshowG=
"vshowG"
:vshowM=
"vshowM"
:vshowJ=
"vshowJ"
:vshowI=
"vshowI"
:feature=
"feature"
:orderMsg=
"orderMsg"
>
<VisaInformation
:vshowG=
"vshowG"
:vshowM=
"vshowM"
:vshowJ=
"vshowJ"
:vshowI=
"vshowI"
:feature=
"feature"
:orderMsg=
"orderMsg"
>
</VisaInformation>
</div>
</div>
...
...
@@ -594,20 +595,12 @@
this
.
SourceData
.
Id
=
0
;
if
(
this
.
$route
.
query
.
orderId
>
0
)
{
this
.
SourceData
.
orderId
=
this
.
$route
.
query
.
orderId
;
var
str
=
""
;
if
(
this
.
orderMsg
.
leaderName
)
{
str
=
this
.
orderMsg
.
leaderName
;
}
if
(
this
.
orderMsg
.
leaderMobile
)
{
str
+=
"/"
+
this
.
orderMsg
.
leaderMobile
;
}
this
.
SourceData
.
leaderInfo
=
str
;
this
.
SourceData
.
gatheringTime
=
this
.
orderMsg
.
gatheringTime
;
this
.
SourceData
.
airportService
=
this
.
orderMsg
.
airportServicePerson
+
"/"
+
this
.
orderMsg
.
airportServicePhone
;
this
.
SourceData
.
gatherIdent
=
this
.
orderMsg
.
bName
;
this
.
SourceData
.
emergencyContact
=
this
.
orderMsg
.
sellName
+
"/"
+
this
.
orderMsg
.
sellTel
;
this
.
SourceData
.
gatheringAddress
=
this
.
orderMsg
.
gatheringAddress
;
this
.
SourceData
.
leaderInfo
=
this
.
orderMsg
.
leaderInfo
;
this
.
SourceData
.
gatheringTime
=
this
.
orderMsg
.
gatheringTimeInfo
;
this
.
SourceData
.
airportService
=
this
.
orderMsg
.
airportServiceInfo
;
this
.
SourceData
.
gatherIdent
=
this
.
orderMsg
.
gatherIdentInfo
;
this
.
SourceData
.
emergencyContact
=
this
.
orderMsg
.
emergencyContactInfo
;
this
.
SourceData
.
gatheringAddress
=
this
.
orderMsg
.
gatheringAddressInfo
;
if
(
data
.
priceList
!=
null
&&
data
.
priceList
.
length
>
0
)
{
var
array
=
JSON
.
parse
(
JSON
.
stringify
(
data
.
priceList
[
0
].
priceFlight
));
this
.
SourceData
.
travelOrderFlightList
=
[];
...
...
@@ -657,7 +650,7 @@
})
},
err
=>
{})
},
//上移下移(IsUp:0上移,1下移)
//上移下移(IsUp:0上移,1下移)
MoveItem
(
item
,
subIndex
,
IsUp
)
{
var
currentItem
=
this
.
editForm
.
travelOrderFlightList
[
subIndex
];
//上移
...
...
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