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
863f251a
Commit
863f251a
authored
Mar 05, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
be803510
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2294 additions
and
2297 deletions
+2294
-2297
HotelOrderList.vue
src/components/Hotel/reservation/HotelOrderList.vue
+387
-353
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+1192
-1236
HotelOrderOP.vue
src/components/Hotel/singleProduct/HotelOrderOP.vue
+7
-7
scenicSpotPackagePrice.vue
src/components/scenicSpot/scenicSpotPackagePrice.vue
+678
-675
scenicSpotSalesBoard.vue
src/components/scenicSpot/scenicSpotSalesBoard.vue
+30
-26
No files found.
src/components/Hotel/reservation/HotelOrderList.vue
View file @
863f251a
This diff is collapsed.
Click to expand it.
src/components/Hotel/reservation/OrderList.vue
View file @
863f251a
This diff is collapsed.
Click to expand it.
src/components/Hotel/singleProduct/HotelOrderOP.vue
View file @
863f251a
<
template
>
<div>
<HotelOrderList
:pagesTitle=
"pagesTitle"
></HotelOrderList>
<HotelOrderList
:pagesTitle=
"pagesTitle"
></HotelOrderList>
</div>
</
template
>
<
script
>
import
HotelOrderList
from
'../reservation/HotelOrderList.vue'
;
export
default
{
components
:
{
HotelOrderList
},
components
:
{
HotelOrderList
},
data
()
{
return
{
pagesTitle
:
'OP'
,
pagesTitle
:
'OP'
,
};
},
methods
:
{
},
mounted
()
{
},
};
...
...
src/components/scenicSpot/scenicSpotPackagePrice.vue
View file @
863f251a
This diff is collapsed.
Click to expand it.
src/components/scenicSpot/scenicSpotSalesBoard.vue
View file @
863f251a
...
...
@@ -204,8 +204,8 @@
<li>
<span>
<em>
{{
$t
(
'commonPickUp.Pick_attractions'
)
}}
</em>
<el-select
v-model=
"msg.CouponsIdList"
:placeholder=
"$t('pub.pleaseSel')"
multiple
collapse-tags
filterable
@
change=
"getMultipleChoice"
>
<el-select
v-model=
"msg.CouponsIdList"
:placeholder=
"$t('pub.pleaseSel')"
multiple
collapse-tags
filterable
@
change=
"getMultipleChoice"
>
<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>
...
...
@@ -279,11 +279,11 @@
Year
:
0
,
Month
:
0
,
CouponsId
:
0
,
CouponsIdList
:[],
CouponsIdList
:
[],
CouponsIds
:
''
,
QStatus
:
0
,
loading
:
false
,
uid
:
0
,
uid
:
0
,
},
//餐厅列表
ScenicList
:
[],
...
...
@@ -299,21 +299,21 @@
},
methods
:
{
// 多选
getMultipleChoice
(){
if
(
this
.
msg
.
CouponsIdList
.
length
>
1
)
{
if
(
this
.
msg
.
CouponsIdList
.
at
(
-
1
)
==
0
)
{
this
.
msg
.
CouponsIdList
=
[
0
]
}
else
if
(
this
.
msg
.
CouponsIdList
.
at
(
-
1
)
!=
0
)
{
this
.
msg
.
CouponsIdList
.
forEach
((
x
,
index
)
=>
{
if
(
x
==
0
)
{
this
.
msg
.
CouponsIdList
.
splice
(
index
,
1
)
}
})
}
this
.
msg
.
CouponsId
=
0
this
.
msg
.
CouponsIds
=
this
.
msg
.
CouponsIdList
.
join
(
','
)
getMultipleChoice
()
{
if
(
this
.
msg
.
CouponsIdList
.
length
>
1
)
{
if
(
this
.
msg
.
CouponsIdList
.
at
(
-
1
)
==
0
)
{
this
.
msg
.
CouponsIdList
=
[
0
]
}
else
if
(
this
.
msg
.
CouponsIdList
.
at
(
-
1
)
!=
0
)
{
this
.
msg
.
CouponsIdList
.
forEach
((
x
,
index
)
=>
{
if
(
x
==
0
)
{
this
.
msg
.
CouponsIdList
.
splice
(
index
,
1
)
}
})
}
this
.
msg
.
CouponsId
=
0
this
.
msg
.
CouponsIds
=
this
.
msg
.
CouponsIdList
.
join
(
','
)
}
if
(
this
.
msg
.
CouponsIdList
.
length
==
1
)
{
if
(
this
.
msg
.
CouponsIdList
.
length
==
1
)
{
this
.
msg
.
CouponsId
=
this
.
msg
.
CouponsIdList
[
0
]
this
.
msg
.
CouponsIds
=
''
}
...
...
@@ -407,10 +407,14 @@
},
//获取酒店列表
GetScenicList
()
{
var
postMsg
=
{
QCountrys
:
""
};
if
(
this
.
userInfo
.
RB_Group_id
==
2
)
{
postMsg
.
QCountrys
=
"651"
;
}
this
.
apipost
(
"ticketcoupons_post_GetList"
,
{
QCountrys
:
"651"
},
"ticketcoupons_post_GetList"
,
postMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
ScenicList
=
res
.
data
.
data
;
...
...
@@ -421,18 +425,18 @@
},
//下载餐厅统计
DownLoadDinnerSalesBoard
()
{
if
(
this
.
msg
.
CouponsId
<=
0
&&
!
this
.
msg
.
CouponsIds
)
{
if
(
this
.
msg
.
CouponsId
<=
0
&&
!
this
.
msg
.
CouponsIds
)
{
this
.
Info
(
"请选择景点!"
);
return
;
}
let
url
if
(
this
.
msg
.
CouponsId
>
0
)
{
if
(
this
.
msg
.
CouponsId
>
0
)
{
url
=
'ticketcouponsorder_post_DownLoadScenicMonthStatistics'
}
else
{
url
=
'ticketcouponsorder_post_DownLoadScenicMonthStatisticsNew'
}
else
{
url
=
'ticketcouponsorder_post_DownLoadScenicMonthStatisticsNew'
}
this
.
msg
.
loading
=
true
;
this
.
msg
.
uid
=
this
.
userInfo
.
EmployeeId
;
this
.
msg
.
uid
=
this
.
userInfo
.
EmployeeId
;
let
fileName
=
"门票下载"
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
;
this
.
GetLocalFile
(
url
,
this
.
msg
,
fileName
,
res
=>
{
...
...
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