Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
罗超
bigwood
Commits
f582a02e
Commit
f582a02e
authored
Apr 11, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
98c2e574
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
22 deletions
+48
-22
OrderPayList.vue
src/pages/travel/OrderPayList.vue
+2
-2
addOrder.vue
src/pages/travel/components/addOrder.vue
+1
-1
productHeader.vue
src/pages/travel/components/productHeader.vue
+1
-1
productList.vue
src/pages/travel/components/productList.vue
+44
-18
No files found.
src/pages/travel/OrderPayList.vue
View file @
f582a02e
...
...
@@ -112,7 +112,7 @@ export default defineComponent({
const
methods
=
{
setQueryHandler
()
{
data
.
pages
.
pageIndex
=
1
thi
s
.
initOrders
()
method
s
.
initOrders
()
},
// dateRangeHandler(e: any) {
// search.SelectStartDate = `${e.from.year}/${e.from.month}/${e.from.day}`
...
...
@@ -125,7 +125,7 @@ export default defineComponent({
},
initOrders
()
{
data
.
loading
=
true
;
let
param
=
Object
.
assign
(
data
.
pages
,
search
);
let
param
=
Object
.
assign
(
{}
,
search
);
travelService
.
payList
(
param
)
.
then
((
r
)
=>
{
...
...
src/pages/travel/components/addOrder.vue
View file @
f582a02e
...
...
@@ -221,7 +221,7 @@
dense
type=
"text"
standout
v-model=
"addMsg.PredictRoomNum"
:disable
d
=
"true"
></q-input>
v-model=
"addMsg.PredictRoomNum"
:disable=
"true"
></q-input>
</div>
</div>
<div
class=
"row"
>
...
...
src/pages/travel/components/productHeader.vue
View file @
f582a02e
...
...
@@ -42,7 +42,7 @@ export default defineComponent({
if
(
qDateProxy
.
value
)
qDateProxy
.
value
.
hide
()
},
optionsFn
(
cd
:
any
)
{
return
cd
>=
date
.
formatDate
(
date
.
ad
dToDate
(
new
Date
(),
{
days
:
20
}),
'YYYY/MM/DD'
)
return
cd
>=
date
.
formatDate
(
date
.
ad
justDate
(
new
Date
(),
{
year
:
2000
,
month
:
1
,
days
:
1
}),
'YYYY/MM/DD'
)
},
}
return
{
...
...
src/pages/travel/components/productList.vue
View file @
f582a02e
...
...
@@ -41,9 +41,9 @@
<div
class=
"mb-title"
>
<i
class=
"iconfont icon-jiage"
></i><span>
团位信息
</span>
</div>
<div
class=
"mb bold"
><span
class=
"item-title"
>
经济舱:
</span><span>
{{
x
.
YSeat
}}
<span
class=
"item-title"
>
剩余:
</span>
{{
x
.
SurplusYSeatNum
}}
</span></div>
<div
class=
"mb bold"
><span
class=
"item-title"
>
商务舱:
</span><span>
{{
x
.
CSeat
}}
<span
class=
"item-title"
>
剩余:
</span>
{{
x
.
SurplusCSeatNum
}}
</span></div>
<div
class=
"mb bold"
><span
class=
"item-title"
>
头等舱:
</span><span>
{{
x
.
FSeat
}}
<span
class=
"item-title"
>
剩余:
</span>
{{
x
.
SurplusFSeatNum
}}
</span></div>
<div
class=
"mb bold"
><span
class=
"item-title"
>
经济舱:
</span><span>
{{
x
.
YSeat
}}
<span
class=
"item-title
q-ml-md
"
>
剩余:
</span>
{{
x
.
SurplusYSeatNum
}}
</span></div>
<div
class=
"mb bold"
><span
class=
"item-title"
>
商务舱:
</span><span>
{{
x
.
CSeat
}}
<span
class=
"item-title
q-ml-md
"
>
剩余:
</span>
{{
x
.
SurplusCSeatNum
}}
</span></div>
<div
class=
"mb bold"
><span
class=
"item-title"
>
头等舱:
</span><span>
{{
x
.
FSeat
}}
<span
class=
"item-title
q-ml-md
"
>
剩余:
</span>
{{
x
.
SurplusFSeatNum
}}
</span></div>
</div>
</div>
...
...
@@ -51,25 +51,43 @@
<div
class=
"mb-title"
>
<i
class=
"iconfont icon-jiage"
></i><span>
价格信息
</span>
</div>
<div
class=
"mb"
>
<span
>
中心价:
{{
x
.
B2BMemberPrice
}}
</span>
<div
class=
"mb
bold
"
>
<span
class=
"item-title"
>
中心价:
</span>
{{
x
.
B2BMemberPrice
}}
</div>
<div
class=
"mb"
>
<span
>
小孩占床:
{{
x
.
ChildNeedPrice
}}
不占床:
{{
x
.
ChildNoNeedPrice
}}
</span
<div
class=
"mb bold"
>
<span
class=
"item-title"
>
小孩占床:
</span
>
{{
x
.
ChildNeedPrice
}}
<span
class=
"item-title q-ml-md"
>
不占床:
</span
>
{{
x
.
ChildNoNeedPrice
}}
</div>
<div
class=
"mb"
>
<span
>
婴儿:
{{
x
.
BabyPrice
}}
婴儿附加费:
{{
x
.
BabyChargePrice
}}
</span
>
<div
class=
"mb bold"
>
<span
class=
"item-title"
>
婴儿:
</span
>
{{
x
.
BabyPrice
}}
<span
class=
"item-title q-ml-md"
>
儿童附加费:
</span
>
{{
x
.
BabyChargePrice
}}
</div>
<div
class=
"mb"
>
<span
>
老人附加费:
{{
x
.
OldManChargePrice
}}
签证:
{{
x
.
VisaPrice
}}
</span
>
<div
class=
"mb bold"
>
<span
class=
"item-title"
>
老人附加费:
</span
>
{{
x
.
OldManChargePrice
}}
<span
class=
"item-title q-ml-md"
>
签证:
</span
>
{{
x
.
VisaPrice
}}
</div>
<div
class=
"mb bold"
>
<span
class=
"item-title"
>
单房差:
</span
>
{{
x
.
SingleRoomPrice
}}
<span
class=
"item-title q-ml-md"
>
杂费:
</span
>
{{
x
.
OtherPrice
}}
</div>
</div>
<div
class=
"col-1"
>
...
...
@@ -325,4 +343,12 @@ export default defineComponent({
.mb
{
margin-bottom
:
10px
;
}
.bold
{
font-weight
:
bold
;
}
.item-title
{
font-size
:
12px
;
color
:
#666
;
font-weight
:
normal
;
}
</
style
>
\ No newline at end of file
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