diff --git a/src/router/full-routers.js b/src/router/full-routers.js index 27a4f9e..2888207 100644 --- a/src/router/full-routers.js +++ b/src/router/full-routers.js @@ -423,19 +423,19 @@ export default { open: null, list: [] }, - { - menuId: getUUID(), - parentId: 0, - parentName: null, - name: "积分设置", - url: "marketing/points-setting/index", - perms: "", - type: 1, - elIcon: "el-icon-shopping-cart-full", - orderNum: 0, - open: null, - list: [] - }, + // { + // menuId: getUUID(), + // parentId: 0, + // parentName: null, + // name: "积分设置", + // url: "marketing/points-setting/index", + // perms: "", + // type: 1, + // elIcon: "el-icon-shopping-cart-full", + // orderNum: 0, + // open: null, + // list: [] + // }, { menuId: getUUID(), parentId: 0, diff --git a/src/views/modules/marketing/points-mall/index.vue b/src/views/modules/marketing/points-mall/index.vue index 46f61e5..1b7da00 100644 --- a/src/views/modules/marketing/points-mall/index.vue +++ b/src/views/modules/marketing/points-mall/index.vue @@ -35,19 +35,6 @@ v-model="formInline.productName" > - - - - - 查询 - - + + + + + - \ No newline at end of file + diff --git a/src/views/modules/marketing/points-mall/popup/points-product-config.vue b/src/views/modules/marketing/points-mall/popup/points-product-config.vue new file mode 100644 index 0000000..771217f --- /dev/null +++ b/src/views/modules/marketing/points-mall/popup/points-product-config.vue @@ -0,0 +1,287 @@ + + + + + + + 商品ID: + {{ productData.productId }} + + + 商品名称: + {{ productData.productName }} + + + 归属摊位: + {{ productData.shopName }} + + + + + + + + + + + + + - + + + + + + + + + - + + + + + + + + + - + + + + + + + + + + + + + + + + + + + diff --git a/src/views/modules/marketing/points-mall/popup/product-selector.vue b/src/views/modules/marketing/points-mall/popup/product-selector.vue new file mode 100644 index 0000000..538ca7c --- /dev/null +++ b/src/views/modules/marketing/points-mall/popup/product-selector.vue @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + ¥{{ scope.row.price }} + + + + + 添加为积分商品 + + + + + + + + + + + + + + + + + + + +