|
@@ -467,6 +467,7 @@ export default {
|
|
|
},
|
|
|
addAttrValue(index) {
|
|
|
// eslint-disable-next-line vue/no-mutating-props
|
|
|
+ console.log(this.form.skuAttrList[index])
|
|
|
this.form.skuAttrList[index].values.push({
|
|
|
skuId: '',
|
|
|
valueCode: '',
|
|
@@ -550,7 +551,11 @@ export default {
|
|
|
stockNumber: 0,
|
|
|
voucherId: 0,
|
|
|
voucherPrice: 0,
|
|
|
- weight: 0
|
|
|
+ weight: 0,
|
|
|
+ manufacturerBasePrice:0,
|
|
|
+ manufacturerGuidePrice:0,
|
|
|
+ presenterVoucher:0,
|
|
|
+ sku:""
|
|
|
}
|
|
|
const doExchange = (arr, depth) => {
|
|
|
const map = {
|