From 93cc41f557d5a9162818619e92013913a7058613 Mon Sep 17 00:00:00 2001 From: dt_2916866708 <> Date: Mon, 15 Jan 2024 11:15:59 +0800 Subject: [PATCH] 12 --- src/api/product/productAttr.js | 25 + src/router/index.js | 6 + src/views/product/brand/index.vue | 134 + src/views/product/productAdd/index.vue | 4 +- src/views/product/productAdd/newIndex.vue | 2661 +++++++++-------- src/views/product/productAttr/addAttr.vue | 36 +- .../productAttr/components/attrList.vue | 7 +- src/views/product/productAttr/index.vue | 28 +- 8 files changed, 1548 insertions(+), 1353 deletions(-) create mode 100644 src/views/product/brand/index.vue diff --git a/src/api/product/productAttr.js b/src/api/product/productAttr.js index 91a9c15..db7a5ef 100644 --- a/src/api/product/productAttr.js +++ b/src/api/product/productAttr.js @@ -1,6 +1,24 @@ import request from '@/utils/request' var service_name = 'oil-mall' export default { + brandGetByPage() { + return request({ + url: `/${service_name}/mallProductBrands/getByPage`, + method: 'get', + }) + }, + getAllAttributesType() { + return request({ + url: `/${service_name}/mallProductAttributesType/getAllAttributesType`, + method: 'get', + }) + }, + getClassificationTree() { + return request({ + url: `/${service_name}/mallProductClassification/getClassificationTree`, + method: 'get', + }) + }, classifySave(page) { return request({ url: `/${service_name}/mallProductClassification/save`, @@ -70,6 +88,13 @@ delete(page) { data: page }) }, + typeUpdate(page) { + return request({ + url: `/${service_name}/mallProductAttributes/update`, + method: 'post', + data: page + }) + }, update(page) { return request({ url: `/${service_name}/mallProductAttributesType/update`, diff --git a/src/router/index.js b/src/router/index.js index d43ff99..3fe06e8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -36,6 +36,12 @@ export const constantRoutes = [{ name: 'productAdd', meta: { title: '添加商品', icon: 'iconkongzhitai', affix: true } }, + { + path: '/brand', + component: () => import('@/views/product/brand/index'), + name: 'brand', + meta: { title: '商品品牌', icon: 'iconkongzhitai', affix: true } + }, { path: '/productClassify', component: () => import('@/views/product/productClassify/index'), diff --git a/src/views/product/brand/index.vue b/src/views/product/brand/index.vue new file mode 100644 index 0000000..77c9cab --- /dev/null +++ b/src/views/product/brand/index.vue @@ -0,0 +1,134 @@ + + + + + + + + + + 查询 + + + + + + 添加品牌 + + + + + {{ scope.row.brandNum }} + + + + + {{ scope.row.name }} + + + + + + {{ scope.row.attrCount }} + + + + + + + {{ scope.row.attrCount }} + + + + + + + {{ scope.row.attrCount }} + + + + + + 编辑 + + 删除 + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/product/productAdd/index.vue b/src/views/product/productAdd/index.vue index e9e0177..b7ef27c 100644 --- a/src/views/product/productAdd/index.vue +++ b/src/views/product/productAdd/index.vue @@ -717,7 +717,7 @@ - + diff --git a/src/views/product/productAdd/newIndex.vue b/src/views/product/productAdd/newIndex.vue index c43f9e5..0a1faca 100644 --- a/src/views/product/productAdd/newIndex.vue +++ b/src/views/product/productAdd/newIndex.vue @@ -1,723 +1,664 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - 运费模板 - - - - - 单规格 - 多规格 - - - - - 单独设置 - 默认设置 - - - - - - - - - - - 确认 - 添加规格 + + + + + + + + + - - - - {{ item.attrName }} - - - {{ j }} - - - + 添加 + + + - - - - - - - - - - - - - - - 确定 - 取消 - - + + + + + + + + + 单规格 + 多规格 + + + + + 单独设置 + 默认设置 + + + + + + + + + + + 确认 + 添加规格 + + + + + {{ item.attributeName }} + + + {{ j }} + + + + 添加 + + + + + + + + + + + + + + + + + 确定 + 取消 + - - 添加新规格 - - - - - - - - - - - - + + 添加新规格 + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + - - - 批量添加 - - - - - - - - - - + + + + + + + + - - - - - - + - + - + - - - - - - - - - - - + + + + 批量添加 - - - - - 展示 - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + - + - + - + - + + + + + + 展示 + + + + + + - 删除 + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ item.name }} - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - {{item}} - 可拖动按钮调整活动的优先展示顺序 - + + + - - - - - {{ tag.name }} - - - 选择优惠券 - + + + - - - 上一步 - 下一步 - 提交 - - - - - - + + + + + {{ item.name + }} + + + + + + + {{ item }} + 可拖动按钮调整活动的优先展示顺序 + + + + + + + + {{ tag.name }} + + + 选择优惠券 + + + + + + 上一步 + 下一步 + 提交 + + + + + + - - +} + +.iview-video-style { + width: 300px; + height: 180px; + border-radius: 10px; + background-color: #707070; + margin: 0 120px 20px; + position: relative; + overflow: hidden; +} + +.iview-video-style .iconv { + color: #fff; + line-height: 180px; + width: 50px; + height: 50px; + display: inherit; + font-size: 26px; + position: absolute; + top: -74px; + left: 50%; + margin-left: -25px; +} + +.iview-video-style .mark { + position: absolute; + width: 100%; + height: 30px; + top: 0; + background-color: rgba(0, 0, 0, 0.5); + text-align: center; +} + \ No newline at end of file diff --git a/src/views/product/productAttr/addAttr.vue b/src/views/product/productAttr/addAttr.vue index 8fc8f89..21f96d1 100644 --- a/src/views/product/productAttr/addAttr.vue +++ b/src/views/product/productAttr/addAttr.vue @@ -1,5 +1,5 @@ - + @@ -47,7 +47,7 @@ - 添加新规格 + 添加新规格 取消 @@ -56,7 +56,7 @@