From 6f1218b4a95f566c2c42d1eabea8aafa0d272f72 Mon Sep 17 00:00:00 2001
From: wyy <3234929097@qq.com>
Date: Fri, 17 Nov 2023 17:29:47 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=A7=E5=93=81=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/mul-pic-upload/index.vue | 99 ++++
src/components/pic-upload/index.vue | 20 +-
src/router/index.js | 5 +
src/stores/prod.js | 38 +-
.../order/order/components/order-info.vue | 1 +
src/views/modules/order/order/index.vue | 5 +-
.../modules/prod/category/add-or-update.vue | 208 +++++++
src/views/modules/prod/category/index.vue | 178 ++++++
.../modules/prod/prodComm/add-or-update.vue | 219 ++++++++
src/views/modules/prod/prodComm/index.vue | 122 ++++
.../prodInfo/components/prod-transport.vue | 159 ++++++
.../prod/prodInfo/components/sku-table.vue | 247 ++++++++
.../prod/prodInfo/components/sku-tag.vue | 527 ++++++++++++++++++
src/views/modules/prod/prodInfo/index.vue | 342 ++++++++++++
src/views/modules/prod/prodList/index.vue | 181 ++++++
.../modules/prod/prodTag/add-or-update.vue | 145 +++++
src/views/modules/prod/prodTag/index.vue | 156 ++++++
src/views/modules/prod/spec/add-or-update.vue | 190 +++++++
src/views/modules/prod/spec/index.vue | 161 ++++++
src/views/modules/shop/hotSearch/index.vue | 4 +-
src/views/modules/shop/notice/index.vue | 2 +-
src/views/modules/user/user/add-or-update.vue | 4 +
src/views/modules/user/user/index.vue | 5 +-
23 files changed, 2974 insertions(+), 44 deletions(-)
create mode 100644 src/components/mul-pic-upload/index.vue
create mode 100644 src/views/modules/prod/category/add-or-update.vue
create mode 100644 src/views/modules/prod/category/index.vue
create mode 100644 src/views/modules/prod/prodComm/add-or-update.vue
create mode 100644 src/views/modules/prod/prodComm/index.vue
create mode 100644 src/views/modules/prod/prodInfo/components/prod-transport.vue
create mode 100644 src/views/modules/prod/prodInfo/components/sku-table.vue
create mode 100644 src/views/modules/prod/prodInfo/components/sku-tag.vue
create mode 100644 src/views/modules/prod/prodInfo/index.vue
create mode 100644 src/views/modules/prod/prodList/index.vue
create mode 100644 src/views/modules/prod/prodTag/add-or-update.vue
create mode 100644 src/views/modules/prod/prodTag/index.vue
create mode 100644 src/views/modules/prod/spec/add-or-update.vue
create mode 100644 src/views/modules/prod/spec/index.vue
diff --git a/src/components/mul-pic-upload/index.vue b/src/components/mul-pic-upload/index.vue
new file mode 100644
index 0000000..9b934a4
--- /dev/null
+++ b/src/components/mul-pic-upload/index.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/pic-upload/index.vue b/src/components/pic-upload/index.vue
index d4989b4..d10a9f5 100644
--- a/src/components/pic-upload/index.vue
+++ b/src/components/pic-upload/index.vue
@@ -2,23 +2,22 @@
-
+
+
+
@@ -26,10 +25,12 @@
diff --git a/src/views/modules/prod/category/index.vue b/src/views/modules/prod/category/index.vue
new file mode 100644
index 0000000..2950698
--- /dev/null
+++ b/src/views/modules/prod/category/index.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 下线
+
+
+ 正常
+
+
+
+
+
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/prodComm/add-or-update.vue b/src/views/modules/prod/prodComm/add-or-update.vue
new file mode 100644
index 0000000..e84dd22
--- /dev/null
+++ b/src/views/modules/prod/prodComm/add-or-update.vue
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+
+
+
+
+ 无
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+
+
+ 不是
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核通过
+
+
+ 不通过
+
+
+ 等待审核
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/prodComm/index.vue b/src/views/modules/prod/prodComm/index.vue
new file mode 100644
index 0000000..b2154a1
--- /dev/null
+++ b/src/views/modules/prod/prodComm/index.vue
@@ -0,0 +1,122 @@
+
+
+
+
+ {{ scope.row.user.nickName }}
+
+
+ {{ scope.row.replyTime ? scope.row.replyTime : '-' }}
+
+
+
+
+ 编辑
+
+
+
+ 查看
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/prodInfo/components/prod-transport.vue b/src/views/modules/prod/prodInfo/components/prod-transport.vue
new file mode 100644
index 0000000..e21a643
--- /dev/null
+++ b/src/views/modules/prod/prodInfo/components/prod-transport.vue
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+
+
+
+
+ 所有地区
+
+ {{ city.areaName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ city.areaName }}
+
+
+
+
+
+ 满件/重量/体积包邮
+ 满金额包邮
+ 满件/重量/体积且满金额包邮
+
+
+
+
+ 满{{ scope.row.amount }}元金额包邮
+ 满{{ scope.row.piece }}件/重量/体积包邮
+ 满{{ scope.row.piece }}件/重量/体积且满{{ scope.row.amount }}元金额包邮
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/prodInfo/components/sku-table.vue b/src/views/modules/prod/prodInfo/components/sku-table.vue
new file mode 100644
index 0000000..1d40a89
--- /dev/null
+++ b/src/views/modules/prod/prodInfo/components/sku-table.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+ {{ scope.row.properties.split(';')[index].split(':')[1] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 禁用
+
+
+ 启用
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/prodInfo/components/sku-tag.vue b/src/views/modules/prod/prodInfo/components/sku-tag.vue
new file mode 100644
index 0000000..119c0ad
--- /dev/null
+++ b/src/views/modules/prod/prodInfo/components/sku-tag.vue
@@ -0,0 +1,527 @@
+
+
+
+
+ 添加规格
+
+
+ {{ tag.tagName }}
+
+ 删除
+
+
+
+ {{ tagItem.propValue }}
+
+
+
+ + 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+
+
+ 取消
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/prodInfo/index.vue b/src/views/modules/prod/prodInfo/index.vue
new file mode 100644
index 0000000..c3c9ef9
--- /dev/null
+++ b/src/views/modules/prod/prodInfo/index.vue
@@ -0,0 +1,342 @@
+
+
+
+
+
+
+
+
+
+ 上架
+
+
+ 下架
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 商家配送
+
+
+ 用户自提
+
+
+
+
+
+
+
+
+
+
+ 确定
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/prodList/index.vue b/src/views/modules/prod/prodList/index.vue
new file mode 100644
index 0000000..2175088
--- /dev/null
+++ b/src/views/modules/prod/prodList/index.vue
@@ -0,0 +1,181 @@
+
+
+
+
+
+ 新增
+
+
+
+ 批量删除
+
+
+
+
+
+ 上架
+
+
+ 未上架
+
+
+
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/prodTag/add-or-update.vue b/src/views/modules/prod/prodTag/add-or-update.vue
new file mode 100644
index 0000000..0c01405
--- /dev/null
+++ b/src/views/modules/prod/prodTag/add-or-update.vue
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+ 正常
+
+
+ 禁用
+
+
+
+
+
+
+ 一列一个
+
+
+ 一列两个
+
+
+ 一列三个
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/prodTag/index.vue b/src/views/modules/prod/prodTag/index.vue
new file mode 100644
index 0000000..f8a92f2
--- /dev/null
+++ b/src/views/modules/prod/prodTag/index.vue
@@ -0,0 +1,156 @@
+
+
+
+
+
+ 新增
+
+
+
+ {{ scope.row.title || '-' }}
+
+
+
+ 禁用
+
+
+ 正常
+
+
+
+
+
+ 自定义类型
+
+
+ 默认类型
+
+
+
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/spec/add-or-update.vue b/src/views/modules/prod/spec/add-or-update.vue
new file mode 100644
index 0000000..42ef658
--- /dev/null
+++ b/src/views/modules/prod/spec/add-or-update.vue
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/prod/spec/index.vue b/src/views/modules/prod/spec/index.vue
new file mode 100644
index 0000000..7982190
--- /dev/null
+++ b/src/views/modules/prod/spec/index.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+ {{ item.propValue }}
+
+
+
+
+ 新增
+
+
+
+
+ 编辑
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/shop/hotSearch/index.vue b/src/views/modules/shop/hotSearch/index.vue
index d1b6753..a406211 100644
--- a/src/views/modules/shop/hotSearch/index.vue
+++ b/src/views/modules/shop/hotSearch/index.vue
@@ -82,8 +82,6 @@ const page = reactive({
pageSize: 10 // 每页显示多少条
})
const dataListLoading = ref(false)
-const dataListSelections = ref([])
-
/**
* 获取数据列表
*/
@@ -106,7 +104,7 @@ const getDataList = (pageParam, params, done) => {
if (done) done()
})
}
-
+const dataListSelections = ref([])
/**
* 多选回调
* @param list
diff --git a/src/views/modules/shop/notice/index.vue b/src/views/modules/shop/notice/index.vue
index 10c7ef0..c2e33e2 100644
--- a/src/views/modules/shop/notice/index.vue
+++ b/src/views/modules/shop/notice/index.vue
@@ -29,7 +29,7 @@
是
-
+
+
+ 无
+
-
+
-