123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584 |
- <template>
- <div class="page">
- <div class="page__top">
- <div class="name">当前门店:</div>
- <div class="shop" v-if="!hideShop" @click="goShopSelect">
- <div class="shop__name">
- <!-- 最多6字 -->
- {{ curShopName }}
- <i class="iconfont iconyoujiantou shop__arrow"></i>
- </div>
- </div>
- </div>
- <ul class="tab">
- <li
- class="tab__item"
- :class="{ 'tab__item--active': tab === index }"
- v-for="(item, index) in list"
- :key="index"
- @click="setTab(index)"
- >
- <div class="tab__text">{{ item.title }}</div>
- <div class="tab__num" v-if="item.num > 0">{{ item.num }}</div>
- </li>
- </ul>
- <div class="page__content" v-if="!noPower">
- <swiper class="page__swiper" :current="tab" @change="swiperChange">
- <swiper-item v-for="(item, index) in list" :key="index">
- <scroll-view
- class="page__scroll"
- :scroll-y="true"
- @scrolltolower="getMoreList"
- >
- <ul class="order">
- <li
- class="order__item"
- v-for="(order, oindex) of orderList"
- :key="oindex"
- >
- <black
- v-if="
- order.afterSaleList &&
- order.afterSaleList.length
- "
- >
- <div
- class="apply"
- :class="{
- showAll: order.showAllAfterSale,
- }"
- >
- <div class="head">
- <div class="tit">退款</div>
- </div>
- <section
- class="info-item"
- v-for="afterSale of order.afterSaleList"
- :key="afterSale._id"
- >
- <div class="coll">
- <div class="coll-l coll-tit">
- {{
- afterSale.applyUser ===
- 0
- ? "顾客申请"
- : ""
- }}
- {{
- afterSale.refundType ===
- 0
- ? "全部退款"
- : "部分退款"
- }}
- <span class="status"
- >({{
- afterSale.status
- | afterSaleStatus
- }})</span
- >
- </div>
- <div class="date coll-r">
- {{
- afterSale.createdTime
- | timestampToDate(
- "MM-dd hh:mm"
- )
- }}
- </div>
- </div>
- <div class="coll">
- <div class="coll-l">
- 金额:<span
- class="money-red"
- >¥{{
- afterSale.refundAmount
- | minuteToRmb2
- }}</span
- >
- </div>
- <div class="date coll-r"></div>
- </div>
- <div
- class="coll"
- v-if="afterSale.productInfo"
- >
- <div class="coll-l">
- 商品:{{
- afterSale.productInfo
- .name
- }}
- </div>
- <div class="good-r coll-r">
- <!-- <span class="num">x{{afterSale.orderInfo.orderItemCount || ''}}</span> -->
- <span class="money"
- >¥{{
- afterSale.orderInfo
- .orderItemPayAmount
- | minuteToRmb2
- }}</span
- >
- </div>
- </div>
- <div
- class="coll"
- v-if="afterSale.applyReason"
- >
- <div class="coll-l">
- 理由:{{
- afterSale.applyReason
- }}
- </div>
- <div class="coll-r"></div>
- </div>
- <div
- class="btns"
- v-if="
- afterSale.status === 1 ||
- afterSale.status === 5
- "
- >
- <span
- class="btn"
- @click="applyNo(afterSale)"
- >拒绝</span
- >
- <span
- class="btn ok"
- @click="applyOk(afterSale)"
- >同意</span
- >
- </div>
- </section>
- <div
- class="toggle"
- v-if="
- order.afterSaleList &&
- order.afterSaleList.length > 1
- "
- >
- <span
- @click="afterSaleToggle(order)"
- >{{
- order.showAllAfterSale
- ? "收起信息"
- : "展开完整售后信息"
- }}</span
- >
- </div>
- </div>
- </black>
- <div class="order__main">
- <div class="order__top">
- <div class="des">
- <span>要求送达时间:</span
- >{{
- order.orderInfo
- .deliveryStartTime
- | dateFormat("MM-dd hh:mm")
- }}
- ——
- {{
- order.orderInfo.deliveryEndTime
- | dateFormat("MM-dd hh:mm")
- }}
- </div>
- <div class="index">
- <!-- <span class="symbol">#</span>155 -->
- </div>
- </div>
- <div class="order__top order__top2">
- <div class="des">
- <span>订单号:</span>
- {{ order.orderInfo.tradeNo }}
- <span
- class="copy"
- @click="
- copy(
- order.orderInfo.tradeNo
- )
- "
- >复制</span
- >
- <span class="order-status">{{
- order.orderInfo.status
- | orderStatus
- }}</span>
- </div>
- </div>
- <div class="tags">
- <span
- class="tag geekblue"
- v-if="
- order.orderInfo
- .deliveryMethod === 0
- "
- >快递</span
- >
- <span
- class="tag green"
- v-if="
- order.orderInfo
- .deliveryMethod === 1
- "
- >门店自提</span
- >
- <span
- class="tag magenta"
- v-if="
- order.orderInfo
- .deliveryMethod === 2
- "
- >送货上门</span
- >
- </div>
- <div class="order__con">
- <div class="order__title">
- {{
- order.fromAddress.address || ""
- }}
- ({{ order.storeInfo.name || "" }})
- </div>
- <p class="order__des">
- {{
- order.fromAddress.province +
- order.fromAddress.city +
- order.fromAddress.county ||
- ""
- }}
- </p>
- <block
- v-if="
- order.orderInfo
- .deliveryMethod === 2
- "
- >
- <div
- class="order__title on order__title2"
- >
- {{ order.toAddress.address }}
- </div>
- <p class="order__des on">
- {{
- order.toAddress.province +
- order.toAddress.city +
- order.toAddress.county
- }}
- </p>
- </block>
- </div>
- </div>
- <div class="remarks user-name">
- 收件人:{{ order.orderInfo.name }}
- {{ order.orderInfo.mobile }}
- </div>
- <!-- <div class="yuji" v-if="tab!==4">预计{{order | yujiTime}}送达</div> -->
- <div
- class="remarks"
- v-if="order.orderInfo.description"
- >
- 备注:{{ order.orderInfo.description }}
- </div>
- <div class="tools">
- <!-- afterSaleStatus 根据售后信息里RefundType字段判断手动加的值 -->
- <div class="oper">
- <!-- 只要有一条售后就不能申请取消订单 -->
- <!-- <span
- class="oper-btn"
- @click="cancelOrder(order)"
- v-if="!order.noShowCancelOrder"
- >取消订单</span
- > -->
- <black
- v-if="
- order.orderInfo.status !== 12 &&
- order.orderInfo.status !== 11
- "
- >
- <span
- class="oper-btn"
- v-if="
- order.afterSaleStatus !==
- 'all'
- "
- @click="refund(order)"
- >退款</span
- >
- <span
- class="oper-btn"
- @click="refundDifference(order)"
- >退差价</span
- >
- </black>
- </div>
- <div
- class="view-btn"
- @click="orderClick(order)"
- >
- 查看订单商品
- </div>
- </div>
- <div class="view-detail">
- <ul class="goods" v-if="order.viewDetail">
- <li
- v-for="good of order.orderItems"
- :key="good.orderItem.id"
- class="goods__item"
- >
- <div class="goods__content">
- <div class="goods__left">
- <my-image
- class="goods__img"
- :src="good.productImage"
- ></my-image>
- <div class="goods__info">
- <div
- class="goods__title"
- >
- {{
- good.productName ||
- ""
- }}
- </div>
- <div
- class="goods__spec"
- >
- {{
- good.skuName ||
- ""
- }}
- </div>
- </div>
- </div>
- <div class="goods__right">
- <div class="goods__price">
- ¥{{
- good.payAmount
- | minuteToRmb
- }}
- </div>
- <div class="goods__num">
- {{
- "X" +
- (good.count || "0")
- }}
- </div>
- </div>
- </div>
- </li>
- </ul>
- </div>
- <div class="order__btns" v-if="tab !== 6 && tab !== 5">
- <div
- class="btn tel"
- @click="makePhone(order)"
- >
- <my-image
- src="/static/icon/tal.png"
- ></my-image>
- <span>联系</span>
- </div>
- <div
- class="btn active"
- v-if="tab === 0"
- @click="receivingOrder(order, oindex)"
- >
- 接单
- </div>
- <div
- class="btn active"
- v-if="tab === 1"
- @click="packagedOrder(order, oindex)"
- >
- 打包完
- </div>
- <div
- class="btn active"
- v-if="tab === 2"
- @click="completeOrder(order, oindex)"
- >
- 已提货
- </div>
- <div
- class="btn active"
- v-if="tab === 3"
- @click="deliveryOrder(order, oindex)"
- >
- 配送中
- </div>
- <div
- class="btn active"
- v-if="tab === 4"
- @click="completeOrder(order, oindex)"
- >
- 完成订单
- </div>
- </div>
- </li>
- </ul>
- <div class="null" v-if="loading && !item.list.length">
- <img
- class="null__img"
- src="/static/common/order_null.jpg"
- alt
- />
- <div class="null__title">还没有相关数据哦</div>
- <!-- <div class="null__sub-title">xxx</div> -->
- </div>
- </scroll-view>
- </swiper-item>
- </swiper>
- </div>
- <div v-if="noPower" class="tips">
- 当前小程序需要绑定手机号使用,
- <span class="bind" @click="goBind">去绑定</span>
- </div>
- </div>
- </template>
- <script>
- import MyImage from "../../components/image/index";
- import fn from "../../common/js/function";
- export default {
- name: "",
- components: { MyImage },
- // 数据
- data() {
- return {
- tab: 0,
- list: [
- {
- title: "待接单",
- status: "20",
- num: 0,
- page: 1,
- list: [],
- },
- {
- title: "打包中",
- status: "21",
- num: 0,
- page: 1,
- list: [],
- },
- {
- title: "待提货",
- status: "26",
- num: 0,
- page: 1,
- list: [],
- },
- {
- title: "待配送",
- status: "23",
- num: 0,
- page: 1,
- list: [],
- },
- {
- title: "配送中",
- status: "24",
- num: 0,
- page: 1,
- list: [],
- },
- {
- title: "售后",
- status: "99",
- num: 0,
- page: 1,
- list: [],
- },
- {
- title: "已完成",
- status: "9",
- num: 0,
- page: 1,
- list: [],
- },
- ],
- loading: false, // 是否加载完成
- };
- },
- filters: {
- yujiTime(item) {
- let sTime = item.orderInfo.deliveryStartTime;
- sTime = sTime.replace(/-/g, "/");
- sTime = new Date(sTime);
- sTime = sTime.getTime();
- let instantDelivery = 0; // 配送时间 m
- let reserveReceivingOrdersTime = 0; // 预留接单时间 m
- if (item.storeExtraInfo) {
- instantDelivery =
- item.storeExtraInfo.deliveryConfig.instantDelivery *
- 60 *
- 1000;
- reserveReceivingOrdersTime =
- item.storeExtraInfo.deliveryConfig
- .reserveReceivingOrdersTime *
- 60 *
- 1000;
- }
- sTime += instantDelivery + reserveReceivingOrdersTime;
- return fn.getDateFormat(new Date(sTime), "MM-dd hh:mm");
- },
- afterSaleStatus(v) {
- switch (v) {
- case 1:
- return "退款审核中";
- case 2:
- return "等待商家退款";
- case 3:
- return "退款完成";
- case 4:
- return "退款取消";
- case 5:
- return "退货审核中";
- case 6:
- return "退货取消";
- case 7:
- return "退货完成";
- case 8:
- return "等待买家退货";
- case 9:
- return "等待确认收货";
- case 10:
- return "已拒绝";
- default:
- return "未知";
- }
- },
- orderStatus(v) {
- let obj = {
- 2: "待支付",
- 3: "待发货",
- 4: "待收货",
- 5: "拼团中",
- 6: "已取消",
- 7: "售后中",
- 8: "已删除",
- 9: "已完成",
- 10: "已评价",
- 11: "已售后",
- 12: "已退款",
- 20: "待接单",
- 21: "拣货中",
- 22: "拣货完成",
- 23: "待配送",
- 24: "配送中",
- 25: "已送达",
- 26: "待提货",
- 27: "已提货",
- 31: "订单已推单",
- 32: "订单已被骑手接单",
- 33: "骑手已到店",
- 34: "骑手已取餐",
- 35: "订单完成",
- 36: "订单失败",
- };
- return obj[v] || "未知";
- },
- },
- async onShow() {
- const self = this;
- // 未授权
- // if (this.$store.state.user.noPower === true) {
- // console.log("未授权重定向", this.$store.state.user);
- // this.idrouter.replace({
- // path: "/pages/index/bind",
- // isReLaunch: true,
- // query: {
- // openId: this.$store.state.user.openId,
- // },
- // });
- // return;
- // }
- self.fn.shareMenu();
- self.tab = this.$store.state.common.tabIndex;
- this.getList();
- },
- // onPullDownRefresh() {
- // const self = this;
- // self.getList();
- // },
- // 函数
- methods: {
- // 切换导航
- setTab(index) {
- const self = this;
- self.tab = index;
- this.$store.commit("common/update", {
- tabIndex: index,
- });
- },
- // swiper切换处理
- swiperChange(val) {
- const self = this;
- self.tab = val.target.current;
- self.getList();
- },
- // 获取订单列表
- getList() {
- const self = this;
- self.list[self.tab].page = 1;
- uni.showLoading({
- title: "加载中...",
- });
- self.api
- .get("/Order/GetList", {
- storeId: this.curShopId || "",
- status: self.list[self.tab].status,
- pageIndex: self.list[self.tab].page,
- pageSize: 20,
- })
- .then((res) => {
- uni.hideLoading();
- let data = res.data.data;
- if (data.length) {
- self.list[self.tab].page++;
- }
- // self.list[1].num = data.countInfo.unpaidOrderCount
- // self.list[2].num = data.countInfo.waitShippedOrderCount
- // self.list[3].num = data.countInfo.waitReceivedOrderCount
- data = this.afterSaleFactory(data);
- self.list[self.tab].list = data;
- self.loading = true;
- uni.hideLoading();
- });
- },
- // 获取更多内容
- getMoreList() {
- const self = this;
- self.api
- .get("/Order/GetList", {
- status: self.list[self.tab].status,
- pageIndex: self.list[self.tab].page,
- pageSize: 20,
- })
- .then((res) => {
- let data = res.data.data;
- if (data.length) {
- self.list[self.tab].page++;
- }
- data = this.afterSaleFactory(data);
- // self.list[1].num = data.countInfo.unpaidOrderCount;
- // self.list[2].num = data.countInfo.waitShippedOrderCount;
- // self.list[3].num = data.countInfo.waitReceivedOrderCount;
- self.list[self.tab].list = self.list[self.tab].list.concat(
- data
- );
- });
- },
- // 售后处理
- afterSaleFactory(data) {
- for (let item of data) {
- //判断是否有售货
- if (item.afterSaleList && item.afterSaleList.length) {
- let obj = {
- expire: [],
- now: [],
- };
- for (let afterSale of item.afterSaleList) {
- // 全部退款
- if (afterSale.refundType === 0) {
- item.noShowCancelOrder = true;
- item.afterSaleStatus = "all";
- }
- }
- }
- }
- return data;
- },
- // 打电话
- makePhone(val) {
- if (!val.orderInfo.mobile) {
- return this.fn.showToast("该订单无客户手机号");
- }
- uni.makePhoneCall({
- phoneNumber: val.orderInfo.mobile,
- });
- },
- // 接单
- receivingOrder(val, index) {
- this.api
- .get(
- "/Order/ReceivingOrder",
- {
- id: val.orderInfo.id,
- },
- {
- repeat: true,
- }
- )
- .then((res) => {
- if (res.success) {
- this.fn.showToast("接单成功");
- this.list[this.tab].list.splice(index, 1);
- this.list = [...this.list];
- } else {
- this.fn.showToast("接单失败:" + res.message);
- }
- });
- },
- // 打包完
- packagedOrder(val, index) {
- this.api
- .get(
- "/Order/PackagedOrder",
- {
- id: val.orderInfo.id,
- },
- {
- repeat: true,
- }
- )
- .then((res) => {
- if (res.success) {
- this.fn.showToast("打包完成功");
- this.list[this.tab].list.splice(index, 1);
- this.list = [...this.list];
- } else {
- this.fn.showToast("打包完失败:" + res.message);
- }
- });
- },
- // 提货
- completeOrder(val, index) {
- this.api
- .get(
- "/Order/CompleteOrder ",
- {
- id: val.orderInfo.id,
- },
- {
- repeat: true,
- }
- )
- .then((res) => {
- if (res.success) {
- this.fn.showToast("提货成功");
- this.list[this.tab].list.splice(index, 1);
- this.list = [...this.list];
- } else {
- this.fn.showToast("提货失败:" + res.message);
- }
- });
- },
- // 配送中
- deliveryOrder(val, index) {
- this.api
- .get(
- "/Order/DeliveryOrder",
- {
- id: val.orderInfo.id,
- },
- {
- repeat: true,
- }
- )
- .then((res) => {
- if (res.success) {
- this.fn.showToast("配送中成功");
- this.list[this.tab].list.splice(index, 1);
- this.list = [...this.list];
- } else {
- this.fn.showToast("配送中失败:" + res.message);
- }
- });
- },
- // 送达
- completeOrder(val, index) {
- this.api
- .get(
- "/Order/CompleteOrder",
- {
- id: val.orderInfo.id,
- },
- {
- repeat: true,
- }
- )
- .then((res) => {
- if (res.success) {
- this.fn.showToast("送达成功");
- this.list[this.tab].list.splice(index, 1);
- this.list = [...this.list];
- } else {
- this.fn.showToast("送达失败:" + res.message);
- }
- });
- },
- goBind() {
- this.router.push({
- path: "/pages/index/login",
- isReLaunch: true,
- query: {
- openId: this.$store.state.user.openId,
- },
- });
- },
- orderClick(order) {
- order.viewDetail = !order.viewDetail;
- this.list = [...this.list];
- },
- // 复制
- copy(val) {
- const self = this;
- uni.setClipboardData({
- data: val,
- success: () => {
- self.fn.showToast("复制成功");
- },
- });
- },
- // 部分退款
- refund(val) {
- this.$store.commit("common/update", {
- curOrder: val,
- });
- this.router.push({
- path: "/pages/index/refund",
- query: {
- id: val.orderInfo.id,
- },
- });
- },
- // 退差价
- refundDifference(val) {
- this.$store.commit("common/update", {
- curOrder: val,
- });
- this.router.push({
- path: "/pages/index/difference",
- query: {
- id: val.orderInfo.id,
- },
- });
- },
- // 取消订单
- cancelOrder(val) {
- this.fn
- .showModal({
- content: "确认取消该订单,并全部退款",
- })
- .then((res) => {
- if (res.confirm) {
- if (val.loading) {
- return;
- }
- val.loading = true;
- uni.showLoading({
- title: "提交中...",
- mask: true,
- });
- this.api
- .post(
- "/Order/Cancel",
- {
- query: true,
- id: val.orderInfo.id,
- },
- { pass: true }
- )
- .then((res) => {
- uni.hideLoading();
- val.loading = false;
- if (res.success) {
- this.fn.showToast("取消成功");
- this.getList();
- } else {
- this.fn.showToast(
- "取消失败:" + res.message
- );
- }
- });
- }
- });
- },
- // 拒绝退款
- applyNo(val) {
- if (val.loading) {
- return;
- }
- val.loading = true;
- this.api
- .post(
- "/Order/RejectRefund",
- {
- query: true,
- orderId: val.id,
- },
- { pass: true }
- )
- .then((res) => {
- val.loading = false;
- if (res.success) {
- this.fn.showToast("操作成功");
- this.getList();
- } else {
- this.fn.showToast("操作失败:" + res.message);
- }
- });
- },
- // 同意退款
- applyOk(val) {
- if (val.loading) {
- return;
- }
- val.loading = true;
- this.api
- .post(
- "/Order/AgreeRefund",
- {
- query: true,
- orderId: val.id,
- },
- { pass: true }
- )
- .then((res) => {
- val.loading = false;
- if (res.success) {
- this.fn.showToast("操作成功");
- this.getList();
- } else {
- this.fn.showToast("操作失败:" + res.message);
- }
- });
- },
- goShopSelect() {
- this.router.push("/pages/index/select");
- },
- afterSaleToggle(val) {
- val.showAllAfterSale = !val.showAllAfterSale;
- this.list = [...this.list];
- },
- },
- // 数据计算
- computed: {
- orderList() {
- return this.list[this.tab].list;
- },
- noPower() {
- return this.$store.state.user.noPower;
- },
- curShopName() {
- return this.$store.state.common.curShop.name || "不限门店";
- },
- curShopId() {
- return this.$store.state.common.curShop.id;
- },
- },
- // 数据监听
- watch: {},
- };
- </script>
- <style>
- page {
- height: 100%;
- }
- </style>
- <style lang="scss" scoped>
- .page {
- &__top {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: px(145);
- padding: 0 px(50);
- background-color: #fff;
- border-bottom: 1px solid #f1f1f1;
- }
- .name {
- font-size: px(36);
- color: #999;
- flex-shrink: 0;
- margin-right: px(20);
- }
- }
- .shop {
- display: flex;
- color: #666;
- font-size: px(36);
- flex-shrink: 0;
- margin-right: px(30);
- width: 100%;
- &__logo {
- margin-right: px(20);
- width: px(80);
- height: px(80);
- border-radius: 50%;
- box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
- overflow: hidden;
- /deep/ img {
- width: px(80);
- height: px(80);
- }
- }
- &__name {
- display: flex;
- white-space: nowrap;
- align-items: center;
- }
- &__arrow {
- margin-left: px(10);
- transform: rotate(90deg);
- }
- }
- .page {
- display: flex;
- flex-direction: column;
- height: 100%;
- &__content {
- flex: 1;
- position: relative;
- }
- &__swiper {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1;
- width: 100%;
- height: 100%;
- }
- &__scroll {
- height: 100%;
- }
- }
- .tab {
- display: flex;
- justify-content: space-around;
- align-items: center;
- width: 100%;
- height: px(145);
- background-color: #fff;
- &__item {
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- flex: 1;
- height: 100%;
- &--active:before {
- content: "";
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 1;
- width: 100%;
- height: px(6);
- background-color: #333;
- }
- }
- &__text {
- font-size: px(42);
- color: #333;
- }
- &__num {
- position: absolute;
- top: px(30);
- right: px(30);
- z-index: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- min-width: px(42);
- height: px(42);
- transform: translateX(50%);
- padding: 0 px(15);
- font-size: px(30);
- color: #fff;
- border-radius: px(21);
- background-color: #262626;
- }
- }
- .order {
- padding-top: px(30);
- &__item {
- margin: px(20);
- margin-top: px(30);
- background-color: #fff;
- border-radius: px(10);
- box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.5);
- padding-bottom: 1px;
- }
- &__main {
- padding: px(40);
- }
- &__top {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .des {
- font-size: px(40);
- width: 100%;
- span {
- color: #666;
- }
- }
- .index {
- font-size: px(55);
- }
- .symbol {
- font-size: px(36);
- }
- }
- &__top2 {
- margin-top: px(20);
- .copy {
- display: inline-block;
- font-size: px(32);
- line-height: px(44);
- padding: 0 px(10);
- border: 1px solid #d9d9d9;
- color: #333;
- background-color: #fafafa;
- margin-left: px(20);
- border-radius: px(5);
- }
- }
- .order-status {
- float: right;
- }
- .tags {
- margin-top: px(20);
- .tag {
- display: inline-block;
- line-height: px(50);
- padding: 0 px(15);
- font-size: px(32);
- border: 1px solid #d9d9d9;
- color: #666;
- background: #fafafa;
- border-radius: px(4);
- }
- .magenta {
- color: #eb2f96;
- background: #fff0f6;
- border-color: #ffadd2;
- }
- .green {
- color: #52c41a;
- background: #f6ffed;
- border-color: #b7eb8f;
- }
- .geekblue {
- color: #2f54eb;
- background: #f0f5ff;
- border-color: #adc6ff;
- }
- }
- &__con {
- margin-top: px(60);
- padding-left: px(60);
- position: relative;
- &::after {
- content: "";
- position: absolute;
- left: px(20);
- top: px(60);
- bottom: px(60);
- width: px(3);
- background-color: #a8a8a8;
- }
- }
- &__title {
- font-size: px(60);
- position: relative;
- color: #999;
- &::after {
- content: "";
- position: absolute;
- left: px(-50);
- top: 50%;
- transform: translate(0, -50%);
- z-index: 1;
- width: px(20);
- height: px(20);
- border-radius: 50%;
- background-color: #a8a8a8;
- }
- &.on {
- color: #333;
- &::after {
- background-color: #f68a3f;
- }
- }
- }
- &__title2 {
- margin-top: px(60);
- color: #999;
- }
- &__des {
- font-size: px(36);
- margin-top: px(20);
- color: #999;
- &.on {
- color: #333;
- }
- }
- &__btns {
- display: flex;
- border-top: 1px solid #dedede;
- justify-content: space-between;
- margin-bottom: -1px;
- .btn {
- height: px(130);
- line-height: px(130);
- text-align: center;
- }
- .active {
- background-color: #f68a3f;
- color: #fff;
- font-size: px(50);
- width: 100%;
- }
- .tel {
- width: px(200);
- flex-shrink: 0;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size: px(36);
- line-height: 1;
- /deep/ img {
- width: px(60);
- height: px(60);
- margin-bottom: px(10);
- }
- }
- }
- .yuji {
- padding: px(20) px(40) px(20) px(60);
- font-size: px(36);
- color: #999;
- }
- .remarks {
- background-color: #fefaf1;
- color: #6b5651;
- font-size: px(36);
- line-height: 1.5;
- padding: px(10);
- margin-left: px(60);
- margin-bottom: px(30);
- margin-right: px(40);
- }
- }
- .caption {
- display: flex;
- align-items: center;
- &__icon {
- margin-top: px(5);
- font-size: px(44);
- color: #333;
- }
- &__title {
- margin-left: px(30);
- font-size: px(36);
- color: #333;
- }
- &__arrows {
- margin: px(5) 0 0 px(20);
- font-size: px(44);
- color: #333;
- }
- }
- .null {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- padding-top: px(145);
- &__img {
- width: px(739);
- height: px(371);
- }
- &__title {
- margin-top: px(20);
- font-size: px(42);
- color: #666;
- }
- &__sub-title {
- margin-top: px(20);
- font-size: px(42);
- color: #999;
- }
- }
- .tips {
- padding: px(60) px(30);
- text-align: center;
- font-size: px(44);
- .bind {
- color: #3582fb;
- }
- }
- .view-detail {
- padding: px(20) px(40) px(50);
- }
- .tools {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: px(0) px(40);
- .oper-btn {
- display: inline-block;
- text-align: center;
- line-height: px(66);
- padding: 0 px(20);
- font-size: px(38);
- height: px(66);
- border-radius: px(33);
- border: 1px solid #f1f1f1;
- margin-right: px(20);
- }
- .view-btn {
- text-align: right;
- font-size: px(38);
- color: #3582fb;
- }
- }
- .goods {
- margin-top: px(40);
- padding: 0 px(45);
- background-color: #f5f5f5;
- &__item {
- min-height: px(225);
- padding-top: px(30);
- & ~ .goods__item {
- border-top: solid px(3) #ececec;
- }
- &:first-child {
- border-top: none;
- }
- }
- &__content {
- display: flex;
- justify-content: space-between;
- }
- &__left {
- display: flex;
- flex: 1;
- }
- &__img /deep/ img {
- width: px(170);
- height: px(170);
- border-radius: px(10);
- }
- &__info {
- flex: 1;
- margin-left: px(30);
- }
- &__title {
- @include omits(2);
- font-size: px(36);
- color: #333;
- }
- &__spec {
- @include omits(1);
- margin-top: px(30);
- font-size: px(36);
- color: #999;
- }
- &__right {
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- width: px(210);
- }
- &__price {
- font-size: px(36);
- color: #333;
- }
- &__num {
- margin-top: px(20);
- font-size: px(36);
- color: #999;
- }
- &__bottom {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: px(30) 0;
- }
- &__text {
- font-size: px(36);
- color: #999;
- }
- &__status {
- display: flex;
- align-items: center;
- }
- &__btn {
- display: flex;
- justify-content: center;
- align-items: center;
- height: px(70);
- padding: 0 px(40);
- margin-left: px(30);
- font-size: px(36);
- color: #666;
- border-radius: px(35);
- border: solid px(3) #999;
- }
- }
- .remarks.user-name {
- background-color: transparent;
- font-size: px(44);
- line-height: px(70);
- font-weight: 500;
- color: #333;
- }
- .apply {
- padding: px(40);
- border-bottom: 1px dashed #f1f1f1;
- background-color: #fcfcfc;
- &.showAll {
- .info-item {
- display: block !important;
- }
- }
- .head {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-bottom: px(10);
- .tit {
- font-size: px(50);
- }
- }
- .info-item {
- border-bottom: 1px solid #f1f1f1;
- padding: px(15) 0;
- & ~ .info-item {
- display: none;
- }
- .coll {
- display: flex;
- justify-content: space-between;
- align-items: center;
- color: #666;
- font-size: px(40);
- padding: px(0) px(30);
- margin-top: px(20);
- }
- .coll-tit {
- color: #333;
- font-size: px(44);
- .status {
- display: inline-flexbox;
- margin-left: px(30);
- }
- }
- .good-r {
- .money {
- display: inline-flex;
- width: px(200);
- justify-content: flex-end;
- }
- }
- }
- .btns {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: px(30);
- .btn {
- width: 45%;
- height: px(100);
- border: 1px solid #cacaca;
- border-radius: px(50);
- font-size: px(44);
- text-align: center;
- line-height: px(100);
- background-color: #fff;
- }
- .ok {
- background-color: #ff4b26;
- border-color: #ff4b26;
- color: #fff;
- }
- }
- .toggle {
- margin-top: px(20);
- font-size: px(40);
- text-align: right;
- color: #3582fb;
- }
- }
- .money-red {
- color: #ff475f;
- }
- </style>
|