Commit 340d5131 authored by 黄卓's avatar 黄卓

新建订单选择无品牌,在入仓页面显示填写为有品牌,是不是前端写死

http://zentao.jdshangmen.com/bug-view-321.html#app=qa
parent 1330ab72
...@@ -875,7 +875,7 @@ export default { ...@@ -875,7 +875,7 @@ export default {
this.productList.map(item => { this.productList.map(item => {
item.prodAttrIds = item.prodAttrArr.join(',') item.prodAttrIds = item.prodAttrArr.join(',')
item.brandType = item.brand ? 1 : 0 item.brandType = item.brand === '1' ? 1 : 0
}) })
this.transportList.map(item => { this.transportList.map(item => {
if(item._enabled){ if(item._enabled){
......
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