Commit ce303f9f authored by Marcus's avatar Marcus

入仓补充》添加新品名时,默认只能选择一个品牌

https://zentao.test.jdshangmen.com/bug-view-2484.html
parent eb1f2275
...@@ -496,8 +496,9 @@ export default { ...@@ -496,8 +496,9 @@ export default {
this.inTime = this.warehousing.inTime this.inTime = this.warehousing.inTime
if (!!this.warehousing.brandName){ if (!!this.warehousing.brandName){
this.getProductBrandPage(this.warehousing.brandName) this.getProductBrandPage(this.warehousing.brandName)
} else {
this.getProductBrandPage()
} }
this.getProductBrandPage()
} }
} else { } else {
} }
...@@ -565,7 +566,13 @@ export default { ...@@ -565,7 +566,13 @@ export default {
this.form1.prodTitleZh = product.titleZh this.form1.prodTitleZh = product.titleZh
this.form1.prodTitleEn = product.titleEn this.form1.prodTitleEn = product.titleEn
}, },
handleTabs(){}, handleTabs(){
if (this.activeName === 'first'){
this.getProductBrandPage(this.warehousing.brandName)
} else {
this.getProductBrandPage()
}
},
handleBrandChange(v){ handleBrandChange(v){
getFeeTypeByOrderProduct({ getFeeTypeByOrderProduct({
brandId: parseInt(v), brandId: parseInt(v),
......
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