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
c2f6a720
Commit
c2f6a720
authored
Jun 06, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPT调整
parent
01bf1252
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
TravelManagerThree.vue
...ewTravelmanager/TravelGroupControl/TravelManagerThree.vue
+15
-14
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelManagerThree.vue
View file @
c2f6a720
...
...
@@ -227,7 +227,7 @@
TripMapList
:
[],
NotQueryCityList
:
[],
//使用系统中的经纬度城市
FeaturePageType
:
0
,
//1横版 2竖版
TeamType
:
0
,
TeamType
:
0
,
},
//行程
FeatureData
:
{
...
...
@@ -425,23 +425,24 @@
},
//提交验证
submitForm
(
SaveType
)
{
if
(
this
.
FeatureData
.
FeatureType
==
9
&&
!
this
.
isPptJourney
)
{
this
.
Error
(
'请编辑PPT行程并保存'
);
return
}
if
(
this
.
PostConfig
.
LineteamId
==
0
)
{
this
.
Error
(
'请选择系列'
);
return
}
if
(
this
.
PostPrice
&&
this
.
PostPrice
.
length
>
0
)
{
for
(
let
i
=
0
;
i
<
this
.
PostPrice
.
length
;
i
++
)
{
if
(
this
.
PostPrice
[
i
].
PriceTeamType
==
3
&&
this
.
PostPrice
[
i
].
PriceOfferUrl
==
''
)
{
//this.Error("团期" + this.PostPrice[i].StartDate + '的日期,为单团请上传报价单.');
//return
}
}
}
if
(
this
.
isSubmit
)
{
// if (this.PostPrice && this.PostPrice.length > 0) {
// for (let i = 0; i
<
this
.
PostPrice
.
length
;
i
++
)
{
// if (this.PostPrice[i].PriceTeamType == 3 && this.PostPrice[i].PriceOfferUrl == '') {
// this.Error("团期" + this.PostPrice[i].StartDate + '的日期,为单团请上传报价单.');
// return
// }
// }
// }
if
(
this
.
FeatureData
.
FeatureType
==
9
&&
!
this
.
isPptJourney
)
{
var
that
=
this
that
.
Confirm
(
"当前行程未编辑行程特色,是否立即保存?"
,
function
()
{
that
.
SaveData
(
SaveType
);
});
}
else
if
(
this
.
isSubmit
)
{
this
.
SaveData
(
SaveType
);
}
},
...
...
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