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
19c40367
Commit
19c40367
authored
Feb 14, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
ef578340
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+8
-6
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
19c40367
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
IsOpenHotel
:
0
,
//0可以添加删除酒店,1-不能修改酒店信息
IsOpenHotel
:
0
,
//0可以添加删除酒店,1-不能修改酒店信息
DayNum
:
0
,
//行程天数
DayNum
:
0
,
//行程天数
OfferId
:
0
,
//报价单Id
OfferId
:
0
,
//报价单Id
OpenState
:
2
,
//1-已开团,2-未开团
OpenState
:
2
,
//1-已开团,2-未开团
},
},
//行程
//行程
FeatureData
:
{
FeatureData
:
{
...
@@ -347,7 +347,7 @@
...
@@ -347,7 +347,7 @@
basicData
.
IsDirect
=
this
.
PostConfig
.
IsDirect
;
basicData
.
IsDirect
=
this
.
PostConfig
.
IsDirect
;
basicData
.
OpenTeamDescribe
=
this
.
PostConfig
.
OpenTeamDescribe
;
basicData
.
OpenTeamDescribe
=
this
.
PostConfig
.
OpenTeamDescribe
;
basicData
.
RemoveChild
=
this
.
PostConfig
.
RemoveChild
;
basicData
.
RemoveChild
=
this
.
PostConfig
.
RemoveChild
;
basicData
.
OfferId
=
this
.
PostConfig
.
OfferId
;
basicData
.
OfferId
=
this
.
PostConfig
.
OfferId
;
basicData
.
TeamType
=
this
.
PostConfig
.
TeamType
;
basicData
.
TeamType
=
this
.
PostConfig
.
TeamType
;
...
@@ -735,13 +735,15 @@
...
@@ -735,13 +735,15 @@
this
.
PostConfig
.
IsDirect
=
tempData
.
IsDirect
;
this
.
PostConfig
.
IsDirect
=
tempData
.
IsDirect
;
this
.
PostConfig
.
PriceIsDirect
=
tempData
.
PriceIsDirect
;
this
.
PostConfig
.
PriceIsDirect
=
tempData
.
PriceIsDirect
;
this
.
PostConfig
.
OfferId
=
tempData
.
OfferId
;
this
.
PostConfig
.
OfferId
=
tempData
.
OfferId
;
this
.
PostConfig
.
OpenState
=
tempData
.
OpenState
;
if
(
this
.
$route
.
query
.
offerId
)
{
if
(
this
.
$route
.
query
.
offerId
)
{
this
.
PostConfig
.
OfferId
=
this
.
$route
.
query
.
offerId
;
this
.
PostConfig
.
OfferId
=
this
.
$route
.
query
.
offerId
;
}
}
this
.
PostConfig
.
OpenState
=
tempData
.
OpenState
;
if
(
this
.
$route
.
query
.
openState
)
{
if
(
this
.
$route
.
query
.
openState
)
{
this
.
PostConfig
.
OpenState
=
this
.
$route
.
query
.
openState
;
this
.
PostConfig
.
OpenState
=
this
.
$route
.
query
.
openState
;
}
}
//是否有报价单
//是否有报价单
this
.
IsHaveOffer
=
tempData
.
IsHaveOffer
;
this
.
IsHaveOffer
=
tempData
.
IsHaveOffer
;
...
@@ -783,8 +785,8 @@
...
@@ -783,8 +785,8 @@
this
.
UseTypeArray
=
tempData
.
UseTypeArray
;
this
.
UseTypeArray
=
tempData
.
UseTypeArray
;
this
.
AirPickUp
=
tempData
.
AirPickUp
;
this
.
AirPickUp
=
tempData
.
AirPickUp
;
this
.
AirSend
=
tempData
.
AirSend
;
this
.
AirSend
=
tempData
.
AirSend
;
this
.
PostConfig
.
OpenState
=
thtempData
.
OpenState
;
if
(
this
)
this
.
PostConfig
.
PDFAlias
=
tempData
.
PDFAlias
;
this
.
PostConfig
.
PDFAlias
=
tempData
.
PDFAlias
;
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
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