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 @@ > @@ -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 @@ + + + + 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 @@ + + + + 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