mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
b2c版本
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
"vuedraggable": "^2.23.2",
|
"vuedraggable": "^2.23.2",
|
||||||
"vuex": "^3.4.0",
|
"vuex": "^3.4.0",
|
||||||
"xss": "^1.0.7",
|
"xss": "^1.0.7",
|
||||||
"price-color":"1.0.2"
|
"price-color": "1.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "^4.4.4",
|
"@vue/cli-plugin-babel": "^4.4.4",
|
||||||
|
|||||||
@@ -66,7 +66,6 @@ import vuedraggable from "vuedraggable";
|
|||||||
import {uploadFile} from "@/libs/axios";
|
import {uploadFile} from "@/libs/axios";
|
||||||
// import OssManage from "@/views/sys/oss-manage/ossManage";
|
// import OssManage from "@/views/sys/oss-manage/ossManage";
|
||||||
import OssManage from "@/views/sys/oss-manage/ossManage.vue";
|
import OssManage from "@/views/sys/oss-manage/ossManage.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "upload-image",
|
name: "upload-image",
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
@@ -1186,6 +1186,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.goodsParams = response;
|
this.goodsParams = response;
|
||||||
|
|
||||||
|
|
||||||
//展开选项卡
|
//展开选项卡
|
||||||
this.goodsParams.forEach((item) => {
|
this.goodsParams.forEach((item) => {
|
||||||
this.params_panel.push(item.groupName);
|
this.params_panel.push(item.groupName);
|
||||||
@@ -1751,7 +1752,7 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 添加商品 **/
|
/** 添加商品 **/
|
||||||
save() {
|
save() {
|
||||||
this.submitLoading = true;
|
// this.submitLoading = true;
|
||||||
this.$refs["baseInfoForm"].validate((valid) => {
|
this.$refs["baseInfoForm"].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
if (this.baseInfoForm.salesModel === "WHOLESALE") {
|
if (this.baseInfoForm.salesModel === "WHOLESALE") {
|
||||||
|
|||||||
@@ -890,6 +890,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 复选框值改变时触发
|
// 复选框值改变时触发
|
||||||
selectOssChange(e) {
|
selectOssChange(e) {
|
||||||
|
console.log(e)
|
||||||
if (e) {
|
if (e) {
|
||||||
this.selectList = e.map(item => {return { id: item.split(',')[0]}});
|
this.selectList = e.map(item => {return { id: item.split(',')[0]}});
|
||||||
this.selectCount = e.length;
|
this.selectCount = e.length;
|
||||||
|
|||||||
Reference in New Issue
Block a user