123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635 |
- <template>
- <view>
- <view class="top">
- <!-- #ifdef MP-WEIXIN -->
- <NavigateBar :title="title" control="home" bgcolor="#a09cc4"></NavigateBar>
- <!-- #endif -->
- <!-- #ifdef MP-ALIPAY -->
- <NavigateBar :title="title" bgcolor="#a09cc4"></NavigateBar>
- <!-- #endif -->
- </view>
- <view class="room-type-item">
- <view class="room-type-item-left">
- <u-image :src="orderInfo.roomPicPath" width="200rpx" height="200rpx" radius="10"></u-image>
- </view>
- <view class="room-type-item-middle">
- <view class="room-type-item-middle-text">
- <text>{{orderInfo.roomTypeName ? orderInfo.roomTypeName : ""}}</text>
- </view>
- <view class="room-type-item-middle-text">
- <text>{{orderInfo.room ? orderInfo.room : ""}}</text>
- </view>
- <!-- <view class="room-type-item-middle-bottom">
- <text>{{orderInfo.roomArea}}㎡ </text>
- </view> -->
- </view>
- <view class="room-type-item-right">
- <view class="room-type-item-right-text">
- <text>¥{{orderInfo.unitPrice ? orderInfo.unitPrice : 0}}</text>
- </view>
- </view>
- </view>
- <view class="checkin-date-info">
- <view class="date-selector">
- <view class="date-item">
- <u-text text="入住" color="#666666" size="15"></u-text>
- <view class="date-info">
- <u-text :text="start.date" color="#333333" size="14" bold></u-text>
- <u-text :text="start.day" color="#333333" size="14" bold></u-text>
- </view>
- </view>
- <view class="date-item">
- <u-text text="离店" color="#666666" size="15"></u-text>
- <view class="date-info">
- <u-text :text="end.date" color="#333333" size="14" bold></u-text>
- <u-text :text="end.day" color="#333333" size="14" bold></u-text>
- </view>
- </view>
- </view>
- <view class="day-num">
- <u-text :text="dayNumText" color="#333333" size="15" bold></u-text>
- </view>
- </view>
- <!-- #ifdef MP-WEIXIN -->
- <u-swipe-action>
- <u-swipe-action-item :options="options" v-for="(info,index) in guestInfos" @click="deleteGuest"
- :name="index" :disabled="index ===0">
- <u-form labelPosition="left" labelWidth="180rpx" labelAlign="center">
- <u-form-item label="姓名" prop="name">
- <u-text :text="info.name" border="none" clearable fontSize="36rpx"></u-text>
- </u-form-item>
- <u-form-item label="身份证" prop="idNumber">
- <u-text :text="info.idNumber" border="none" clearable fontSize="36rpx"></u-text>
- </u-form-item>
- </u-form>
- </u-swipe-action-item>
- </u-swipe-action>
- <!-- #endif -->
- <!-- #ifdef MP-ALIPAY -->
- <view v-for="(info,index) in guestInfos" :key="index" class="guest-info">
- <ant-swipe-action :rightButtons="rightBtns" @swipeStart="onSwipeStart" @swipeEnd="onSwipeEnd"
- @buttonTap="deleteGuestAli" :swiped="swipeIndex === index" :data-item="index" :disabled="index ===0">
- <view class="swipe-item">
- <u-form labelPosition="left" labelWidth="180rpx" labelAlign="center">
- <u-form-item label="姓名" prop="name">
- <u-text :text="info.name" border="none" clearable fontSize="36rpx"></u-text>
- </u-form-item>
- <u-form-item label="身份证" prop="idNumber">
- <u-text :text="info.idNumber" border="none" clearable fontSize="36rpx"></u-text>
- </u-form-item>
- </u-form>
- </view>
- </ant-swipe-action>
- </view>
- <!-- #endif -->
- <view class="add-guest-btn-container">
- <u-button text="添加同住人" @click="gotoAddGuest"></u-button>
- </view>
- <view class="paymentArea" v-if="confirmDone">
- <view class="paymentArea--left">
- <view class="price">
- <text>合计:</text>
- <text>¥{{orderInfo.price ? orderInfo.price : ""}}</text>
- <!-- <text>合计:<text style="color: red;font-weight: bold;">¥{{orderInfo.price}}</text></text> -->
- </view>
- <view class="deposit">
- <text text="" align="right" size="20">(注:需付押金{{orderInfo.deposit ? orderInfo.deposit : ""}}元)</text>
- </view>
- </view>
- <view class="completeBtn">
- <button class="u-button" @click="pay">支付</button>
- </view>
- </view>
- <view class="confirm-btn-container" v-else>
- <u-button text="确认" color="#9e97c3" @click="confirmOrder"></u-button>
- </view>
- </view>
- </template>
- <script>
- import {
- getDay
- } from '../../utils/commonUtils.js'
- import {
- IMG_BASE_URL
- } from "../../config.js"
- import {
- mapState,
- mapMutations
- } from 'vuex'
- import moment from "moment";
- import NavigateBar from "../../components/navigateBar/navigate-bar.vue";
- export default {
- components: {
- NavigateBar
- },
- data() {
- return {
- guestInfos: [{
- name: '',
- idNumber: ''
- }],
- orderInfo: {},
- start: {},
- end: {},
- dayNumText: '',
- arrowPicPath: '/static/arrow.png',
- confirmDone: false,
- options: [{
- text: '删除',
- style: {
- backgroundColor: '#FF0000'
- }
- }],
- title: "",
- // #ifdef MP-ALIPAY
- rightBtns: [{
- text: "删除",
- bgColor: "#FF0000",
- color: '#fff',
- }],
- swipeIndex: -1,
- // #endif
- };
- },
- computed: {
- ...mapState('m_user', ['userInfo']),
- ...mapState('m_business', ['order', 'currentHotel', 'checkinInfo']),
- },
- methods: {
- ...mapMutations('m_business', ['updateCheckinInfo']),
- ...mapMutations('m_user', ['updateUserInfo']),
- gotoAddGuest() {
- uni.navigateTo({
- url: '/subpkg_checkin/addGuest/addGuest'
- })
- },
- deleteGuest(info) {
- if (info.name === 0) {
- return
- }
- this.checkinInfo.splice(info.name, 1)
- this.updateCheckinInfo(this.checkinInfo)
- },
- async confirmOrder() {
- if (this.order.paymentStatus === 'PAID') {
- uni.navigateTo({
- url: '/subpkg_checkin/checkin/checkin'
- })
- } else if (this.order.orderSource == 'MINI_APP') {
- let available = await this.roomAvailable()
- if (available) {
- this.confirmDone = true
- this.title = '订单支付'
- } else {
- uni.showModal({
- content: '房间已被占用,请重新选房',
- success: (res) => {
- if (res.confirm) {
- uni.navigateTo({
- url: '/subpkg_checkin/selectRoom/selectRoom?roomType=' +
- this.orderInfo.roomType
- })
- }
- }
- })
- }
- } else {
- this.confirmDone = true
- this.title = '订单支付'
- }
- },
- async getOrderInfo() {
- let res = await uni.$http.post('/hotelOrder/queryByCondition', {
- orderId: this.order.orderId,
- pageNo: 1,
- pageSize: 1
- })
- console.log(res)
- this.orderInfo = res.data.data.records[0]
- this.orderInfo.roomPicPath = IMG_BASE_URL + '/' + this.orderInfo.roomPicPath
- this.orderInfo.roomArea = res.data.data.records[0].roomArea
- },
- async roomAvailable() {
- let res = await uni.$http.post('/roomInfo', {
- hotelId: this.currentHotel.hotelId,
- room: this.orderInfo.room,
- pageNo: 1,
- pageSize: 1
- })
- let roomInfo = res.data.data.records[0]
- return roomInfo.isAvail == true && roomInfo.isResv == false && roomInfo.status == 0
- },
- async pay() {
- console.log("pay start");
- // #ifdef MP-WEIXIN
- let res = await uni.$http.post('/hotelOrder/payment', {
- openid: this.userInfo.openid,
- orderId: this.order.orderId,
- platform: 'WECHAT',
- hotelId: this.currentHotel.hotelId
- })
- if (res.data.code == 200) {
- res.data.data.package = res.data.data.packageStr
- try {
- let paymentResult = await wx.requestPayment(res.data.data)
- console.log("payment result:", paymentResult)
- if (paymentResult.errMsg === 'requestPayment:ok') {
- uni.$showMsg("支付成功")
- uni.redirectTo({
- url: '/subpkg_checkin/checkin/checkin'
- })
- }
- } catch {
- uni.$http.post(`/hotelOrder/cancelPayment/${this.order.id}`)
- }
- } else {
- uni.showModal({
- content: '房间已被占用,请重新选房',
- success: (res) => {
- if (res.confirm) {
- uni.navigateTo({
- url: '/subpkg_checkin/selectRoom/selectRoom?roomType=' +
- this.orderInfo.roomType
- })
- }
- }
- })
- }
- // #endif
- // #ifdef MP-ALIPAY
- if (Number(this.order.deposit) === 0) {
- await this.aliPaymentNormal()
- } else {
- await this.aliPaymentFreeze()
- }
- // #endif
- },
- // #ifdef MP-ALIPAY
- onSwipeStart() {
- this.swipeIndex = ""
- },
- onSwipeEnd(arg1, arg2) {
- console.log(arg1, arg2);
- let index = arg2.target.dataset.item
- if (arg1.swiped) {
- this.swipeIndex = index
- }
- },
- deleteGuestAli() {
- this.checkinInfo.splice(this.swipeIndex, 1)
- this.updateCheckinInfo(this.checkinInfo)
- },
- async aliPaymentNormal() {
- // 申请获取预付号
- let alipayRes = await uni.$http.post('/hotelOrder/alipayPrepay', {
- openid: this.userInfo.openid,
- orderId: this.order.orderId,
- platform: 'ALIPAY',
- hotelId: this.currentHotel.hotelId
- })
- // console.log("获取预付号",alipayRes.data)
- if (!alipayRes.data.success) {
- console.log("获取预付号失败");
- uni.showModal({
- title: "网络连接出错。",
- content: "网络连接出错,请检查网络连接后重试。",
- });
- return
- }
- // 根据预付号发起支付
- let tradeNo = alipayRes.data.data.tradeNo
- let tradeRes = await my.tradePay({
- tradeNO: tradeNo
- })
- // console.log("tradeRes 交易支付结果",tradeRes.resultCode);
- if (tradeRes.resultCode === "6002") {
- // 网络连接出错
- uni.showModal({
- title: "网络连接出错",
- content: "网络连接出错,请检查网络连接后重试。",
- });
- }
- // 顾客支付后,查询支付状态
- if (["9000", "6004", "8000"].includes(tradeRes.resultCode)) {
- // 顾客支付订单后,查询支付宝侧的订单支付状态,只有TRADE_SUCCESS才为支付成功
- let tradeStatus = await uni.$http.post('/hotelOrder/queryAlipayTradeStatus', {
- tradeNo: tradeNo,
- hotelId: this.currentHotel.hotelId
- })
- // console.log("tradeStatus", tradeStatus);
- if (tradeStatus.data.success && tradeStatus.data.data.tradeStatus === "TRADE_SUCCESS") {
- uni.$showMsg("支付成功")
- uni.navigateTo({
- url: '/subpkg_checkin/checkin/checkin'
- })
- }
- }
- },
- async aliPaymentFreeze() {
- // 申请获取签名字符串
- let alipayRes = await uni.$http.post('/hotelOrder/alipayFreezeFund', {
- orderId: this.order.orderId,
- hotelId: this.currentHotel.hotelId
- })
- console.log("签名字符串", alipayRes.data)
- if (!alipayRes.data.success) {
- console.log("获取签名字符串");
- uni.showModal({
- title: "网络连接出错。",
- content: "网络连接出错,请检查网络连接后重试。",
- });
- return
- }
- // 根据签名字符串发起授权
- let orderString = alipayRes.data.data
- let tradeRes = await my.tradePay({
- orderStr: orderString
- })
- // console.log("tradeRes 授权结果",tradeRes.resultCode);
- if (tradeRes.resultCode === "6002") {
- // 网络连接出错
- uni.showModal({
- title: "网络连接出错",
- content: "网络连接出错,请检查网络连接后重试。",
- });
- }
- // 顾客授权后,查询授权状态
- if (["9000", "6004", "8000"].includes(tradeRes.resultCode)) {
- // 顾客授权后,查询授权状态,只有AUTHORIZED(已授权状态:授权成功,可以进行转支付或解冻操作)才算成功
- let tradeStatus = await uni.$http.post('/hotelOrder/queryFreezeStatus', {
- orderId: this.order.orderId,
- hotelId: this.currentHotel.hotelId
- })
- // console.log("tradeStatus", tradeStatus);
- if (tradeStatus.data.success && tradeStatus.data.data === "AUTHORIZED") {
- uni.$showMsg("支付成功")
- uni.navigateTo({
- url: '/subpkg_checkin/checkin/checkin'
- })
- }
- }
- }
- // #endif
- },
- async onLoad() {
- await this.getOrderInfo()
- this.start.date = moment(this.order.startTime).format('MM月DD日')
- this.start.day = getDay(new Date(this.order.startTime).getDay())
- this.end.date = moment(this.order.endTime).format('MM月DD日')
- this.end.day = getDay(new Date(this.order.endTime).getDay())
- this.dayNumText = '共' + this.order.dayNum + '晚'
- this.guestInfos = this.checkinInfo
- },
- // #ifdef MP-WEIXIN
- onShareAppMessage(info) {
- return {
- title: '源享住',
- path: 'pages/login/login',
- imageUrl: "/static/logo.png"
- }
- }
- // #endif
- }
- </script>
- <style lang="scss">
- page {
- background-color: #EFEFF4;
- }
- .room-type-item {
- border-radius: 30rpx;
- background-color: #FFFFFF;
- margin: 20rpx;
- padding: 40rpx 20rpx;
- display: flex;
- background: #FFFFFF;
- border-radius: 10rpx;
- .room-type-item-middle {
- margin-left: 30rpx;
- display: flex;
- flex-direction: column;
- width: 200rpx;
- .room-type-item-middle-text {
- font-size: 40rpx;
- font-weight: bold;
- color: #333333;
- }
- .room-type-item-middle-bottom {
- margin-top: 40rpx;
- font-size: 25rpx;
- text {
- margin-right: 20rpx;
- color: #666666
- }
- }
- }
- .room-type-item-right {
- width: 25%;
- margin-left: 20rpx;
- .room-type-item-right-text {
- margin-left: 60rpx;
- margin-top: 40rpx;
- }
- text {
- font-size: 40rpx;
- font-weight: bold;
- color: #FF5C58
- }
- }
- }
- .checkin-date-info {
- border-radius: 30rpx;
- background-color: #FFFFFF;
- margin: 20rpx 20rpx;
- padding: 20rpx;
- display: flex;
- background: #FFFFFF;
- border-radius: 10rpx;
- .date-selector {
- margin: 20rpx;
- display: flex;
- width: 70vw;
- .date-item {
- width: 35vw;
- .date-info {
- display: flex;
- }
- }
- }
- .day-num {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- }
- .guest-info {
- display: flex;
- flex-direction: column;
- align-items: center;
- height: 220rpx;
- width: 100%;
- margin-top: 40rpx;
- .swipe-item {
- background-color: #ffffff;
- text-indent: 1em;
- position: relative;
- height: 100%;
- color: #333333;
- }
- .swipe-item::after {
- content: "";
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1px;
- max-height: 1px;
- min-height: 1px;
- transform: scaleY(0.5);
- background-color: #eeeeee;
- }
- .u-form {
- background-color: #FFFFFF;
- .u-form-item {
- line-height: 70rpx;
- .u-form-item__body {
- margin-left: 32rpx;
- border-bottom: 2rpx solid #E5E5E5;
- }
- .u-form-item__body__left__content__label {
- font-size: 36rpx;
- color: #666666;
- }
- }
- }
- }
- .u-swipe-action {
- .u-swipe-action-item {
- margin-top: 40rpx;
- .u-form {
- background-color: #FFFFFF;
- .u-form-item {
- line-height: 70rpx;
- .u-form-item__body {
- margin-left: 32rpx;
- border-bottom: 2rpx solid #E5E5E5;
- }
- .u-form-item__body__left__content__label {
- font-size: 36rpx;
- color: #666666;
- }
- }
- }
- }
- }
- .add-guest-btn-container {
- margin: 30rpx;
- padding-bottom: 160rpx;
- }
- .confirm-btn-container {
- margin: 30rpx;
- padding-bottom: 100rpx;
- transform: translateY(-160rpx);
- .u-button__text {
- font-size: 30rpx !important;
- }
- }
- .paymentArea {
- position: fixed;
- bottom: 30rpx;
- height: 110rpx;
- display: flex;
- background-color: #EFEFF4;
- z-index: 99;
- .completeBtn {
- width: 50vw;
- .u-button {
- height: 110rpx;
- color: #ffffff;
- background-color: #F78203;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 35rpx !important;
- }
- }
- .paymentArea--left {
- .price {
- display: block;
- margin-left: 20rpx;
- width: 50vw;
- line-height: 60rpx;
- font-size: 36rpx;
- font-weight: bold;
- text {
- &:nth-child(2) {
- color: #FF5C58;
- }
- }
- }
- .deposit {
- display: block;
- margin-left: 20rpx;
- width: 50vw;
- line-height: 40rpx;
- font-size: 24rpx;
- color: #666666;
- }
- }
- .deposit {
- display: block;
- }
- }
- </style>
|