Commit 73702f52 by damodmg

编辑

parent b2d636e7
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet type=text/css href=./static/css/iconfont.css><link rel=stylesheet type=text/css href=./static/css/common.css><link rel="shortcut icon" type=image/x-icon href=./static/img/favicon.ico><title>积分商城</title><link href=./static/css/app.ec80d6cd8b91ade51bd110cf9f8e1974.css rel=stylesheet></head><body><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.5.2/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/elementUI/index.2.5.4.js></script><script src=//web-1251519181.file.myqcloud.com/components/header.2.0.18.js></script><script src=//web-1251519181.file.myqcloud.com/components/aside-menu.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/store-linkage.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/card.2.0.01.js></script><script src=//web-1251519181.file.myqcloud.com/components/export-excel.2.0.02.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.2a66e15144de1c0f565b.js></script><script type=text/javascript src=./static/js/app.9e14d5cb0c2f61ac284d.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet type=text/css href=./static/css/iconfont.css><link rel=stylesheet type=text/css href=./static/css/common.css><link rel="shortcut icon" type=image/x-icon href=./static/img/favicon.ico><title>积分商城</title><link href=./static/css/app.6b39847e158ecdb10075b890cc2dbe00.css rel=stylesheet></head><body><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.5.2/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/elementUI/index.2.5.4.js></script><script src=//web-1251519181.file.myqcloud.com/components/header.2.0.18.js></script><script src=//web-1251519181.file.myqcloud.com/components/aside-menu.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.02.js></script><script src=//web-1251519181.file.myqcloud.com/components/store-linkage.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/card.2.0.01.js></script><script src=//web-1251519181.file.myqcloud.com/components/export-excel.2.0.02.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.2a66e15144de1c0f565b.js></script><script type=text/javascript src=./static/js/app.aea35fe709227cf1169f.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -163,12 +163,12 @@ export default {
standardName: '',
valueList: [{ valueName: '', valueId: '' }]
});
// console.log(this.isStdImg);
},
//删除规格
deleteSku(index) {
this.skuJson.splice(index, 1);
this.handleSku();
this.$emit('IsAgreeUpload', this.isStdImg);
this.$emit('getStandradList', this.skuJson);
this.$emit('getSkuList', this.skuList);
},
......@@ -205,6 +205,7 @@ export default {
deleteValue(item, index) {
item.valueList.splice(index, 1);
this.handleSku();
this.$emit('IsAgreeUpload', this.isStdImg);
this.$emit('getStandradList', this.skuJson);
this.$emit('getSkuList', this.skuList);
},
......@@ -242,6 +243,7 @@ export default {
if (res.data.errorCode === 0) {
item.valueList[index].valueId = res.data.result;
this.handleSku();
this.$emit('IsAgreeUpload', this.isStdImg);
this.$emit('getStandradList', this.skuJson);
this.$emit('getSkuList', this.skuList);
} else {
......@@ -273,6 +275,7 @@ export default {
item.standardId = i.standardId;
this.refash = !this.refash;
this.handleSku();
this.$emit('IsAgreeUpload', this.isStdImg);
this.$emit('getStandradList', this.skuJson);
this.$emit('getSkuList', this.skuList);
},
......@@ -282,6 +285,7 @@ export default {
item.valueList[index].valueId = i.valueId;
this.refash = !this.refash;
this.handleSku();
this.$emit('IsAgreeUpload', this.isStdImg);
this.$emit('getStandradList', this.skuJson);
this.$emit('getSkuList', this.skuList);
},
......@@ -336,6 +340,7 @@ export default {
item2.propImg = response.result[0].qcloudImageUrl;
this.$message.success('上传成功');
this.refash = !this.refash;
this.$emit('IsAgreeUpload', this.isStdImg);
this.$emit('getSkuList', this.skuList);
this.$emit('getStandradList', this.skuJson);
} else {
......
......@@ -467,8 +467,6 @@ export default {
if (res.data.errorCode === 0) {
this.giftForm.proName = res.data.result.proName; //名称
this.giftForm.proCategoryId = res.data.result.proCategoryId; //分类
// this.giftForm = res.data.result;
//spu
this.giftForm.proCode = res.data.result.proCode; //编码
this.giftForm.integralCost = res.data.result.integralCost; //积分
this.giftForm.cashCost = res.data.result.cashCost; //现金
......@@ -933,7 +931,7 @@ export default {
stock: skuPrice[j][2].valueName, //库存
giftProSkuStandCode: skuPrice[j][3].valueName, //规格编码
giftProGiftCode: skuPrice[j][4].valueName, //条形码
mallPropValues: skuSta[j]
giftPropValues: skuSta[j]
});
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment