修复入库bug
This commit is contained in:
parent
ac36382442
commit
4133d9e71f
|
@ -420,7 +420,7 @@
|
||||||
"spec_type": 0,
|
"spec_type": 0,
|
||||||
"is_stock": 1
|
"is_stock": 1
|
||||||
};
|
};
|
||||||
obj.attrValue[0].price = this.data.number;
|
obj.attrValue[0].stock = this.data.number;
|
||||||
productUpdateFree(this.data.product_id, obj).then(res => {
|
productUpdateFree(this.data.product_id, obj).then(res => {
|
||||||
this.data.unique = ''
|
this.data.unique = ''
|
||||||
this.data.product_id = ''
|
this.data.product_id = ''
|
||||||
|
|
Loading…
Reference in New Issue