12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130 |
- <template>
- <view class="order-details pos-order-details">
- <view class="header acea-row row-middle">
- <view class="state">{{ title }}</view>
- <view class="data">
- <view class="order-num">订单号:{{ orderInfo.order_id }}</view>
- <view>
- <span class="time">下单时间:{{ orderInfo._add_time }}</span>
- </view>
- </view>
- </view>
- <view class="remarks acea-row row-between-wrapper" v-if="goname != 'looks'">
- <span class="iconfont icon-zhinengkefu-"></span>
- <input class="line1" style="text-align: left;" :value="
- orderInfo.remark ? orderInfo.remark : '订单未备注,点击添加备注信息'
- " disabled @click="modify('1')" />
- </view>
- <view class="orderingUser acea-row row-middle" v-if="orderInfo.nickname">
- <span class="iconfont icon-yonghu2"></span>{{ orderInfo.nickname }}
- </view>
- <view class="address" v-if="orderInfo.product_type==0">
- <view class="name">
- {{ orderInfo.real_name
- }}<span class="phone">{{ orderInfo.user_phone }}</span>
- <!-- #ifdef H5 -->
- <span class="copy copy-data"
- :data-clipboard-text="`${orderInfo.real_name} ${orderInfo.user_phone} ${orderInfo.user_address}`">复制</span>
- <!-- #endif -->
- <!-- #ifdef MP -->
- <span class="copy copy-data"
- @click="copyNum(`${orderInfo.real_name} ${orderInfo.user_phone} ${orderInfo.user_address}`)">复制</span>
- <!-- #endif -->
- </view>
- <view>{{ orderInfo.user_address }}</view>
- </view>
- <view class="line">
- <image src="/static/images/line.jpg" />
- </view>
- <!-- 拆单时 -->
- <view v-for="(j, indexw) in orderInfo.split" v-if="orderInfo.split && orderInfo.split.length">
- <view class="splitTitle acea-row row-between-wrapper">
- <view>订单包裹{{indexw + 1}}</view>
- <view class="title">{{j._status._title}}</view>
- </view>
- <view class="pos-order-goods">
- <navigator :url="`/pages/admin/orderDetail/index?id=${j.order_id}`" hover-class="none"
- class="goods acea-row row-between-wrapper" v-for="(item, index) in j.cartInfo" :key="index">
- <view class="picTxt acea-row row-between-wrapper">
- <view class="pictrue">
- <image :src="item.productInfo.attrInfo?item.productInfo.attrInfo.image:item.productInfo.image" />
- </view>
- <view class="text acea-row row-between row-column">
- <view class="info line2">
- {{ item.productInfo.store_name }}
- </view>
- <view class="attr">{{ item.productInfo.attrInfo.suk }}</view>
- </view>
- </view>
- <view class="money">
- <view class="x-money">¥{{ item.productInfo.attrInfo?item.productInfo.attrInfo.price:item.productInfo.price }}</view>
- <view class="num">x {{ item.cart_num }}</view>
- <!-- <view class="y-money">¥{{ item.productInfo.ot_price }}</view> -->
- </view>
- </navigator>
- </view>
- </view>
- <!-- 结束 -->
- <!-- 未拆单时,正常单 -->
- <view class="pos-order-goods split" v-if="orderInfo.cartInfo && orderInfo.cartInfo.length">
- <view class="title acea-row row-between-wrapper" v-if="orderInfo.status == 4">
- <text>共{{totalNmu}}件商品</text>
- <!-- <navigator class="bnt" :url="'/pages/admin/delivery/index?id='+orderInfo.order_id+'&listId='+orderInfo.id+'&totalNum='+orderInfo.total_num+'&orderStatus='+orderInfo.status+'&comeType=2'">去发货</navigator> -->
- </view>
- <navigator :url="`/pages/goods_details/index?id=${item.product_id}`" hover-class="none"
- class="goods acea-row row-between-wrapper" v-for="(item, index) in orderInfo.cartInfo" :key="index">
- <view class="picTxt acea-row row-between-wrapper">
- <view class="pictrue">
- <image :src="item.productInfo.attrInfo?item.productInfo.attrInfo.image:item.productInfo.image" />
- </view>
- <view class="text acea-row row-between row-column">
- <view class="info line2">{{ item.productInfo.store_name }}</view>
- <view class="attr">{{ item.productInfo.attrInfo.suk }}</view>
- </view>
- </view>
- <view class="money">
- <view class="x-money">¥{{ item.productInfo.attrInfo?item.productInfo.attrInfo.price:item.productInfo.price }}</view>
- <view class="num">x {{ item.cart_num }}</view>
- <view class="acea-row row-right">
- <view class="writeOff" v-if="item.refund_num && orderInfo.refund_type != 6">{{item.refund_num}}件退款中</view>
- <view class="writeOff" v-if="orderInfo._status._type==2 && orderInfo.delivery_type == 'send'">
- <text v-if="item.refund_num">,</text>
- <text class="on" v-if="item.is_writeoff">已核销</text>
- <text v-if="!item.is_writeoff && item.surplus_num<item.cart_num">已核销{{parseInt(item.cart_num)-parseInt(item.surplus_num)}}件</text>
- <text v-if="!item.is_writeoff && item.surplus_num==item.cart_num">未核销</text>
- </view>
- </view>
- </view>
- </navigator>
- <view class="giveGoods">
- <view class="item acea-row row-between-wrapper" v-for="(item,index) in giveCartInfo" :key="index">
- <view class="picTxt acea-row row-middle">
- <view class="pictrue">
- <image :src="item.productInfo.attrInfo.image" v-if="item.productInfo.attrInfo"></image>
- <image :src="item.productInfo.image" v-else></image>
- </view>
- <view class="texts">
- <view class="name line1">[赠品]{{item.productInfo.store_name}}</view>
- <view class="limit line1" v-if="item.productInfo.attrInfo">{{item.productInfo.attrInfo.suk}}</view>
- </view>
- </view>
- <view class="num">x{{item.cart_num}}</view>
- </view>
- <view class="item acea-row row-between-wrapper" v-for="(item,index) in giveData.give_coupon" :key="index" v-if="giveData.give_coupon.length">
- <view class="picTxt acea-row row-middle">
- <view class="pictrue acea-row row-center-wrapper">
- <text class="iconfont icon-pc-youhuiquan"></text>
- </view>
- <view class="texts">
- <view class="line1">[赠品]{{item.coupon_title}}</view>
- </view>
- </view>
- </view>
- <view class="item acea-row row-between-wrapper" v-if="giveData.give_integral>0">
- <view class="picTxt acea-row row-middle">
- <view class="pictrue acea-row row-center-wrapper">
- <text class="iconfont icon-pc-jifen"></text>
- </view>
- <view class="texts">
- <view class="line1">[赠品]{{giveData.give_integral}}积分</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="public-total" v-if="!orderInfo.split || !orderInfo.split.length">
- 共{{ orderInfo.total_num }}件商品,实付款
- <span class="money">¥{{ orderInfo.pay_price }}</span> ( 邮费 ¥{{
- orderInfo.pay_postage
- }}
- )
- </view>
- <!-- 结束 -->
- <view class='wrapper' v-if='orderInfo.delivery_type=="fictitious" && orderInfo.product_type!=1'>
- <view class='item acea-row row-between' v-if="orderInfo.fictitious_content">
- <view>虚拟备注:</view>
- <view class='conter'>{{orderInfo.fictitious_content}}</view>
- </view>
- </view>
- <view class='wrapper' v-if="orderInfo.virtual_info && orderInfo.product_type==1">
- <view class='item acea-row row-between'>
- <view>卡密发货:</view>
- <view class='conter'>{{orderInfo.virtual_info}}</view>
- </view>
- </view>
- <customForm :customForm="orderInfo.custom_form"></customForm>
- <view class="wrapper">
- <view class="item acea-row row-between">
- <view>订单编号:</view>
- <view class="conter acea-row row-middle row-right">
- {{ orderInfo.order_id
- }}
- <!-- #ifdef H5 -->
- <span class="copy copy-data" :data-clipboard-text="orderInfo.order_id">复制</span>
- <!-- #endif -->
- <!-- #ifdef MP -->
- <span class="copy copy-data" @click="copyNum(orderInfo.order_id)">复制</span>
- <!-- #endif -->
- </view>
- </view>
- <view class="item acea-row row-between">
- <view>下单时间:</view>
- <view class="conter">{{ orderInfo._add_time }}</view>
- </view>
- <view class="item acea-row row-between">
- <view>支付状态:</view>
- <view class="conter">
- {{ orderInfo.paid == 1 ? "已支付" : "未支付" }}
- </view>
- </view>
- <view class="item acea-row row-between">
- <view>支付方式:</view>
- <view class="conter">{{ payType }}</view>
- </view>
- <view class="item acea-row row-between" v-if="orderInfo.mark">
- <view v-if="statusType == -3">退款留言:</view>
- <view v-else>买家留言:</view>
- <view class="conter">{{ orderInfo.mark }}</view>
- </view>
- <view class="item acea-row row-between" v-if="orderInfo.refund_goods_explain">
- <view>退货留言:</view>
- <view class='conter'>{{orderInfo.refund_goods_explain}}</view>
- </view>
- <view class="item acea-row row-between" v-if="orderInfo.refund_img && orderInfo.refund_img.length">
- <view>退款凭证:</view>
- <view class="conter">
- <view class="pictrue" v-for="(item,index) in orderInfo.refund_img">
- <image :src="item" mode="aspectFill" @click='getpreviewImage(index,1)'></image>
- </view>
- </view>
- </view>
- <view class="item acea-row row-between" v-if="orderInfo.refund_goods_img && orderInfo.refund_goods_img.length">
- <view>退货凭证:</view>
- <view class="conter">
- <view class="pictrue" v-for="(item,index) in orderInfo.refund_goods_img">
- <image :src="item" mode="aspectFill" @click='getpreviewImage(index,0)'></image>
- </view>
- </view>
- </view>
- </view>
- <view class="wrapper" v-if="
- orderInfo.delivery_type != 'fictitious' && orderInfo._status._type === 2 && (!orderInfo.split || !orderInfo.split.length)
- ">
- <view class="item acea-row row-between">
- <view>配送方式:</view>
- <view class="conter" v-if="orderInfo.delivery_type === 'express'">
- 快递
- </view>
- <view class="conter" v-if="orderInfo.delivery_type === 'send'">送货</view>
- </view>
- <view class="item acea-row row-between">
- <view v-if="orderInfo.delivery_type === 'express'">快递公司:</view>
- <view v-if="orderInfo.delivery_type === 'send'">送货人:</view>
- <view class="conter">{{ orderInfo.delivery_name }}</view>
- </view>
- <view class="item acea-row row-between">
- <view v-if="orderInfo.delivery_type === 'express'">快递单号:</view>
- <view v-if="orderInfo.delivery_type === 'send'">送货人电话:</view>
- <view class="conter">
- {{ orderInfo.delivery_id}}
- <!-- #ifdef H5 -->
- <span class="copy copy-data" :data-clipboard-text="orderInfo.delivery_id">复制</span>
- <!-- #endif -->
- <!-- #ifdef MP -->
- <span class="copy copy-data" @click="copyNum(orderInfo.delivery_id)">复制</span>
- <!-- #endif -->
- </view>
- </view>
- </view>
- <view class="wrapper">
- <view class='item acea-row row-between'>
- <view>商品总价:</view>
- <view class='conter'>
- ¥{{(parseFloat(orderInfo.total_price)+parseFloat(orderInfo.vip_true_price)).toFixed(2)}}</view>
- </view>
- <view class="item acea-row row-between" v-if="orderInfo.pay_postage > 0">
- <view>配送运费:</view>
- <view class="conter">¥{{ orderInfo.pay_postage }}</view>
- </view>
- <view v-if="orderInfo.vip_true_price > 0" class='item acea-row row-between'>
- <view>会员商品优惠:</view>
- <view class='conter'>-¥{{parseFloat(orderInfo.vip_true_price).toFixed(2)}}</view>
- </view>
- <view class="item acea-row row-between" v-if='orderInfo.coupon_id'>
- <view>优惠券抵扣:</view>
- <view class="conter">-¥{{ orderInfo.coupon_price }}</view>
- </view>
- <view class='item acea-row row-between' v-if="orderInfo.use_integral > 0">
- <view>积分抵扣:</view>
- <view class='conter'>-¥{{parseFloat(orderInfo.deduction_price).toFixed(2)}}</view>
- </view>
- <view class='item acea-row row-between' v-for="(item,index) in orderInfo.promotions_detail" :key="index" v-if="parseFloat(item.promotions_price)">
- <view>{{item.title}}:</view>
- <view class='conter'>-¥{{parseFloat(item.promotions_price).toFixed(2)}}</view>
- </view>
- <view class="actualPay acea-row row-right">
- 实付款:<span class="money">¥{{ orderInfo.pay_price }}</span>
- </view>
- </view>
- <view style="height:120upx;"></view>
- <view class="footer acea-row row-right row-middle" v-if="goname != 'looks'">
- <view class="more"></view>
- <view class="bnt cancel" :class="openErp?'on':''" @click="modify('0')" v-if="types == 0">
- 一键改价
- </view>
- <!-- types == -1 -->
- <view class="bnt cancel" :class="openErp?'on':''" @click="modify('2',1)" v-if="(!orderInfo.refund || !orderInfo.refund.length) && (orderInfo.refund_type == 0 || orderInfo.refund_type == 1 || orderInfo.refund_type == 5) && orderInfo.paid && parseFloat(orderInfo.pay_price) >= 0">
- 立即退款
- </view>
- <view class="bnt cancel" :class="openErp?'on':''" @click="modify('2',0)" v-if="orderInfo.refund_type == 2">
- 同意退货
- </view>
- <view class="wait" :class="openErp?'on':''" v-if="orderInfo.refund_type == 4">待用户发货</view>
- <view class="bnt cancel" @click="modify('1')">订单备注</view>
- <view class="bnt cancel" :class="openErp?'on':''" v-if="orderInfo.pay_type === 'offline' && orderInfo.paid === 0"
- @click="offlinePay">
- 确认付款
- </view>
- <view class="bnt delivery" :class="openErp?'on':''" v-if="types == 1 && orderInfo.shipping_type === 1 && (orderInfo.pinkStatus === null || orderInfo.pinkStatus === 2)" @click="goDelivery(orderInfo)">去发货</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>
- </template>
- <script>
- import PriceChange from "../components/PriceChange/index.vue";
- import customForm from "@/components/customForm";
- // #ifdef H5
- import ClipboardJS from "@/plugin/clipboard/clipboard.js";
- // #endif
- import {
- getAdminOrderDetail,
- getAdminRefundDetail,
- setAdminOrderPrice,
- setAdminRefundRemark,
- setAdminOrderRemark,
- setOfflinePay,
- setOrderRefund,
- orderRefundAgree
- } from "@/api/admin";
- import { erpConfig } from "@/api/esp.js";
- // import { required, num } from "@utils/validate";
- // import { validatorDefaultCatch } from "@utils/dialog";
- import {
- isMoney
- } from '@/utils/validate.js'
- export default {
- name: "AdminOrder",
- components: {
- PriceChange,
- customForm
- },
- props: {},
- data: function() {
- return {
- openErp:false,
- giveData:{
- give_integral:0,
- give_coupon:[]
- },
- giveCartInfo:[],
- totalNmu:0,
- order: false,
- change: false,
- order_id: "",
- orderInfo: {
- _status: {}
- },
- status: "",
- title: "",
- payType: "",
- types: "",
- statusType:'',
- clickNum: 1,
- goname: '',
- isRefund:0, //1是仅退款;0是同意退货退款
- };
- },
- watch: {
- "$route.params.oid": function(newVal) {
- let that = this;
- if (newVal != undefined) {
- that.order_id = newVal;
- that.getIndex();
- }
- }
- },
- onLoad: function(option) {
- let self = this
- this.order_id = option.id;
- this.goname = option.goname
- this.statusType = option.types
- this.getIndex();
- this.getErpConfig();
- // #ifdef H5
- this.$nextTick(function() {
- var clipboard = new ClipboardJS('.copy-data');
- // var copybtn = document.getElementsByClassName("copy-data");
- // var clipboard = new Clipboard(copybtn);
- clipboard.on('success', function(e) {
- self.$util.Tips({
- title: '复制成功'
- })
- });
- clipboard.on('error', function(e) {
- self.$util.Tips({
- title: '复制失败'
- })
- });
- });
- // #endif
- },
- methods: {
- statusChange(e){
- this.status = e;
- },
- goDelivery(orderInfo){
- if(this.openErp) return
- uni.navigateTo({
- url: '/pages/admin/delivery/index?id='+orderInfo.order_id+'&listId='+orderInfo.id+'&totalNum='+orderInfo.total_num+'&orderStatus='+orderInfo.status+'&comeType=2&productType='+orderInfo.product_type
- })
- },
- getErpConfig(){
- erpConfig().then(res=>{
- this.openErp = res.data.open_erp;
- }).catch(err=>{
- this.$util.Tips({
- title: err
- })
- })
- },
- getpreviewImage: function(index,num) {
- uni.previewImage({
- urls: num?this.orderInfo.refund_img:this.orderInfo.refund_goods_img,
- current: num?this.orderInfo.refund_img[index]:this.orderInfo.refund_goods_img[index]
- });
- },
- more: function() {
- this.order = !this.order;
- },
- modify: function(status,type) {
- if(status !=1 && this.openErp) return
- this.change = true;
- this.status = status;
- if(status==2){
- this.isRefund = type
- }
- },
- changeclose: function(msg) {
- this.change = msg;
- },
- getIndex: function() {
- let that = this;
- let obj = '';
- if(that.statusType == -3){
- obj = getAdminRefundDetail(that.order_id)
- }else{
- obj = getAdminOrderDetail(that.order_id);
- }
- obj.then(res=>{
- let num = 0;
- that.types = res.data._status._type;
- that.title = res.data._status._title;
- that.payType = res.data._status._payType;
- that.giveData.give_coupon = res.data.give_coupon;
- that.giveData.give_integral = res.data.give_integral;
- let cartObj = [],giftObj = [];
- res.data.cartInfo.forEach((item, index) => {
- num += item.cart_num
- if(item.is_gift == 1){
- giftObj.push(item)
- }else{
- cartObj.push(item)
- }
- });
- this.totalNmu = num;
- res.data.cartInfo = cartObj;
- that.$set(that, 'giveCartInfo', giftObj);
- that.orderInfo = res.data;
- }).catch(err=>{
- return that.$util.Tips({
- title: err.msg
- });
- })
- },
- objOrderRefund(data){
- let that = this;
- setOrderRefund(data).then(
- res => {
- that.change = false;
- that.$util.Tips({
- title: res.msg
- });
- that.getIndex();
- },
- err => {
- that.change = false;
- that.$util.Tips({
- title: err
- });
- }
- );
- },
- async savePrice(opt) {
- let that = this,
- data = {},
- price = opt.price,
- refund_price = opt.refund_price,
- refund_status = that.orderInfo.refund_status,
- remark = opt.remark;
- data.order_id = that.orderInfo.order_id;
- if (that.status == 0) {
- if (!isMoney(price)) {
- return that.$util.Tips({
- title: '请输入正确的金额'
- });
- }
- data.price = price;
- setAdminOrderPrice(data).then(
- function() {
- that.change = false;
- that.$util.Tips({
- title: '改价成功',
- icon: 'success'
- })
- that.getIndex();
- },
- function() {
- that.change = false;
- that.$util.Tips({
- title: '改价失败',
- icon: 'none'
- })
- }
- );
- } else if (that.status == 2) {
- if(this.isRefund){
- if (!isMoney(refund_price)) {
- return that.$util.Tips({
- title: '请输入正确的金额'
- });
- }
- data.price = refund_price;
- data.type = opt.type;
- this.objOrderRefund(data);
- }else{
- if(opt.type == 1){
- orderRefundAgree(this.orderInfo.id).then(res=>{
- that.change = false;
- that.$util.Tips({
- title: res.msg
- });
- that.getIndex();
- }).catch(err=>{
- that.change = false;
- that.$util.Tips({
- title: err
- });
- })
- }
- }
- } else if(that.status == 8){
- data.type = opt.type;
- data.refuse_reason = opt.refuse_reason;
- this.objOrderRefund(data);
- } else {
- if (!remark) {
- return this.$util.Tips({
- title: '请输入备注'
- })
- }
- data.remark = remark;
- let obj = '';
- if(that.statusType == -3){
- obj = setAdminRefundRemark(data);
- }else{
- obj = setAdminOrderRemark(data);
- }
- obj.then(
- res => {
- that.change = false;
- this.$util.Tips({
- title: res.msg,
- icon: 'success'
- })
- this.orderInfo.remark = remark;
- // that.getIndex();
- },
- err => {
- that.change = false;
- that.$util.Tips({
- title: err
- });
- }
- );
- }
- },
- offlinePay: function() {
- if(this.openErp) return
- setOfflinePay({
- order_id: this.orderInfo.order_id
- }).then(
- res => {
- this.$util.Tips({
- title: res.msg,
- icon: 'success'
- });
- this.getIndex();
- },
- err => {
- this.$util.Tips({
- title: err
- });
- }
- );
- },
- // #ifdef MP
- copyNum(id) {
- uni.setClipboardData({
- data: id,
- success: function() {}
- });
- },
- // #endif
- // #ifdef H5
- webCopy(item, index) {
- let items = item
- let indexs = index
- let self = this
- if (self.clickNum == 1) {
- self.clickNum += 1
- self.webCopy(items, indexs)
- }
- }
- // #endif
- }
- };
- </script>
- <style lang="scss">
- .giveGoods{
- .item{
- padding: 14rpx 30rpx 14rpx 0;
- margin-left: 30rpx;
- border-top: 1px solid #eee;
- .picTxt{
- .pictrue{
- width: 76rpx;
- height: 76rpx;
- border-radius: 6rpx;
- background-color: #F5F5F5;
- color: #2a7efb;
- .iconfont{
- font-size: 34rpx;
- }
- image{
- width: 100%;
- height: 100%;
- border-radius: 6rpx;
- }
- margin-right: 16rpx;
- }
- .texts{
- width: 360rpx;
- color: #999999;
- font-size: 20rpx;
- .name{
- color: #333;
- }
- .limit{
- font-size: 20rpx;
- margin-top: 4rpx;
- }
- }
- }
- .num{
- color: #999999;
- font-size: 20rpx;
- }
- }
- }
- .splitTitle{
- width: 100%;
- height: 80rpx;
- background-color: #fff;
- margin-top: 17rpx;
- border-bottom: 1px solid #e5e5e5;
- padding: 0 30rpx;
- }
- .splitTitle .title{
- color: #2291f8;
- }
- /*商户管理订单详情*/
- .pos-order-details .header {
- background: linear-gradient(270deg, #1cd1dc 0%, #2291f8 100%);
- }
- .pos-order-details .header .state {
- font-size: 28upx;
- color: #fff;
- }
- .pos-order-details .header .data {
- margin-left: 35upx;
- font-size: 28upx;
- }
- .pos-order-details .header .data .order-num {
- font-size: 26upx;
- margin-bottom: 8upx;
- }
- .pos-order-details .remarks {
- width: 100%;
- height: 86upx;
- background-color: #fff;
- padding: 0 30upx;
- }
- .pos-order-details .remarks .iconfont {
- font-size: 40upx;
- color: #2a7efb;
- }
- .pos-order-details .remarks input {
- width: 630upx;
- height: 100%;
- font-size: 30upx;
- }
- .pos-order-details .remarks input::placeholder {
- color: #666;
- }
- .pos-order-details .orderingUser {
- font-size: 26upx;
- color: #282828;
- padding: 0 30upx;
- height: 67upx;
- background-color: #fff;
- margin-top: 16upx;
- border-bottom: 1px solid #f5f5f5;
- }
- .pos-order-details .orderingUser .iconfont {
- font-size: 40upx;
- color: #2a7efb;
- margin-right: 15upx;
- }
- .pos-order-details .address {
- margin-top: 0;
- }
- .pos-order-details .footer .more {
- font-size: 27upx;
- color: #aaa;
- width: 100upx;
- height: 64upx;
- text-align: center;
- line-height: 64upx;
- margin-right: 25upx;
- position: relative;
- }
- .pos-order-details .footer .delivery {
- background: linear-gradient(to right, #2291f8 0%, #1cd1dc 100%);
- background: -webkit-linear-gradient(to right, #2291f8 0%, #1cd1dc 100%);
- background: -moz-linear-gradient(to right, #2291f8 0%, #1cd1dc 100%);
- }
- .pos-order-details .footer .more .order .arrow {
- width: 0;
- height: 0;
- border-left: 11upx solid transparent;
- border-right: 11upx solid transparent;
- border-top: 20upx solid #e5e5e5;
- position: absolute;
- left: 15upx;
- bottom: -18upx;
- }
- .pos-order-details .footer .more .order .arrow:before {
- content: '';
- width: 0;
- height: 0;
- border-left: 9upx solid transparent;
- border-right: 9upx solid transparent;
- border-top: 19upx solid #fff;
- position: absolute;
- left: -10upx;
- bottom: 0;
- }
- .pos-order-details .footer .more .order {
- width: 200upx;
- background-color: #fff;
- border: 1px solid #eee;
- border-radius: 10upx;
- position: absolute;
- top: -200upx;
- z-index: 9;
- }
- .pos-order-details .footer .more .order .item {
- height: 77upx;
- line-height: 77upx;
- }
- .pos-order-details .footer .more .order .item~.item {
- border-top: 1px solid #f5f5f5;
- }
- .pos-order-details .footer .more .moreName {
- width: 100%;
- height: 100%;
- }
- /*订单详情*/
- .order-details .header {
- padding: 0 30upx;
- height: 150upx;
- }
- .order-details .header.on {
- background-color: #666 !important;
- }
- .order-details .header .pictrue {
- width: 110upx;
- height: 110upx;
- }
- .order-details .header .pictrue image {
- width: 100%;
- height: 100%;
- }
- .order-details .header .data {
- color: rgba(255, 255, 255, 0.8);
- font-size: 24upx;
- margin-left: 27upx;
- }
- .order-details .header.on .data {
- margin-left: 0;
- }
- .order-details .header .data .state {
- font-size: 30upx;
- font-weight: bold;
- color: #fff;
- margin-bottom: 7upx;
- }
- /* .order-details .header .data .time{margin-left:20upx;} */
- .order-details .nav {
- background-color: #fff;
- font-size: 26upx;
- color: #282828;
- padding: 25upx 0;
- }
- .order-details .nav .navCon {
- padding: 0 40upx;
- }
- .order-details .nav .navCon .on {
- font-weight: bold;
- color: #e93323;
- }
- .order-details .nav .progress {
- padding: 0 65upx;
- margin-top: 10upx;
- }
- .order-details .nav .progress .line {
- width: 100upx;
- height: 2upx;
- background-color: #939390;
- }
- .order-details .nav .progress .iconfont {
- font-size: 25upx;
- color: #939390;
- margin-top: -2upx;
- width: 30upx;
- height: 30upx;
- line-height: 33upx;
- text-align: center;
- margin-right: 0 !important;
- }
- .order-details .address {
- font-size: 26upx;
- color: #868686;
- background-color: #fff;
- padding: 25upx 30upx 30upx 30upx;
- }
- .order-details .address .name {
- font-size: 30upx;
- color: #282828;
- margin-bottom: 0.1rem;
- }
- .order-details .address .name .phone {
- margin-left: 40upx;
- }
- .order-details .line {
- width: 100%;
- height: 3upx;
- }
- .order-details .line image {
- width: 100%;
- height: 100%;
- display: block;
- }
- .order-details .wrapper {
- background-color: #fff;
- margin-top: 12upx;
- padding: 30upx;
- }
- .order-details .wrapper .item {
- font-size: 28upx;
- color: #282828;
- }
- .order-details .wrapper .item~.item {
- margin-top: 20upx;
- }
- .order-details .wrapper .item .conter {
- color: #868686;
- width: 468rpx;
- display: flex;
- flex-wrap: nowrap;
- justify-content: flex-end;
- text-align: right;
- .pictrue{
- width: 80rpx;
- height: 80rpx;
- margin-left: 6rpx;
- image{
- width: 100%;
- height: 100%;
- border-radius: 6rpx;
- }
- }
- }
- .order-details .wrapper .item .conter .copy {
- font-size: 20rpx;
- color: #333;
- border-radius: 3rpx;
- border: 1px solid #666;
- padding: 0rpx 15rpx;
- margin-left: 24rpx;
- height: 40rpx;
- }
- .order-details .wrapper .actualPay {
- border-top: 1upx solid #eee;
- margin-top: 30upx;
- padding-top: 30upx;
- }
- .order-details .wrapper .actualPay .money {
- font-weight: bold;
- font-size: 30upx;
- color: #e93323;
- }
- .order-details .footer {
- width: 100%;
- height: 100upx;
- position: fixed;
- bottom: 0;
- left: 0;
- background-color: #fff;
- padding: 0 30upx;
- border-top: 1px solid #eee;
- }
-
- .order-details .footer .wait{
- color: #2a7efb;
- margin-right: 30rpx;
- }
- .order-details .footer .bnt {
- width: auto;
- height: 60upx;
- line-height: 60upx;
- text-align: center;
- line-height: upx;
- border-radius: 50upx;
- color: #fff;
- font-size: 27upx;
- padding: 0 3%;
- &.on{
- color: #c5c8ce!important;
- background: #f7f7f7!important;
- border: 1px solid #dcdee2!important;
- }
- }
- .order-details .footer .bnt.cancel {
- color: #aaa;
- border: 1px solid #ddd;
- }
- .order-details .footer .bnt.default {
- color: #444;
- border: 1px solid #444;
- }
- .order-details .footer .bnt~.bnt {
- margin-left: 18upx;
- }
- .pos-order-goods {
- padding: 0 30upx;
- background-color: #fff;
- }
-
- .pos-order-goods.split{
- margin-top: 15upx;
- padding: 0;
- }
-
- .pos-order-goods .title{
- height: 80upx;
- border-bottom: 1px solid #e5e5e5;
- padding: 0 30upx;
- }
-
- .pos-order-goods .bnt{
- padding: 7upx 20upx;
- border: 1px solid #2a7efb;
- color: #2a7efb;
- border-radius: 30upx;
- }
- .pos-order-goods .goods {
- height: 185upx;
- }
-
- .pos-order-goods.split .goods{
- padding: 0 30upx;
- }
- .pos-order-goods .goods~.goods {
- border-top: 1px dashed #e5e5e5;
- }
- .pos-order-goods .goods .picTxt {
- width: 430upx;
- }
- .pos-order-goods .goods .picTxt .pictrue {
- width: 130upx;
- height: 130upx;
- }
- .pos-order-goods .goods .picTxt .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 6upx;
- }
- .pos-order-goods .goods .picTxt .text {
- width: 280upx;
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- height: 130upx;
- }
- .pos-order-goods .goods .picTxt .text .info {
- font-size: 28upx;
- color: #282828;
- }
-
- .pos-order-goods .goods .picTxt .text .info .label{
- color: #ff4c3c;
- }
- .pos-order-goods .goods .picTxt .text .attr {
- font-size: 24upx;
- color: #999;
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .pos-order-goods .goods .money {
- width: 248upx;
- height: 130upx;
- text-align: right;
- font-size: 28upx;
- }
-
- .pos-order-goods .goods .money .writeOff{
- font-size: 24upx;
- margin-top: 17upx;
- color: #1890FF;
- }
-
- .pos-order-goods .goods .money .writeOff .on{
- color: #FF7E00;
- }
- .pos-order-goods .goods .money .x-money {
- color: #282828;
- }
- .pos-order-goods .goods .money .num {
- margin: 5upx 0;
- }
- .pos-order-goods .goods .money .y-money {
- color: #999;
- text-decoration: line-through;
- }
- .public-total {
- font-size: 28upx;
- color: #282828;
- border-top: 1px solid #eee;
- height: 92upx;
- line-height: 92upx;
- text-align: right;
- padding: 0 30upx;
- background-color: #fff;
- }
- .public-total .money {
- color: #ff4c3c;
- }
- .copy-data {
- font-size: 10px;
- color: #333;
- -webkit-border-radius: 1px;
- border-radius: 1px;
- border: 1px solid #666;
- padding: 0px 7px;
- margin-left: 12px;
- height: 20px;
- }
- </style>
|