Commit ad3a2f50 authored by Marcus's avatar Marcus

处理新增商品异常时,选择商品特性后,没有同步到订单商品项,可能导致不可接受商品完成入仓

https://zentao.test.jdshangmen.com/bug-view-3215.html

入仓页面选择已有的待确定和已确定商品,入仓特性没有变化
parent 2a84208d
......@@ -886,11 +886,13 @@ export default {
this.form.prodTitleZh = product.titleZh
this.form.prodTitleEn = product.titleEn
this.handleBrandChange(parseInt(this.form.brand))
this.form.prodAttrIds = product.attrId ? product.attrId.split(',').map(e => +e) : []
},
onProductChange1(product){
this.form1.prodTitleZh = product.titleZh
this.form1.prodTitleEn = product.titleEn
this.handleBrandChange(parseInt(this.form1.brand))
this.form1.prodAttrIds = product.attrId ? product.attrId.split(',').map(e => +e) : []
},
getProductBrandPage(titleZh = undefined) {
getProductBrankPage({pageSize: 20, titleZh}).then(r => {
......
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