Authored by 陈峰

Revert "算价调价下架等接口增加attributes字段"

This reverts commit 631fcd47
... ... @@ -113,8 +113,7 @@ export default {
new_price: price,
old_price: this.skc.price,
num: this.skc.storageNum,
skupType: this.skc.isAdvance === 'Y' ? 4 : 1,
attributes: this.skc.attributes
skupType: this.skc.isAdvance === 'Y' ? 4 : 1
});
if (result && result.code === 200) {
... ...
... ... @@ -69,8 +69,7 @@ export default {
methods: {
onNoSale() {
this.$emit('on-no-sale', Object.assign({
isAdvance: this.value.isAdvance,
attributes: this.value.attributes
isAdvance: this.value.isAdvance
}, this.value.goodsInfo));
this.$root.reportApp('', 'BUSINESS_UFO_SELL_CHANGE', {
... ... @@ -79,8 +78,7 @@ export default {
},
onChgPrice() {
this.$emit('on-change-price', Object.assign({
isAdvance: this.value.isAdvance,
attributes: this.value.attributes
isAdvance: this.value.isAdvance
}, this.value.goodsInfo));
this.$root.reportApp('', 'BUSINESS_UFO_SELL_CHANGE', {
... ...
... ... @@ -171,8 +171,7 @@ export default {
new_price: price,
old_price: skc.price,
num: skc.storageNum,
skupType: skc.isAdvance === 'Y' ? 4 : 1,
attributes: skc.attributes
skupType: skc.isAdvance === 'Y' ? 4 : 1
});
if (result && result.code === 200) {
... ... @@ -195,8 +194,7 @@ export default {
storage_id: skc.storageId,
old_price: skc.price,
num: num,
skupType: skc.isAdvance === 'Y' ? 4 : 1,
attributes: skc.attributes
skupType: skc.isAdvance === 'Y' ? 4 : 1
});
if (result.code === 200) {
... ...