12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229 |
- <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.merRemark">
- <view>商家备注:</view>
- <view class='conter-refund text-left'>{{refundInfo.merRemark}}</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.orderRefundInfo();
- 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>
|