diff --git a/src/views/components/commonBookTags/shopproduct.vue b/src/views/components/commonBookTags/shopproduct.vue index 3dd0a5b..60fcfd7 100644 --- a/src/views/components/commonBookTags/shopproduct.vue +++ b/src/views/components/commonBookTags/shopproduct.vue @@ -89,7 +89,7 @@ > - 编辑 { + console.log('data at line 373:', data) if (data && data.code === 0) { this.associatedGoodsList = [ ...data[this.otherInfo.httpDataValueName] diff --git a/src/views/modules/course/courseList.vue b/src/views/modules/course/courseList.vue index c15d898..2a8246a 100644 --- a/src/views/modules/course/courseList.vue +++ b/src/views/modules/course/courseList.vue @@ -119,18 +119,19 @@ " > - {{ v.title }} - + {{ v.title }} + + @@ -405,6 +406,11 @@ > + @@ -413,9 +419,11 @@ import commonShopTable from "./shopproductTable.vue"; import commonCommont from "@/views/components/courseList/commont.vue"; import AddOrUpdate from "./course-add-or-update"; import questionBank from "./examination/questionBank"; +import price from "./catalogue-price"; export default { data() { return { + priceVisible: false, selectCourse: {}, showQuestionBank: false, commontListVisible: false, @@ -478,7 +486,8 @@ export default { AddOrUpdate, commonShopTable, questionBank, - commonCommont + commonCommont, + price }, activated() { if (this.$route.query.upPageInde != null) { @@ -490,6 +499,13 @@ export default { this.getTreeList(this.urlList.sociologyList, 2); }, methods: { + priceHandle(row) { + console.log("row1", row); + this.priceVisible = true; + this.$nextTick(() => { + this.$refs.priceUpdate.init(row, this.courseid); + }); + }, delPro(val) { console.log(val, this.relationProducts); let list = this.relationProducts; diff --git a/src/views/modules/course/soulList.vue b/src/views/modules/course/soulList.vue new file mode 100644 index 0000000..e04a59d --- /dev/null +++ b/src/views/modules/course/soulList.vue @@ -0,0 +1,1346 @@ + + + + + + + 基本标签信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 已关联课程列表 + 新增 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 修改排序 + + + + + + 确定 + + + + + + 确定 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ dataForm.title }} + + + + + + + + + + + 取 消 + 确 定 + + + + + + + diff --git a/src/views/modules/course/soulOperationsList.vue b/src/views/modules/course/soulOperationsList.vue new file mode 100644 index 0000000..cd0e04d --- /dev/null +++ b/src/views/modules/course/soulOperationsList.vue @@ -0,0 +1,1268 @@ + + + + + + + 基本标签信息 + + + + + + + + + + + + + + + + + + + + + + + + 已关联课程列表 + 新增 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 修改排序 + + + + + + 确定 + + + + + + 确定 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ dataForm.title }} + + + + + + + + + + + 取 消 + 确 定 + + + + + + + diff --git a/src/views/modules/shop/soulmarketingtags.vue b/src/views/modules/shop/soulmarketingtags.vue new file mode 100644 index 0000000..110a99a --- /dev/null +++ b/src/views/modules/shop/soulmarketingtags.vue @@ -0,0 +1,864 @@ + + + + + + + 基本标签信息 + + + + + + + + + + + + + + + + + + + + + + + + 已关联商品列表 + 新增 + + + 清空 + + + + + + + + + + + + 确定 + + + + + + 确定 + + + + + + + + + + + + diff --git a/src/views/modules/shop/soultags.vue b/src/views/modules/shop/soultags.vue new file mode 100644 index 0000000..36060bc --- /dev/null +++ b/src/views/modules/shop/soultags.vue @@ -0,0 +1,855 @@ + + + + + + + + 基本标签信息 + + + + + + + + + + + + + + + + + + + + + + + + 已关联商品列表 + 新增 + + + 清空 + + + + + + 全选 + + + + 删除 + + + + + + + + + + 确定 + + + + + + + + + + + + diff --git a/static/img/editPrice.png b/static/img/editPrice.png new file mode 100644 index 0000000..93aa233 Binary files /dev/null and b/static/img/editPrice.png differ
+ {{ dataForm.title }} +