Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
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
viitto
million
Commits
d0aea7da
Commit
d0aea7da
authored
Mar 17, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情页优化
parent
8450777f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
675 additions
and
40 deletions
+675
-40
hor-big-one.vue
src/components/navs/hor-big-one.vue
+7
-1
search-top.vue
src/components/search_sf/search-top.vue
+623
-0
carPriceDetail.vue
src/pages/usercenter/order/carPriceDetail.vue
+1
-1
hotelMap.vue
src/pages/usercenter/order/hotelMap.vue
+7
-1
hotelPriceDetail.vue
src/pages/usercenter/order/hotelPriceDetail.vue
+23
-26
orderDetail.vue
src/pages/usercenter/order/orderDetail.vue
+13
-10
ticketMap.vue
src/pages/usercenter/order/ticketMap.vue
+1
-1
No files found.
src/components/navs/hor-big-one.vue
View file @
d0aea7da
...
...
@@ -187,6 +187,9 @@
class=
"q-mr-lg q-ml-sm"
@
click=
"CommonJump('/index',
{})"
/>
</div>
<!--
<div
style=
"transform:scale(0.6,0.6)"
>
-->
<!--
<searchSf2
v-if=
"$q.platform.is.desktop"
:plugData=
"plugData"
></searchSf2>
-->
<!--
</div>
-->
<!-- pc -->
<div
v-if=
"$q.platform.is.desktop"
>
<q-btn
label=
"繁體中文"
flat
>
...
...
@@ -310,6 +313,7 @@
</div>
<!-- 移动端 -->
<div
v-else
>
<!-- <searchSf2 :plugData="plugData"></searchSf2> -->
<img
@
click=
"avatarClick"
class=
"avatar q-mt-sm"
...
...
@@ -342,8 +346,9 @@
import
popup
from
"../props/index"
;
import
CityCategoryMobile
from
"./city-category-mobile.vue"
;
import
cityCategory
from
"./city-category.vue"
;
import
searchSf2
from
'../search_sf/search-top.vue'
export
default
{
components
:
{
cityCategory
,
CityCategoryMobile
,
popup
},
components
:
{
cityCategory
,
CityCategoryMobile
,
popup
,
searchSf2
},
props
:
{
baseData
:
{
type
:
Object
,
...
...
@@ -360,6 +365,7 @@ export default {
},
data
()
{
return
{
plugData
:
{
details
:
[],
Title
:
''
},
showDialog
:
false
,
searchDate
:
""
,
searchEndDate
:
""
,
...
...
src/components/search_sf/search-top.vue
0 → 100644
View file @
d0aea7da
This diff is collapsed.
Click to expand it.
src/pages/usercenter/order/carPriceDetail.vue
View file @
d0aea7da
...
...
@@ -126,7 +126,7 @@ export default {
this
.
$q
.
loading
.
show
();
this
.
apipost
(
"CarSingle_post_Get
TYMy
CarOrderInfo"
,
"CarSingle_post_Get
Admin
CarOrderInfo"
,
{
OrderId
:
this
.
orderInfo
.
ErpOrderId
},
(
r
)
=>
{
if
(
r
.
data
.
resultCode
==
1
)
{
...
...
src/pages/usercenter/order/hotelMap.vue
View file @
d0aea7da
...
...
@@ -31,7 +31,9 @@
<
/div></
div
>
<
/template
>
<
script
>
import
componentsMap
from
'src/components/car/Map.vue'
;
export
default
{
components
:
{
componentsMap
}
,
props
:
{
orderInfo
:
{
type
:
Object
,
...
...
@@ -52,8 +54,11 @@ export default {
this
.
$q
.
loading
.
show
();
this
.
apipost
(
"dmc_post_Get_GetJAPAN_HotelDetail"
,
{
ProductId
:
this
.
orderInfo
.
GoodsId
}
,
{
groupBookingFlg
:
"0"
,
hotelImageSize
:
5
,
photoGalleryGetFlg
:
1
,
hotelId
:
this
.
orderInfo
.
GoodsId
}
,
(
res
)
=>
{
console
.
log
(
'this.travelLngLat'
,
res
)
this
.
$q
.
loading
.
hide
();
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
hotelDetails
=
res
.
data
.
data
.
hotelDetails
;
...
...
@@ -64,6 +69,7 @@ export default {
Lng
:
this
.
hotelSummary
.
longitudeW
,
Address
:
this
.
hotelSummary
.
hotelName
}
);
console
.
log
(
'this.travelLngLat'
,
this
.
travelLngLat
)
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
...
...
src/pages/usercenter/order/hotelPriceDetail.vue
View file @
d0aea7da
...
...
@@ -4,28 +4,27 @@
<
template
>
<div>
<div
class=
"row q-mb-sm items-center"
>
<div
class=
"
col
"
>
總金額
</div>
<div
class=
"text-subtitle2 text-weight-bolder
text-primary
"
>
<div
class=
"
q-mr-lg
"
>
總金額
</div>
<div
class=
"text-subtitle2 text-weight-bolder "
>
CNY
{{
moneyFormat
(
sumPrice
,
2
)
}}
</div>
</div>
<hr
style=
"border:none;border-top:1px dashed #EEE !important;"
class=
"bg-transparent q-mb-sm"
/>
<div
class=
"row q-mb-sm items-center"
v-if=
"DiscountsMoney > 0"
>
<div
class=
"col"
>
優惠金額
</div>
<div
class=
"row q-mb-sm items-center"
>
<div
class=
"q-mr-lg"
>
優惠金額
</div>
<div
class=
"text-subtitle2 text-weight-bolder text-teal"
v-if=
"Discount
s
Money > 0"
v-if=
"DiscountMoney > 0"
>
CNY -
{{
moneyFormat
(
Discount
s
Money
,
2
)
}}
CNY -
{{
moneyFormat
(
DiscountMoney
,
2
)
}}
</div>
<div
class=
"text-grey-5"
v-else
>
暫無優惠
</div>
</div>
<div
class=
"row q-mb-sm items-center"
>
<div
class=
"
col
"
>
支付金額
</div>
<div
class=
"text-h6 text-weight-bolder
text-primary
product-price"
>
CNY
{{
moneyFormat
(
Money
,
2
)
}}
<
!--
<
div
class=
"row q-mb-sm items-center"
>
<div
class=
"
q-mr-lg
"
>
支付金額
</div>
<div
class=
"text-h6 text-weight-bolder product-price"
>
CNY
{{
moneyFormat
(
TotalPrice
,
2
)
}}
</div>
</div>
</div>
-->
</div>
</
template
>
<
script
>
...
...
@@ -40,13 +39,12 @@ export default {
return
{
details
:
null
,
sumPrice
:
0
,
//总金额
Discount
s
Money
:
0
,
//优惠金额
Money
:
0
,
// 支付金額
DiscountMoney
:
0
,
//优惠金额
TotalPrice
:
0
,
// 支付金額
}
},
mounted
()
{
this
.
getGroupData
()
this
.
getCarOrder
()
},
methods
:
{
// 获取团的详情
...
...
@@ -54,23 +52,22 @@ export default {
// this.$q.loading.show();
this
.
apipost
(
"dmc_post_GetThirdHotelOrder"
,
{
ProductId
:
this
.
orderInfo
.
Goods
Id
},
{
OrderID
:
this
.
orderInfo
.
ErpOrder
Id
},
(
r
)
=>
{
if
(
r
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
r
.
data
.
data
;
const
{
Discount
sMoney
,
MailingState
,
Money
}
=
r
.
data
.
data
;
console
.
log
(
'getTicket Data'
,
r
.
data
.
data
,
DiscountsMoney
,
MailingState
,
Money
)
const
{
Discount
Money
,
TotalPrice
}
=
r
.
data
.
data
;
console
.
log
(
'getTicket Data'
,
r
.
data
.
data
)
// sumPrice: 0,//总金额
// Discount
s
Money: 0,//优惠金额
//
Money
: 0, // 支付金額
// DiscountMoney: 0,//优惠金额
//
TotalPrice
: 0, // 支付金額
// MailingState: '',//邮寄状态 1自取 2邮寄
this
.
Money
=
Money
;
this
.
DiscountsMoney
=
DiscountsMoney
this
.
MailingState
=
MailingState
;
this
.
sumPrice
=
Money
+
DiscountsMoney
this
.
TotalPrice
=
TotalPrice
;
this
.
DiscountMoney
=
DiscountMoney
this
.
sumPrice
=
TotalPrice
+
DiscountMoney
// this.sumPrice = this.moneyFormat(this.sumPrice, 2)
// this.
Money = this.moneyFormat(this.Money
, 2)
// this.Discount
sMoney = this.moneyFormat(this.Discounts
Money, 2)
// this.
TotalPrice = this.moneyFormat(this.TotalPrice
, 2)
// this.Discount
Money = this.moneyFormat(this.Discount
Money, 2)
}
else
{
this
.
$q
.
notify
({
type
:
"negative"
,
...
...
src/pages/usercenter/order/orderDetail.vue
View file @
d0aea7da
...
...
@@ -29,7 +29,7 @@
<span
class=
"q-ml-sm text-weight-bolder"
>
{{
moneyFormat
(
detail
.
TotalPrice
,
2
)
}}
</span>
</div>
<div
class=
"row items-center"
>
<q-btn
color=
"primary"
flat
dense
class=
"q-mr-md q-px-md"
>
<q-btn
color=
"primary"
flat
dense
class=
"q-mr-md q-px-md"
@
click=
"navigateToWechat"
>
<i
class=
"iconfont iconmessage1"
></i>
联系客服
</q-btn>
<q-btn
color=
"primary"
dense
flat
class=
"q-mr-md q-px-md"
@
click=
"showCode = true"
>
<i
class=
"iconfont iconiconfontscan"
></i>
扫码咨询
</q-btn>
...
...
@@ -37,12 +37,12 @@
<q-btn
color=
"primary"
unelevated
dense
label=
"前往付款"
@
click=
"goPayOrder"
class=
"q-px-md"
/>
-->
<div
class=
"text-right"
v-if=
"detail.OrderStatus==1"
>
<q-btn
color=
"primary"
dense
outline
class=
"q-px-sm"
label=
"取消訂單"
@
click=
"cancalOrder(
item.o
rderNo)"
/>
<q-btn
color=
"primary"
dense
unelevated
class=
"q-px-sm q-ml-sm"
label=
"立即支付"
@
click=
"CommonJump('/pay/'+
item.o
rderNo,
{},'blank')" />
<q-btn
color=
"primary"
dense
outline
class=
"q-px-sm"
label=
"取消訂單"
@
click=
"cancalOrder(
detail.O
rderNo)"
/>
<q-btn
color=
"primary"
dense
unelevated
class=
"q-px-sm q-ml-sm"
label=
"立即支付"
@
click=
"CommonJump('/pay/'+
detail.O
rderNo,
{},'blank')" />
</div>
<div
class=
"text-right"
v-else
>
<
!--
<
div
class=
"text-right"
v-else
>
<q-btn
color=
"dark"
dense
flat
class=
"q-px-sm"
@
click=
"CommonJump('/orderinfo/'+orderNo,
{},'blank')" label="查看訂單" />
</div>
</div>
-->
</div>
</div>
</q-card>
...
...
@@ -90,13 +90,13 @@
<div
class=
"q-mt-sm text-body1"
>
{{
detail
.
Mailbox
}}
</div>
</div>
</div>
<div>
<
!--
<
div>
<q-separator
color=
"grey-2"
class=
"q-my-md"
/>
<div
class=
"text-subtitle1 text-weight-bolder"
>
用戶備註
</div>
<div
class=
"rounded-borders bg-orange-1 col q-mt-md q-pa-md text-orange"
>
凍死了防控就是大陸飛科技阿斯蒂芬盧卡斯經費達拉斯
{{
detail
.
Remarks
}}
</div>
</div>
</div>
-->
</q-card>
<q-card
class=
"rounded-borders q-pa-md q-mt-md"
flat
v-if=
"![1,2,3].includes(detail.GoodsType)"
>
<div
v-if=
"detail.OrderNo"
>
...
...
@@ -167,7 +167,7 @@ methods: {
this
.
apipost
(
'GetCancelOrder_post'
,{
OrderNo
:
this
.
orderNo
},
r
=>
{
if
(
r
.
data
.
resultCode
==
1
){
this
.
$message
.
success
(
'訂單取消成功'
)
this
.
getOrderList
()
window
.
location
.
reload
()
}
else
{
this
.
$message
.
error
(
'訂單取消失敗,請重新嘗試'
)
}
...
...
@@ -194,7 +194,7 @@ methods: {
this
.
iconColor
=
[
""
,
"blue"
,
"blue"
,
"green"
,
"grey"
][
this
.
detail
.
OrderStatus
]
console
.
log
(
'get detail'
,
this
.
orderIcon
,
this
.
iconColor
)
this
.
orderNo
=
orderNo
this
.
orderInfo
=
r
.
data
.
data
this
.
orderInfo
=
r
es
.
data
.
data
this
.
loading
=
false
}
else
{
// this.$notify(res.data.message);
...
...
@@ -209,6 +209,9 @@ methods: {
null
);
},
navigateToWechat
()
{
window
.
open
(
'https://work.weixin.qq.com/kfid/kfcaec7130ac124872a'
,
'_blank'
)
}
}
}
</
script
>
...
...
src/pages/usercenter/order/ticketMap.vue
View file @
d0aea7da
...
...
@@ -60,7 +60,7 @@ export default {
this
.
$q
.
loading
.
show
();
this
.
apipost
(
"b2c_get_GetTicketCouponsDetail"
,
{
CouponsId
:
this
.
msg
.
config
Id
}
,
{
CouponsId
:
this
.
orderInfo
.
Goods
Id
}
,
(
r
)
=>
{
if
(
r
.
data
.
resultCode
==
1
)
{
let
addList
=
function
(
arr
)
{
...
...
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