123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546 |
- <template>
- <div class="right-wrap">
- <el-breadcrumb separator="/" style="margin-bottom: 13px">
- <el-breadcrumb-item :to="{ path: '/home/myCenter' }">个人中心</el-breadcrumb-item>
- <el-breadcrumb-item>兑换详情</el-breadcrumb-item>
- </el-breadcrumb>
- <el-card class="box-card">
- <div slot="header" class="clearfix">
- <span>兑换详情</span>
- </div>
- <div class="footer">
- <div class="left-info" style="width: 100%;">
- <span class="info-title">
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"
- class="info-icon">
- <path fill-rule="evenodd" clip-rule="evenodd"
- d="M8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1Z"
- fill="#165DFF"></path>
- <path fill-rule="evenodd" clip-rule="evenodd"
- d="M8.54189 6.70582C8.67075 6.70582 8.77522 6.81029 8.77522 6.93915L8.77511 10.2335L9.46743 10.2343C9.61176 10.2343 9.72876 10.3513 9.72876 10.4956V11.3319C9.72876 11.4762 9.61176 11.5932 9.46743 11.5932H6.58458C6.44025 11.5932 6.32324 11.4762 6.32324 11.3319V10.4956C6.32324 10.3513 6.44025 10.2343 6.58458 10.2343L7.28178 10.2335V8.08122L7.14759 8.08198C7.00326 8.08198 6.88626 7.96498 6.88626 7.82065V6.97073C6.88626 6.8264 7.00326 6.70939 7.14759 6.70939L7.47956 6.70859C7.49132 6.70677 7.50337 6.70582 7.51565 6.70582H8.54189ZM8.40513 4.41602C8.54946 4.41602 8.66646 4.53302 8.66646 4.67735V5.64802C8.66646 5.79235 8.54946 5.90935 8.40513 5.90935H7.43446C7.29013 5.90935 7.17313 5.79235 7.17313 5.64802V4.67735C7.17313 4.53302 7.29013 4.41602 7.43446 4.41602H8.40513Z"
- fill="white"></path>
- </svg>
- 物品介绍
- </span>
- <div v-html="data.comment"></div>
- </div>
- </div>
- <div v-if="data.deliveryType == 1">
- <p class="label">收货地址</p>
- <div class="address">
- <div class="address-container">
- <div class="header">
- <div class="left">
- <span>{{ data.contact }}</span>
- </div>
- </div>
- <p class="phone">{{ data.contactPhone }}</p>
- <p class="address">{{ data.addressStr + data.street + data.contactAddr }}</p>
- </div>
- </div>
- </div>
-
- <p class="label">物品信息</p>
- <div v-if="data.skuType == 0">
- <table class="table">
- <thead>
- <tr>
- <th width="35%">兑换物品</th>
- <th style="text-align: center;">数量</th>
- <th style="text-align: center;">单价</th>
- <th style="text-align: center;">兑换方式</th>
- <th v-if="data.reclaimAddrName" style="text-align: center;">领取地点</th>
- <th style="text-align: center;">总计</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <div class="prize-info">
- <div class="prize-img-container">
- <el-image :src="data.imgUrl" v-if="data.imgUrl" :preview-src-list="[data.imgUrl]"
- class="prize-img"></el-image>
- </div>
- <div class="prize-detail-info">
- <h3 style="color: #1e80ff;" class="title" @click="handleClickGood(data.skuDesc)">{{ data.name }}</h3>
- <!-- <p class="desc">
- <span v-if="data.location">{{ data.location }}</span>
- </p> -->
- </div>
- </div>
- </td>
- <td style="text-align: center;">{{ data.skuCount }}</td>
- <td style="text-align: center;">{{ data.price }} 积分</td>
- <td style="text-align: center;">{{ data.deliveryTypeName }}</td>
- <td v-if="data.reclaimAddrName" style="text-align: center;">{{ data.reclaimAddrName }}</td>
- <td style="text-align: center;" class="finlly-price">
- {{ data.total }} 积分
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <div v-else>
- <table class="table">
- <thead>
- <tr>
- <th width="35%">兑换物品</th>
- <!-- <th>数量</th> -->
- <th style="text-align: center;">消耗福利券</th>
- <th style="text-align: center;">物品属性</th>
- <th style="text-align: center;">兑换方式</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <div class="prize-info">
- <div class="prize-img-container">
- <el-image :src="data.imgUrl" v-if="data.imgUrl" :preview-src-list="imgUrls.length==0?[data.imgUrl]:imgUrls"
- class="prize-img"></el-image>
- </div>
- <div class="prize-detail-info">
- <h3 class="title">{{ data.name }}</h3>
- <!-- <p class="desc">
- <span v-if="data.location">{{ data.location }}</span>
- </p> -->
- </div>
- </div>
- </td>
- <!-- <td>{{ skuCount }}</td> -->
- <td style="text-align: center;">{{ data.title }}</td>
- <td style="text-align: center;">{{ data.productAttributeName }}</td>
- <td style="text-align: center;" class="finlly-price">
- {{ data.deliveryTypeName }}
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <p class="label">兑换记录</p>
- <el-table :data="logs" border style="width: 1000px;margin-bottom: 20px;" size="mini">
- <el-table-column align="center" prop="auditor" label="处理人"></el-table-column>
- <el-table-column align="center" prop="comment" label="处理结果"></el-table-column>
- <el-table-column align="center" prop="orderStatus" label="状态"></el-table-column>
- <el-table-column align="center" prop="createTime" label="处理时间"></el-table-column>
- </el-table>
- <div class="footer" v-if="(data.orderType == 3 || data.orderType == 4) && (data.deliveryType == 0 || data.deliveryType == 1 || data.deliveryType == 2)">
- <div class="left-info">
- <span class="info-title">
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"
- class="info-icon">
- <path fill-rule="evenodd" clip-rule="evenodd"
- d="M8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1Z"
- fill="#165DFF"></path>
- <path fill-rule="evenodd" clip-rule="evenodd"
- d="M8.54189 6.70582C8.67075 6.70582 8.77522 6.81029 8.77522 6.93915L8.77511 10.2335L9.46743 10.2343C9.61176 10.2343 9.72876 10.3513 9.72876 10.4956V11.3319C9.72876 11.4762 9.61176 11.5932 9.46743 11.5932H6.58458C6.44025 11.5932 6.32324 11.4762 6.32324 11.3319V10.4956C6.32324 10.3513 6.44025 10.2343 6.58458 10.2343L7.28178 10.2335V8.08122L7.14759 8.08198C7.00326 8.08198 6.88626 7.96498 6.88626 7.82065V6.97073C6.88626 6.8264 7.00326 6.70939 7.14759 6.70939L7.47956 6.70859C7.49132 6.70677 7.50337 6.70582 7.51565 6.70582H8.54189ZM8.40513 4.41602C8.54946 4.41602 8.66646 4.53302 8.66646 4.67735V5.64802C8.66646 5.79235 8.54946 5.90935 8.40513 5.90935H7.43446C7.29013 5.90935 7.17313 5.79235 7.17313 5.64802V4.67735C7.17313 4.53302 7.29013 4.41602 7.43446 4.41602H8.40513Z"
- fill="white"></path>
- </svg>
- 领取详情
- </span>
- <p class="info-content" v-if="data.deliveryType == 1">
- 快递类物品兑换后,将在这里显示兑换的物流单号,请保存好该信息自行查阅快递物流信息。<br>
- 物流单号:<span style="font-weight: 600;color: #ff834e;">{{ data.trackingNumber }}</span><br>
- </p>
- <p class="info-content" v-if="data.deliveryType == 2">
- 虚拟类物品兑换后,将在这里显示兑换的券码,请保存好该信息自行兑换。<br>
- 券码:<span style="font-weight: 600;color: #ff834e;">{{ data.trackingNumber }}</span><br>
- </p>
- <p class="info-content" v-if="data.deliveryType == 0">
- 办公室领取的物品请到各地公司进行领取<br>
- <!-- 领取联系人<br>
- 上海办公室:茅玮婷<br>
- 北京办公室:刘琳<br>
- 洛阳办公室:吴燕敏<br> -->
- </p>
- </div>
- <div class="right" v-if="data.orderType == 3">
- <!-- <div class="remark-line">
- <span>备注:</span>
- <el-input v-model="comment" class="remark" placeholder="请输入备注,例如兑换商品出现的问题等" type="textarea"></el-input>
- </div> -->
- <div class="btn-line">
- <el-button @click="handleClickConfirm(0)" type="primary" round>确认收货</el-button>
- <!-- <el-button @click="handleClickConfirm(1)" type="warning" round>商品问题反馈</el-button> -->
- </div>
- </div>
- </div>
- <div v-if="data.deliveryType == 3 || data.deliveryType == 4">
- <div class="right" style="text-align: right;" v-if="data.orderType == 3">
- <div class="btn-line">
- <el-button @click="handleClickConfirm(0)" type="primary" round>确认收货</el-button>
- </div>
- </div>
- </div>
- </el-card>
- <el-dialog title="物品详情" :visible.sync="dialogVisibleGoods" width="40%">
- <div v-html="data.skuDesc"></div>
- </el-dialog>
- </div>
- </template>
- <script>
- import { setTab } from '@/utils/auth';
- import { orderInfo, orderConfirm } from "@/api/allApi";
- export default {
- data() {
- return {
- skuDesc:'',
- dialogVisibleGoods:false,
- orderId: this.$route.query.orderId,
- comment: '',
- logs: [],
- skuCount: 1,
- data: {},
- imgUrls:[],
- };
- },
- created() {
- const orderId = this.$route.query.orderId;
- this.getInfo(orderId);
- },
- methods: {
- handleClickGood(val) {
- this.skuDesc = val;
- if(this.skuDesc){
- this.dialogVisibleGoods = true;
- }
- // this.$router.push({
- // path: '/home/pointsMall/goodDetail',
- // query: {
- // id: id,
- // }
- // });
- },
- getInfo(orderId) {
- orderInfo({ orderId: orderId }).then((response) => {
- this.data = response.data.data;
- this.logs = response.data.data.logs;
- let imgs = response.data.data.imgs;
- if(imgs){
- imgs.forEach(element => {
- this.imgUrls.push(element.url);
- });
- }
- })
- },
- handleClickConfirm(val) {
- if (val == 1 && this.comment == '') {
- this.$message.error('请填写备注内容');
- return
- };
- const params = {
- orderId: this.orderId,
- flag: val,
- comment: this.comment
- }
- orderConfirm(params).then(response => {
- console.log(response.data.data);
- this.$message({
- message: '提交成功!',
- type: 'success'
- });
- setTab('exchange');
- this.$router.push({
- path: '/home/myCenter',
- });
- })
- }
- },
- };
- </script>
- <style scoped>
- .clearfix:before,
- .clearfix:after {
- display: table;
- content: "";
- }
- .clearfix:after {
- clear: both;
- }
- .box-card {
- width: 100%;
- }
- /* .label:first-child {
- margin-top: 0;
- } */
- .label {
- font-size: 16px;
- line-height: 24px;
- margin: 16px 0 24px;
- }
- .address-container {
- padding: 16px;
- min-height: 112px;
- background-color: #f7f8fa;
- box-sizing: border-box;
- border-radius: 4px;
- width: 320px;
- border: 1px solid #abcdff;
- }
- .address-container .header {
- font-weight: 500;
- font-size: 14px;
- line-height: 24px;
- color: #252933;
- display: flex;
- justify-content: space-between;
- margin: 0 0 8px;
- }
- .address-container .header .left {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .address-container .btn {
- flex: none;
- color: #1e80ff;
- cursor: pointer;
- font-weight: 400;
- margin-left: 1em;
- }
- .address-container .address,
- .address-container .phone {
- margin: 0;
- font-size: 14px;
- line-height: 24px;
- color: #515767;
- }
- .address-container.new {
- border: 1px dashed #e4e6eb;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- flex-flow: column nowrap;
- }
- .address-container {
- padding: 16px;
- min-height: 112px;
- background-color: #f7f8fa;
- box-sizing: border-box;
- border-radius: 4px;
- width: 320px;
- border: 1px solid #abcdff;
- }
- .address-container.new .add-icon {
- font-size: 16px;
- color: #515767;
- }
- .byte-icon {
- width: 1em;
- height: 1em;
- display: inline-block;
- vertical-align: middle;
- line-height: 1;
- }
- svg:not(:root) {
- overflow-clip-margin: content-box;
- overflow: hidden;
- }
- .byte-icon svg {
- width: 100%;
- height: 100%;
- fill: currentColor;
- pointer-events: none;
- }
- .address-container.new .add-label {
- font-size: 14px;
- line-height: 24px;
- color: #8a919f;
- margin: 18px 0 0;
- }
- .table {
- border-collapse: collapse;
- border: 1px solid #e4e6eb;
- box-sizing: border-box;
- border-radius: 2px;
- width: 100%;
- text-align: left;
- font-size: 14px;
- line-height: 24px;
- border-collapse: separate;
- border-spacing: 0;
- border-radius: 4px;
- }
- .table tr {
- border: 1px solid #e4e6eb;
- }
- .table th {
- padding: 12px 16px;
- background-color: #f7f8fa;
- font-weight: 500;
- color: #282f38;
- }
- .table td {
- padding: 16px;
- vertical-align: middle;
- color: #515767;
- }
- .table .prize-info {
- display: flex;
- }
- .table .prize-img-container {
- display: flex;
- align-items: center;
- justify-content: center;
- background: #f7f8fa;
- width: 80px;
- height: 80px;
- }
- .table .prize-detail-info {
- margin-left: 16px;
- display: flex;
- flex-flow: column;
- align-items: flex-start;
- justify-content: center;
- }
- .table .prize-img-container .prize-img {
- max-height: 64px;
- }
- .lazy {
- position: relative;
- -o-object-fit: cover;
- object-fit: cover;
- }
- img {
- border-style: none;
- }
- .table .prize-detail-info {
- margin-left: 16px;
- display: flex;
- flex-flow: column;
- align-items: flex-start;
- justify-content: center;
- }
- .table .prize-detail-info .title {
- cursor: pointer;
- font-weight: 400;
- font-size: 14px;
- line-height: 24px;
- color: #1d2129;
- margin: 0 0 3px;
- }
- .table .prize-detail-info .desc {
- margin: 0;
- line-height: 18px;
- height: 18px;
- }
- .table .prize-detail-info .desc span {
- font-size: 12px;
- line-height: 14px;
- color: #ff7d00;
- background: #fff7e8;
- padding: 2px 4px;
- }
- .table .finlly-price {
- font-weight: 500;
- font-size: 14px;
- line-height: 24px;
- color: #1e80ff;
- }
- .footer {
- margin-top: 16px;
- display: flex;
- justify-content: space-between;
- }
- .footer .left-info {
- box-sizing: border-box;
- width: 400px;
- height: -webkit-fit-content;
- height: -moz-fit-content;
- height: fit-content;
- background-color: #e8f3ff;
- border-radius: 4px;
- padding: 16px;
- }
- .footer .left-info .info-title {
- font-size: 14px;
- line-height: 24px;
- color: #282f38;
- display: flex;
- align-items: center;
- }
- .footer .left-info .info-icon {
- margin-right: 8px;
- }
- .footer .left-info .info-content {
- margin: 4px 0 4px 2em;
- white-space: pre-line;
- font-size: 12px;
- line-height: 20px;
- color: #8a919f;
- }
- .footer .right {
- font-size: 14px;
- line-height: 24px;
- color: #282f38;
- }
- .footer .right .remark-line {
- display: flex;
- position: relative;
- }
- .footer .right .remark {
- width: 400px;
- }
- .footer .right .btn-line {
- margin-top: 16px;
- text-align: right;
- }
- .addButton-address {
- background: #1e80ff;
- border-color: #1e80ff;
- color: #fff;
- width: 160px;
- height: 48px;
- border-radius: 50px;
- line-height: 46px;
- padding: 0;
- font-size: 16px;
- border: 1px solid transparent;
- }
- </style>
|