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
a57312e0
Commit
a57312e0
authored
4 months ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改上架平台方法调整
parent
e807c030
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3668 additions
and
3423 deletions
+3668
-3423
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+3662
-3417
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+3
-3
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+3
-3
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
a57312e0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
a57312e0
...
@@ -1565,7 +1565,7 @@
...
@@ -1565,7 +1565,7 @@
that
.
saveLoading
=
false
;
that
.
saveLoading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
that
.
CopyTripAndFeatureMsg
.
updateType
==
1
)
{
if
(
that
.
CopyTripAndFeatureMsg
.
updateType
==
1
)
{
that
.
Success
(
th
is
.
$t
(
'objFill.v101.fuzhixingccg'
));
that
.
Success
(
th
at
.
$t
(
'objFill.v101.fuzhixingccg'
));
}
else
{
}
else
{
that
.
Success
(
res
.
data
.
message
);
that
.
Success
(
res
.
data
.
message
);
}
}
...
@@ -2130,7 +2130,7 @@
...
@@ -2130,7 +2130,7 @@
}
}
});
});
},
},
//
单团设置上架
//
修改上架平台
SetshelvesUp
()
{
SetshelvesUp
()
{
let
msg
=
{
let
msg
=
{
TCID
:
this
.
queryCommonData
.
singleTCID
,
TCID
:
this
.
queryCommonData
.
singleTCID
,
...
@@ -2141,7 +2141,7 @@
...
@@ -2141,7 +2141,7 @@
this
.
Error
(
this
.
$t
(
'Operation.Op_choicePlat'
));
this
.
Error
(
this
.
$t
(
'Operation.Op_choicePlat'
));
return
;
return
;
}
}
this
.
apipost
(
"travel_post_SetPrice
TCState
"
,
msg
,
res
=>
{
this
.
apipost
(
"travel_post_SetPrice
SalePlat
"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
Success
(
res
.
data
.
message
);
this
.
getControlList
();
this
.
getControlList
();
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
a57312e0
...
@@ -1372,7 +1372,7 @@
...
@@ -1372,7 +1372,7 @@
that
.
saveLoading
=
false
;
that
.
saveLoading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
that
.
CopyTripAndFeatureMsg
.
updateType
==
1
)
{
if
(
that
.
CopyTripAndFeatureMsg
.
updateType
==
1
)
{
that
.
Success
(
th
is
.
$t
(
'objFill.v101.fuzhixingccg'
));
that
.
Success
(
th
at
.
$t
(
'objFill.v101.fuzhixingccg'
));
}
else
{
}
else
{
that
.
Success
(
res
.
data
.
message
);
that
.
Success
(
res
.
data
.
message
);
}
}
...
@@ -1845,7 +1845,7 @@
...
@@ -1845,7 +1845,7 @@
}
}
})
})
},
},
//
单团设置上架
//
修改上架平台
SetshelvesUp
()
{
SetshelvesUp
()
{
let
msg
=
{
let
msg
=
{
TCID
:
this
.
queryCommonData
.
singleTCID
,
TCID
:
this
.
queryCommonData
.
singleTCID
,
...
@@ -1856,7 +1856,7 @@
...
@@ -1856,7 +1856,7 @@
this
.
Error
(
this
.
$t
(
'Operation.Op_choicePlat'
))
this
.
Error
(
this
.
$t
(
'Operation.Op_choicePlat'
))
return
return
}
}
this
.
apipost
(
'travel_post_SetPrice
TCState
'
,
msg
,
res
=>
{
this
.
apipost
(
'travel_post_SetPrice
SalePlat
'
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
)
this
.
Success
(
res
.
data
.
message
)
this
.
getControlList
()
this
.
getControlList
()
...
...
This diff is collapsed.
Click to expand it.
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