Commit 7a91cdb6 by 萱草

update: 更改

parent 511462cc
......@@ -228,6 +228,7 @@ export default {
giftSkuId: ''
};
}
this.updateList.push({ giftSkuId: this.skuSellObj[item.mapId].giftSkuId, costPrice: this.skuSellObj[item.mapId].giftSkuCostPrice });
}
this.skuSellObj = deepClone(this.skuSellObj);
this.costPrice = this.skuSellObj[this.goodsSkuList[0].mapId].giftSkuCostPrice;
......@@ -307,7 +308,6 @@ export default {
this.banthCost = '';
},
changeSingleCost(id, cost){
console.log(id);
if(!cost){
this.$message.error('请完善成本');
}
......
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