From 7caa2fd40d8e7732caf8dc0a54d791ea5daee670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Fri, 20 Aug 2021 17:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BA=97=E9=93=BA=E6=AE=B5?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=EF=BC=8C=E5=90=8E=E7=BB=AD?= =?UTF-8?q?=E4=BC=9A=E9=85=8D=E7=BD=AE=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E5=8A=A8?= =?UTF-8?q?=E6=80=81CDN=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/member/list/memberRecycle.vue | 1 - manager/src/views/statistics/order.vue | 8 +- seller/public/index.html | 1 - seller/src/main.js | 21 +- .../views/distribution/distributionGoods.vue | 7 +- .../src/views/goods/goods-manage/category.vue | 3 +- seller/src/views/goods/goods-seller/goods.vue | 4 +- seller/src/views/lili-components/region.vue | 4 +- seller/src/views/lili-dialog/goods-dialog.vue | 41 ++- seller/src/views/member/memberComment.vue | 169 +++------ .../my-components/lili/upload-pic-thumb.vue | 2 +- .../order/after-order/returnGoodsOrder.vue | 2 + seller/src/views/promotion/coupon/coupon.vue | 1 + .../src/views/promotion/fullCut/fullCut.vue | 2 + seller/src/views/promotion/live/addLive.vue | 16 +- seller/src/views/promotion/live/liveGoods.vue | 7 +- .../views/promotion/pintuan/newPintuan.vue | 69 ++-- .../src/views/promotion/seckill/seckill.vue | 1 + .../views/promotion/seckill/seckillGoods.vue | 2 +- seller/src/views/shop/bill/billDetail.vue | 324 ++++++++---------- seller/src/views/shop/ship/shipTemplate.vue | 2 +- seller/src/views/shop/shopSetting.vue | 144 ++++---- seller/src/views/statistics/order.vue | 19 +- 23 files changed, 362 insertions(+), 488 deletions(-) diff --git a/manager/src/views/member/list/memberRecycle.vue b/manager/src/views/member/list/memberRecycle.vue index c9ff9850..ed38f4b5 100644 --- a/manager/src/views/member/list/memberRecycle.vue +++ b/manager/src/views/member/list/memberRecycle.vue @@ -40,7 +40,6 @@ ref="table" class="mt_10" sortable="custom" - @on-sort-change="changeSort" @on-selection-change="changeSelect" > diff --git a/manager/src/views/statistics/order.vue b/manager/src/views/statistics/order.vue index b97aa54c..b412eae2 100644 --- a/manager/src/views/statistics/order.vue +++ b/manager/src/views/statistics/order.vue @@ -149,8 +149,8 @@

订退单统计

@@ -177,7 +177,7 @@ export default { data() { return { - orderOrRefund: true, // 订单还是单 + orderOrRefund: 1, // 订单还是单 total: "0", // 总数 // 订单状态 orderStatusList: { @@ -456,7 +456,7 @@ export default { }, orderOrRefund:{ // 订单还是退单 handler (val) { - if (val) { + if (val == 1) { this.getOrderList(); } else { this.getOrderRefundList(); diff --git a/seller/public/index.html b/seller/public/index.html index cb8c0207..b7c7be20 100644 --- a/seller/public/index.html +++ b/seller/public/index.html @@ -19,7 +19,6 @@ - diff --git a/seller/src/main.js b/seller/src/main.js index 3752e635..1869ce00 100644 --- a/seller/src/main.js +++ b/seller/src/main.js @@ -6,7 +6,7 @@ import "./styles/theme.less"; import "core-js/stable"; // import "regenerator-runtime/runtime"; -import vueQr from 'vue-qr' +import vueQr from "vue-qr"; import App from "./App"; import { router } from "./router/index"; @@ -43,7 +43,7 @@ Vue.use(ViewUI, { }); Vue.use(VueClipboard); -Vue.component(vueQr) +Vue.component("vue-qr", vueQr); //此处将vue-qr添加为全局组件 // 挂载全局使用的方法 Vue.prototype.getRequest = getRequest; @@ -56,13 +56,18 @@ Vue.prototype.setStore = setStore; Vue.prototype.getStore = getStore; Vue.prototype.removeStore = removeStore; Vue.prototype.md5 = md5; -const buyerUrlPC = 'https://pc-b2b2c.pickmall.cn' // 跳转买家端地址 pc端 -const buyerUrlWap = 'https://m-b2b2c.pickmall.cn' // 跳转买家端地址 wap端 -Vue.prototype.linkTo = function (goodsId, skuId) { // 跳转买家端商品 - window.open(`${buyerUrlPC}/goodsDetail?skuId=${skuId}&goodsId=${goodsId}`, '_blank') +const buyerUrlPC = "https://pc-b2b2c.pickmall.cn"; // 跳转买家端地址 pc端 +const buyerUrlWap = "https://m-b2b2c.pickmall.cn"; // 跳转买家端地址 wap端 +Vue.prototype.linkTo = function(goodsId, skuId) { + // 跳转买家端商品 + window.open( + `${buyerUrlPC}/goodsDetail?skuId=${skuId}&goodsId=${goodsId}`, + "_blank" + ); }; -Vue.prototype.wapLinkTo = function (goodsId, skuId) { // app端二维码 - return `${buyerUrlWap}/pages/product/goods?id=${skuId}&goodsId=${goodsId}` +Vue.prototype.wapLinkTo = function(goodsId, skuId) { + // app端二维码 + return `${buyerUrlWap}/pages/product/goods?id=${skuId}&goodsId=${goodsId}`; }; Array.prototype.remove = function(from, to) { diff --git a/seller/src/views/distribution/distributionGoods.vue b/seller/src/views/distribution/distributionGoods.vue index cc8e34d1..2dd663e7 100644 --- a/seller/src/views/distribution/distributionGoods.vue +++ b/seller/src/views/distribution/distributionGoods.vue @@ -12,7 +12,7 @@ - +