1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225 |
- <template>
- <view :data-theme="theme">
- <view class='order-details'>
- <!-- 给header上与data上加on为退款订单-->
- <view class='header bg_color on'>
- <view class='picTxt acea-row row-middle'>
- <view class='data on'>
- <view class="acea-row row-middle mb20">
- <view class='state line-heightOne'>
- <view class='state line-heightOne'>
- <span v-if="refundInfo.refundStatus==0">用户提交退款申请,请您及时处理哦~</span>
- <span v-if="refundInfo.refundStatus==4">您已同意此退款申请,等待用户退货中~</span>
- <span v-if="refundInfo.refundStatus==5">用户已经填写退货信息,请您耐心等待~</span>
- <span v-if="refundInfo.refundStatus==2">退款金额原支付路径返回中!</span>
- <span v-if="refundInfo.refundStatus==3">退款金额已返还用户账户!</span>
- <span v-if="refundInfo.refundStatus==6">用户已经撤销此退款申请!</span>
- <span v-if="refundInfo.refundStatus==1">{{refundInfo.refundReason}}</span>
- </view>
- </view>
- <view v-show="refundInfo.refundStatus===3"><text class="font-color refundPrice">{{refundInfo.refundPrice}}元</text></view>
- </view>
- </view>
- </view>
- </view>
- <!-- 商品详情 -->
- <view class="borderPad margin-100">
- <view class="borRadius14 wrapper">
- <orderGoods :isShowBtn="false" :refundInfo="refundInfo" :cartInfo="[refundInfo]" :jump="true" :orderData="refundInfo">
- </orderGoods>
- <view class="borderPad">
- <view class="return_info">
- <view class='item acea-row row-between line-heightOne'>
- <view>退款件数:</view>
- <view class='conter'>{{refundInfo.applyRefundNum}}</view>
- </view>
- <view class='item acea-row row-between line-heightOne'>
- <view>退款金额:</view>
- <view class='conter'>¥{{refundInfo.refundPrice}}</view>
- </view>
- <view class='item acea-row row-between line-heightOne'>
- <view>退款方式:</view>
- <view class='conter'>原路返回</view>
- </view>
- <view class='item acea-row row-between line-heightOne'>
- <view>退款原因:</view>
- <view v-if="refundInfo.promoterType==='user'" class='conter'>{{refundInfo.refundReasonWap}}</view>
- <view v-else class='conter'>商家直接退款</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 商家店铺地址 -->
- <view v-if="refundInfo.returnGoodsType ===2 && merAddress && refundInfo.refundStatus>0" class="borderPad">
- <view class="borRadius14 wrapper return_info_pad">
- <view class='item acea-row row-between mb30'>
- <view>商家退回地址:</view>
- <view class='conter acea-row row-middle row-right'>
- <!-- #ifndef H5 -->
- <text class='copy line-heightOne' @tap="copy(merAddress.name+','+merAddress.phone+','+merAddress.addressDetail)">复制</text>
- <!-- #endif -->
- <!-- #ifdef H5 -->
- <text class='copy copy-data line-heightOne' :data-clipboard-text="merAddress.name+','+merAddress.phone+','+merAddress.addressDetail">复制</text>
- <!-- #endif -->
- </view>
- </view>
- <view class="text-2828 f-s-26 mb20">
- <text class="text-2828">{{merAddress.name}}</text>
- <text>{{merAddress.phone}}</text>
- </view>
- <view class="text-666 f-s-26 addressDetail">{{merAddress.addressDetail}}</view>
- </view>
- </view>
- <!-- 商家退回地址 -->
- <view v-if="refundInfo.returnGoodsType ===1 && refundInfo.refundStatus>0 &&refundInfo.receiver&&refundInfo.receiverPhone&&refundInfo.receiverAddressDetail"
- class="borderPad">
- <view class="borRadius14 wrapper return_info_pad">
- <view class='item acea-row row-between mb30'>
- <view>商家退回地址:</view>
- <view class='conter acea-row row-middle row-right'>
- <!-- #ifndef H5 -->
- <text class='copy line-heightOne' @tap="copy(refundInfo.receiver+','+refundInfo.receiverPhone+','+refundInfo.receiverAddressDetail)">复制</text>
- <!-- #endif -->
- <!-- #ifdef H5 -->
- <text class='copy copy-data line-heightOne' :data-clipboard-text="refundInfo.receiver+','+refundInfo.receiverPhone+','+refundInfo.receiverAddressDetail">复制</text>
- <!-- #endif -->
- </view>
- </view>
- <view class="text-2828 f-s-26 mb20">
- <text class="text-2828">{{refundInfo.receiver}}</text>
- <text>{{refundInfo.receiverPhone}}</text>
- </view>
- <view class="text-666 f-s-26 addressDetail">{{refundInfo.receiverAddressDetail}}</view>
- </view>
- </view>
- <!-- 退款订单详情 "-->
- <view class="borderPad">
- <view class='wrapper borRadius14 return_info_pad'>
- <view class='item acea-row row-between '>
- <view>订单单号:</view>
- <view class='conter acea-row row-middle row-right'><text class="text-overflow">{{refundInfo.orderNo}}</text>
- <!-- #ifndef H5 -->
- <text class='copy line-heightOne' @tap='copy(refundInfo.orderNo)'>复制</text>
- <!-- #endif -->
- <!-- #ifdef H5 -->
- <text class='copy copy-data line-heightOne' :data-clipboard-text="refundInfo.orderNo">复制</text>
- <!-- #endif -->
- </view>
- </view>
- <view class='item acea-row row-between'>
- <view>售后单号:</view>
- <view class='conter acea-row row-middle row-right'><text class="text-overflow">{{refundInfo.refundOrderNo}}</text>
- <!-- #ifndef H5 -->
- <text class='copy line-heightOne' @tap='copy(refundInfo.refundOrderNo)'>复制</text>
- <!-- #endif -->
- <!-- #ifdef H5 -->
- <text class='copy copy-data line-heightOne' :data-clipboard-text="refundInfo.refundOrderNo">复制</text>
- <!-- #endif -->
- </view>
- </view>
- <view class='item acea-row row-between'>
- <view>申请时间:</view>
- <view class='conter'>{{(refundInfo.createTime || 0)}}</view>
- </view>
- <view class='item acea-row row-between'>
- <view>售后类型:</view>
- <view class='conter'>{{refundInfo.afterSalesType===1?'仅退款':'退货退款'}}</view>
- </view>
- <view class='item acea-row row-between'>
- <view>退回方式:</view>
- <view class='conter'>
- {{refundInfo.returnGoodsType===1?'快递退回':refundInfo.returnGoodsType===2?'到店退货':'不退货'}}</view>
- </view>
- <view class='item acea-row row-between' v-if="refundInfo.refundReasonWapExplain">
- <view>备注说明:</view>
- <view class='conter-refund text-left'>{{refundInfo.refundReasonWapExplain}}</view>
- </view>
- <view class='item acea-row row-between' v-if="refundInfo.refundReasonWapImg">
- <view>退款凭证:</view>
- <view class='conter-refund text-left'>
- <image class="wapImg" :src="item" v-for="item in refundInfo.refundReasonWapImg.split(',')" :key='item.id'></image>
- </view>
- </view>
- </view>
- </view>
- <!-- 用户到店退回信息 -->
- <view v-if="refundInfo.returnGoodsType ===2 && refundInfo.refundStatus>0 && refundInfo.telephone" class="borderPad">
- <view class="borRadius14 wrapper return_info_pad">
- <view class='item acea-row row-between'>
- <view>联系电话:</view>
- <view class='conter'>{{refundInfo.telephone}}</view>
- </view>
- </view>
- </view>
- <!-- 用户发货信息 -->
- <view v-if="refundInfo.returnGoodsType ===1 && refundInfo.refundStatus>0 && refundInfo.expressName && refundInfo.trackingNumber"
- class="borderPad">
- <view class="borRadius14 wrapper return_info_pad">
- <view class='item acea-row row-between mb30'>
- <view>物流公司:</view>
- <view class='conter'>{{refundInfo.expressName}}</view>
- </view>
- <view class='item acea-row row-between mb30'>
- <view>物流单号:</view>
- <view class='conter acea-row row-middle row-right'>
- <text class="text-overflow">{{refundInfo.trackingNumber}}</text>
- <!-- #ifndef H5 -->
- <text class='copy line-heightOne' @tap='copy(refundInfo.trackingNumber)'>复制</text>
- <!-- #endif -->
- <!-- #ifdef H5 -->
- <text class='copy copy-data line-heightOne' :data-clipboard-text="refundInfo.trackingNumber">复制</text>
- <!-- #endif -->
- </view>
- </view>
- <view class='item acea-row row-between'>
- <view>联系电话:</view>
- <view class='conter'>{{refundInfo.telephone}}</view>
- </view>
- </view>
- </view>
- <!-- 操作按钮 "-->
- <view class="borderPad">
- <view class='wrapper borRadius14 return_info_pad btn-box acea-row' style="justify-content: flex-end;">
- <view></view>
- <view class="footer acea-row row-right row-middle">
- <view class="btn btn-999 acea-row row-center line-heightOne" @click="modify(refundInfo, 7)">退款单备注</view>
- <view class="btn on" v-if="(refundInfo.returnGoodsType==0||refundInfo.returnGoodsType==2)&&refundInfo.refundStatus==0" @click="modify(refundInfo,'2',1,0)">
- 退款审核
- </view>
- <view class="btn on" v-if="refundInfo.returnGoodsType==1&&refundInfo.refundStatus==0" @click="modify(refundInfo,'2',0,1)">
- 退款审核
- </view>
- <view class="btn on" v-if="refundInfo.refundStatus==5" @click="modify(refundInfo, 2, 1,2)">确认收货</view>
- </view>
- <PriceChange :change="change" :orderInfo="orderInfo" :isRefund="isRefund"
- v-on:statusChange="statusChange($event)" v-on:closechange="changeclose($event)" v-on:savePrice="savePrice"
- :status="status"></PriceChange>
- </view>
- </view>
- </view>
-
-
- </view>
- </template>
- <script>
- // +----------------------------------------------------------------------
- // | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2016~2025 https://www.crmeb.com All rights reserved.
- // +----------------------------------------------------------------------
- // | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
- // +----------------------------------------------------------------------
- // | Author: CRMEB Team <admin@crmeb.com>
- // +----------------------------------------------------------------------
- import PriceChange from "../components/PriceChange/index.vue";
- import {
- orderRefundInfoApi
- } from '@/api/order.js';
- import {
- refundReceiving,
- refundReceivingReject,
- secondHandRefundInfoApi,
- refundOrderAudit,
- refundOrderMark
- } from '@/api/secondHand.js';
- import {
- onRevokeRefund
- } from '@/libs/order';
- import orderGoods from "../components/orderGoods";
- import {
- getMerAddressApi
- } from '@/api/merchant.js'
- import ClipboardJS from "@/plugin/clipboard/clipboard.js";
- import {
- toLogin
- } from '@/libs/login.js';
- import {
- mapGetters
- } from "vuex";
- // #ifdef MP
- import uQRCode from '@/js_sdk/Sansnn-uQRCode/uqrcode.js'
- // #endif
- import {
- setThemeColor
- } from '@/utils/setTheme.js'
- const app = getApp();
- export default {
- components: {
- PriceChange,
- orderGoods
- },
- data() {
- return {
- rejectText: '',
- orderType: '',
- orderTypeId: null,
- rejectOrder: '',
- merAddress: null, //店铺地址
- refundOrderNo: '',
- refundInfo: {}, //退款单详情
- theme: app.globalData.theme,
- orderInfo:{},
- openErp: false,
- change:false,
- status: "",
- apiModalType:'',
- isRefund: 0, //1是仅退款;0是同意退货退款
- chatConfig: {
- consumer_hotline: '',
- telephone_service_switch: 'false'
- }, //客服配置
- };
- },
- computed: mapGetters(['isLogin', 'chatUrl', 'userInfo']),
- onLoad: function(options) {
- options.type == undefined || options.type == null ? this.type = 'normal' : this.type = options.type;
- if (!options.refundOrderNo) return this.$util.Tips({
- title: '缺少参数'
- }, {
- tab: 3,
- url: 1
- });
- this.$set(this, 'refundOrderNo', options.refundOrderNo);
- this.$set(this, 'orderType', options.orderType);
- this.$set(this, 'orderTypeId', options.orderTypeId);
- this.bgColor = setThemeColor();
- this.$set(this, 'chatConfig', this.$Cache.getItem('chatConfig'));
- },
- onShow() {
- if (this.isLogin) {
- this.orderRefundInfo();
- } else {
- toLogin();
- }
- },
- onHide: function() {
- this.isClose = true;
- },
- // 滚动监听
- onPageScroll(e) {
- // 传入scrollTop值并触发所有easy-loadimage组件下的滚动监听事件
- uni.$emit('scroll');
- },
- onReady: function() {
- // #ifdef H5
- this.$nextTick(function() {
- const clipboard = new ClipboardJS(".copy-data");
- clipboard.on("success", () => {
- this.$util.Tips({
- title: '复制成功'
- });
- });
- });
- // #endif
- },
- methods: {
- //0-仅退款 1-退货退款 2-确认收货
- modify: function(item, status, type,apiType) {
- this.apiModalType=apiType
- if (this.openErp && status != 1) return
- this.change = true;
- this.status = status.toString();
- this.orderInfo = item;
- if (status == 2) {
- this.isRefund = type
- }
- },
- changeclose: function(msg) {
- this.change = msg;
- },
- async savePrice(opt) {
- let that = this,
- data = {};
- data.refundOrderNo = that.orderInfo.refundOrderNo;
- if (that.apiModalType == 0) {
- if(opt.type==2&&!opt.refuse_reason){
- return this.$util.Tips({
- title: '请输入拒绝理由'
- })
- }
- let requestObj = {
- refundOrderNo:that.orderInfo.refundOrderNo,
- auditType:opt.type==1?'success':'refuse',
- reason:opt.refuse_reason?opt.refuse_reason:''
- }
- refundOrderAudit(requestObj).then(res=>{
- if(res.code==200){
- this.$util.Tips({
- title: '审核成功'
- })
- this.init();
- this.change = false
- }else{
- this.$util.Tips({
- title:res.message
- })
- }
- })
- } else if (that.apiModalType == 1) {
- //退货退款审核
- if(opt.type==2&&!opt.refuse_reason){
- return this.$util.Tips({
- title: '请输入拒绝理由'
- })
- }
- if(opt.type==1&&!opt.merAddressId){
- return this.$util.Tips({
- title: '请选择退货地址'
- })
- }
- //退货退款拒绝
- if(opt.type==2){
- let requestObj = {
- refundOrderNo:that.orderInfo.refundOrderNo,
- auditType:opt.type==1?'success':'refuse',
- reason:opt.refuse_reason?opt.refuse_reason:''
- }
- refundOrderAudit(requestObj).then(res=>{
- if(res.code==200){
- this.$util.Tips({
- title: '操作成功'
- })
- this.init();
- this.change = false
- }else{
- this.$util.Tips({
- title:res.message
- })
- }
- })
- }
- //退货退款同意
- if(opt.type==1){
- let requestObj = {
- refundOrderNo:that.orderInfo.refundOrderNo,
- auditType:opt.type==1?'success':'refuse',
- merAddressId:opt.merAddressId
- }
- refundOrderAudit(requestObj).then(res=>{
- if(res.code==200){
- this.$util.Tips({
- title: '操作成功'
- })
- this.init();
- this.change = false
- }else{
- this.$util.Tips({
- title:res.message
- })
- }
- })
- }
- }else if(that.apiModalType == 2){
- //确认收货
- if(opt.type==2&&!opt.refuse_reason){
- return this.$util.Tips({
- title: '请输入拒绝理由'
- })
- }
- if(opt.type==1){
- // 同意
- refundReceiving(that.orderInfo.refundOrderNo).then(res=>{
- if(res.code==200){
- this.$util.Tips({
- title: '操作成功'
- })
- this.init();
- this.change = false
- }else{
- this.$util.Tips({
- title:res.message
- })
- }
- })
- }
- if(opt.type==2){
- let requestObj = {
- refundOrderNo:that.orderInfo.refundOrderNo,
- reason:opt.refuse_reason?opt.refuse_reason:''
- }
- // 拒绝
- refundReceivingReject(requestObj).then(res=>{
- if(res.code==200){
- this.$util.Tips({
- title: '操作成功'
- })
- this.init();
- this.change = false
- }else{
- this.$util.Tips({
- title:res.message
- })
- }
- })
- }
- }else{
- data.remark=opt.remark
- if (!data.remark) {
- return this.$util.Tips({
- title: '请输入备注'
- })
- }
- refundOrderMark(data).then(res=>{
- if(res.code==200){
- this.$util.Tips({
- title: '备注成功'
- })
- this.getIndex();
- this.change = false
- }else{
- this.$util.Tips({
- title:res.message
- })
- }
- })
- }
- },
- //审核保存
- handleInputConfirm() {
- let that = this;
- if (!this.rejectText) return this.$util.Tips({
- title: '请输入审核不通过原因!'
- });
- uni.showLoading({
- title: '正在处理中'
- });
- let params = {
- refundOrderNo: this.rejectOrder,
- auditType: 'refuse',
- reason: this.rejectText
- }
- returningSecondHandAuditApi(params).then(res => {
- uni.hideLoading();
- return that.$util.Tips({
- title: '处理成功',
- icon: 'success'
- }, function() {
- that.orderRefundInfo();
- });
- }).catch(err => {
- return that.$util.Tips({
- title: err
- });
- });
- // 关闭窗口后,恢复默认内容
- this.$refs.rejectDialog.close()
- },
- //审核取消
- handleInputClose() {
- this.$refs.rejectDialog.close()
- },
- // 审核
- handleRevokeAudit(orderNo, type) {
- this.rejectOrder = orderNo;
- if (type) {
- uni.showLoading({
- title: '正在处理中'
- });
- returningSecondHandAuditApi({refundOrderNo: this.rejectOrder, auditType: 'success'}).then(res => {
- uni.hideLoading();
- return that.$util.Tips({
- title: '处理成功',
- icon: 'success'
- }, function() {
- that.orderRefundInfo();
- });
- }).catch(err => {
- return that.$util.Tips({
- title: err
- });
- });
- } else {
- this.$refs.rejectDialog.open();
- }
- },
- //店铺地址
- getMerAddress() {
- getMerAddressApi(this.refundInfo.merId).then(res => {
- this.$set(this, 'merAddress', res.data);
- }).catch(err => {
- return this.$util.Tips({
- title: err
- });
- })
- },
- //撤销售后
- handleRevokeRefund(refundOrderNo) {
- let that = this;
- onRevokeRefund(refundOrderNo, this.orderType).then(() => {
- this.orderRefundInfo()
- });
- },
- //退回商品
- handleReturningRefund(item) {
- this.$Cache.set('productInfo', item)
- let url =
- `/pages/goods/returns_and_refunds/index?refundOrderNo=${item.refundOrderNo}&returnGoodsType=${item.returnGoodsType}`;
- this.orderType == 'secondHand' ? url = url + '&orderType=secondHand' : ''
- uni.navigateTo({
- url: url
- })
- },
- kefuClick() {
- if (this.chatConfig.telephone_service_switch === 'true') {
- uni.makePhoneCall({
- phoneNumber: this.chatConfig.consumer_hotline //仅为示例
- });
- } else {
- // #ifdef APP-PLUS
- uni.navigateTo({
- url: '/pages/users/web_page/index?webUel=' + this.chatUrl + '&title=客服'
- })
- // #endif
- // #ifndef APP-PLUS
- location.href = this.chatUrl;
- // #endif
- }
- },
- /**
- * 拨打电话
- */
- makePhone: function(e) {
- uni.makePhoneCall({
- phoneNumber: e
- })
- },
- /**
- * 获取退款订单详细信息
- *
- */
- orderRefundInfo() {
- let that = this;
- uni.showLoading({
- title: "正在加载中"
- });
- let api = that.orderType == 'secondHand' ? secondHandRefundInfoApi : orderRefundInfoApi;
- api(that.refundOrderNo).then(res => {
- uni.hideLoading();
- let data = res.data;
- that.$set(that, 'refundInfo', data);
- //returnGoodsType 退货类型:0-不退货 1-快递退回,2-到店退货
- if (that.refundInfo.returnGoodsType === 2) that.getMerAddress();
- }).catch(err => {
- that.$util.Tips({
- title: err
- }, {
- tab: 4,
- url: '/pages/user/index'
- });
- });
- },
- init(){
- uni.navigateBack()
- },
- /**
- *
- * 剪切订单号
- */
- // #ifndef H5
- copy: function(orderNo) {
- let that = this;
- uni.setClipboardData({
- data: orderNo
- });
- },
- // #endif
- /**
- * 打电话
- */
- goTel: function() {
- uni.makePhoneCall({
- phoneNumber: this.refundInfo.deliveryId
- })
- }
- }
- }
- </script>
- <style scoped lang="scss">
- .addressDetail {
- line-height: 36rpx;
- }
- .btn-box {
- display: flex;
- padding-top: 20rpx;
- line-height: 60rpx;
- .btn-line {
- @include main_color(theme);
- @include coupons_border_color(theme);
- }
- .btn-bg {
- color: #fff;
- }
- .btn-999 {
- border: 1px solid #999999;
- color: #666666;
- }
- .btn {
- width: 176rpx;
- height: 60rpx;
- line-height: 56rpx;
- margin-left: 18rpx;
- text-align: center;
- border-radius: 30rpx;
- font-size: 28rpx;
- }
- .on {
- border-color: #2A7EFB !important;
- background: #2A7EFB !important;
- color: #fff !important;
- }
- }
- .margin-100 {
- margin: -86rpx auto 0 auto;
- }
- .return_info_pad {
- padding: 30rpx 24rpx;
- }
- .return_info {
- border-top: 1px solid #EEEEEE;
- background-color: #fff;
- padding: 32rpx 0;
- }
- .refundPrice {
- font-size: 35rpx;
- font-weight: bold;
- }
- .qs-btn {
- width: auto;
- height: 60rpx;
- text-align: center;
- line-height: 60rpx;
- border-radius: 50rpx;
- color: #fff;
- font-size: 27rpx;
- padding: 0 3%;
- color: #aaa;
- border: 1px solid #ddd;
- margin-right: 20rpx;
- }
- .text-overflow {
- width: 392rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .shuoming {
- width: 32rpx;
- height: 32rpx;
- }
- .mp-header {
- width: 100%;
- @include main_bg_color(theme);
- }
- .goodCall {
- @include main_color(theme);
- text-align: center;
- width: 100%;
- height: 86rpx;
- padding: 0 30rpx;
- border-bottom: 1rpx solid #eee;
- font-size: 30rpx;
- line-height: 86rpx;
- background: #fff;
- .icon-kefu {
- font-size: 36rpx;
- margin-right: 15rpx;
- }
- /* #ifdef MP */
- button {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 86rpx;
- font-size: 30rpx;
- @include main_color(theme);
- }
- /* #endif */
- }
- .justify-between {
- justify-content: space-between;
- }
- .align-center {
- align-items: center;
- }
- .order-details {
- padding-bottom: 30rpx;
- .header {
- height: 250rpx;
- padding: 0 24rpx;
- }
- }
- .bg_color {
- @include main_bg_color(theme);
- }
- .order-details .header.on {
- // /background-color: #666 !important;
- }
- .order-details .header .pictrue {
- width: 110rpx;
- height: 110rpx;
- }
- .order-details .header .pictrue image {
- width: 100%;
- height: 100%;
- }
- .order-details .header .data {
- color: rgba(255, 255, 255, 0.8);
- font-size: 24rpx;
- margin-left: 27rpx;
- }
- .order-details .header .data.on {
- margin-left: 0;
- padding-top: 34rpx;
- }
- .order-details .header .data .state {
- font-size: 30rpx;
- font-weight: bold;
- color: #fff;
- }
- .order-details .header .data .time {
- margin-left: 20rpx;
- }
- .picTxt {
- padding-left: 10rpx;
- }
- .order-details .nav {
- background-color: #fff;
- font-size: 26rpx;
- color: #282828;
- padding: 27rpx 0;
- width: 100%;
- border-radius: 14rpx;
- margin: -100rpx auto 0 auto;
- }
- .order-details .nav .navCon {
- padding: 0 40rpx;
- }
- .order-details .nav .on {
- @include main_color(theme);
- }
- .font_color {
- @include main_color(theme);
- }
- .order-details .nav .progress {
- padding: 0 65rpx;
- margin-top: 10rpx;
- }
- .order-details .nav .progress .line {
- width: 100rpx;
- height: 2rpx;
- background-color: #939390;
- }
- .order-details .nav .progress .iconfont {
- font-size: 25rpx;
- color: #939390;
- margin-top: -2rpx;
- }
- .order-details .address {
- font-size: 26rpx;
- color: #868686;
- background-color: #fff;
- padding: 30rpx 0;
- .phone {
- margin-left: 20rpx;
- }
- }
- .order-details .address .name {
- font-size: 30rpx;
- color: #333;
- margin-bottom: 15rpx;
- }
- .order-details .line {
- width: 100%;
- height: 3rpx;
- }
- .order-details .line image {
- width: 100%;
- height: 100%;
- display: block;
- }
- .order-details .wrapper {
- background-color: #fff;
- margin-top: 12rpx;
- }
- .order-details .wrapper .item {
- font-size: 28rpx;
- color: #282828;
- }
- .order-details .wrapper .item~.item {
- margin-top: 34rpx;
- }
- .order-details .wrapper .item .conter {
- color: #282828;
- text-align: right;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .mark_show {
- color: #868686;
- width: 470rpx;
- text-align: right;
- }
- .order-details .wrapper .item .conter .copy {
- font-size: 20rpx;
- color: #666;
- border-radius: 20rpx;
- border: 1rpx solid #999;
- padding: 8rpx 18rpx;
- margin-left: 10rpx;
- }
- .order-details .wrapper .actualPay {
- border-top: 1rpx solid #eee;
- margin-top: 30rpx;
- padding-top: 30rpx;
- }
- .order-details .wrapper .actualPay .money {
- font-weight: bold;
- font-size: 30rpx;
- @include price_color(theme);
- }
- .order-details .footer {
- width: 100%;
- height: 100rpx;
- position: fixed;
- bottom: 0;
- left: 0;
- background-color: #fff;
- padding-right: 30rpx;
- box-sizing: border-box;
- }
- .order-details .footer .bnt {
- width: 158rpx;
- height: 54rpx;
- text-align: center;
- line-height: 54rpx;
- border-radius: 50rpx;
- color: #fff;
- font-size: 27rpx;
- }
- .order-details .footer .bnt.cancel {
- color: #aaa;
- border: 1rpx solid #ddd;
- }
- .order-details .footer .bnt~.bnt {
- margin-left: 18rpx;
- }
- .order-details .writeOff {
- background-color: #fff;
- margin-top: 15rpx;
- padding-bottom: 50rpx;
- }
- .order-details .writeOff .title {
- font-size: 30rpx;
- color: #282828;
- height: 87rpx;
- border-bottom: 1px solid #f0f0f0;
- padding: 0 24rpx;
- line-height: 87rpx;
- }
- .order-details .writeOff .grayBg {
- background-color: #f2f5f7;
- width: 590rpx;
- height: 384rpx;
- border-radius: 20rpx 20rpx 0 0;
- margin: 50rpx auto 0 auto;
- padding-top: 55rpx;
- }
- .order-details .writeOff .grayBg .pictrue {
- width: 290rpx;
- height: 290rpx;
- margin: 0 auto;
- }
- .order-details .writeOff .grayBg .pictrue image {
- width: 100%;
- height: 100%;
- display: block;
- }
- .order-details .writeOff .gear {
- width: 590rpx;
- height: 30rpx;
- margin: 0 auto;
- }
- .order-details .writeOff .gear image {
- width: 100%;
- height: 100%;
- display: block;
- }
- .order-details .writeOff .num {
- background-color: #f0c34c;
- width: 590rpx;
- height: 84rpx;
- color: #282828;
- font-size: 48rpx;
- margin: 0 auto;
- border-radius: 0 0 20rpx 20rpx;
- text-align: center;
- padding-top: 4rpx;
- }
- .order-details .writeOff .rules {
- margin: 46rpx 30rpx 0 30rpx;
- border-top: 1px solid #f0f0f0;
- padding-top: 10rpx;
- }
- .order-details .writeOff .rules .item {
- margin-top: 20rpx;
- }
- .order-details .writeOff .rules .item .rulesTitle {
- font-size: 28rpx;
- color: #282828;
- }
- .order-details .writeOff .rules .item .rulesTitle .iconfont {
- font-size: 30rpx;
- color: #333;
- margin-right: 8rpx;
- margin-top: 5rpx;
- }
- .order-details .writeOff .rules .item .info {
- font-size: 28rpx;
- color: #999;
- margin-top: 7rpx;
- }
- .order-details .writeOff .rules .item .info .time {
- margin-left: 20rpx;
- }
- .order-details .map {
- font-size: 30rpx;
- color: #282828;
- margin-top: 15rpx;
- background-color: #fff;
- padding: 0 24rpx;
- .title {
- line-height: 86rpx;
- border-bottom: 1px solid #f0f0f0;
- }
- }
- .order-details .map .place {
- font-size: 26rpx;
- width: 176rpx;
- height: 50rpx;
- border-radius: 25rpx;
- line-height: 50rpx;
- text-align: center;
- }
- .order-details .map .place .iconfont {
- font-size: 27rpx;
- height: 27rpx;
- line-height: 27rpx;
- margin: 2rpx 3rpx 0 0;
- }
- .order-details .address .name .iconfont {
- font-size: 34rpx;
- margin-left: 10rpx;
- }
- .refund {
- padding: 0 !important;
- margin-top: 15rpx;
- background-color: #fff;
- .title {
- display: flex;
- align-items: center;
- font-size: 30rpx;
- color: #333;
- height: 86rpx;
- border-bottom: 1px solid #f5f5f5;
- font-weight: 400;
- padding: 0 24rpx;
- image {
- width: 32rpx;
- height: 32rpx;
- margin-right: 10rpx;
- }
- }
- .con {
- font-size: 26rpx;
- color: #666666;
- padding: 30rpx 24rpx;
- }
- }
- .pictrue {
- width: 130rpx;
- height: 130rpx;
- border-radius: 14rpx;
- overflow: hidden;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .text {
- width: 490rpx;
- // position: relative;
- .name {
- font-size: 28rpx;
- color: #282828;
- }
- .attr {
- font-size: 16rpx;
- color: #868686;
- margin-top: 7rpx
- }
- }
- .wrapper-head {
- background-color: #fff;
- margin-top: 12rpx;
- padding: 30rpx 24rpx;
- }
- .wrapper-info {
- background-color: #fff;
- margin: -100rpx auto 0 auto;
- padding: 15px 12px;
- .name {
- width: 414rpx;
- color: #333;
- }
- .num {
- color: #999;
- }
- .attr {
- color: #999;
- font-size: 20rpx;
- margin: 7rpx 0 16rpx 0;
- }
- .price {
- font-size: 26rpx;
- color: #E93323;
- }
- }
- .borRadius-top {
- border-radius: 14rpx 14rpx 0px 0px;
- }
- .borRadius-bottom {
- border-radius: 0px 0px 14rpx 14rpx;
- }
- .conter-refund {
- width: 76%;
- text-align: right;
- color: #868686;
- .wapImg {
- width: 106rpx;
- height: 106rpx;
- border-radius: 10rpx;
- margin-right: 10rpx;
- }
- }
- .bg-tk-color {
- background-color: $bg-color-primary;
- color: #fff;
- border: none;
- }
-
- .tui-modal-custom {
- width: 600rpx;
- position: relative;
- box-sizing: border-box;
- padding: 40rpx;
- border-radius: 16px;
- background-color: #fff;
- z-index: 9999;
-
- .h-342 {
- min-height: 268rpx;
- max-height: 268rpx;
- ;
- overflow-y: scroll;
- }
- }
- </style>
|