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
671d26d1
Commit
671d26d1
authored
2 weeks ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门票下载修改
parent
1cea0f79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
scenicSpotSalesBoard.vue
src/components/scenicSpot/scenicSpotSalesBoard.vue
+10
-6
No files found.
src/components/scenicSpot/scenicSpotSalesBoard.vue
View file @
671d26d1
...
...
@@ -205,7 +205,7 @@
<span>
<em>
{{
$t
(
'commonPickUp.Pick_attractions'
)
}}
</em>
<el-select
v-model=
"msg.CouponsIdList"
:placeholder=
"$t('pub.pleaseSel')"
multiple
collapse-tags
filterable
@
change=
"getMultipleChoice"
@
clear=
"getMultipleChoice"
>
:remote-method=
"getSecnicData"
remote
reserve-keyword
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"defaultSelectValue"
></el-option>
<el-option
v-for=
"item in ScenicList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
...
...
@@ -302,7 +302,6 @@
};
},
methods
:
{
stockColor
:
function
(
type
)
{
if
(
type
===
1
)
{
return
'hasStock_1'
...
...
@@ -391,22 +390,27 @@
);
},
//获取酒店列表
GetScenicList
()
{
getSecnicData
(
keyWords
)
{
this
.
ScenicList
=
[];
var
postMsg
=
{
QCountrys
:
""
,
IsFree
:
1
,
Name
:
""
,
};
if
(
keyWords
&&
keyWords
!=
''
)
{
postMsg
.
Name
=
keyWords
;
}
if
(
this
.
userInfo
.
RB_Group_id
==
2
)
{
postMsg
.
QCountrys
=
"651"
;
}
console
.
log
(
"getSecnicData"
,
postMsg
);
this
.
apipost
(
"ticketcoupons_post_GetList"
,
postMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ScenicList
=
res
.
data
.
data
;
}
},
err
=>
{}
}
);
},
//下载餐厅统计
...
...
@@ -431,7 +435,7 @@
this
.
msg
.
Year
=
this
.
currentYear
;
this
.
msg
.
Month
=
this
.
currentDay
;
this
.
GetScenicList
();
this
.
getSecnicData
();
this
.
initCalendar
();
this
.
GetHoltelInventory
();
}
...
...
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