From 6abb1cc3bbf423bc0950715434d41089ba25c941 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Thu, 21 Dec 2023 18:48:45 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/order.js | 36 +
src/api/product.js | 6 +
src/router/modules/order.js | 8 +
src/router/modules/product.js | 11 +-
src/views/order/index.vue | 31 +-
src/views/order/index_credit.vue | 2010 +++++++++++++++++++++
src/views/order/otherOrderDetails.vue | 805 +++++++++
src/views/product/productImport/index.vue | 771 ++++++++
8 files changed, 3662 insertions(+), 16 deletions(-)
create mode 100644 src/views/order/index_credit.vue
create mode 100644 src/views/order/otherOrderDetails.vue
create mode 100644 src/views/product/productImport/index.vue
diff --git a/src/api/order.js b/src/api/order.js
index d2b505c..54eef86 100644
--- a/src/api/order.js
+++ b/src/api/order.js
@@ -15,6 +15,12 @@ import request from './request'
export function orderListApi (data) {
return request.get('store/order/lst', data)
}
+/**
+ * @description 赊账订单 -- 列表
+ */
+export function orderOtherListApi (data) {
+ return request.get('store/order/other/lst', data)
+}
/**
* @description 订单 -- 表头
@@ -22,6 +28,12 @@ export function orderListApi (data) {
export function chartApi () {
return request.get('store/order/chart')
}
+/**
+ * @description 其他订单 -- 表头
+ */
+export function otherChartApi () {
+ return request.get('store/order/other/chart')
+}
/**
* @description 订单 -- 卡片
*/
@@ -46,6 +58,12 @@ export function orderDeliveryApi (id, data) {
export function orderDetailApi (id) {
return request.get(`store/order/detail/${id}`)
}
+/**
+ * @description 其他订单 -- 详情
+ */
+export function otherOrderDetailApi (id) {
+ return request.get(`store/order/other/detail/${id}`)
+}
/**
* @description 订单 -- 子订单
*/
@@ -58,6 +76,12 @@ export function getChildrenOrderApi (id) {
export function orderLogApi (id, data) {
return request.get(`store/order/log/${id}`, data)
}
+/**
+ * @description 其他订单 -- 记录
+ */
+export function otherOrderLogApi (id, data) {
+ return request.get(`store/order/other/log/${id}`, data)
+}
/**
* @description 订单 -- 备注from
*/
@@ -172,6 +196,12 @@ export function goCancellationApi (id, data) {
export function orderHeadListApi () {
return request.get(`store/order/filtter`)
}
+/**
+ * @description 其他订单 -- 头部
+ */
+export function otherOrderHeadListApi () {
+ return request.get(`store/order/other/filtter`)
+}
/**
* @description 核销订单 -- 表头
*/
@@ -287,6 +317,12 @@ export function getStoreLst () {
export function getLogisticsCode (id) {
return request.get(`store/order/logistics_code/${id}`)
}
+/**
+ * @description 其他发送货 -- 取件码
+ */
+export function otherGetLogisticsCode (id) {
+ return request.get(`store/order/other/logistics_code/${id}`)
+}
/**
* @description 发送货 -- 门店列表
diff --git a/src/api/product.js b/src/api/product.js
index 2b63bf4..adb7f2e 100644
--- a/src/api/product.js
+++ b/src/api/product.js
@@ -75,6 +75,12 @@ export function templateLsitApi () {
export function productLstApi (data) {
return request.get(`store/product/lst`, data)
}
+/**
+ * @description 导入商品列表 -- 列表
+ */
+export function xlsxProductLstApi (data) {
+ return request.get(`store/product/xlsx_import_list`, data)
+}
/**
* @description 商品列表 -- 删除
*/
diff --git a/src/router/modules/order.js b/src/router/modules/order.js
index fbf90f4..20a7565 100644
--- a/src/router/modules/order.js
+++ b/src/router/modules/order.js
@@ -52,6 +52,14 @@ const orderRouter =
title: '核销订单'
},
component: () => import('@/views/order/orderCancellate/index')
+ },
+ {
+ path: 'creditList',
+ name: 'OrderCreditList',
+ meta: {
+ title: '赊账订单'
+ },
+ component: () => import('@/views/order/index_credit')
}
]
}
diff --git a/src/router/modules/product.js b/src/router/modules/product.js
index d3c9df5..498b25d 100644
--- a/src/router/modules/product.js
+++ b/src/router/modules/product.js
@@ -78,7 +78,7 @@ const productRouter =
meta: {
title: '商品参数',
noCache: true,
-
+
},
component: () => import('@/views/product/specs/list.vue')
},
@@ -92,6 +92,15 @@ const productRouter =
},
component: () => import('@/views/product/specs/create.vue')
},
+ {
+ path: 'importList',
+ name: `importList`,
+ meta: {
+ title: '商品导入记录',
+ noCache: true
+ },
+ component: () => import('@/views/product/productImport')
+ },
]
}
diff --git a/src/views/order/index.vue b/src/views/order/index.vue
index 2190643..212a85c 100644
--- a/src/views/order/index.vue
+++ b/src/views/order/index.vue
@@ -209,7 +209,7 @@
@click="orderCancellation('')"
>订单核销
- 批量发货记录
下载物流公司对照表
+ > -->
@@ -427,7 +427,7 @@
-
+
{{
@@ -705,12 +705,12 @@
- 扫码发货
+ 电子面单打印 -->
+ 扫码发货
+ 自己配送
+
{
- this.isDump = res.data.crmeb_serve_dump
- if (res.data.crmeb_serve_dump == 1) this.getEleTempData()
- }).catch((res) => {
- this.$message.error(res.message)
- })
+ // serveInfoApi().then((res) => {
+ // this.isDump = res.data.crmeb_serve_dump
+ // if (res.data.crmeb_serve_dump == 1) this.getEleTempData()
+ // }).catch((res) => {
+ // this.$message.error(res.message)
+ // })
},
// 获取快递公司列表
getExpressLst () {
@@ -1786,7 +1786,8 @@ export default {
this.productNum = row.orderProduct && row.orderProduct[0] && row.orderProduct[0]['product_num'] || 0
delete this.shipment.order_id
if (this.tableFrom.order_type == 2) this.shipment.delivery_type = 3
- this.shipment.delivery_type = 6
+ if(this.$store.state.user.merchantType.type_code=='TypeSupplyChain')this.shipment.delivery_type = 2;
+ else this.shipment.delivery_type = 6;
},
sendReset () {
this.shipment = {
diff --git a/src/views/order/index_credit.vue b/src/views/order/index_credit.vue
new file mode 100644
index 0000000..b09f67d
--- /dev/null
+++ b/src/views/order/index_credit.vue
@@ -0,0 +1,2010 @@
+
+
+
+
+
+
+
+
+
+ 全部{{
+ "(" + orderChartType.all ? orderChartType.all : 0 + ")"
+ }}
+ 待发货{{
+ "(" + orderChartType.unshipped
+ ? orderChartType.unshipped
+ : 0 + ")"
+ }}
+ 待收货{{
+ "(" + orderChartType.untake
+ ? orderChartType.untake
+ : 0 + ")"
+ }}
+ 交易完成
+ {{
+ "(" + orderChartType.complete
+ ? orderChartType.complete
+ : 0 + ")"
+ }}
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 列表导出
+
+
+ 导出订单
+ 导出发货单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ props.row.total_price | filterEmpty }}
+
+
+ {{ props.row.create_time }}
+
+
+ {{
+ props.row.mark | filterEmpty
+ }}
+
+
+ {{ props.row.remark | filterEmpty }}
+
+
+
+
+
+
+
+
+ 选中本页
+ 选中全部
+
+
+
+
+
+ changeOne(v, scope.row)"
+ />
+
+
+
+
+
+ 用户已删除
+
+
+
+
+ {{
+ scope.row.is_virtual == 1
+ ? "虚拟订单"
+ : scope.row.order_type == 0
+ ? "普通订单"
+ : "核销订单"
+ }}
+
+
+
+
+ {{
+ scope.row.activity_type === 1
+ ? "秒杀"
+ : scope.row.activity_type === 2
+ ? "预售"
+ : scope.row.activity_type === 3
+ ? "助力"
+ : "--"
+ }}
+ 拼团订单
+ -{{
+ scope.row.groupUser.groupBuying.status | activityOrderStatus
+ }}
+
+
+
+
+
+
+
+
+
+
{{ val.cart_info.product.store_name + " | "
+ }}{{ val.cart_info.productAttr.sku }}
+
+ {{
+ "¥" +
+ val.cart_info.productPresellAttr.presell_price +
+ " x " +
+ val.product_num
+ }}
+ {{
+ "¥" +
+ val.cart_info.productAssistAttr.assist_price +
+ " x " +
+ val.product_num
+ }}
+ {{
+ "¥" +
+ val.cart_info.productAttr.price +
+ " x " +
+ val.product_num
+ }}
+ (-{{ val.product_num - val.refund_num }})
+
+
+
+
+
+
+ {{ scope.row.pay_price }}
+
+ 尾款:{{ scope.row.finalOrder.pay_price }}
+
+
+
+
+
+
+ {{
+ scope.row.pay_type | orderPayType
+ }}
+ --
+
+
+
+
+
+ {{ "赊账" }}
+
+
+
+
+
+ 待付款
+
+ {{ scope.row.status | orderStatusFilter }}
+ {{
+ scope.row.status | takeOrderStatusFilter
+ }}
+
+
+ 已删除
+
+
+
+
+
+ {{
+ (scope.row.spread && scope.row.spread.nickname) || "无"
+ }}
+
+
+
+
+ {{
+ (scope.row.TopSpread && scope.row.TopSpread.nickname) || "无"
+ }}
+
+
+
+
+ 查看退款单
+ 编辑
+ 发送货
+ 订单详情
+ 删除
+ 去核销
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formValidate.coupon_price }}
+
+
+ {{ formValidate.pay_price }}
+
+
+
+
+
+
+
+
+ {{ original.delivery_name }}
+
+
+ {{ original.delivery_id }}
+
+
+
+
+
+
+ 自己配送
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 预览
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 可选择表格中的商品单独发货,发货后会生成新的订单且不能撤回,请谨慎操作!
+
+
+
+
+
+
+
+
+
+
+
+
{{
+ scope.row.cart_info.product.store_name
+ }}
+
+
+
+
+
+ {{
+ scope.row.cart_info.productAttr.sku
+ }}
+
+
+
+
+ {{
+ scope.row.cart_info.productAttr.price
+ }}
+
+
+
+
+ {{ scope.row.stock_num }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/order/otherOrderDetails.vue b/src/views/order/otherOrderDetails.vue
new file mode 100644
index 0000000..df5367e
--- /dev/null
+++ b/src/views/order/otherOrderDetails.vue
@@ -0,0 +1,805 @@
+
+
+
+
+
+
+
![]()
+
+
{{ orderDetailList.order_type == 0 ? '赊账订单' : '核销订单' }}
+
+ 订单编号:{{ orderDetailList.order_sn }}
+
+
+
+ 订单核销
+ 发送货
+ 小票打印
+
+
+
+
+ 订单备注
+ 修改发货信息
+
+
+
+
+
+ -
+
订单状态
+
+
待付款
+
+ {{ orderDetailList.status | orderStatusFilter }}
+
+
+ {{ orderDetailList.status | cancelOrderStatusFilter }}
+
+
+
+ -
+
实际支付
+ ¥ {{ orderDetailList.pay_price }}
+
+ -
+
支付方式
+ {{ orderDetailList.pay_type | payTypeFilter }}
+
+ -
+
创建时间
+ {{ orderDetailList.create_time }}
+
+
+
+
+
+
+
用户信息
+
+ -
+
用户昵称:
+
+ {{
+ orderDetailList.user.real_name ? orderDetailList.user.real_name : orderDetailList.user.nickname
+ }}
+
+
+ -
+
用户ID:
+ {{ orderDetailList.user.uid ? orderDetailList.user.uid : '-' }}
+
+ -
+
绑定电话:
+ {{ orderDetailList.user.phone ? orderDetailList.user.phone : '-' }}
+
+
+
+
+
收货信息
+
+ -
+
收货人:
+ {{ orderDetailList.real_name ? orderDetailList.real_name : '-' }}
+
+ -
+
收货电话:
+ {{ orderDetailList.user_phone ? orderDetailList.user_phone : '-' }}
+
+ -
+
收货地址:
+ {{ orderDetailList.user_address ? orderDetailList.user_address : '-' }}
+
+
+
+
+
自定义留言
+
+ -
+
{{ i }}:
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
订单信息
+
+ -
+
创建时间:
+ {{ orderDetailList.create_time ? orderDetailList.create_time : '-' }}
+
+ -
+
商品总数:
+ {{ orderDetailList.total_num ? orderDetailList.total_num : '-' }}
+
+ -
+
实际支付:
+
+
+
+ -
+
优惠券金额:
+ {{ orderDetailList.coupon_price ? orderDetailList.coupon_price : '-' }}
+
+ -
+
积分抵扣:
+ 使用了{{ orderDetailList.integral }}个积分,抵扣了{{ orderDetailList.integral_price }}元
+
+ -
+
订单总价:
+ {{ orderDetailList.total_price ? orderDetailList.total_price : '-' }}
+
+
+ -
+
支付运费:
+ {{ orderDetailList.pay_postage }}
+
+ -
+
推广人:
+ {{ orderDetailList.TopSpread.nickname }}
+
+ -
+
一级佣金:
+
+ {{ parseFloat(orderDetailList.extension_one) + parseFloat(orderDetailList.refund_extension_one) }}
+ (-{{ orderDetailList.refund_extension_one }})
+
+
+ -
+
二级佣金:
+
+ {{ parseFloat(orderDetailList.extension_two) + parseFloat(orderDetailList.refund_extension_two) }}
+ (-{{ orderDetailList.refund_extension_two }})
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ scope.row.cart_info.product.store_name }}
+
+ 规格:{{
+ scope.row.cart_info.productAttr.sku ? scope.row.cart_info.productAttr.sku : '默认'
+ }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.cart_info.productAttr.price ? scope.row.cart_info.productAttr.price : '-' }}
+
+
+
+
+
+
+
+
+ {{ scope.row.product_price ? scope.row.product_price : '-' }}
+
+
+
+
+
+
+
+
+ {{ scope.row.product_num }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.order_sn }}
+
+
+
+
+ {{ scope.row.change_message }}
+
+
+
+
+
+
{{ operationType(scope.row.user_type) }}
+
+
+
+
+
+
+
{{ scope.row.nickname }}
+
+
+
+
+
+
+
{{ scope.row.change_time }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.order_sn }}
+
+
+
+
+
+
+
+
+
{{ val.cart_info.product.store_name + ' | ' }}{{ val.cart_info.productAttr.sku }}
+
+ {{ '¥'+ val.cart_info.productAttr.price + ' x '+ val.product_num }}
+ (-{{ val.product_num - val.refund_num }})
+
+
+
+
+
+
+ {{ scope.row.pay_price }}
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+ 物流公司:{{ orderDetailList.delivery_name }}
+ 物流单号:{{ orderDetailList.delivery_id }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/product/productImport/index.vue b/src/views/product/productImport/index.vue
new file mode 100644
index 0000000..72b7b9a
--- /dev/null
+++ b/src/views/product/productImport/index.vue
@@ -0,0 +1,771 @@
+
+
+
+
+
+
+
+
+
+ {{
+ props.row.storeCategory
+ ? props.row.storeCategory.cate_name
+ : "-"
+ }}
+
+
+
+ {{ item.category.cate_name }}
+
+ -
+
+
+ {{
+ props.row.brand ? props.row.brand.brand_name : "-"
+ }}
+
+
+ {{ props.row.ot_price | filterEmpty }}
+
+
+ {{ props.row.cost | filterEmpty }}
+
+
+ {{ props.row.care_count | filterEmpty }}
+
+
+ {{ props.row.refusal }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [多规格]{{ scope.row.store_name }}
+
+ {{ scope.row.store_name }}
+
+
+
+
+
+
+ {{ scope.row.attrValue[0].procure_price || "-" }}
+ -
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row["sort"]
+ }}
+
+
+
+
+
+ {{ scope.row.us_status | productStatusFilter }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+